I'll second Chris's sentiments; while I'm curious to learn more about
the motivation and goals, having another server-side implementing the
same API would be great - after all, TiddlyWeb was conceived as a
reference implementation.
In addition to Chris's pointers, it might be worth looking at chrjs,
which provides a JavaScript API to TiddlyWeb resources and might
illustrate some of the concepts from this perspective:
http://tiddlyweb.peermore.com/chrjs/demo.html
http://github.com/tiddlyweb/chrjs
For whatever it's worth, the TiddlyWebWiki client (a collection of
TiddlyWiki plugins) consists of three major parts:
* saveChanges overrides to trigger sync (via the adaptor) instead of
regular file-saving:
http://svn.tiddlywiki.org/Trunk/association/plugins/ServerSideSavingPlugin.js
* the adaptor:
http://svn.tiddlywiki.org/Trunk/association/adaptors/TiddlyWebAdaptor.js
* some TiddlyWeb-specific initializations:
http://svn.tiddlywiki.org/Trunk/association/plugins/TiddlyWebConfig.js
-- F.
--
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/tiddlywiki?hl=en.