A simple markdown based wiki in TiddlyWeb
Project description
A simple wiki for TiddlyWeb, entirely server side, that puts a Wiki, using markdown syntax plus wiki words, at /wiki.
This plugin, in addition to a quite pleasant wiki (old skool yo!), demonstrates some of the available techniques for packaging and distributing an application created with TiddlyWeb.
It uses tiddlywebplugins.templates to manage templates which may be overriden per instance.
It uses tiddlywebplugins.instancer to manage the creation of instances with default structure and content in the store.
Its initial development directory filesystem layout has been established by the TiddlyWeb pluginmaker template repostiry: http://github.com/tiddlyweb/pluginmaker/
To install and run get pip (and optionally virtualenv) and then:
pip install tiddlywebplugins.simplewiki
simplewiki mywiki
cd mywiki
twanager server
If you want to use simplewiki in an existing TiddlyWeb instance, add ‘tiddlywebplugins.simplewiki’ to ‘system_plugins’ and:
twanager bag wiki </dev/null
echo “/bags/wiki/tiddlers” > twanager wiki recipe
# restart your server, go to /wiki
If you wish to use a different recipe (you can use whatever you like) set ‘simplewiki.recipe’ in tiddlywebconfig.py.
Copyright 2009, Chris Dent <cdent@peermore.com>
Licensed under the same terms as TiddlyWeb itself. http://tiddlyweb.com/
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Hashes for tiddlywebplugins.simplewiki-0.6.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5c138dd9164ed82e0a4ca10cf7a97421c9d05f560dec287a60b618394fd7b121 |
|
MD5 | e0794f9fd0e2b942cd511cd8745dd595 |
|
BLAKE2b-256 | 6c61a2e2e5949341f57c7d1fd73dac8d0d5c34818b35b5017523a45154d3e30b |