Quick links: Content - sections - sub sections
EN FR

Trace: minitutoriel jcommunity jevent 1.0.7 features simple-jforms-example 1.2

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.2 [2012/07/14 21:00] – [The manual] laurenten:download:stable:1.2 [2024/04/26 13:58] (current) – external edit 127.0.0.1
Line 1: Line 1:
 ~~LANG:FR@fr:telechargement:stable:1.2~~ ~~LANG:FR@fr:telechargement:stable:1.2~~
  
-====== 1.2 branch ======+====== Jelix 1.2 ======
  
-The latest release of the 1.2 branch is **1.2.8**. (see [[en:changelog:1.2.x|the changelog]]).+The latest release of the 1.2 branch is ~~version 1.2~~. (see [[en:changelog:1.2.x|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.+==== Licence ====
  
-End of life of this branch: december 2013.+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.
  
-===== Developer Edition =====+==== 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. 
 + 
 +  * First release: 2010-12-22. 
 +  * Support until december 2013. 
 +  * See [[en:download|details of the maintenance policy]] 
 + 
 +==== PHP compatibility ==== 
 + 
 +This version is compatible from PHP 5.2 to 5.5. 
 + 
 +===== Download and installation ===== 
 + 
 +Three editions are available. 
 + 
 + 
 +==== Developer Edition ====
  
  
Line 16: Line 33:
 **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.2.x/1.2.8/jelix-1.2.8-dev.tar.gz|jelix-1.2.8-dev.tar.gz]] +   ~~download jelixdev 1.2~~
-    [[http://download.jelix.org/jelix/releases/1.2.x/1.2.8/jelix-1.2.8-dev.zip|jelix-1.2.8-dev.zip]]+
  
  
-===== Optimized Edition =====+==== 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 42:
 **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.2.x/1.2.8/jelix-1.2.8-opt.tar.gz|jelix-1.2.8-opt.tar.gz]] +   ~~download jelixopt 1.2~~
-    [[http://download.jelix.org/jelix/releases/1.2.x/1.2.8/jelix-1.2.8-opt.zip|jelix-1.2.8-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.2~~
-    [[http://download.jelix.org/jelix/releases/1.2.x/1.2.8/jelix-1.2.8-gold.tar.gz|jelix-1.2.8-gold.tar.gz]] +
-    * [[http://download.jelix.org/jelix/releases/1.2.x/1.2.8/jelix-1.2.8-gold.zip|jelix-1.2.8-gold.zip]]+
  
  
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.2.x/1.2.8/jelix-1.2.8-pdf-fonts.zip|zip]] (7.0Mo)+   ~~download fonts 1.2~~
  
  
Line 49: Line 62:
 TestApp 1.2 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.2 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.2.x/1.2.8/testapp-1.2.8.tar.gz|tar.gz]] +   ~~download testapp 1.2~~
-    [[http://download.jelix.org/jelix/releases/1.2.x/1.2.8/testapp-1.2.8.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.
- 
  
 ===== Documentation ===== ===== Documentation =====
Line 61: Line 72:
 The manual for Jelix 1.2 is available in PDF. This PDF was generated with the content of the wiki. The manual for Jelix 1.2 is available in PDF. This PDF was generated with the content of the wiki.
  
-   [[http://download.jelix.org/jelix/documentation/en/jelix-manual-1.2.8.pdf|jelix-manual-1.2.8.pdf]] (PDF, 2.5 Mo) +   ~~download manual 1.2~~
- +
  
 ==== API Reference ==== ==== API Reference ====
  
-     [[http://download.jelix.org/jelix/documentation/jelix-1.2.8-apidoc_html.tar.gz|tar.gz]], [[http://download.jelix.org/jelix/documentation/jelix-1.2.8-apidoc_html.zip|zip]]+   ~~download apiref 1.2~~
  

en/download/stable/1.2.1342299654.txt.gz · Last modified: 2012/07/14 21:00 by laurent

Recent changes RSS feed Creative Commons License