| | @@ -12,19 +12,14 @@ |
| 12 | 12 | then turning on the forum feature |
| 13 | 13 | is just a matter of flipping some permission bits. There is |
| 14 | 14 | no new software to install and configure, and the same logins |
| 15 | 15 | and passwords work. |
| 16 | 16 | |
| 17 | | - * <b>Malefactor Resistant:</b> Because Fossil accepts forum posts |
| 18 | | - only via the web UI, it is more resistent to spam. Passers-by |
| 19 | | - can post to the forum anonymously (subject to moderation), without |
| 20 | | - the hassle of a sign-up process. |
| 21 | | - |
| 22 | | - * <b>Distributed and Tamper-Proof:</b> Posts are stored in the Fossil |
| 23 | | - repository using the same [./fileformat.wiki | DAG/Merkle-tree design] |
| 24 | | - that Fossil uses to store your check-ins, wiki documents, etc. |
| 25 | | - Forum posts sync to cloned repositories. |
| 17 | + * <b>Consistent Display:</b> Forum posts can be in [/md_rules|Markdown], |
| 18 | + [/wiki_rules|Fossil Wiki], or plain text. Whichever format is used, the result is |
| 19 | + displayed consistently across all platforms and operating systems and |
| 20 | + between mobile devices and desktops. |
| 26 | 21 | |
| 27 | 22 | * <b>Editable:</b> Forum posts can be amended after they are sent, |
| 28 | 23 | to fix typos or provide updates. The original posts are preserved |
| 29 | 24 | as part of the historical record, but only the amended posts are |
| 30 | 25 | displayed by default. |
| | @@ -31,22 +26,28 @@ |
| 31 | 26 | |
| 32 | 27 | * <b>Built-in Full-Text Search:</b> Forum posts can be included in |
| 33 | 28 | the index used by the built-in Fossil search logic. |
| 34 | 29 | |
| 35 | 30 | * <b>Off-Line Access:</b> Because forum posts are synced along with |
| 36 | | - all other artifacts, you can search the forum, or add new posts |
| 37 | | - to the forum, while off-line. |
| 31 | + all other artifacts, you can search the forum, or add new posts, or |
| 32 | + edit existing posts, all while off-line. |
| 38 | 33 | |
| 39 | 34 | * <b>Automatically Cross-Referenced To Other Fossil Artifacts:</b> Because forum |
| 40 | 35 | posts are normal Fossil artifacts, you can link from them to |
| 41 | 36 | other Fossil artifacts (check-ins, wiki, tickets) and from those other |
| 42 | 37 | artifacts to forum posts. The reverse links are recognized and |
| 43 | 38 | displayed automatically on the receiver. |
| 44 | 39 | |
| 45 | | - * <b>Consistent Display:</b> Forum posts can be in Markdown, |
| 46 | | - Fossil Wiki, or plain text. Whichever format is used, the result is |
| 47 | | - displayed consistently across all platforms, including mobile. |
| 40 | + * <b>Malefactor Resistant:</b> Because Fossil accepts forum posts |
| 41 | + only via the web UI, it is more resistent to spam. Passers-by |
| 42 | + can post to the forum anonymously (subject to moderation), without |
| 43 | + the hassle of a sign-up process. |
| 44 | + |
| 45 | + * <b>Distributed and Tamper-Proof:</b> Posts are stored in the Fossil |
| 46 | + repository using the same [./fileformat.wiki | DAG/Merkle-tree design] |
| 47 | + that Fossil uses to store your check-ins, wiki documents, etc. |
| 48 | + Forum posts sync to cloned repositories. |
| 48 | 49 | |
| 49 | 50 | <h2>Example Installations</h2> |
| 50 | 51 | |
| 51 | 52 | Both the [forum:/forum|Fossil project itself] and the |
| 52 | 53 | [https://sqlite.org/forum/forum|SQLite project] use the Fossil forum in place |
| 53 | 54 | |