Insipid

Kommentieren Jun 06 2011 .txt, .json, .md

Es gibt ja viele Dienste bei denen man seine Bookmarks verwalten kann. Nun ist das nicht jedermans Sache, denn was alles mit den Daten geschieht will man gar nicht wissen. Dazu gibt es ja auch private Bookmarks die privat bleiben sollen.

Nun bin ich auf Insipid gestossen. Dies ist eine Art Delicious Klon den man sich auf seinem Server installieren kann. Funtiniert bisher so gut, dass ich meine eigene Entwicklung dafür aufgebe: http://www.bananas-playground.net/dolphin/tree/master/bookmarks

Hier mal die Features:

  • Support for both the MySQL and PostgreSQL databases
  • Private bookmarks that only the owner can see
  • Import and export, in a Del.icio.us compatible XML format
  • Full UTF-8 support
  • Snapshotting of pages (basically caching a page and it’s included content in the Insipid database)
  • Tags for categorization - you can view the bookmarks and RSS feeds by tag, as well as using addition to get more complex results (for example “Java + documentation”)
  • A JSON (JavaScript Object Notation) backend for integration with other programs (specifically the Insipid Firefox and Flock plugin)

Installation und Konfiguration

<Directory "/var/www/insipid/">
    Options +ExecCGI -Indexes
    AddHandler cgi-script .cgi
    AllowOverride All
    Order allow,deny
    Allow from all
</Directory>