Beta Production Process
The current beta of TiddlyWiki will be Version 2.2, which resides in Subversion as /Tags/REL-2.2_Beta5. It's built using much the same ProductionProcess as for the main trunk.
Windows
TBD
Mac OS X
- Check out a working copy of Branches/2.1 to /tiddlywiki/2.1/
- To test changes to the source files, switch to the /tiddlywiki/ directory and run this batch script:
rm -R cooked/beta.tiddlywiki.com mkdir cooked/beta.tiddlywiki.com ruby -C trunk/tools/cooker cook.rb ../../../2.1/test/index.html.recipe -d ../../../cooked/beta.tiddlywiki.com/ ruby -C trunk/tools/cooker cook.rb ../../../2.1/test/empty.html.recipe -d ../../../cooked/beta.tiddlywiki.com/ open -a "/Applications/Firefox.app" "/tiddlywiki/cooked/beta.tiddlywiki.com/index.html"
- Notice the cunning way that having built it, Firefox is invoked to display the completed page
- The fully built copy of the beta can be found at /tiddlywiki/cooked/beta.tiddlywiki.com/index.html
Linux
TBD