ibrouteur 1.0 review
Downloadibrouteur is a Web-based photo gallery software
|
|
ibrouteur is a Web-based photo gallery software. The image repository is parsed into a database used for querying.
Queries are done via the URLs, and the system offers multiple indexes for efficient browsing.
Requirements:
python:
python-imaging web.py (http://webpy.org) flup cheetah fast_cgi server (tested on apache, should work on lighttp) with some sort of mod_rewrite
Installation:
- config.py is a symbolic link pointing to your config file, it is config_prog.py on the server - index.fcgi is a symbolic link pointing to index.py, this is needed for fcgi to work right now, am looking for improvements - you need to create a file named db_params.py whose content is :
user='dbusername' password='dbpassword' database='dbname'
This file is not included in subversion for obvious security issue.
- the rewrite rules I used are (mod_rewrite for apache):
RewriteRule? /antoine/i/help(.*) /antoine/i/help$1 [L] RewriteRule? /antoine/i$ /antoine/i/index.fcgi/ [L] RewriteRule? /antoine/i/(.*) /antoine/i/index.fcgi/$1 [L]
ibrouteur 1.0 search tags