blob: 0fe2aaf58493ab1af8f62d1b4b28882a91327e30 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
|
===================
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 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 ``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 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
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:
|