Changes between Version 2 and Version 3 of TiddlyWikiDevelopmentTools

Show
Ignore:
Timestamp:
05/10/06 08:34:07 (7 years ago)
Author:
JeremyRuston
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TiddlyWikiDevelopmentTools

    v2 v3  
    1 = We have two tools for assisting developers in building tiddlywiki: = 
     1= TiddlyWiki Development Tools = 
     2 
     3The 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 
     5TiddlyWikiDotOrg 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 
    210== Cook == 
    311Cook 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. 
     
    3644 
    3745== Download == 
     46You can get the source code for these tools directly from the subversion repository, or you can download pre-built executable versions: 
    3847 * [http://dev.tiddlywiki.org/TWDevelTools-0.9.3-Win.zip TW Devel Tools 0.9.3 For Windows] 
    3948 * [http://dev.tiddlywiki.org/TWDevelTools-0.9.3-Linux.tar.gz TW Devel Tools 0.9.3 For Linux] 
     49Note that Mac OS X includes Ruby and so doesn't need pre-built executables