Skip to content

Commit cf5feeb

Browse files
author
Richard Jones
committed
doc fixes
1 parent 23ff085 commit cf5feeb

File tree

4 files changed

+12
-9
lines changed

4 files changed

+12
-9
lines changed

demo.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# Copyright (c) 2003 Richard Jones ([email protected])
44
#
5-
# $Id: demo.py,v 1.24 2006-02-08 04:03:54 richard Exp $
5+
# $Id: demo.py,v 1.25 2006-08-07 07:15:05 richard Exp $
66

77
import errno
88
import os
@@ -101,8 +101,8 @@ def run_demo(home):
101101
%s
102102
1. Log in as "demo"/"demo" or "admin"/"admin".
103103
2. Hit Control-C to stop the server.
104-
3. Re-start the server by running "python demo.py" again.
105-
4. Re-initialise the server by running "python demo.py nuke".
104+
3. Re-start the server by running "roundup-demo" again.
105+
4. Re-initialise the server by running "roundup-demo nuke".
106106
''' % url
107107

108108
# disable command line processing in roundup_server

doc/announcement.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Roundup requires python 2.3 or later for correct operation.
3232

3333
To give Roundup a try, just download (see below), unpack and run::
3434

35-
python demo.py
35+
roundup-demo
3636

3737
Release info and download page:
3838
http://cheeseshop.python.org/pypi/roundup

doc/customizing.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Customising Roundup
33
===================
44

5-
:Version: $Revision: 1.197 $
5+
:Version: $Revision: 1.198 $
66

77
.. This document borrows from the ZopeBook section on ZPT. The original is at:
88
http://www.zope.org/Documentation/Books/ZopeBook/current/ZPT.stx
@@ -2088,6 +2088,12 @@ popcal Generate a link to a popup calendar which may be used to
20882088

20892089
<span tal:replace="structure context/due/popcal" />
20902090

2091+
you still need to include the ``field`` for the property, so
2092+
typically you'd have:
2093+
2094+
<span tal:replace="structure context/due/field" />
2095+
<span tal:replace="structure context/due/popcal" />
2096+
20912097
menu only on Link and Multilink properties - render a form select
20922098
list for this property. Takes a number of optional arguments
20932099

doc/installation.txt

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99,10 +99,7 @@ For The Really Impatient
9999
========================
100100

101101
If you just want to give Roundup a whirl Right Now, then simply run
102-
``python demo.py`` in the *source* directory (not the *installed*
103-
directory). If you used the Windows installer, you should run the
104-
``roundup-demo`` program instead. Users of other binary distributions or
105-
pre-installed Roundup will need to download the source to use it.
102+
``roundup-demo``.
106103

107104
This will set up a simple demo tracker on your machine. [1]_
108105
When it's done, it'll print out a URL to point your web browser at

0 commit comments

Comments
 (0)