File: website.txt

package info (click to toggle)
python-docutils 0.5-2%2Blenny1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 5,664 kB
  • ctags: 3,475
  • sloc: python: 31,530; lisp: 3,348; sh: 1,966; makefile: 147
file content (79 lines) | stat: -rw-r--r-- 2,432 bytes parent folder | download
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
===================
 Docutils Web Site
===================

:Author: David Goodger; open to all Docutils developers
:Contact: goodger@python.org
:Date: $Date: 2008-03-30 11:05:52 +0200 (Son, 30 Mär 2008) $
:Revision: $Revision: 5540 $
: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 "wiemann").  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.

Please **do not** add any generated .html files to the Docutils
repository.  They will be generated automatically after a one-time
setup (`described below`__).

__ `Adding .txt Files`_

The docutils-update__ script is located at
``sandbox/infrastructure/docutils-update``.

__ http://docutils.sf.net/sandbox/infrastructure/docutils-update

If you want to share files via the web, you can upload them using the
uploaddocutils.sh__ script
(``sandbox/infrastructure/uploaddocutils.sh``).

__ http://docutils.sf.net/sandbox/infrastructure/uploaddocutils.sh


Adding Directories
==================

After adding directories to SVN, allow the update script to run once
to create the directories in the filesystem before preparing for HTML
processing as described below.


Adding .txt Files
=================

For a new .txt file, just SSH to ``<username>@shell.berlios.de`` and
::

    cd /home/groups/docutils/htdocs/aux/htdocs/
    cd [path to your file's subdirectory]
    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.


Renoving Files & Directories
============================

Removing files and directories from SVN will not trigger their removal
from the web site.  Files and directories must be manually removed
from both berlios.de (under
``/home/groups/docutils/htdocs/aux/htdocs/``) and from sourceforge.net
(under ``/home/groups/d/do/docutils/htdocs/``).


..
   Local Variables:
   mode: indented-text
   indent-tabs-mode: nil
   sentence-end-double-space: t
   fill-column: 70
   End: