Skip to content

Commit 06a0501

Browse files
author
Richard Jones
committed
Made ZRoundup install info more accessible.
1 parent e09a572 commit 06a0501

File tree

3 files changed

+20
-6
lines changed

3 files changed

+20
-6
lines changed

doc/customizing.txt

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

5-
:Version: $Revision: 1.6 $
5+
:Version: $Revision: 1.7 $
66

77
.. contents::
88

@@ -372,7 +372,7 @@ highly customized.
372372
| |Options: |
373373
| |property (property name) - the property to use in the second case. |
374374
| |showid - use the linked node id as the link text (linked node |
375-
| | "value" will be set as a tooltip) |
375+
| |"value" will be set as a tooltip) |
376376
+---------+-------------------------------------------------------------------+
377377
|count |For a Multilink property, display a count of the number of links in|
378378
| |the list. |

doc/installation.txt

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

5-
:Version: $Revision: 1.3 $
5+
:Version: $Revision: 1.4 $
66

77
.. contents::
88

@@ -167,6 +167,21 @@ Set aside 15-30 minutes.
167167

168168
TODO (finish)
169169

170+
ZRoundup
171+
========
172+
173+
Install roundup as usual (see installation_).
174+
175+
ZRoundup installs as a regular Zope product. Copy the ZRoundup directory to
176+
your Products directory either in an INSTANCE_HOME/Products or the Zope
177+
code tree lib/python/Products.
178+
179+
You will need to create the instance using the roundup-admin tool (step 2 in
180+
installation_).
181+
182+
When you next (re)start up Zope, you will be able to add a ZRoundup object
183+
that interfaces to your new instance.
184+
170185

171186
Further Reading
172187
===============

frontends/README.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ This directory contains alternate front-ends for Roundup.
22

33
Zope - ZRoundup
44
---------------
5-
Install roundup as usual (see INSTALL.txt in the directory above this one.)
6-
Install as a regular product - copy the ZRoundup directory to your Products directory
7-
either in an INSTANCE_HOME/Products or the Zope code tree lib/python/Products.
85

6+
This installs as a regular Zope product. See Roundup's doc/installation.txt
7+
for more info.
98

0 commit comments

Comments
 (0)