Download Ariadne 2.7.2

ZIP: HTTP - FTP - alternative FTP

TGZ: HTTP - FTP - alternative FTP

Read the Changes file to see what has changed in this version.

Previous versions

PHP5: (Ariadne 2.7.1)

ZIP: HTTP - FTP - alternative FTP

TGZ: HTTP - FTP - alternative FTP

PHP 5: (Ariadne 2.7.0)

 

ZIP: HTTP - FTP - alternative FTP

TGZ: HTTP - FTP - alternative FTP

PHP 4 (Ariadne 2.6.1)

This is the last PHP 4 release of ariadne

ZIP: HTTP - FTP - alternative FTP

TGZ: HTTP - FTP - alternative FTP

Read the Changes file to see what has changed in this version.

SVN Snapshots

You can download daily svn snapshots through FTP here: ftp://ftp.muze.nl/pub/ariadne/dev/snapshots/

Ariadne Stable through SVN

The latest stable release can also be downloaded through SVN:

svn co https://svn.muze.nl/svn/ariadne-php5/tags/2.7.2/

 

Checkout Ariadne through SVN

Download the latest development version. Our SVN server can be contacted via host 'svn.muze.nl'. e.g.

svn co https://svn.muze.nl/svn/ariadne-php5/trunk ariadne

To update Ariadne do:

svn update ariadne

More information about svn can be found at http://subversion.tigris.org/

If you have any questions you can contact us at info@muze.nl, but read the FAQ first.

YUI

Ariadne's new user interface used to reside in its own SVN Branch. With revision 4510 of Ariadne trunk (release 2.7.1 onwards) this has been merged into Ariadne proper and manual merging of the user interface is nolonger required.

Extensions

There are a number of extensions available seperately from Ariadne. These can be downloaded through SVN as well. 

svn co https://svn.muze.nl/svn/ariadne_extensions/[name]/trunk

Form Objects Adds the pfform type, with which you can build forms using Ariadne objects.
GD Image Objects Adds the pimage type, which uses GD to transform images.
Notes Adds the pnote type, which allows you to easily add public reactions to webpages.
Profiler Adds a new loader named 'profiler.php', which gives detailed information about cpu time and memory usage per template called.