On Sun, Nov 30, 2003 at 11:22:24AM -0800, Bryce Harrington wrote:
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.
Hopefully that won't happen any more. The perms were wrong.
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.
Whoops, yeah.
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.
True as well. Can someone script this up? I've done the initial steps in inkscape_project/doxygen/update.sh, but it needs:
- step to replace AUTHORS section - step to add/replace header footer
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.
I think just listing user docs first might be good enough.