Table of Contents

Jelix 1.5

The latest release of the 1.5 branch is 1.5.8. (see the changelog).

Licence

Jelix is available under the LGPL licence. So you are free to install, to use, to modify and to distribute them. You can also use them to develop an application which is not free, although Jelix remains free and should be always redistributed under the terms of the LGPL licence.

Support

WARNING: this version is not maintained anymore. There won't be any more regular updates nor security fixes. You are strongly encouraged to use a recent maintained version.

PHP compatibility

This version is compatible from PHP 5.3 to 7.2.

Download and installation

Three editions are available.

Developer Edition

This edition is for developers, to create and develop applications using Jelix. It contains some development stuffs like junittests module, and the core is enhanced with debugging features

important: when you update jelix, don’t forget to clean your application temp directory.

Optimized Edition

This edition should be used only on production server because it is optimized for this purpose. Use it when you install an application on your public server, to improve performance. (However, you can use of course a developer edition on your production server).

important: when you update jelix, don’t forget to clean your application temp directory.

Gold Edition

This edition should be used only on production server because it is optimized for this purpose. You must install on the server the PHP extension bundled with this edition. This extension improves performance.

Modules

Some modules are available in separate archives:

Test Application

TestApp 1.5 is an application which contains examples. It contains also unit tests on Jelix components, which is useful for Jelix Hackers. Read the INSTALL.txt file given in the archive.

To run this application, you should also install the developer edition of Jelix.

Documentation

The manual

The manual for Jelix 1.5 is available in PDF. This PDF was generated with the content of the wiki.

API Reference