See also the Chili Central
<script type="text/javascript" src="SOMEWHERE/jquery.pack.js"></script>
<script type="text/javaScript" src="SOMEWHERE/chili.pack.js"></script>
<script type="text/javascript">
ChiliBook.recipeFolder = "SOMEWHERE/";
ChiliBook.stylesheetFolder = "SOMEWHERE/";
</script>
The escaping is needed for introducing text into an HTML page. Use postable to make it as simple as possible.<code class="html"><script type="text/javascript" src="SOMEWHERE/jquery.pack.js"></script> <script type="text/javaScript" src="SOMEWHERE/chili.pack.js"></script> <script type="text/javascript"> ChiliBook.recipeFolder = "SOMEWHERE/"; ChiliBook.stylesheetFolder = "SOMEWHERE/"; </script></code>
(you need FireFox and GreaseMonkey)