mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 07:36:18 +00:00
56b6781715
Credits to @cdent - is 2012 right, or did your work there carry on into 2013? Addresses part of #2378
20 lines
846 B
Plaintext
20 lines
846 B
Plaintext
created: 201308300841
|
|
modified: 20170127221451610
|
|
tags: Definitions
|
|
title: TiddlyWeb
|
|
|
|
TiddlyWeb is a reference implementation for an interface to put [[Tiddlers]] on the web.
|
|
|
|
It was created by a team led by Chris Dent at [[Osmosoft]] under [[BT]] from 2008 to 2012.
|
|
|
|
http://tiddlyweb.com/
|
|
|
|
TiddlyWeb can be used to host TiddlyWiki and TiddlyWiki5 wikis, making the individual tiddlers available over a flexible HTTP API.
|
|
|
|
Other implementations of the API include:
|
|
|
|
* [[TiddlyWiki App Engine Server|https://github.com/rsc/tiddly]], a 300-line Go implementation from Russ Cox
|
|
* [[TiddlyWiki 5 server module|https://github.com/Jermolene/TiddlyWiki5/blob/master/core/modules/commands/server.js]], the bare-bones subset of the API implemented in TiddlyWiki version 5 for Node.js
|
|
|
|
As of early 2017, none is currently as complete as TiddlyWeb itself.
|