Fossil SCM
Fixed some incorrect uses of Markdown backticks in a document declared as wiki format.
Commit
76ca1f829f9b3b1370e321332f1564301c466c92f3fad5d6f55948b3e0dfde33
Parent
be74f25902dfdc7…
1 file changed
+4
-3
+4
-3
| --- www/forum.wiki | ||
| +++ www/forum.wiki | ||
| @@ -101,19 +101,20 @@ | ||
| 101 | 101 | large package of other capabilities they get. |
| 102 | 102 | |
| 103 | 103 | For public Fossil repositories that wish to accept new users without |
| 104 | 104 | involving a human, go into Admin → Access and enable the "Allow |
| 105 | 105 | users to register themselves" setting. You may also wish to give the |
| 106 | -`anonymous` user category the Read Forum (2) and Write Forum (3) | |
| 106 | +<tt>anonymous</tt> user category the Read Forum (2) and Write Forum (3) | |
| 107 | 107 | capabilities: this allows people to post without creating an account |
| 108 | 108 | simply by solving [./antibot.wiki | a simple CAPTCHA]. |
| 109 | 109 | |
| 110 | 110 | For a private repository, you will likely wish to give the "23" |
| 111 | -capability pair to the `reader` user category instead. | |
| 111 | +capability pair to the <tt>reader</tt> user category instead. | |
| 112 | 112 | |
| 113 | 113 | For either type of repository, you are likely to want to give at least |
| 114 | -the Write Trusted (4) capability to the `developer` user category. | |
| 114 | +the Write Trusted (4) capability to the <tt>developer</tt> user | |
| 115 | +category. | |
| 115 | 116 | |
| 116 | 117 | By following this advice, you should not need to tediously add |
| 117 | 118 | capabilities to individual accounts, except in atypical cases, such as |
| 118 | 119 | to grant the Moderate Forum capability (5) to an uncommonly |
| 119 | 120 | highly-trusted user. |
| 120 | 121 |
| --- www/forum.wiki | |
| +++ www/forum.wiki | |
| @@ -101,19 +101,20 @@ | |
| 101 | large package of other capabilities they get. |
| 102 | |
| 103 | For public Fossil repositories that wish to accept new users without |
| 104 | involving a human, go into Admin → Access and enable the "Allow |
| 105 | users to register themselves" setting. You may also wish to give the |
| 106 | `anonymous` user category the Read Forum (2) and Write Forum (3) |
| 107 | capabilities: this allows people to post without creating an account |
| 108 | simply by solving [./antibot.wiki | a simple CAPTCHA]. |
| 109 | |
| 110 | For a private repository, you will likely wish to give the "23" |
| 111 | capability pair to the `reader` user category instead. |
| 112 | |
| 113 | For either type of repository, you are likely to want to give at least |
| 114 | the Write Trusted (4) capability to the `developer` user category. |
| 115 | |
| 116 | By following this advice, you should not need to tediously add |
| 117 | capabilities to individual accounts, except in atypical cases, such as |
| 118 | to grant the Moderate Forum capability (5) to an uncommonly |
| 119 | highly-trusted user. |
| 120 |
| --- www/forum.wiki | |
| +++ www/forum.wiki | |
| @@ -101,19 +101,20 @@ | |
| 101 | large package of other capabilities they get. |
| 102 | |
| 103 | For public Fossil repositories that wish to accept new users without |
| 104 | involving a human, go into Admin → Access and enable the "Allow |
| 105 | users to register themselves" setting. You may also wish to give the |
| 106 | <tt>anonymous</tt> user category the Read Forum (2) and Write Forum (3) |
| 107 | capabilities: this allows people to post without creating an account |
| 108 | simply by solving [./antibot.wiki | a simple CAPTCHA]. |
| 109 | |
| 110 | For a private repository, you will likely wish to give the "23" |
| 111 | capability pair to the <tt>reader</tt> user category instead. |
| 112 | |
| 113 | For either type of repository, you are likely to want to give at least |
| 114 | the Write Trusted (4) capability to the <tt>developer</tt> user |
| 115 | category. |
| 116 | |
| 117 | By following this advice, you should not need to tediously add |
| 118 | capabilities to individual accounts, except in atypical cases, such as |
| 119 | to grant the Moderate Forum capability (5) to an uncommonly |
| 120 | highly-trusted user. |
| 121 |