Overview

BidiX - 2008-09-23
tags: Site

Welcome to TiddlyHome 2.0 Beta

TiddlyHome 2.0 is an early alpha Google AppEngine hosting service for TiddlyWiki users where :
  • tiddlers are store in Datastore
  • users are managed by Google Account

The data model:

  • User owns Namespaces
  • User owns Tiddlywikis
  • Namespace owns Tiddlers
  • TiddlyWiki, in a Namespace, references Tiddlers

RESTFul API:

Two basic URL templates:
  • /{user_id}/namespaces/{namespace_id}/tiddlers/{tiddler_id}[.suffix]
  • /{user_id}/tiddlywikis/{tiddlywiki_id}[.suffix]

Command:

  • /storeTiddler : update a tiddler with UploadTiddlerPlugin
  • /{user_id}/tiddlywikis/{tiddlywiki_id}?upload : upload a Tiddlywiki file into {tiddlywiki_id}

Experiment:

Sandbox: