| Author: | Christopher Arndt |
|---|---|
| Version: | 0.2.1a |
| Date: | 2007-04-10 |
A very simple bookmark directory.
This is a TurboGears sample application. It is a simple bookmark directory, that allows you to collect bookmarks with a title, a URL, and a description and assign arbitrary tags to each bookmark.
It was developed as an example to accompany a short introductory talk to the development of web applications with TurboGears (in German language). I have since then also used it as an example for another talk on TurboGears, for the RuPy conference 2007, in PosznaĆ.
This is intended as a demonstration, it is not a full application, so please don't complain about missing features :-)
Install TurboGears >= 1.0.1 (see http://www.turbogears.org/download/).
Download TGFastData 0.9.a7unofficial (unofficial version with patch to work with TG >= 1.x) and install with:
[sudo] easy_install TGFastData-0.9a7unofficial-py2.4.eggDownload the Bookmarker source distribution.
Unpack the archive Bookmarker-0.2.1a.tar.bz2 or Bookmarker-0.2.1a.zip.
Change into the created directory Bookmarker-0.2.1a.
Run ./start-bookmarker.py.
Open your browser at http://localhost:8080/.
Click on bookmarks demo and...
... log in with username/password test.
Share & enjoy!