summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 9863ac7)
raw | patch | inline | side by side (parent: 9863ac7)
author | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Thu, 16 May 2002 01:28:19 +0000 (01:28 +0000) | ||
committer | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Thu, 16 May 2002 01:28:19 +0000 (01:28 +0000) |
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@737 57a73879-2fb5-44c3-a270-3262357dd7e2
doc/customizing.txt | patch | blob | history | |
doc/installation.txt | patch | blob | history | |
frontends/README.txt | patch | blob | history |
diff --git a/doc/customizing.txt b/doc/customizing.txt
index 6ac834c6eb8e3161ed54bd5eb7c02abc1ddbb3ce..ac9235eae789cddd80d6eb9290efddf2456658b1 100644 (file)
--- a/doc/customizing.txt
+++ b/doc/customizing.txt
Customising Roundup
===================
-:Version: $Revision: 1.6 $
+:Version: $Revision: 1.7 $
.. contents::
| |Options: |
| |property (property name) - the property to use in the second case. |
| |showid - use the linked node id as the link text (linked node |
-| | "value" will be set as a tooltip) |
+| |"value" will be set as a tooltip) |
+---------+-------------------------------------------------------------------+
|count |For a Multilink property, display a count of the number of links in|
| |the list. |
diff --git a/doc/installation.txt b/doc/installation.txt
index 9a13cb8cabfaad73671773095287870017d4b69c..e2de5e0ec08bbb768b937a4b6abc8c2aa48ad845 100644 (file)
--- a/doc/installation.txt
+++ b/doc/installation.txt
Installing Roundup
==================
-:Version: $Revision: 1.3 $
+:Version: $Revision: 1.4 $
.. contents::
TODO (finish)
+ZRoundup
+========
+
+Install roundup as usual (see installation_).
+
+ZRoundup installs as a regular Zope product. Copy the ZRoundup directory to
+your Products directory either in an INSTANCE_HOME/Products or the Zope
+code tree lib/python/Products.
+
+You will need to create the instance using the roundup-admin tool (step 2 in
+installation_).
+
+When you next (re)start up Zope, you will be able to add a ZRoundup object
+that interfaces to your new instance.
+
Further Reading
===============
diff --git a/frontends/README.txt b/frontends/README.txt
index c2026766ed38143c336bae091a160a73bad19ebf..9ed50e483dd5c77942792b2eebcb851282b187bc 100644 (file)
--- a/frontends/README.txt
+++ b/frontends/README.txt
Zope - ZRoundup
---------------
- Install roundup as usual (see INSTALL.txt in the directory above this one.)
- Install as a regular product - copy the ZRoundup directory to your Products directory
- either in an INSTANCE_HOME/Products or the Zope code tree lib/python/Products.
+This installs as a regular Zope product. See Roundup's doc/installation.txt
+for more info.