diff options
author | jmz <jmz@FreeBSD.org> | 1995-02-24 20:54:57 +0800 |
---|---|---|
committer | jmz <jmz@FreeBSD.org> | 1995-02-24 20:54:57 +0800 |
commit | bcaa135be120a62680e960d59469ac57e7b237f0 (patch) | |
tree | 5fe7cdbcd1bb8526487e0ae58677fb45f16ca56f /misc/tkinfo/pkg-descr | |
parent | 298c806571b22fc94b94aa7536bed337045b58f7 (diff) | |
download | freebsd-ports-gnome-bcaa135be120a62680e960d59469ac57e7b237f0.tar.gz freebsd-ports-gnome-bcaa135be120a62680e960d59469ac57e7b237f0.tar.zst freebsd-ports-gnome-bcaa135be120a62680e960d59469ac57e7b237f0.zip |
tkInfo is a tk script to read GNU "info" files and display them.
Submitted by: Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de>
Diffstat (limited to 'misc/tkinfo/pkg-descr')
-rw-r--r-- | misc/tkinfo/pkg-descr | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/misc/tkinfo/pkg-descr b/misc/tkinfo/pkg-descr new file mode 100644 index 000000000000..53939576f874 --- /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. |