Changes between Version 2 and Version 3 of TiddlyWikiDevelopmentTools
- Timestamp:
- 05/10/06 08:34:07 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TiddlyWikiDevelopmentTools
v2 v3 1 = We have two tools for assisting developers in building tiddlywiki: = 1 = TiddlyWiki Development Tools = 2 3 The TiddlyWiki source code repository splits the standard TiddlyWiki HTML file up into separate chunks. This is done so that it's easier to stitch these chunks together in different ways to create multiple different editions of TiddlyWiki that share common elements. 4 5 TiddlyWikiDotOrg offers the following tools to support the development process: 6 7 * [wiki:Cook] 8 * [wiki:Ginsu] - splits the tiddlers in a TiddlyWiki HTML out into separate *.tiddler files, as required by [wiki:Cook] 9 2 10 == Cook == 3 11 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. … … 36 44 37 45 == Download == 46 You can get the source code for these tools directly from the subversion repository, or you can download pre-built executable versions: 38 47 * [http://dev.tiddlywiki.org/TWDevelTools-0.9.3-Win.zip TW Devel Tools 0.9.3 For Windows] 39 48 * [http://dev.tiddlywiki.org/TWDevelTools-0.9.3-Linux.tar.gz TW Devel Tools 0.9.3 For Linux] 49 Note that Mac OS X includes Ruby and so doesn't need pre-built executables
