From: Stefan S. <sse...@ar...> - 2004-09-16 18:00:34
|
Tony Graham wrote: >I downloaded the current DocBook Website files and then updated the >DOCTYPE declarations in all the XML files to match. Once I added the >Website catalog to the system catalogs, it just worked. Amazing. Great. >There's a few rough spots -- No Sourceforge logo at present (my fault) >and still no documentation or development content -- but finally its >up. 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' ? 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'). Regards, Stefan |