=================== Docutils Web Site =================== :Author: David Goodger; open to all Docutils developers :Contact: goodger@python.org :Date: $Date: 2004/06/03 03:49:10 $ :Revision: $Revision: 1.217 $ :Copyright: This document has been placed in the public domain. The Docutils web site, , is maintained automatically by the docutils-update script, run as an hourly cron job (by user "goodger"). The script will process any .txt file which is newer than the corresponding .html file in the project's web directory on SourceForge (``/home/groups/d/do/docutils/htdocs/``). For a new .txt file, just SSH to SourceForge and :: touch filename.html chmod g+w filename.html sleep 1 touch filename.txt The script will take care of the rest within an hour. Thereafter whenever the .txt file is modified (checked in to CVS), the .html will be regenerated automatically. After adding directories to CVS, allow the script to run once to create the directories in the filesystem before preparing for HTML processing as described above. The docutils-update__ script is in CVS as ``sandbox/davidg/infrastructure/docutils-update``. __ http://docutils.sf.net/sandbox/davidg/infrastructure/docutils-update .. Local Variables: mode: indented-text indent-tabs-mode: nil sentence-end-double-space: t fill-column: 70 End: