summaryrefslogtreecommitdiff
path: root/editors/psgml/pkg-descr
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>1999-02-12 14:43:42 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>1999-02-12 14:43:42 +0000
commit62fbc6ad5fb50df63c6ed9244f29cf4fa7981bca (patch)
treeb62264b1969f1ee868f86af3c40e98c307c85ad7 /editors/psgml/pkg-descr
parentBump version number. (diff)
A major mode for editing SGML and XML documents for emacs.
PR: ports/9635 Submitted by: Shigeyuki FUKUSHIMA <shige@kuis.kyoto-u.ac.jp>
Notes
Notes: svn path=/head/; revision=16665
Diffstat (limited to 'editors/psgml/pkg-descr')
-rw-r--r--editors/psgml/pkg-descr20
1 files changed, 20 insertions, 0 deletions
diff --git a/editors/psgml/pkg-descr b/editors/psgml/pkg-descr
new file mode 100644
index 000000000000..c9ac6c20c198
--- /dev/null
+++ b/editors/psgml/pkg-descr
@@ -0,0 +1,20 @@
+PSGML: a major mode for editing SGML and XML documents for emacs.
+
+--- 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/
+
+To use psgml, put the following setup into your ~/.emacs:
+
+ (require 'psml-setup)
+
+--- Porting by shige <shige@kuis.kyoto-u.ac.jp>