From: Tony G. <Ton...@Su...> - 2004-09-16 20:45:58
|
Stefan Seefeld <sse...@ar...> writes: Stefan, you posted from an address that is not subscribed to this list. > Tony Graham wrote: >>There's a few rough spots -- No Sourceforge logo at present (my fault) >>and still no documentation or development content -- but finally its >>up. The logo is back. I should look at how to get it on every page so we get more brownie points with SourceForge's broken project-ranking system. Please let me know whether or not you can create HTML without having to modify anything. > yeah, I'm still looking into these issues. Unfortunately the docbook-website > xsl stuff only supports rss 1.0 out of the box (sf.net feeds version 2.0), > so > I have to rewrite the templates. Second, the website dtd doesn't appear > to support the injection of headlines from rss (nor other restrictions such > as 'first item only'). > I'v filed an RFE for it, but in the mean time: since you already ship the > website dtd, shouldn't we add local modifications that allow new attributes > for the 'rss' element such as 'from' and 'to' ? I don't "ship the website DTD", but I expect that it's possible to make a local customization that refers to the standard website DTD. This is DocBook (and Norm's handiwork), after all. custom-website.xsl is now back in use, so you could put any XSL customizations in there. > Otherwise modifications that I apply to embedd a 'news' headline into the > frontpage won't validate any more (which might not be a problem, if you > process the stuff only with 'xsltproc --novalid'). It's worse than that: I've started using nXML mode in Emacs, which means I'll need a RNG version of the DTD customization if nXML is going to validate on the fly. Regards, Tony. |