summaryrefslogtreecommitdiff
path: root/docs/dev/website.txt
diff options
context:
space:
mode:
authorwiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2005-08-17 13:59:12 +0000
committerwiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2005-08-17 13:59:12 +0000
commita4bc0d09f3d1f633a5780976d1f913e083c9564a (patch)
tree1777475e88463b08438f0719be97cc087554eadd /docs/dev/website.txt
parent60c69f8cf97125135948a3d35b7698ee80921137 (diff)
parent2818db9a234cc37008c5f2bb0e821f9b1fa92de2 (diff)
downloaddocutils-0.3.9.tar.gz
re-added docutils-0.3.9 tag one level deeper (without web/ and sandboxes/)docutils-0.3.9
git-svn-id: http://svn.code.sf.net/p/docutils/code/tags/docutils-0.3.9@3815 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docs/dev/website.txt')
-rw-r--r--docs/dev/website.txt46
1 files changed, 46 insertions, 0 deletions
diff --git a/docs/dev/website.txt b/docs/dev/website.txt
new file mode 100644
index 000000000..e54acb802
--- /dev/null
+++ b/docs/dev/website.txt
@@ -0,0 +1,46 @@
+===================
+ 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 on shell.berlios.de (by user "felixwiemann"). The
+script will process any .txt file which is newer than the
+corresponding .html file in the project's web directory on
+shell.berlios.de (``/home/groups/docutils/htdocs/aux/htdocs/``) and
+upload the changes to the web site at SourceForge. For a new .txt
+file, just SSH to ``<username>@shell.berlios.de`` and ::
+
+ cd /home/groups/docutils/htdocs/aux/htdocs/
+ 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 SVN), the .html will
+be regenerated automatically.
+
+After adding directories to SVN, 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 located 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: