Version 2 (modified by DevonJones, 7 years ago)

--

We have two tools for assisting developers in building tiddlywiki:

Cook

Cook is the build tool for TiddlyWiki. It utilizes recipe files to stitch together the standard tiddlywiki, as well as to piggyback on the main tiddlywiki top create varients.

Example Recipe: (index.html.recipe)

recipe: ../../core/tiddlywiki.html.recipe
prehead: ../../core/html/rss.link.html
title: html/title.html
recipe: tiddlers/split.recipe
recipe: images.recipe

Cook command line options:

Cooker Build: $Revision: 136 $, Version: 0.9.3
Usage: cook.rb recipename [options]

Specific options:
    -d, --dest [DESTINATION]         Destination directory
    -i, --hashid                     Add hash id to all tiddlers
    -h, --help                       Show this message

Ginsu

Ginsu is a program for preparing a tiddlywiki to be checked into subversion. It will take a tiddlywiki. and create a seperate file for every tiddler (.tiddler for most, .js + .meta for anything marked as systemConfig) as well as a split.recipe that can be included in another recipe to stitch it all back together again.

Ginsu command line options:

Ginsu Build: $Rev: 136 $, Version: 0.9.3
Usage: ginsu.rb [tiddlywikiname]

Specific options:
    -h, --help                       Show this message

Download