This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
FND (author)
Thu Nov 05 07:09:43 -0800 2009
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Fri Jul 10 09:22:28 -0700 2009 | |
| |
CHANGES | ||
| |
MANIFEST.in | Thu Aug 27 08:29:32 -0700 2009 | |
| |
Makefile | ||
| |
README | Mon Oct 12 13:02:04 -0700 2009 | |
| |
setup.py | ||
| |
test/ | ||
| |
tiddlywebconfig.py | Tue Aug 25 03:13:53 -0700 2009 | |
| |
tiddlywebwiki/ | ||
| |
twinstance | Tue Oct 13 05:52:17 -0700 2009 |
README
This is a Python package providing the agglomeration of the necessary TiddlyWeb and TiddlyWiki plugins constituting the TiddlyWebWiki vertical: A collaborative wiki environment using TiddlyWeb and TiddlyWiki. http://tiddlyweb.peermore.com/wiki/#TiddlyWebWiki Note that this adds various twanager commands as well as a global twinstance command which creates a TiddlyWebWiki instance in the given directory, preconfigured with a tiddlywebconfig.py, client-side plugins and default bag policies (there is no default user for the ADMIN role used in those policies). Requires: wikklytext Python package for parsing TiddlyWiki markup. Available via easy_install. BeautifulSoup Parser for HTML, used to read TiddlyWiki documents. Available via easy_install. If tiddlywebwiki is installed as a Python package via easy_install, these dependencies are included automatically. If you are installing from source run: python setup.py install In a TiddlyWeb instance in which you want to use TiddlyWebWiki, add the following to tiddlywebconfig.py: config = { 'system_plugins': ['tiddlywebwiki'], 'twanager_plugins': ['tiddlywebwiki'] } (This is included in the default tiddlywebconfig.py generated by twinstance.)








