Fossil SCM
Fix a couple of minor documentation typos.
Commit
c334fc9ac711c2f1c95f46f1eb209470a1a260a3
Parent
f89ba310bbe1a33…
2 files changed
+1
-1
+1
-1
+1
-1
| --- www/adding_code.wiki | ||
| +++ www/adding_code.wiki | ||
| @@ -10,11 +10,11 @@ | ||
| 10 | 10 | Fossil is written in C-89. There are specific [./style.wiki | style guidelines] |
| 11 | 11 | that are required for any new code that will be accepted into the Fossil core. |
| 12 | 12 | But, of course, if you are writing an extension just for yourself, you can |
| 13 | 13 | use any programming style you want. |
| 14 | 14 | |
| 15 | -The source code for Fossil is not feed directly into the C compiler, however. | |
| 15 | +The source code for Fossil is not sent directly into the C compiler. | |
| 16 | 16 | There are three separate code [./makefile.wiki#preprocessing|preprocessors] |
| 17 | 17 | that run over the code first. |
| 18 | 18 | |
| 19 | 19 | 1. The <b>mkindex</b> preprocessor scans all regular source files looking |
| 20 | 20 | for special comments that contain "help" text and which identify routines |
| 21 | 21 |
| --- www/adding_code.wiki | |
| +++ www/adding_code.wiki | |
| @@ -10,11 +10,11 @@ | |
| 10 | Fossil is written in C-89. There are specific [./style.wiki | style guidelines] |
| 11 | that are required for any new code that will be accepted into the Fossil core. |
| 12 | But, of course, if you are writing an extension just for yourself, you can |
| 13 | use any programming style you want. |
| 14 | |
| 15 | The source code for Fossil is not feed directly into the C compiler, however. |
| 16 | There are three separate code [./makefile.wiki#preprocessing|preprocessors] |
| 17 | that run over the code first. |
| 18 | |
| 19 | 1. The <b>mkindex</b> preprocessor scans all regular source files looking |
| 20 | for special comments that contain "help" text and which identify routines |
| 21 |
| --- www/adding_code.wiki | |
| +++ www/adding_code.wiki | |
| @@ -10,11 +10,11 @@ | |
| 10 | Fossil is written in C-89. There are specific [./style.wiki | style guidelines] |
| 11 | that are required for any new code that will be accepted into the Fossil core. |
| 12 | But, of course, if you are writing an extension just for yourself, you can |
| 13 | use any programming style you want. |
| 14 | |
| 15 | The source code for Fossil is not sent directly into the C compiler. |
| 16 | There are three separate code [./makefile.wiki#preprocessing|preprocessors] |
| 17 | that run over the code first. |
| 18 | |
| 19 | 1. The <b>mkindex</b> preprocessor scans all regular source files looking |
| 20 | for special comments that contain "help" text and which identify routines |
| 21 |
+1
-1
| --- www/selfhost.wiki | ||
| +++ www/selfhost.wiki | ||
| @@ -38,11 +38,11 @@ | ||
| 38 | 38 | Server (3) runs as a CGI script on a shared hosting account at |
| 39 | 39 | <a href="http://www.he.net/">Hurricane Electric</a> in Fremont, CA. |
| 40 | 40 | This server demonstrates the ability of |
| 41 | 41 | Fossil to run on an economical shared-host web account with no |
| 42 | 42 | privileges beyond port 80 HTTP access and CGI. It is not necessary |
| 43 | -to have a dedicated computer with administrator to run Fossil. | |
| 43 | +to have a dedicated computer with administrator privileges to run Fossil. | |
| 44 | 44 | As far as we are aware, |
| 45 | 45 | Fossil is the only full-featured configuration management system |
| 46 | 46 | that can run in |
| 47 | 47 | such a restricted environment. The CGI script that runs on the |
| 48 | 48 | Hurricane Electric server is the same as the CGI script shown above, |
| 49 | 49 |
| --- www/selfhost.wiki | |
| +++ www/selfhost.wiki | |
| @@ -38,11 +38,11 @@ | |
| 38 | Server (3) runs as a CGI script on a shared hosting account at |
| 39 | <a href="http://www.he.net/">Hurricane Electric</a> in Fremont, CA. |
| 40 | This server demonstrates the ability of |
| 41 | Fossil to run on an economical shared-host web account with no |
| 42 | privileges beyond port 80 HTTP access and CGI. It is not necessary |
| 43 | to have a dedicated computer with administrator to run Fossil. |
| 44 | As far as we are aware, |
| 45 | Fossil is the only full-featured configuration management system |
| 46 | that can run in |
| 47 | such a restricted environment. The CGI script that runs on the |
| 48 | Hurricane Electric server is the same as the CGI script shown above, |
| 49 |
| --- www/selfhost.wiki | |
| +++ www/selfhost.wiki | |
| @@ -38,11 +38,11 @@ | |
| 38 | Server (3) runs as a CGI script on a shared hosting account at |
| 39 | <a href="http://www.he.net/">Hurricane Electric</a> in Fremont, CA. |
| 40 | This server demonstrates the ability of |
| 41 | Fossil to run on an economical shared-host web account with no |
| 42 | privileges beyond port 80 HTTP access and CGI. It is not necessary |
| 43 | to have a dedicated computer with administrator privileges to run Fossil. |
| 44 | As far as we are aware, |
| 45 | Fossil is the only full-featured configuration management system |
| 46 | that can run in |
| 47 | such a restricted environment. The CGI script that runs on the |
| 48 | Hurricane Electric server is the same as the CGI script shown above, |
| 49 |