diff options
author | zuntum <zuntum@pkgsrc.org> | 2001-10-31 22:52:58 +0000 |
---|---|---|
committer | zuntum <zuntum@pkgsrc.org> | 2001-10-31 22:52:58 +0000 |
commit | d038a73ebd432fae3ce355b84443038f88cb7199 (patch) | |
tree | b3c17888184b1b17ed1b1fa28f1697197bb0b4f6 /textproc/yodl/DESCR | |
parent | 70bae73d77e50256a2ee847bd9be11b761bcea01 (diff) | |
download | pkgsrc-d038a73ebd432fae3ce355b84443038f88cb7199.tar.gz |
Move pkg/ files into package's toplevel directory
Diffstat (limited to 'textproc/yodl/DESCR')
-rw-r--r-- | textproc/yodl/DESCR | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/textproc/yodl/DESCR b/textproc/yodl/DESCR new file mode 100644 index 00000000000..5a54539b248 --- /dev/null +++ b/textproc/yodl/DESCR @@ -0,0 +1,7 @@ +Yodl is a package that implements a pre-document language and tools to +process it. The idea of Yodl is that you write up a document in a +pre-language, then use the tools (e.g. yodl2html) to convert it to +some final document language. Current converters are for HTML, ms, +man, LaTeX SGML and texinfo, plus a poor-man's text converter. Main +document types are "article", "report", "book" and "manpage". The +Yodl document language is designed to be easy to use and extensible. |