Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tiddlyweb/tiddlywebwiki
The TiddlyWeb and TiddlyWiki plugins and associated stuff for making a multi-user TiddlyWiki.
https://github.com/tiddlyweb/tiddlywebwiki
Last synced: 5 days ago
JSON representation
The TiddlyWeb and TiddlyWiki plugins and associated stuff for making a multi-user TiddlyWiki.
- Host: GitHub
- URL: https://github.com/tiddlyweb/tiddlywebwiki
- Owner: tiddlyweb
- License: other
- Created: 2009-07-03T10:34:22.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2014-02-25T14:53:07.000Z (over 10 years ago)
- Last Synced: 2024-08-01T12:34:31.100Z (3 months ago)
- Language: JavaScript
- Homepage: http://tiddlyweb.peermore.com/
- Size: 776 KB
- Stars: 20
- Watchers: 7
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README
- Changelog: CHANGES
Awesome Lists containing this project
- awesome-starred - tiddlyweb/tiddlywebwiki - The TiddlyWeb and TiddlyWiki plugins and associated stuff for making a multi-user TiddlyWiki. (others)
README
Host TiddlyWikis with TiddlyWeb
This package provides the necessary [TiddlyWeb](http://tiddlyweb.com/)
and [TiddlyWiki](http://tiddlywiki.com/) plugins to allow TiddlyWeb
to host multiple TiddlyWikis as a collaborative environment for one
or more users. See:* http://tiddlyweb.tiddlyspace.com/TiddlyWebWiki
* http://tiddlyweb.tiddlyspace.com/Quick%20Startfor installation instructions and links to more information about
TiddlyWeb.The packages supplements TiddlyWeb by adding:
* useful TiddlyWiki oriented `twanager` commands
* a `twinstance` script for creating new TiddlyWiki-enabled
TiddlyWeb instances
* the necessary TiddlyWiki plugins to save Tiddlers back to the
TiddlyWeb server
* a serialization that will turn any collection of Tiddlers into
a TiddlyWiki
* a "default" recipe to get things startedOnce you have installed the package the `twinstance` command will be
available and can be used to create a new instance. After that you can
start a server and visit the default wiki:* `twinstance aninstance`
* `cd aninstance`
* `twanager server`
* Open a web browser to http://0.0.0.0:8080/recipes/default/tiddlers.wiki
to see the default wiki. Go to http://0.0.0.0:8080/ to browse
around.
* If `tiddlywebwiki.friendlywiki` is `True` (the default) in
tiddlywebconfig.py then any recipe may be addressed at /{recipe_name}
to retrieve the named recipe as a TiddlyWiki.If you have questions, comments or issues follow the guidance at:
* http://tiddlyweb.tiddlyspace.com/Getting%20Help
If you are new to TiddlyWeb or TiddlyWiki see:
* http://tiddlyweb.com/
* http://tidlyweb.tiddlyspace.com/
* http://tiddlywiki.com/
* http://tiddlywiki.org/License
=======
TiddlyWebWiki is released under the BSD License and is copyright
2009-2014 UnaMesa Association.