P
Paolo Pantaleo
Hi,
I'm writing a software in python to generate html photo gallery. It is
called p-gal and is GPL licensed. It is written in python [With the
invaluable help of this list ] and it has a templating system based
on Cheetah. Currently it works under Linux (and maybe other UNIX-like
OSs)
The main idea of p-gal is to provide a framework to allow image
gallery generation, but letting the user as free as possible about the
style of the gallery. P-gal features for now only one template (or
theme), but adding new ones is very simple.
I would anyone to take a look at my piece of code, and give me his
feedback about what is good and what should be improved.
Thnx
PAolo Pantaleo
I'm writing a software in python to generate html photo gallery. It is
called p-gal and is GPL licensed. It is written in python [With the
invaluable help of this list ] and it has a templating system based
on Cheetah. Currently it works under Linux (and maybe other UNIX-like
OSs)
The main idea of p-gal is to provide a framework to allow image
gallery generation, but letting the user as free as possible about the
style of the gallery. P-gal features for now only one template (or
theme), but adding new ones is very simple.
I would anyone to take a look at my piece of code, and give me his
feedback about what is good and what should be improved.
Thnx
PAolo Pantaleo