On Sun, 18 Jul 2010 15:43:20 +0200 [email protected] wrote: > So far I have been blogging on a couple of "blogger.com" blogs of > mine, and I got quite used to the capabilities there, > I mean WYSIWYG is not that disgusting, even for an open-minded emacs > guy as me, but then … > > … maybe there has already been an attempt to use DocBook for blogging? > > I mean, *what* *is* a *blog* *really*??? > > A time-consecutive list of articles, > together with a commenting facility (but that's not most important, I > think), and automatically supplied RSS and/or atom feeds.
Not docbook, but I've been generating atom blog entries for some time now. Each entry a different file (by date, then date.1 etc) Bit of python to get the xml file list, XSLT to generate html + toc XSLT to generate the full atom feed. It's worked for about 5 years for me. Validated using NVDL. Let me know if you're interested. -- regards -- Dave Pawson XSLT XSL-FO FAQ. http://www.dpawson.co.uk --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
