summaryrefslogtreecommitdiff
path: root/docutils/docs/dev
diff options
context:
space:
mode:
authorwiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2005-01-17 15:26:35 +0000
committerwiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2005-01-17 15:26:35 +0000
commit27b66955f84fb4dc0fc0d8f8d1bbebc0296e2e5c (patch)
treedbc753ce01a7d34747a7f8c4ec256c63c7344766 /docutils/docs/dev
parent8ad32746d103e0e6194bf68585e2dcf2d3b54b25 (diff)
downloaddocutils-27b66955f84fb4dc0fc0d8f8d1bbebc0296e2e5c.tar.gz
changed website documentation: docutils-update isn't run by a cron job
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@2941 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/docs/dev')
-rw-r--r--docutils/docs/dev/website.txt19
1 files changed, 12 insertions, 7 deletions
diff --git a/docutils/docs/dev/website.txt b/docutils/docs/dev/website.txt
index 73ef8b10f..0fe2aaf58 100644
--- a/docutils/docs/dev/website.txt
+++ b/docutils/docs/dev/website.txt
@@ -1,6 +1,7 @@
===================
Docutils Web Site
===================
+
:Author: David Goodger; open to all Docutils developers
:Contact: goodger@python.org
:Date: $Date$
@@ -8,20 +9,24 @@
: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 ::
+maintained by the ``docutils-update`` script. The script used to run
+as a cron job, but since mid-2004, cron isn't working on
+SourceForge.net, so you will have to run it manually. It 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 ``<username>@shell.sourceforge.net`` and ::
touch filename.html
chmod g+w filename.html
sleep 1
touch filename.txt
+ /home/groups/d/do/docutils/snapshots/sandbox/davidg/infrastructure/docutils-update -p
-The script will take care of the rest within an hour. Thereafter
+The ``docutils-update`` script will retrieve the most current version
+of the .txt file from CVS and generate the .html file. Thereafter
whenever the .txt file is modified (checked in to CVS), the .html will
-be regenerated automatically.
+be regenerated when ``docutils-update`` is run.
After adding directories to CVS, allow the script to run once to
create the directories in the filesystem before preparing for HTML