Kimdaba2Mysql is a project that makes your kimdaba-tagged image gallery available on a Web site.
Kimdaba2Mysql is a small Python script that does two things: it inserts your kimdaba metadata into a relational database (only MySQL at the moment), and makes it possible to show the contents of that database in the form of a Web front end to anyone with a Web browser.
Because it's build on top of quixote, it should be possible to use all quixote-supported interfaces (cgi, fcgi, scgi, and mod_python) to your Web server.
Requirements:
· Python 2.3.4 or higher
· MySQL 3.23.32 or higher
· Quixote web-application framework 1.0-1 or higher
· ElementTree toolkit 1.2.4 or higher
What's New in This Release:
· update only changed images
· caching of md5-hashes of images
· works with mod_python and cgi
· exchangeable look and feel