diff doc/customizing.txt @ 1278:0c0494deb09f

doc for the retire action
author Richard Jones <richard@users.sourceforge.net>
date Tue, 15 Oct 2002 06:39:44 +0000
parents c3424abf7f77
children f7d9fefcae88
line wrap: on
line diff
--- a/doc/customizing.txt	Tue Oct 15 06:37:21 2002 +0000
+++ b/doc/customizing.txt	Tue Oct 15 06:39:44 2002 +0000
@@ -2,7 +2,7 @@
 Customising Roundup
 ===================
 
-:Version: $Revision: 1.57 $
+:Version: $Revision: 1.58 $
 
 .. This document borrows from the ZopeBook section on ZPT. The original is at:
    http://www.zope.org/Documentation/Books/ZopeBook/current/ZPT.stx
@@ -694,11 +694,14 @@
 
 **login**
  Attempt to log a user in.
+
 **logout**
  Log the user out - make them "anonymous".
+
 **register**
  Attempt to create a new user based on the contents of the form and then log
  them in.
+
 **edit**
  Perform an edit of an item in the database. There are some special form
  elements you may use:
@@ -720,6 +723,9 @@
  Add a new item to the database. You may use the same special form elements
  as in the "edit" action.
 
+**retire**
+ Retire the item in the database.
+
 **editCSV**
  Performs an edit of all of a class' items in one go. See also the
  *class*.csv templating method which generates the CSV data to be edited, and

Roundup Issue Tracker: http://roundup-tracker.org/