Fossil SCM
New documentation crosslinks.
Commit
abf865bb5f0ed0fe36ad802e253ce8f991ed10e209645939498be98488d86648
Parent
787466468d4ebf9…
1 file changed
+9
-2
+9
-2
| --- www/adding_code.wiki | ||
| +++ www/adding_code.wiki | ||
| @@ -1,11 +1,17 @@ | ||
| 1 | 1 | <title>Adding Features To Fossil</title> |
| 2 | 2 | |
| 3 | 3 | <h2>1.0 Introduction</h2> |
| 4 | 4 | |
| 5 | -This article provides a brief overview of how to write new code that extends | |
| 6 | -or enhances Fossil. | |
| 5 | +This article provides a brief overview of how to write new C-code code that | |
| 6 | +extends or enhances the core Fossil binary. | |
| 7 | + | |
| 8 | +New features can be added to a Fossil server using | |
| 9 | +[./serverext.wiki|external CGI programs], | |
| 10 | +but that is not what this article is about. | |
| 11 | +This article focuses on how to make changes | |
| 12 | +to Fossil itself. | |
| 7 | 13 | |
| 8 | 14 | <h2>2.0 Programming Language</h2> |
| 9 | 15 | |
| 10 | 16 | Fossil is written in C-89. There are specific [./style.wiki | style guidelines] |
| 11 | 17 | that are required for any new code that will be accepted into the Fossil core. |
| @@ -211,5 +217,6 @@ | ||
| 211 | 217 | <h2>6.0 See Also</h2> |
| 212 | 218 | |
| 213 | 219 | * [./makefile.wiki|The Fossil Build Process] |
| 214 | 220 | * [./tech_overview.wiki|A Technical Overview Of Fossil] |
| 215 | 221 | * [./contribute.wiki|Contributing To The Fossil Project] |
| 222 | + * [./serverext.wiki|Adding CGI Extensions To A Fossil Server] | |
| 216 | 223 |
| --- www/adding_code.wiki | |
| +++ www/adding_code.wiki | |
| @@ -1,11 +1,17 @@ | |
| 1 | <title>Adding Features To Fossil</title> |
| 2 | |
| 3 | <h2>1.0 Introduction</h2> |
| 4 | |
| 5 | This article provides a brief overview of how to write new code that extends |
| 6 | or enhances Fossil. |
| 7 | |
| 8 | <h2>2.0 Programming Language</h2> |
| 9 | |
| 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. |
| @@ -211,5 +217,6 @@ | |
| 211 | <h2>6.0 See Also</h2> |
| 212 | |
| 213 | * [./makefile.wiki|The Fossil Build Process] |
| 214 | * [./tech_overview.wiki|A Technical Overview Of Fossil] |
| 215 | * [./contribute.wiki|Contributing To The Fossil Project] |
| 216 |
| --- www/adding_code.wiki | |
| +++ www/adding_code.wiki | |
| @@ -1,11 +1,17 @@ | |
| 1 | <title>Adding Features To Fossil</title> |
| 2 | |
| 3 | <h2>1.0 Introduction</h2> |
| 4 | |
| 5 | This article provides a brief overview of how to write new C-code code that |
| 6 | extends or enhances the core Fossil binary. |
| 7 | |
| 8 | New features can be added to a Fossil server using |
| 9 | [./serverext.wiki|external CGI programs], |
| 10 | but that is not what this article is about. |
| 11 | This article focuses on how to make changes |
| 12 | to Fossil itself. |
| 13 | |
| 14 | <h2>2.0 Programming Language</h2> |
| 15 | |
| 16 | Fossil is written in C-89. There are specific [./style.wiki | style guidelines] |
| 17 | that are required for any new code that will be accepted into the Fossil core. |
| @@ -211,5 +217,6 @@ | |
| 217 | <h2>6.0 See Also</h2> |
| 218 | |
| 219 | * [./makefile.wiki|The Fossil Build Process] |
| 220 | * [./tech_overview.wiki|A Technical Overview Of Fossil] |
| 221 | * [./contribute.wiki|Contributing To The Fossil Project] |
| 222 | * [./serverext.wiki|Adding CGI Extensions To A Fossil Server] |
| 223 |