Mercurial > p > roundup > code
comparison doc/index.html @ 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 | 20fed9cad7b4 |
comparison
equal
deleted
inserted
replaced
| 270:a4241ddd22d7 | 271:85908e1f46ad |
|---|---|
| 411 <p> | 411 <p> |
| 412 Property values are represented as strings in command arguments and in the | 412 Property values are represented as strings in command arguments and in the |
| 413 printed results: | 413 printed results: |
| 414 <ul> | 414 <ul> |
| 415 <li>Strings are, well, strings. | 415 <li>Strings are, well, strings. |
| 416 <li>Password values will display as their encoded value. | |
| 416 <li>Date values are printed in the full date format in the local time zone, and | 417 <li>Date values are printed in the full date format in the local time zone, and |
| 417 accepted in the full format or any of the partial formats explained below. | 418 accepted in the full format or any of the partial formats explained below. |
| 418 <table> | 419 <table> |
| 419 <tr><th>Input of...</th><th>Means...</th></tr> | 420 <tr><th>Input of...</th><th>Means...</th></tr> |
| 420 <tr><td>"2000-04-17.03:45"</td><td>2000-04-17.08:45:00</td></tr> | 421 <tr><td>"2000-04-17.03:45"</td><td>2000-04-17.08:45:00</td></tr> |
| 669 <p> | 670 <p> |
| 670 | 671 |
| 671 <strong>Class</strong> | 672 <strong>Class</strong> |
| 672 <br> | 673 <br> |
| 673 Class is the basic store of information. | 674 Class is the basic store of information. |
| 675 | |
| 676 <p> | |
| 677 A class is comprised of one or more properties of the following type: | |
| 678 | |
| 679 <ul> | |
| 680 <li><em>String</em> properties are for storing arbitrary-length | |
| 681 strings. | |
| 682 | |
| 683 <li><em>Password</em> properties are for storing encoded arbitrary-length | |
| 684 strings. The default encoding is defined on the roundup.password.Password | |
| 685 class. | |
| 686 | |
| 687 <li><em>Date</em> properties store date-and-time stamps. | |
| 688 Their values are Timestamp objects. | |
| 689 | |
| 690 <li>A <em>Link</em> property refers to a single other node | |
| 691 selected from a specified class. The class is part of the property; | |
| 692 the value is an integer, the id of the chosen node. | |
| 693 | |
| 694 <li>A <em>Multilink</em> property refers to possibly many nodes | |
| 695 in a specified class. The value is a list of integers. | |
| 696 </ul> | |
| 674 | 697 |
| 675 <p> | 698 <p> |
| 676 | 699 |
| 677 <strong>FileClass</strong> | 700 <strong>FileClass</strong> |
| 678 <br> | 701 <br> |
| 1101 Go Ping, you rock! Also, go Bizar Software for letting me implement this | 1124 Go Ping, you rock! Also, go Bizar Software for letting me implement this |
| 1102 system on their time. | 1125 system on their time. |
| 1103 | 1126 |
| 1104 <p> </p> | 1127 <p> </p> |
| 1105 <hr> | 1128 <hr> |
| 1106 $Id: index.html,v 1.11 2001-10-09 07:25:59 richard Exp $ | 1129 $Id: index.html,v 1.12 2001-10-09 07:31:02 richard Exp $ |
| 1107 <p> </p> | 1130 <p> </p> |
| 1108 | 1131 |
| 1109 </body></html> | 1132 </body></html> |
| 1110 | 1133 |
