From: richard Date: Fri, 5 Oct 2001 07:42:46 +0000 (+0000) Subject: more doc cleanup X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=d5300a4d3114228c7bc5c56cde5f23407370cbc8;p=roundup.git more doc cleanup git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@274 57a73879-2fb5-44c3-a270-3262357dd7e2 --- diff --git a/README.txt b/README.txt index eae2bf5..02f18a9 100644 --- a/README.txt +++ b/README.txt @@ -33,43 +33,7 @@ For installation notes, please see the file INSTALL.TXT 3. Usage ======== -The system is designed to accessed through the command-line, e-mail or web -interface. Roundup has some useful doucmentation in its docstrings, so -"pydoc roundup" will give useful information. - -3.1 Command-line ----------------- -The command-line tool is called "roundup-admin" and is used for most low-level -database manipulations such as: - . creating a database instance - . redefining the list of products ("create" and "retire" commands) - . adding users manually, or setting their passwords ("create" and "set") - . other stuff - run it with no arguments to get a better description of - what it does. - - -3.2 E-mail ----------- -See the docstring at the start of the roundup/mailgw.py source file. -Use "pydoc roundup.mailgw". - - -3.3 Web -------- -Hopefully, this interface is pretty self-explanatory... - -Index views may be modified by the following arguments: - :sort - sort by prop name, optionally preceeded with '-' - to give descending or nothing for ascending sorting. - :group - group by prop name, optionally preceeded with '-' or - to sort in descending or nothing for ascending order. - :filter - selects which props should be displayed in the filter - section. Default is all. - :columns - selects the columns that should be displayed. - Default is all. - propname - selects the values the node properties given by propname - must have (very basic search/filter). - +See the index.html file in the "doc" directory. 3. Design diff --git a/doc/index.html b/doc/index.html index 53788e0..f13d2f3 100644 --- a/doc/index.html +++ b/doc/index.html @@ -433,7 +433,21 @@ If either the name or password is not supplied, they are obtained from the command-line.

Web Interface

-T.B.D. +Index views may be modified by the following arguments: +
+    :sort    - sort by prop name, optionally preceeded with '-'
+             to give descending or nothing for ascending sorting.
+    :group   - group by prop name, optionally preceeded with '-' or
+             to sort in descending or nothing for ascending order.
+    :filter  - selects which props should be displayed in the filter
+             section. Default is all.
+    :columns - selects the columns that should be displayed.
+             Default is all.
+    propname - selects the values the node properties given by propname
+             must have (very basic search/filter).
+
+ +Not sure what to put in here...

E-Mail Gateway

@@ -1071,7 +1085,7 @@ system on their time.

 


-$Id: index.html,v 1.8 2001-10-05 02:44:06 richard Exp $ +$Id: index.html,v 1.9 2001-10-05 07:42:46 richard Exp $