summaryrefslogtreecommitdiff
path: root/textproc/makeztxt/DESCR
diff options
context:
space:
mode:
authorzuntum <zuntum@pkgsrc.org>2001-10-31 22:52:58 +0000
committerzuntum <zuntum@pkgsrc.org>2001-10-31 22:52:58 +0000
commitd038a73ebd432fae3ce355b84443038f88cb7199 (patch)
treeb3c17888184b1b17ed1b1fa28f1697197bb0b4f6 /textproc/makeztxt/DESCR
parent70bae73d77e50256a2ee847bd9be11b761bcea01 (diff)
downloadpkgsrc-d038a73ebd432fae3ce355b84443038f88cb7199.tar.gz
Move pkg/ files into package's toplevel directory
Diffstat (limited to 'textproc/makeztxt/DESCR')
-rw-r--r--textproc/makeztxt/DESCR14
1 files changed, 14 insertions, 0 deletions
diff --git a/textproc/makeztxt/DESCR b/textproc/makeztxt/DESCR
new file mode 100644
index 00000000000..fbd9cd8e84d
--- /dev/null
+++ b/textproc/makeztxt/DESCR
@@ -0,0 +1,14 @@
+ makeztxt is a simple commandline program that takes a plain ASCII text
+file and compresses it into a zTXT Palm database. It doesn't like the DOS
+style CR/LF line breaks, so the input file should be first run through a
+conversion program such as dos2unix if it contains such characters.
+makeztxt will remove newline characters at the end of lines that contain
+text so that the paragraphs flow better on the Palm screen.
+
+ The best feature of makeztxt, however, is its ability to use regular
+expressions to search the input text for bookmark spots. This is done
+with the command line options -l and -r:
+
+ -l will list all the bookmarks that are generated.
+ -r takes a regex as an argument to generate one or more
+ bookmarks. You can have as many -r options as you want.