Fossil SCM

Make the file format document and the hacker how-to document easier to find.

drh 2018-07-19 17:51 trunk
Commit 2f535b028a86539ceead3f8ff5878dcd1e97ae3a0d3a6190cdc172b84d3ddb0e
--- www/hacker-howto.wiki
+++ www/hacker-howto.wiki
@@ -7,8 +7,9 @@
77
* [./customskin.md | Theming Fossil]
88
* [./makefile.wiki | The Fossil Build Process]
99
* [./tech_overview.wiki | A Technical Overview of Fossil]
1010
* [./adding_code.wiki | Adding Features To Fossil]
1111
* [./contribute.wiki|Contributing Code Or Enhancements To The Fossil Project]
12
+ * [./fileformat.wiki|Fossil Artifact File Format]
1213
* [./style.wiki | Coding Style Guidelines]
1314
* [./checkin.wiki | Pre-checkin Checklist]
1415
* [../test/release-checklist.wiki | Release Checklist]
1516
--- www/hacker-howto.wiki
+++ www/hacker-howto.wiki
@@ -7,8 +7,9 @@
7 * [./customskin.md | Theming Fossil]
8 * [./makefile.wiki | The Fossil Build Process]
9 * [./tech_overview.wiki | A Technical Overview of Fossil]
10 * [./adding_code.wiki | Adding Features To Fossil]
11 * [./contribute.wiki|Contributing Code Or Enhancements To The Fossil Project]
 
12 * [./style.wiki | Coding Style Guidelines]
13 * [./checkin.wiki | Pre-checkin Checklist]
14 * [../test/release-checklist.wiki | Release Checklist]
15
--- www/hacker-howto.wiki
+++ www/hacker-howto.wiki
@@ -7,8 +7,9 @@
7 * [./customskin.md | Theming Fossil]
8 * [./makefile.wiki | The Fossil Build Process]
9 * [./tech_overview.wiki | A Technical Overview of Fossil]
10 * [./adding_code.wiki | Adding Features To Fossil]
11 * [./contribute.wiki|Contributing Code Or Enhancements To The Fossil Project]
12 * [./fileformat.wiki|Fossil Artifact File Format]
13 * [./style.wiki | Coding Style Guidelines]
14 * [./checkin.wiki | Pre-checkin Checklist]
15 * [../test/release-checklist.wiki | Release Checklist]
16
--- www/mkindex.tcl
+++ www/mkindex.tcl
@@ -119,10 +119,11 @@
119119
<li> <a href='build.wiki'>Compiling and installing Fossil</a>
120120
<li> <a href='../COPYRIGHT-BSD2.txt'>License</a>
121121
<li> <a href='http://www.fossil-scm.org/schimpf-book/home'>Jim Schimpf's
122122
book</a>
123123
<li> <a href='$ROOT/help'>List of commands, web-pages, and settings</a>
124
+<li> <a href='hacker-howto.wiki'>Hacker How-To</a>
124125
</ul>
125126
<a name="pindex"></a>
126127
<h2>Permuted Index:</h2>
127128
<ul>}
128129
foreach entry $permindex {
129130
--- www/mkindex.tcl
+++ www/mkindex.tcl
@@ -119,10 +119,11 @@
119 <li> <a href='build.wiki'>Compiling and installing Fossil</a>
120 <li> <a href='../COPYRIGHT-BSD2.txt'>License</a>
121 <li> <a href='http://www.fossil-scm.org/schimpf-book/home'>Jim Schimpf's
122 book</a>
123 <li> <a href='$ROOT/help'>List of commands, web-pages, and settings</a>
 
124 </ul>
125 <a name="pindex"></a>
126 <h2>Permuted Index:</h2>
127 <ul>}
128 foreach entry $permindex {
129
--- www/mkindex.tcl
+++ www/mkindex.tcl
@@ -119,10 +119,11 @@
119 <li> <a href='build.wiki'>Compiling and installing Fossil</a>
120 <li> <a href='../COPYRIGHT-BSD2.txt'>License</a>
121 <li> <a href='http://www.fossil-scm.org/schimpf-book/home'>Jim Schimpf's
122 book</a>
123 <li> <a href='$ROOT/help'>List of commands, web-pages, and settings</a>
124 <li> <a href='hacker-howto.wiki'>Hacker How-To</a>
125 </ul>
126 <a name="pindex"></a>
127 <h2>Permuted Index:</h2>
128 <ul>}
129 foreach entry $permindex {
130
--- www/permutedindex.html
+++ www/permutedindex.html
@@ -13,10 +13,11 @@
1313
<li> <a href='build.wiki'>Compiling and installing Fossil</a>
1414
<li> <a href='../COPYRIGHT-BSD2.txt'>License</a>
1515
<li> <a href='http://www.fossil-scm.org/schimpf-book/home'>Jim Schimpf's
1616
book</a>
1717
<li> <a href='$ROOT/help'>List of commands, web-pages, and settings</a>
18
+<li> <a href='hacker-howto.wiki'>Hacker How-To</a>
1819
</ul>
1920
<a name="pindex"></a>
2021
<h2>Permuted Index:</h2>
2122
<ul>
2223
<li><a href="fiveminutes.wiki">5 Minutes as a Single User &mdash; Up and Running in</a></li>
2324
--- www/permutedindex.html
+++ www/permutedindex.html
@@ -13,10 +13,11 @@
13 <li> <a href='build.wiki'>Compiling and installing Fossil</a>
14 <li> <a href='../COPYRIGHT-BSD2.txt'>License</a>
15 <li> <a href='http://www.fossil-scm.org/schimpf-book/home'>Jim Schimpf's
16 book</a>
17 <li> <a href='$ROOT/help'>List of commands, web-pages, and settings</a>
 
18 </ul>
19 <a name="pindex"></a>
20 <h2>Permuted Index:</h2>
21 <ul>
22 <li><a href="fiveminutes.wiki">5 Minutes as a Single User &mdash; Up and Running in</a></li>
23
--- www/permutedindex.html
+++ www/permutedindex.html
@@ -13,10 +13,11 @@
13 <li> <a href='build.wiki'>Compiling and installing Fossil</a>
14 <li> <a href='../COPYRIGHT-BSD2.txt'>License</a>
15 <li> <a href='http://www.fossil-scm.org/schimpf-book/home'>Jim Schimpf's
16 book</a>
17 <li> <a href='$ROOT/help'>List of commands, web-pages, and settings</a>
18 <li> <a href='hacker-howto.wiki'>Hacker How-To</a>
19 </ul>
20 <a name="pindex"></a>
21 <h2>Permuted Index:</h2>
22 <ul>
23 <li><a href="fiveminutes.wiki">5 Minutes as a Single User &mdash; Up and Running in</a></li>
24

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button