diff options
| author | goodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2004-06-03 14:10:05 +0000 |
|---|---|---|
| committer | goodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2004-06-03 14:10:05 +0000 |
| commit | 6eb3c43162a9548fe1d0d185ee7d019c12e86028 (patch) | |
| tree | afd46434dc82c134f41f51cf1c46f6b42ccd20c5 /docs/dev/website.txt | |
| parent | 433beae86957751b8763d1d211d00ec339ce1a71 (diff) | |
| download | docutils-6eb3c43162a9548fe1d0d185ee7d019c12e86028.tar.gz | |
Added to project (extracted from ``docs/dev/todo.txt``, formerly ``spec/notes.txt``)
git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@2183 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docs/dev/website.txt')
| -rw-r--r-- | docs/dev/website.txt | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/docs/dev/website.txt b/docs/dev/website.txt new file mode 100644 index 000000000..73ef8b10f --- /dev/null +++ b/docs/dev/website.txt @@ -0,0 +1,42 @@ +=================== + Docutils Web Site +=================== +:Author: David Goodger; open to all Docutils developers +:Contact: goodger@python.org +:Date: $Date$ +:Revision: $Revision$ +:Copyright: This document has been placed in the public domain. + +The Docutils web site, <http://docutils.sourceforge.net/>, 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: |
