Fossil SCM
Minor fixes to the embeddeddoc.wiki document.
Commit
0627f280753ff0c68aeb7ba33171d8c659dc0bde441fca58a0bbabf5e1f6328f
Parent
6d178fa90f832c3…
1 file changed
+4
-4
+4
-4
| --- www/embeddeddoc.wiki | ||
| +++ www/embeddeddoc.wiki | ||
| @@ -185,11 +185,11 @@ | ||
| 185 | 185 | <tt>{</tt> curly braces <tt>}</tt> into the output HTML if you have |
| 186 | 186 | configured it with the <tt>--with-th1-docs</tt> option, which is |
| 187 | 187 | disabled by default. |
| 188 | 188 | |
| 189 | 189 | Since TH1 is a full scripting language, this feature essential grants |
| 190 | -the ability to execute code on the server to any with check-in | |
| 190 | +the ability to execute code on the server to anyone with check-in | |
| 191 | 191 | privilege for the project. |
| 192 | 192 | This is a security risk that needs to be carefully managed. |
| 193 | 193 | The feature is off by default. |
| 194 | 194 | Administrators should understand and carefully assess the risks |
| 195 | 195 | before enabling the use of TH1 within embedded documentation. |
| @@ -206,14 +206,14 @@ | ||
| 206 | 206 | [http://fossil-scm.org/home/doc/trunk/www/embeddeddoc.wiki]. |
| 207 | 207 | |
| 208 | 208 | The first part of this path, the "[http://fossil-scm.org/home]", |
| 209 | 209 | is the base URL. You might have originally typed: |
| 210 | 210 | [http://fossil-scm.org/]. The web server at the fossil-scm.org |
| 211 | -site automatically redirects such links by appending "fossil". The | |
| 212 | -"fossil" file on fossil-scm.org is really a CGI script | |
| 211 | +site automatically redirects such links by appending "home". The | |
| 212 | +"home" file on fossil-scm.org is really a CGI script | |
| 213 | 213 | which runs the fossil web service in CGI mode. |
| 214 | -The "fossil" CGI script looks like this: | |
| 214 | +The "home" CGI script looks like this: | |
| 215 | 215 | |
| 216 | 216 | <blockquote><pre> |
| 217 | 217 | #!/usr/bin/fossil |
| 218 | 218 | repository: /fossil/fossil.fossil |
| 219 | 219 | </pre></blockquote> |
| 220 | 220 |
| --- www/embeddeddoc.wiki | |
| +++ www/embeddeddoc.wiki | |
| @@ -185,11 +185,11 @@ | |
| 185 | <tt>{</tt> curly braces <tt>}</tt> into the output HTML if you have |
| 186 | configured it with the <tt>--with-th1-docs</tt> option, which is |
| 187 | disabled by default. |
| 188 | |
| 189 | Since TH1 is a full scripting language, this feature essential grants |
| 190 | the ability to execute code on the server to any with check-in |
| 191 | privilege for the project. |
| 192 | This is a security risk that needs to be carefully managed. |
| 193 | The feature is off by default. |
| 194 | Administrators should understand and carefully assess the risks |
| 195 | before enabling the use of TH1 within embedded documentation. |
| @@ -206,14 +206,14 @@ | |
| 206 | [http://fossil-scm.org/home/doc/trunk/www/embeddeddoc.wiki]. |
| 207 | |
| 208 | The first part of this path, the "[http://fossil-scm.org/home]", |
| 209 | is the base URL. You might have originally typed: |
| 210 | [http://fossil-scm.org/]. The web server at the fossil-scm.org |
| 211 | site automatically redirects such links by appending "fossil". The |
| 212 | "fossil" file on fossil-scm.org is really a CGI script |
| 213 | which runs the fossil web service in CGI mode. |
| 214 | The "fossil" CGI script looks like this: |
| 215 | |
| 216 | <blockquote><pre> |
| 217 | #!/usr/bin/fossil |
| 218 | repository: /fossil/fossil.fossil |
| 219 | </pre></blockquote> |
| 220 |
| --- www/embeddeddoc.wiki | |
| +++ www/embeddeddoc.wiki | |
| @@ -185,11 +185,11 @@ | |
| 185 | <tt>{</tt> curly braces <tt>}</tt> into the output HTML if you have |
| 186 | configured it with the <tt>--with-th1-docs</tt> option, which is |
| 187 | disabled by default. |
| 188 | |
| 189 | Since TH1 is a full scripting language, this feature essential grants |
| 190 | the ability to execute code on the server to anyone with check-in |
| 191 | privilege for the project. |
| 192 | This is a security risk that needs to be carefully managed. |
| 193 | The feature is off by default. |
| 194 | Administrators should understand and carefully assess the risks |
| 195 | before enabling the use of TH1 within embedded documentation. |
| @@ -206,14 +206,14 @@ | |
| 206 | [http://fossil-scm.org/home/doc/trunk/www/embeddeddoc.wiki]. |
| 207 | |
| 208 | The first part of this path, the "[http://fossil-scm.org/home]", |
| 209 | is the base URL. You might have originally typed: |
| 210 | [http://fossil-scm.org/]. The web server at the fossil-scm.org |
| 211 | site automatically redirects such links by appending "home". The |
| 212 | "home" file on fossil-scm.org is really a CGI script |
| 213 | which runs the fossil web service in CGI mode. |
| 214 | The "home" CGI script looks like this: |
| 215 | |
| 216 | <blockquote><pre> |
| 217 | #!/usr/bin/fossil |
| 218 | repository: /fossil/fossil.fossil |
| 219 | </pre></blockquote> |
| 220 |