Mercurial > p > roundup > code
changeset 271:85908e1f46ad
Added some more doc.
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Tue, 09 Oct 2001 07:31:02 +0000 |
| parents | a4241ddd22d7 |
| children | 5f400caecaad |
| files | doc/index.html |
| diffstat | 1 files changed, 24 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/index.html Tue Oct 09 07:25:59 2001 +0000 +++ b/doc/index.html Tue Oct 09 07:31:02 2001 +0000 @@ -413,6 +413,7 @@ printed results: <ul> <li>Strings are, well, strings. + <li>Password values will display as their encoded value. <li>Date values are printed in the full date format in the local time zone, and accepted in the full format or any of the partial formats explained below. <table> @@ -673,6 +674,28 @@ Class is the basic store of information. <p> +A class is comprised of one or more properties of the following type: + +<ul> +<li><em>String</em> properties are for storing arbitrary-length +strings. + +<li><em>Password</em> properties are for storing encoded arbitrary-length +strings. The default encoding is defined on the roundup.password.Password +class. + +<li><em>Date</em> properties store date-and-time stamps. +Their values are Timestamp objects. + +<li>A <em>Link</em> property refers to a single other node +selected from a specified class. The class is part of the property; +the value is an integer, the id of the chosen node. + +<li>A <em>Multilink</em> property refers to possibly many nodes +in a specified class. The value is a list of integers. +</ul> + +<p> <strong>FileClass</strong> <br> @@ -1103,7 +1126,7 @@ <p> </p> <hr> -$Id: index.html,v 1.11 2001-10-09 07:25:59 richard Exp $ +$Id: index.html,v 1.12 2001-10-09 07:31:02 richard Exp $ <p> </p> </body></html>
