| 1 | |
| 2 | == Header format |
| 3 | |
| 4 | * ID: Unique identifier |
| 5 | * Date: ISO8601 date of creation |
| 6 | * Topics: Comma-separated list of topic names & phrases |
| 7 | * Title: A title for the text, ideally less than 70 characters |
| 8 | * Authors: List of name with optional set of {{{ <address> }}} |
| 9 | * Date-edited: ISO8601, use only when text edited |
| 10 | * References: list of text ID links |
| 11 | |
| 12 | |
| 13 | A blank line must follow the last header field. |
| 14 | |
| 15 | |
| 16 | Example |
| 17 | |
| 18 | {{{ |
| 19 | ID: 11bcd |
| 20 | Title: A Logarion exemplar header |
| 21 | Authors: John Doe <http://example.com> <jd@example.com> |
| 22 | Date: 1970-11-06T12:29:50-00:00 |
| 23 | Topic: Logarion, examples |
| 24 | |
| 25 | |
| 26 | Hello world! |
| 27 | }}} |