aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/dsssl-docbook-modular/files
diff options
context:
space:
mode:
authornik <nik@FreeBSD.org>1998-03-25 22:10:28 +0800
committernik <nik@FreeBSD.org>1998-03-25 22:10:28 +0800
commit978561c21c932908f17dc58084c8d39b714c32f6 (patch)
tree8a9308d430598ddc9a98ea929ea17f9e0faad588 /textproc/dsssl-docbook-modular/files
parentc58f42709e54c9f6c52fbb647624168044dddc93 (diff)
downloadfreebsd-ports-gnome-978561c21c932908f17dc58084c8d39b714c32f6.tar.gz
freebsd-ports-gnome-978561c21c932908f17dc58084c8d39b714c32f6.tar.zst
freebsd-ports-gnome-978561c21c932908f17dc58084c8d39b714c32f6.zip
This is v1.07 of Norm Walsh's modular DocBook stylesheets, used (in
conjunction with Jade, and the DocBook DTD) to convert DocBook documents to HTML, RTF and TeX (in conjunction with jadetex macros, which I have yet to submit/commit). The name is a bit long but is, I think, relatively future proof. DSSSL is not the only mechanism that can be used to format SGML, DocBook is not the only DTD with a DSSSL stylesheet, and the modular stylesheets are not the only stylesheets available for DocBook. . . This is my first port commit, I hope I haven't screwed anything up too much. . . PR: 6043 Submitted by: Jun Kuriyama, kuriyama@opt.phys.waseda.ac.jp
Diffstat (limited to 'textproc/dsssl-docbook-modular/files')
-rw-r--r--textproc/dsssl-docbook-modular/files/install-note16
1 files changed, 16 insertions, 0 deletions
diff --git a/textproc/dsssl-docbook-modular/files/install-note b/textproc/dsssl-docbook-modular/files/install-note
new file mode 100644
index 000000000000..ca1885f66927
--- /dev/null
+++ b/textproc/dsssl-docbook-modular/files/install-note
@@ -0,0 +1,16 @@
+These are DSSSL stylesheets for the DocBook DTD by Norm Walsh. Use them
+in conjunction with a DSSSL processor (such as jade) to convert documents
+marked up as DocBook to other formats.
+
+For example (assume $DBPATH = /usr/local/share/sgml/docbook/dsssl/modular)
+
+ jade -t sgml -d $DBPATH/html/docbook.dsl filename.sgml (DocBook -> HTML)
+ jade -t rtf -d $DBPATH/print/docbook.dsl filename.sgml (DocBook -> RTF )
+ jade -t tex -d $DBPATH/print/docbook.dsl filename.sgml (DocBook -> TeX )
+
+To further parse the output of the 'tex' transformation you will need the
+'jadetex' macros, which may not yet have been ported.
+
+More documentation (in HTML format) is available in
+
+ /usr/local/share/sgml/docbook/dsssl/modular/doc/