1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
+
|
<h1>Fossil Cookbook</h1>
The <cite>Fossil</cite> Cookbook is a collection of task-oriented instructions for intermediate users who wish to do more than basic operations with their <cite>Fossil</cite> repositories. The [Tutorial|tutorial] is a more suitable place for newcomers trying to learn the basic concepts to go first before tackling these recipes.
<h2>Index</h2>
<ul>
<li>Server recipes:
<ul>
<li><a href="#CGI">Using <cite>Fossil</cite>'s Built-In CGI</a>
</ul>
</li>
<li><a href="#env">Using Environment variables</a></li>
<li><a href="#css">Example CSS</a></li>
<li><a href="#source-hilight">Source highlighting</a></li>
<li>[shjs| How to add Syntax Highlighter in JavaScript (SHJS)]</li>
<li><a href="#win32dev">Fossil Win32 Development Machine setup</a></li>
<li>[compillingOnWindows| How to compile on windows]</li>
<li><a href="#wysiwig">Javascript HTML WYSIWYG editor control</a>
<ul>
<li><a href="#tinymce">TinyMCE</a></li>
<ul><li><a href='#js_local'>Locally installed javascript</a></li></ul>
<li><a href="#markitup">markitup!</a></li>
|