Quick links: Content - sections - sub sections
EN FR

Trace:

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 [2007/01/13 17:28] laurenten:download [2024/04/26 21:47] (current) – external edit 127.0.0.1
Line 1: Line 1:
-====== Download ======+~~LANG:FR@fr:telechargement~~
  
-Here is all last official and stable releases of Jelix products. You have also nightly builds of the products. Nightly builds are the last development versions, and contains last improvements and bug fixes. (and this packages are build every nights).+====== Downloads ======
  
 +===== Maintenance policy =====
  
 +Major versions (x.y) are **maintained for 3 years**. This is the active support: bugs fix, security hole, little improvements. This leads to the release of maintenance versions (minor versions x.y.z), every 1 to 3 months,
 + depending on the criticality of bug fixes.
  
-===== Jelix =====+Then they are @@maintained one more year@@, only for security hole (security support).
  
-    * Last official version : 1.0 beta1.  +Maintenance is extended if next major version is not ready after 3 years.
-       * Developer Edition : [[http://prdownload.berlios.de/jelix/jelix-1.0b1-dev.tar.gz|tar.gz]]  (412ko) or [[http://prdownload.berlios.de/jelix/jelix-1.0b1-dev.zip|zip]]  (612ko). This edition is for developer, to create and develop application using Jelix. It contains all scripts helpers etc. +
-       * Optimized Edition : [[http://prdownload.berlios.de/jelix/jelix-1.0b1-opt.tar.gz|tar.gz]]  (176ko) or [[http://prdownload.berlios.de/jelix/jelix-1.0b1-opt.zip|zip]]  (300ko). 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 developer edition on your production server).+
  
 +===== Version policy =====
  
-    * Nighly build: [[http://jelix.org/nightly/jelix-nightly-dev.tar.gz|jelix-nightly-dev.tar.gz]]. It contains last improvements and bug fixes from 1.0beta1. (See [[changelog]])+Major versions are noted @@x.y@@. Minor versions are noted @@x.y.z@@. So it does not follow exactly the semantic notation defined by [[https://semver.org/|Semver]].
  
  
-**important:** when you update jelixdon’t forget to clean your application temp directory.+A new major version could have API breakagebut it is rare since Jelix 1.7.
  
-===== Test Applications =====+Deprecated API are removed at each "ultra major" versions (like 1.0.0, 2.0.0...). But some deprecated API can be removed in some major versions when they are deprecated since many major versions.
  
-  * TestApp 1.0 beta1 for Jelix Hackers. It contains some test suite about  Jelix components and examples +This is why it is highly recommended to use the composer constraint @@~@@ in the @@composer.json@@ file of your project:
-     * [[http://prdownload.berlios.de/jelix/testapp-1.0alpha5.tar.gz|tar.gz]]+
  
-  * Nightly builds: [[http://jelix.org/nightly/myapp-nightly.tar.gz|myApp]], [[http://jelix.org/nightly/testapp.nightly.tar.gz|testapp]]+<code> 
 +"require":
 +   "jelix/jelix-standard" : "~1.8.0" 
 +
 +</code>
  
-===== jTpl, the standalone version =====+Avoid to use the @@^@@ constraint (for example @@^1.8.0@@).
  
-The template engine of Jelix is available as a standalone component. So you can use it without Jelix.+===== Stable versions =====
  
-  * 1.0 beta1. [[http://prdownload.berlios.de/jelix/jtpl-1.0b1.tar.gz|tar.gz]] [[http://prdownload.berlios.de/jelix/jtpl-1.0b1.zip|zip]] +The latest available stable version is Jelix  ~~version 1.8~~.
-  * [[http://jelix.org/nightly/jtpl-nightly.tar.gz|Nightly]]+
  
-===== jBuildTools =====+**[[en:download:stable:1.8|Donwload Jelix 1.8]]**
  
-Tools used to build Jelix  +===== Unstable versions ===== 
-  * 1.1. [[http://prdownload.berlios.de/jelix/jbuildtools-1.1.tar.gz|tar.gz]]+ 
 +If you want to test latest developments, got to [[en:download:nightly|the page of unstable versions ]] 
 + 
 + 
 +====== Components ====== 
 + 
 +Some components of Jelix are available separately and usable without JelixInstall them via Composer, from http://packagist.org. Some of these packages are automatically installed by the package jelix/jelix. 
 + 
 +See the page [[en:independent-components]]. 
 + 
 + 
 +====== Additional modules and plugins ====== 
 + 
 +Some modules and plugins for Jelix  are available via Composer, from http://packagist.orgSome of these packages are automatically installed by the package jelix/jelix
 + 
 +See the catalog on https://booster.jelix.org. 
 + 
 +====== Deprecated and unmaintened versions ====== 
 + 
 +  * [[en:download:stable:1.7|Jelix 1.7]] 
 +  * [[en:download:stable:1.6|Jelix 1.6]] 
 +  * [[en:download:stable:1.5|Jelix 1.5]] 
 +  * [[en:download:stable:1.4|Jelix 1.4]] 
 +  * [[en:download:stable:1.3|Jelix 1.3]] 
 +  * [[en:download:stable:1.2|Jelix 1.2]] 
 +  * [[en:download:stable:1.1|Jelix 1.1]] 
 +  * [[en:download:stable:1.0|Jelix 1.0]]
  
-====== Old releases ====== 
-See [[http://developer.berlios.de/project/showfiles.php?group_id=5643|this page]]. 

en/download.txt · Last modified: 2024/04/26 21:47 by 127.0.0.1

Recent changes RSS feed Creative Commons License