A new release of TiddlyWeb is available, continuing the progress
towards a 1.0 release.

The major difference in 0.9.1 is the "instance" command in the
twanager command line tool will now:

* create a system bag and install three plugins for handling automatic
saving of content (existing and new)
* create a common bag where new content will be saved
* create a default recipe which combines the system and common bag
into an available collection of tiddlers

So to get a working TiddlyWeb site that autosaves you can do the
following:

    sudo easy_install tiddlyweb
    twanager instance <dir name>
    cd <dir name>
    twanager server 0.0.0.0 8080
    <open your browser to http://0.0.0.0:8080/recipes/default/tiddlers.wiki
to see an autosaving wiki>

If 0.0.0.0 doesn't work for you, try 127.0.0.1.

Note this will only work if you are connected to the internet without
a blocking firewall, otherwise the instance command will not be able
to retrieve plugins from the subversion server. In the future there
will be a distribution that includes everything: we're still working
out what everything means.

0.9.1 is available on PyPI <http://pypi.python.org/pypi/tiddlyweb> and
on the forthcoming tiddlyweb web site <http://tiddlyweb.peermore.com/
dist>.

Please post here if there are issues, questions, comments, etc.

Thanks very much to FND and others in Osmosoft who recently did a lot
of work on TiddlyWiki plugins to make TiddlyWiki and TiddlyWeb work
well together. Thanks also to Tony who has been providing invaluable
feedback on early releases.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TiddlyWikiDev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/TiddlyWikiDev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to