diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-01-18 21:43:58 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-01-18 21:43:58 +0000 |
commit | 4d635df12704abe558d95813a4eca6cfeea51a43 (patch) | |
tree | b2618efe9eea395bad96422e198533d2a92eb6ae /textproc/xmlcatmgr | |
parent | 0be8c2f656d3536bea0f15630fb49635252a358a (diff) | |
download | ports-4d635df12704abe558d95813a4eca6cfeea51a43.tar.gz ports-4d635df12704abe558d95813a4eca6cfeea51a43.zip |
Notes
Diffstat (limited to 'textproc/xmlcatmgr')
-rw-r--r-- | textproc/xmlcatmgr/pkg-descr | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/textproc/xmlcatmgr/pkg-descr b/textproc/xmlcatmgr/pkg-descr index ffc9095927df..9748271fdb80 100644 --- a/textproc/xmlcatmgr/pkg-descr +++ b/textproc/xmlcatmgr/pkg-descr @@ -1,7 +1,11 @@ -XML Catalog Manager (xmlcatmgr in its short form) is a small utility -used to manipulate SGML and XML catalogs. It is extremely small and -lightweight, requiring no more dependancies than an awk and a shell -interpreter. Basically, it allows adding and removing entries from -catalogs, in a completely automated way. +XML Catalog Manager (xmlcatmgr in its short form) is a small utility used +to manipulate SGML and XML catalogs. It is extremely small and lightweight, +specially designed to be run from packaging systems. Basically, it allows +adding and removing entries from catalogs in a completely automated way. + +A catalog is a lookup mechanism used to translate entities into other +different entities. They can, for example, map public identifiers to +local files or URIs. This allows you to tell the parser where to look +for entities without having to modify the original document source. WWW: http://xmlcatmgr.sourceforge.net/ |