Le 3 juin 2006 à 23:04, Chuck Robey a écrit :

Is anyone using fink able to format Docbook documents?  If you are,
could you tell me what list of fink packages you use to do your
formatting?
I use bluefish, a non wysiwyg editor, which has already some preformatted docbook tags, you can add whichever you want by customizing a menu. You may try tea also, which seems to have some very interesting features. gedit probably also. And more simple BBedit or even TextEdit.

  Do you feature any that you had to build outside of fink?
All of them are wysiwyg. Except emacs, which has also a set of macros for docbook, though I think (not entirely sure) that those in fink are only for docbook 4.3, i.e. sgml documents.

I've never done any docbook dics at all, and I'm rather anxious to get
started in formatting some.
BTW, I don't want to use any of those docbook-customized editors, I want
to be able to udse vim for my text entry, and let other offline
formatters do my document production, I never use WYSIWYG editors.  I
think I have a good set of vim macros for docbook entry (but I haven't
yet got any experience in using them yet).
All depends what you want as output and which docbook version you use.

For processing, one generally uses a Makefile, but you may use Terminal.app and enter the commands directly.

For docbook <= 4.3, you may use jadetex, openjade. The stylesheets are the dsssl stylesheets: docbook-dsssl-ldp, docbook-dsssl-nwalsh. You have also to install the docbook-utils package, and docbook-dtd, and sgml-entities. (best way to do this is to install docbook-bundle and docbook-utils).


For docbook = 4.4, you may use xsltproc from libxslt, to get html output, and fop to get pdf output, though you can use also directly saxon. The stylesheets are docbook-xsl, you have to install also docbook-dtd.

I use both of the above.

For docbook > 4.4, you have to install it yourself, it is not in fink at the moment, then you may have trouble finding some formating stylesheets.

References are: <http://www.sagehill.net/docbookxsl/index.html> for the docbook-xsl stylesheet For the dsssl stylesheets, there is a tutorial with lynx, but you can adapt it relatively easyly: <http://www.karakas-online.de/mySGML/>
For docbook itself, <http://www.docbook.org/tdg/en/html/docbook.html>

You may also use perl, there are a lot of perl macros in fink.

And if you want to go this way you can also use schemas: emacs and rnc-mode for relax ng.

Hope this helps.

Cheers,
Michèle
<http://micmacfr.homeunix.org>

Attachment: 36C471DED4B09EEB30A0281F2608DB2FE6F9E147.gpgkey
Description: Binary data



Attachment: PGP.sig
Description: Ceci est une signature électronique PGP

_______________________________________________
Fink-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to