Bookmarker

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.

This meant as a demonstration, it is not a full application, so please don't complain about missing features :-)

Quickstart

  • Install TurboGears >= 1.0b2 (see http://www.turbogears.org/download/)
  • Download the Bookmarker Distribution
  • Unpack the archive Bookmarker-0.1a.tar.bz2 or Bookmarker-0.1a.zip.
  • Change into the created directory Bookmarker-0.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!