File tree Expand file tree Collapse file tree 4 files changed +12
-9
lines changed
Expand file tree Collapse file tree 4 files changed +12
-9
lines changed Original file line number Diff line number Diff line change 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
77import errno
88import os
@@ -101,8 +101,8 @@ def run_demo(home):
101101 %s
1021021. Log in as "demo"/"demo" or "admin"/"admin".
1031032. 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
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ Roundup requires python 2.3 or later for correct operation.
3232
3333To give Roundup a try, just download (see below), unpack and run::
3434
35- python demo.py
35+ roundup- demo
3636
3737Release info and download page:
3838 http://cheeseshop.python.org/pypi/roundup
Original file line number Diff line number Diff line change 22Customising 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+
20912097menu only on Link and Multilink properties - render a form select
20922098 list for this property. Takes a number of optional arguments
20932099
Original file line number Diff line number Diff line change @@ -99,10 +99,7 @@ For The Really Impatient
9999========================
100100
101101If 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
107104This will set up a simple demo tracker on your machine. [1]_
108105When it's done, it'll print out a URL to point your web browser at
You can’t perform that action at this time.
0 commit comments