Changes To Cookbook
Not logged in

Changes to "Cookbook" between 2010-09-10 06:55:43 and 2010-09-16 07:34:53

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