Changes To Cookbook
Not logged in

Changes to "Cookbook" between 2009-11-01 10:42:30 and 2009-11-01 10:48:08

603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
603
604
605
606
607
608
609

610
611
612
613
614
615
616







-







    fossil commit -m "added markitup an jquery to the project"
    fossil ui
</pre>
select admin/headers add after the </link> put
<pre class="verbatim">
    &lt;link rel="stylesheet" type="text/css" href="/doc/tip/javascript/markitup/skins/markitup/style.css" /&gt;
    &lt;link rel="stylesheet" type="text/css" href="/doc/tip/javascript/markitup/sets/default/style.css" /&gt;

    &lt;script type="text/javascript" src="/doc/tip/javascript/jquery.js"&gt;
    &lt;/script&gt;
    &lt;script type="text/javascript" src="/doc/tip/javascript/markitup/jquery.markitup.js"&gt;
    &lt;/script&gt;
</pre>

and save