Quick links: Content - sections - sub sections
EN FR

Trace: 1.2 features 1.2.x 1.5.x simple-jforms-example hall-of-fame 1.1rc1

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
en:download:stable:1.4 [2012/12/21 17:15] – [1.4 branch] laurenten:download:stable:1.4 [2024/04/26 13:57] (current) – external edit 127.0.0.1
Line 1: Line 1:
 ~~LANG:FR@fr:telechargement:stable:1.4~~ ~~LANG:FR@fr:telechargement:stable:1.4~~
  
-====== 1.4 branch ======+====== Jelix 1.4 ======
  
 The latest release of the 1.4 branch is **~~version 1.4~~**. (see [[en:changelog:1.4|the changelog]]). The latest release of the 1.4 branch is **~~version 1.4~~**. (see [[en:changelog:1.4|the changelog]]).
  
-Three editions are availabled, under the [[http://www.gnu.org/licenses/lgpl.html|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.+**WARNINGthis branch is closed since october 2015** (excepted for security holes until february 2016)There won'be any more regular updates.
  
-End of life of this branch: september 2015.+==== Licence ====
  
-===== Developer Edition =====+Jelix is available under the [[http://www.gnu.org/licenses/lgpl.html|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 ====
  
-This edition is for developer, to create and develop applications using JelixIt contains some development stuffs like junittests module, and the core is enhanced with debugging features+**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.
  
-**important:** when you update jelix, don’t forget to clean your application temp directory.+  First release2012-08-20. 
 +  Active support until october 2015. 
 +  Security support until february 2016. 
 +  * See [[en:download|details of the maintenance policy]]
  
-    * [[http://download.jelix.org/jelix/releases/1.4.x/1.4.1/jelix-1.4.1-dev.tar.gz|jelix-1.4-dev.tar.gz]] +==== PHP compatibility ====
-    * [[http://download.jelix.org/jelix/releases/1.4.x/1.4.1/jelix-1.4.1-dev.zip|jelix-1.4-dev.zip]]+
  
 +This version is compatible from PHP 5.2 to 5.6.
  
-===== Optimized Edition =====+===== 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. 
 + 
 +    * ~~download jelixdev 1.4~~ 
 + 
 +==== 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). 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).
Line 26: Line 43:
 **important:** when you update jelix, don’t forget to clean your application temp directory. **important:** when you update jelix, don’t forget to clean your application temp directory.
  
-    * [[http://download.jelix.org/jelix/releases/1.4.x/1.4.1/jelix-1.4.1-opt.tar.gz|jelix-1.4-opt.tar.gz]] +    * ~~download jelixopt 1.4~~
-    * [[http://download.jelix.org/jelix/releases/1.4.x/1.4.1/jelix-1.4.1-opt.zip|jelix-1.4-opt.zip]]+
  
-===== Gold Edition =====+==== 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. 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.
  
-  Download on jelix.org (use it only if berlios.de is down, please try berlios.de first) +    ~~download jelixgold 1.4~~
-    * [[http://download.jelix.org/jelix/releases/1.4.x/1.4.1/jelix-1.4.1-gold.tar.gz|jelix-1.4-gold.tar.gz]] +
-    * [[http://download.jelix.org/jelix/releases/1.4.x/1.4.1/jelix-1.4.1-gold.zip|jelix-1.4-gold.zip]] +
  
 ===== Fonts for the PDF generator ===== ===== Fonts for the PDF generator =====
Line 42: Line 55:
 Jelix include the TCPDF class to generate PDFs. But all needed fonts are released in a separate package because of the size. Here is this package: Jelix include the TCPDF class to generate PDFs. But all needed fonts are released in a separate package because of the size. Here is this package:
  
-    * [[http://download.jelix.org/jelix/releases/1.4.x/1.4.1/jelix-1.4.1-pdf-fonts.zip|zip]] (7.0Mo) +    * ~~download fonts 1.4~~
  
 ===== Test Application ===== ===== Test Application =====
Line 49: Line 61:
 TestApp 1.4 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. TestApp 1.4 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.
  
-    * [[http://download.jelix.org/jelix/releases/1.4.x/1.4.1/testapp-1.4.1.tar.gz|tar.gz]] +    * ~~download testapp 1.4~~
-    * [[http://download.jelix.org/jelix/releases/1.4.x/1.4.1/testapp-1.4.1.zip|zip]]+
  
 To run this application, you should also install the developer edition of Jelix. To run this application, you should also install the developer edition of Jelix.
Line 61: Line 72:
 The manual for Jelix 1.4 is available in PDF. This PDF was generated with the content of the wiki. The manual for Jelix 1.4 is available in PDF. This PDF was generated with the content of the wiki.
  
-   [[http://download.jelix.org/jelix/releases/1.4.x/1.4.1/jelix-manual-1.4.1.pdf|jelix-manual-1.4.1.pdf]] (PDF, 2.5 Mo) +   ~~download manual 1.4~~
- +
  
 ==== API Reference ==== ==== API Reference ====
  
-     [[http://download.jelix.org/jelix/releases/1.4.x/1.4.1/jelix-1.4.1-apidoc_html.tar.gz|tar.gz]], [[http://download.jelix.org/jelix/releases/1.4.x/1.4.1/jelix-1.4.1-apidoc_html.zip|zip]]+    ~~download apiref 1.4~~
  

en/download/stable/1.4.1356110148.txt.gz · Last modified: 2012/12/21 17:15 by laurent

Recent changes RSS feed Creative Commons License