This Acre app is a re-implementation of the cook.rb tool that is used to build TiddlyWikis from source files.
Instead of using source files from the local filesystem (checked out from the TiddlyWiki svn server), this app assumes that the component parts are instead stored as topics and documents in Freebase. This Acre app will assemble the components, on-the-fly, using server-side JavaScript, and serve up a complete TiddlyWiki ready for use. The schema is available in the TiddlyWiki base. Note: The 'source code' for the TiddlyWiki ingredients is attached to the topics as documents (stored in Freebase's separate content store), which aren't directly viewable via Freebase.com's web interface.
At this point, it is fairly crude, and only supports a subset of the capabilities of the standard tool. It does have enough functionality to regenerate a TiddlyWiki from the 'core' recipe.
Warning: I created these objects using the Freebase.com client, so they are modifiable/writeable by anyone. There is a remote chance that somebody could tamper with the JavaScript. When I get time, I will recreate these objects using API calls, which should allow me to create read-only versions.