Downloading ZenMagick
From ZenMagick Wiki
Contents |
Where are the files
As an Open Source project it seems only appropriate to have all sources available online. For this reason all files are hosted at sourceforge.net.
Packages
Downloads are broken down into two packages:
- zenmagick
This is the core of ZenMagick. It contains the ZenMagick API, the MVC based theme engine and the default and demo theme. - plugins
Additional code/functionality that can be added to the core. Examples of features available as plugins include captchas, Google Analytics, etc.
Licence
ZenMagick is licensed under the The GNU General Public License, Version 2.
Download
The most recent version of ZenMagick can be found one the projects download page at sourceforge.net. When downloading plugins, please keep in mind that plugins depend on specific API versions, so make sure to download and install the correct version. (A rule of thumb is to download the plugin with a version number <= ZenMagick version).
Subversion (SVN)
Note: The following is quite advanced and intended for people that wish to try the most recent code changes.
All source code is kept under Subversion control, which you can browse online. There's a download link available for any file or directory to allow you to download a portion of the ZenMagick code.
If you have access to Subversion, you can connect to the repository here:
svn co https://zenmagick.svn.sourceforge.net/svnroot/zenmagick/trunk/zenmagick
More defailed information about accessing the ZenMagick subversion repository are available at the main subversion page on sourceforge.net.

