
On Sun, 30 Nov 2003, Kees Cook wrote:
Say, when we cut a release, can we also run this from the inkscape_web directory on SF:
pod2html --cachedir=/tmp --infile=../inkscape/inkscape.pod --outfile=doc/inkscape.html
I've added this to the CreatingDists page in Wiki, but I'm wondering if there might be a better way of handling it? I've noticed with the Doxygen pages we get a ton of chmod warnings when updating the website.
Is it possible to set up some <Location> segragation in an .htaccess file to split up the website file structure into logical components?
Actually, in thinking about it, you probably want to use man2html, since to create the man page there were some additional steps such as substituting the AUTHORS section.
Also, make sure to strip the header/footer and replace it with php includes of the site header/footer. Look at the 'stripheadfoot' script in tgen, for an example.
And what do people think of adding a "man page" link to the "documentation.php" file to look at this file?
That's fine. I figure once we've accumulated enough docs here, someone may want to restructure this section a bit. For example, we're mixing user and developer docs together but these may be better to split out independently.
Thanks, Bryce