summaryrefslogtreecommitdiff
path: root/misc/tkinfo/pkg/DESCR
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>1997-10-11 21:53:59 +0000
committerhubertf <hubertf@pkgsrc.org>1997-10-11 21:53:59 +0000
commit240eed442d1f97f7d7dd9430673499ef25dd1f36 (patch)
treecd1e0be6347cb17aeb9201b0ecc45b0286c98b53 /misc/tkinfo/pkg/DESCR
parent652e2956ee0721786181dcf43d7559a17c9b93f9 (diff)
downloadpkgsrc-240eed442d1f97f7d7dd9430673499ef25dd1f36.tar.gz
Import as of 09/25/97
Diffstat (limited to 'misc/tkinfo/pkg/DESCR')
-rw-r--r--misc/tkinfo/pkg/DESCR17
1 files changed, 17 insertions, 0 deletions
diff --git a/misc/tkinfo/pkg/DESCR b/misc/tkinfo/pkg/DESCR
new file mode 100644
index 00000000000..53939576f87
--- /dev/null
+++ b/misc/tkinfo/pkg/DESCR
@@ -0,0 +1,17 @@
+tkInfo is a tk script to read GNU "info" files and display them.
+tkInfo can be used stand alone (via WISH), or embeded within an
+application to provide integrated, on-line help.
+
+Info files provide a robust hyper-text capability that is ideal for
+on-line help. The format is suitable for both tty-based systems and
+graphical systems. In addition, the same document source can produce
+both a "nice" hardcopy manual and Info files. Note that most GNU tools
+are documented in this way (via texinfo).
+
+Info files can be created manually with any text editor, with the
+support of the emacs "info" package, with the GNU "makeinfo" program,
+or with the emacs scripts for latexinfo. The makeinfo program produces
+a set of info files from TeX source that use the GNU texinfo style (the
+one that uses "@" everywhere). Similarly, the latexinfo package (like
+texinfo, but with latex commands and syntax) provides emacs scripts for
+producing info files.