summaryrefslogtreecommitdiff
path: root/textproc/postgresql-autodoc/DESCR
diff options
context:
space:
mode:
authormjl <mjl@pkgsrc.org>2002-08-31 02:56:42 +0000
committermjl <mjl@pkgsrc.org>2002-08-31 02:56:42 +0000
commit46839841eb8c741603a13d809af90b8e5e5a5a17 (patch)
treecaf2ea82d24086f515de3c8b54006e081bf0fc7e /textproc/postgresql-autodoc/DESCR
parent8bc041cb23fcd622971898b103a8f611fc04714f (diff)
downloadpkgsrc-46839841eb8c741603a13d809af90b8e5e5a5a17.tar.gz
Initial import of postgresql-autodoc 0.99
This is a utility which will run through PostgreSQL system tables and returns HTML, DOT, and 2 styles of XML which describes the database. The HTML is human readable (via webbrowser). The first style of XML is actually the fileformat of Dia, a UML diagram tool. The second type of XML is similar to the HTML but in the Docbook 4 format. It enables you to mix in other docbook documentation via the XREFs, generating PDFs, HTML, RTF, or other formatted documents. Between these tools and JavaDoc with the appropriate XREFs, documentation about a project can be generated quickly and be easily updatable yet have a very professional look with some DSSSL work.
Diffstat (limited to 'textproc/postgresql-autodoc/DESCR')
-rw-r--r--textproc/postgresql-autodoc/DESCR10
1 files changed, 10 insertions, 0 deletions
diff --git a/textproc/postgresql-autodoc/DESCR b/textproc/postgresql-autodoc/DESCR
new file mode 100644
index 00000000000..2a7a4be3b85
--- /dev/null
+++ b/textproc/postgresql-autodoc/DESCR
@@ -0,0 +1,10 @@
+This is a utility which will run through PostgreSQL system tables and
+returns HTML, DOT, and 2 styles of XML which describes the database.
+The HTML is human readable (via webbrowser). The first style of XML is
+actually the fileformat of Dia, a UML diagram tool. The second type of
+XML is similar to the HTML but in the Docbook 4 format. It enables you
+to mix in other docbook documentation via the XREFs, generating PDFs,
+HTML, RTF, or other formatted documents. Between these tools and
+JavaDoc with the appropriate XREFs, documentation about a project can
+be generated quickly and be easily updatable yet have a very
+professional look with some DSSSL work.