summaryrefslogtreecommitdiff
path: root/editors/psgml-emacs20/pkg-descr
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>1999-02-12 15:44:04 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>1999-02-12 15:44:04 +0000
commit3a6f1c58490c80e274d7ea91651414b484543d36 (patch)
tree04fa05ecb1b8467fa2cca57cf216b4a65ace53f4 /editors/psgml-emacs20/pkg-descr
parentLinux RealPlayer 5.0 from RealNetworks. (diff)
A major mode for editing SGML and XML documents for emacs20.
PR: ports/9637 Submitted by: Shigeyuki FUKUSHIMA <shige@kuis.kyoto-u.ac.jp>
Notes
Notes: svn path=/head/; revision=16676
Diffstat (limited to 'editors/psgml-emacs20/pkg-descr')
-rw-r--r--editors/psgml-emacs20/pkg-descr16
1 files changed, 16 insertions, 0 deletions
diff --git a/editors/psgml-emacs20/pkg-descr b/editors/psgml-emacs20/pkg-descr
new file mode 100644
index 000000000000..f9660cf6cab4
--- /dev/null
+++ b/editors/psgml-emacs20/pkg-descr
@@ -0,0 +1,16 @@
+PSGML: a major mode for editing SGML and XML documents for emacs20.
+
+--- Emacs Library Porting
+
+ PSGML is a major mode for editing SGML and XML documents. It works
+with GNU Emacs 19.34, 20.3 and later or with XEmacs 19.9 and later.
+PSGML contains a simple SGML parser and can work with any DTD.
+Functions provided includes menus and commands for inserting tags with
+only the contextually valid tags, identification of structural errors,
+editing of attribute values in a separate window with information about
+types and defaults, and structure based editing.
+
+ PSGML is installed the following directory tree:
+ ${PREFIX}/share/emacs/site-lisp/psgml/
+
+--- Porting by shige <shige@kuis.kyoto-u.ac.jp>