summaryrefslogtreecommitdiff
path: root/textproc/sp/DESCR
diff options
context:
space:
mode:
authorzuntum <zuntum@pkgsrc.org>2001-10-31 22:52:58 +0000
committerzuntum <zuntum@pkgsrc.org>2001-10-31 22:52:58 +0000
commitd038a73ebd432fae3ce355b84443038f88cb7199 (patch)
treeb3c17888184b1b17ed1b1fa28f1697197bb0b4f6 /textproc/sp/DESCR
parent70bae73d77e50256a2ee847bd9be11b761bcea01 (diff)
downloadpkgsrc-d038a73ebd432fae3ce355b84443038f88cb7199.tar.gz
Move pkg/ files into package's toplevel directory
Diffstat (limited to 'textproc/sp/DESCR')
-rw-r--r--textproc/sp/DESCR22
1 files changed, 22 insertions, 0 deletions
diff --git a/textproc/sp/DESCR b/textproc/sp/DESCR
new file mode 100644
index 00000000000..7d4d1521a6d
--- /dev/null
+++ b/textproc/sp/DESCR
@@ -0,0 +1,22 @@
+ A free, object-oriented toolkit for SGML parsing and entity management
+
+ * Provides access to all information about SGML document
+ + Access to DTD and SGML declaration as well as document instance
+ + Access to markup as well as abstract document
+ + Sufficient to recreate character-for-character identical copy
+ of any SGML document
+ * Supports almost all optional SGML features
+ + Arbitrary concrete syntaxes
+ + SHORTTAG, OMITTAG, RANK, SUBDOC
+ + LINK (SIMPLE, IMPLICIT and EXPLICIT)
+ + Only DATATAG and CONCUR not supported
+ * Sophisticated entity manager
+ + Supports ISO/IEC 10744 Formal System Identifiers
+ + Supports SGML Open catalogs
+ + Supports WWW
+ + Can be used independently of parser
+ * Supports multi-byte character sets
+ + Parser can use 16-bit characters internally
+ + 16-bit characters can be used in tag names and other markup
+ + Supports ISO/IEC 10646 (Unicode) using both UCS-2 and UTF-8
+ + Supports Japanese character sets (Shift-JIS, EUC)