I have decided for some reason to maintain TinyTiddlyWiki - a tiny version of TiddlyWiki. I have created a script in my repository which cooks tiddlywiki as per normal but uses yui compressor to compress the javascript in the core. To complement this, there is also another version which using a different template creates two files - a js file containing the core and an html file for the TiddlyWiki.
I thought this was getting increasingly relevant for people using TiddlyWebWiki which allows you to specify the tiddlywiki file to use to construct your TiddlyWebWiki. By serving a file in one of these forms you reduce the download size of your website to each user who is using it so this i is obviously a good thing.
The latest version I have built will now live
here with a tar file containing the js and html file, and a file tinytiddlywiki.html which is exactly the same as tiddlywiki but with a compressed core.
And for the eager, you can check my svn directory
here and simply run generate_tiny and you will get a tar file and an html file constructed from the latest checked out code.
Hope this is useful! This will shave about 84kb off your filesize, however I'm working on ways to improve this even more...
Thanks for reading this far. Did I bore you or interest you? Let me get better at doing the latter and focus more on working on the good stuff...