517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
|
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
|
-
+
+
-
-
-
-
-
-
+
+
+
+
+
+
+
-
-
-
-
-
-
+
+
+
+
+
+
-
-
-
-
-
-
+
|
</pre>
</p>
<h3>Discussion</h3>
The Javascript solution requires a minimum to be fully supported by Fossil. Of course my litte change only applies for C/C++ files. But only little more work needs to be done to get the extension of the file a guess the file type.
The pipe solution would also be nice but would probably need some more work than this little patch.
<h3> <a name="win32dev">How to prepare your Windows XP Fossil development Environment</h3>
<h2><a name="win32dev">How to prepare your Windows XP Fossil development Environment</a></h2>
<h4>MinGW+NSIS/WiX</h4>
<ul>
<h5>Setup TCL</h5>
<h5>Setup MinGW</h5>
<h5>Getting NSIS Windows packaging tool </h5>
<h5>Getting Fossil source code</h5>
<h5>Build the code with Makefile.win32 </h5>
<li>Setup TCL</li>
<li>Setup MinGW</li>
<li>Getting NSIS Windows packaging tool </li>
<li>Getting Fossil source code</li>
<li>Build the code with Makefile.win32 </li>
</ul>
<h4>Visual Studio Express 2008+WiX</h4>
<ul>
<h5>Setup TCL</h5>
<h5>Setup VS2008</h5>
<h5>Getting WiX Windows MSI tool </h5>
<h5>Getting Fossil source code</h5>
<h5>Build the code with Makefile.win32</h5>
<li>Setup TCL</li>
<li>Setup VS2008</li>
<li>Getting WiX Windows MSI tool </li>
<li>Getting Fossil source code</li>
<li>Build the code with Makefile.win32</li>
</ul>
<a name="wysiwig"><h2>Javascript HTML WYSIWYG editor control</h2></a>
<h2><a name="wysiwig">Javascript HTML WYSIWYG editor control</a></h2>
<h3>Motivation</h3>
* You want to edit the wiki pages with a nice editor component, instead of using plain HTML.
<h3>Problem</h3>
Fossil by itself doesn't support it.
<h3>Solution</h3>
|