The Kaffeine database project

Quick intro

I'm an independent developer. I want to share my works with the community.
Here, you can find indexation tools that i have integrated to kaffeine. I use it for personal purpose.

Keywords

Requirements

Install

Stage 1 : patch Kaffeine and compile it

$ tar xjf kaffeine-0.8.6.tar.bz2
$ patch -p0 < kaffeine-0.8.6-database.patch
$ cd kaffeine-0.8.6
$ ./configure --prefix=/usr
$ make
# make install

Stage 2 : create Kaffeine database

$ cat schema.sql | mysql

Stage 3 (Optional) : install Kaffeine database explorer

extract archive in your web directory (requires apache and PHP)

Stage 4 : Enjoy !

Contacts

yo6@club.fr

Screenshots


indexation panel

tags tab

comments tab

thumbnails tab

indexation panel can be removed from view menu

Kaffeine database explorer