On Mar 18, 4:00 pm, vlak <[email protected]> wrote: > I would like to develop (another) server side for TW. However I would > also like it to be similar or compatible to TiddlyWeb on the client > side. Can you recommend where to start in using plugins, reading > documentation and code?
As the primary author of TiddlyWeb I'm both very excited and kind of disappointed to hear that you want to do this. Excited because it suggests that the TiddlyWeb API makes some and is gaining some acceptance. Disappointed because if you want to make a new one rather than working with me and the other TiddlyWeb developers, then I'm doing something a bit wrong. If you are interested in participating in development of the Python version of TiddlyWeb you are very welcome. Just go ahead and fork the existing code and have at. Or if there's some particular way in which TiddlyWeb doesn't cut it (other than "I prefer to work in language X" which is a perfectly good reason, there has always been hope that other language versions of the tiddlyweb api would come along) I'd love to hear about them. All that said, if you are looking for some insight into the TiddlyWeb API there are three good starting points: * http://tiddlyweb.peermore.com/wiki/recipes/docs/tiddlers/HTTP%20API , which provides links to descriptions of the resources available over the API. * http://github.com/tiddlyweb/tiddlyweb/blob/master/tiddlyweb/urls.map , which is the routing map for TiddlyWeb which dispatches from URL to code, listing all the URLs provided by the default system. * http://github.com/tiddlyweb/tiddlyweb/tree/master/test/ , which are the tiddlyweb tests What will be some of the distinguishing factors of your server side? Looking forward to hearing more. -- 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.

