| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| test | 2012-01-30 | ||
| readme.txt | 2012-01-29 | 1.8 kB | |
| albumZipStream-0.5.0.zip | 2012-01-29 | 8.1 kB | |
| albumZipStream-0.4.0.zip | 2011-11-17 | 8.1 kB | |
| albumZipStream-0.3.0.zip | 2011-11-15 | 7.9 kB | |
| Totals: 5 Items | 26.0 kB | 0 |
albumZipStream README
======================
The latest version of this software is available at the following URL:
https://sourceforge.net/projects/albumzipstream/files/latest/download
Overview
========
albumZipStream is a plugin for ZenPhoto (http://www.zenphoto.org).
It is able to create zip-files of your albums on the fly while streaming them.
Other than that the functionality is the same as Zenphoto's album-zip.
See http://www.zenphoto.org/support/topic.php?id=9976 for more information.
Requirements
============
* PHP version 5.1.2 or newer (specifically, the hash_init and
hash_file functions).
* Safe Mode = off is strongly recommended.
Usage
=====
* just download the latest version from https://sourceforge.net/projects/albumzipstream/ and unpack the zip-file into your plugins folder.
enable the plugin.
and add the following line into your album.php, whereever you want the download-link to appear:
printAlbumZipStream();
* Since Release 0.4.0 it is also possible to call "printAlbumZipStream($album);" from every file within ZenPhoto.
The optional parameter $album has to be a ZenPhoto Album-Object.
Version History
===============
0.5.0 - fix bug in zip header "version needed to extract" to work with Mac OSX
fix some PHP Notices
0.4.0 - fix crc calculation for large files
performance improvement for large files using fread() instead of fgets()
set 'large_file_size' to 5MB
extend printAlbumZipStream() to optionally accept object $album as parameter
0.3.0 - Initial Release
Author
======
Philipp Hammer-Pohlau
Thanks to Paul Duncan <pabs@pablotron.org> (http://pablotron.org/), the original Author of the ZipStream-Class,
and of course the Zenphoto team for making this great gallery.