pygallery.py progress
[ 2007 - 10 - 11 ][ 19:24 ]
Ok the main reason I started to hack on pygallery.py again was that people want to group galleries together. However, since I started with this I have discovered areas that can be further improved. One area is that I use the ConfigParser class for index.cfg files. However, I should use the class SafeConfigParser and I should definitely handle all the exception cases! The ConfigParser and the SafeConfigParser implements
RFC 822 and those facts are not in the pygallery.py documentation (soon it will be). Well got to go back to hacking.
pygallery.py 1.01
[ 2006 - 10 - 08 ][ 11:04 ]
Well I found a html bug in the default data. Very small but very embarrassing html flunk in version 1.0 of the plugin. I should have run a html validator on my stuff before I released it. Why did I not remember it this time? However, 1.0 is now updated to 1.01.
pygallery.py and apethumbgen.py release
[ 2006 - 10 - 06 ][ 23:49 ]
Finally I have had time to finish the code, document and release these 2 scripts. Celebrating with a couple of Staropramen (Czech beer) and some finishing touches on the blog design.
The pygallery.py, as the name imply, is a gallery script (for pyblosxom). It is simple but quite powerful gallery (do we need anything more?).
The apethumbgen.py script is a image resizer and thumb generator. It has good support for the pygallery.py per gallery configuration file format.
Read more and download these scripts on the
download page.