Following up on the tracking and synchronization document and discussion, I would like request that the cooking process assign ID attributes to the Tiddlers placed in a final .html file.
In particular, the ID should have the form 0xC123.0xD456 where 0xC123 is the SHA1 hash of a source URL or "CONTEXT" and 0xD456 is the SHA1 hash of the actual body of the Tiddler.
For our puposes, it's probably easiest to just use the URL for the svn directory. For example,
http://svn.tiddlywiki.org/Trunk/verticals/tiddlywiki.com/tiddlers/
has the hash 0x9ee255bcaddcaa64f28 (truncated to 20 chars). The current content of DefaultTiddlers in that location is:
"HelloThere [[Donations]] [[LatestNews]] [[GettingStarted]] [[MainFeatures]]"
with the hash 0x4ed2f7b05ca3490cb444c10 (also truncated).
So the resulting DIV should be something like:
<div ID="0x9ee255bcaddcaa64f28.0x4ed2f7b05ca3490cb444c10" tiddler="DefaultTiddlers?" ...