From: Stefan S. <se...@sy...> - 2004-09-01 00:07:58
|
Tony Graham wrote: > I started to apply your patch but ran into problems because I don't > have a copy of the XSL stylesheets on this machine. > > This reinforces the idea that the website stuff needs to be set up so > that anybody can sucessfully produce HTML from the CVS files. yes. And, even though I do have the website xsl stuff on my machine, compiling your website took a *lot* of time. It appears processing the files requires some ULR lookup anyways (I locally added --novalid to the xsltproc to avoid the dtd download, but that didn't change anything). >>By the way, the wiki seems a bit broken, at least I get a warning about >>'Use of undefined constant RECENT_CHANGES' for all wiki pages (the status >>page, in particular). > > > It's always been broken that way. I don't know enough PHP to fix it. neither do I (and the few times I looked into php code convinced me that this isn't something I ever want to get more exposure ;-) Anyways, with proper rss support may be we don't need that php any more. Speaking of which, it appears the website xsl from Norm supports rss 1.0 right now, while sf.net generates rss 2.0 feeds. That means I'll have to rewrite the appropriate templates, which isn't a big deal. > RSS is automatically available for projects. See > https://sourceforge.net/export/rss2_project.php?group_id=73148 for the > xmlroff RSS feeds. Right. It wasn't available when I first checked (I got an error message), but now it's working fine. I'll work on a patch to integrate these data into the website. > P.S. Am I missing 'documentation.xml' and 'development.xml'? uh, I thought that was part of the patch I sent (just two dummy pages that need to be filled with some general info). Here they are again. They need to be filled with some text, which I can't really provide as of now as I don't know enough about the project. Regards, Stefan |