Quick links: Content - sections - sub sections
EN FR

Trace: 1.0 1.5 hall-of-fame credits foreword 1.7.x 1.2.3 erreurs-1.1 download

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 [2020/08/04 10:02] – [Components] laurenten:download [2024/04/26 21:47] (current) – external edit 127.0.0.1
Line 1: Line 1:
 ~~LANG:FR@fr:telechargement~~ ~~LANG:FR@fr:telechargement~~
  
-====== Download ======+====== Downloads ======
  
-  * [[en:download:stable|Last stable releases]]: jelix, testapp, documentation +===== Maintenance policy =====
-  * [[en:download:nightly|Last unstable releases]]: beta+nightlies of Jelix, testapp, documentation+
  
-For old and deprecated releases, see [[http://download.jelix.org|download.jelix.org]].+Major versions (x.y) are **maintained for 3 years**This is the active support: bugs fix, security hole, little improvementsThis leads to the release of maintenance versions (minor versions x.y.z), every 1 to 3 months, 
 + depending on the criticality of bug fixes.
  
 +Then they are @@maintained one more year@@, only for security hole (security support).
  
-====== Changelog ======+Maintenance is extended if next major version is not ready after 3 years.
  
-List of changes brings by each version, release dates, PHP compatibility and so one: this is on the [[en:changelog|changelog page]]. +===== Version policy =====
-======= Modules and plugins for Jelix 1.7 and higher =======+
  
-Some modules and plugins for Jelix  are available via Composer, from http://packagist.org but also from http://packages.jelix.org. Some of these packages are automatically installed by the package jelix/jelix.+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]].
  
-   * [[https://packagist.org/packages/jelix/jcommunity-module|jelix/jcommunity-module]]: jCommunity are modules to add community features to a web site made with Jelix 
-   * [[https://packagist.org/packages/jelix/tcpdf-module|jelix/tcpdf-module]]: module for Jelix, providing a Response object and a class, to generate a PDF and sent it to a browser, using TCPDF. 
-   * [[https://packagist.org/packages/jelix/soap-server-module|jelix/soap-server-module]]: module to implement a SOAP server in a Jelix application 
-   * [[https://packagist.org/packages/jelix/diff-plugin|jelix/diff-plugin]]: a plugin for Jelix or Castor to render show differences between two content in a template 
-   * [[https://packagist.org/packages/jelix/feeds-module|jelix/feeds-module]]:  module providing a RSS and ATOM responses and RSS/ATOM feed reader 
-   * [[https://packagist.org/packages/jelix/ldapdao-module|jelix/ldapdao-module]]: module for Jelix,allowing to authenticate with an ldap server and to register users locally. 
-   * [[https://packagist.org/packages/jelix/minify-module|jelix/minify-module]]: module providing a Minify features to a Jelix application. 
-   * [[https://packagist.org/packages/jelix/php-redis-plugin|jelix/php-redis-plugin]]: a Redis plugin for Jelix 
-   * [[https://packagist.org/packages/jelix/sitemap-module|jelix/sitemap-module]]: module for Jelix, providing a Jelix Response object to generate a sitemap. 
-   * [[https://packagist.org/packages/jelix/wikirenderer-plugin|jelix/wikirenderer-plugin]]: a plugin for Jelix or Castor to render wiki content in a template 
-   * [[https://packagist.org/packages/jelix/legacy-db-plugins|jelix/legacy-db-plugins]]: Legacy database plugins for Jelix 
-   * [[https://packagist.org/packages/jelix/simpletest-module|jelix/simpletest-module]]: Legacy Simpletest module for Jelix 1.7+ 
  
-======= Components =======+A new major version could have API breakage, but it is rare since Jelix 1.7.
  
-Some components of Jelix are available separately and usable without Jelix. Install them via Composer, from http://packagist.org but also from http://packages.jelix.org. Some of these packages are automatically installed by the package jelix/jelix.+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. 
 + 
 +This is why it is highly recommended to use the composer constraint @@~@@ in the @@composer.json@@ file of your project: 
 + 
 +<code> 
 +"require":
 +   "jelix/jelix-standard" : "~1.8.0" 
 +
 +</code> 
 + 
 +Avoid to use the @@^@@ constraint (for example @@^1.8.0@@). 
 + 
 +===== Stable versions ===== 
 + 
 +The latest available stable version is Jelix  ~~version 1.8~~. 
 + 
 +**[[en:download:stable:1.8|Donwload Jelix 1.8]]** 
 + 
 +===== Unstable versions ===== 
 + 
 +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 Jelix. Install 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]]. See the page [[en:independent-components]].
 +
 +
 +====== Additional modules and plugins ======
 +
 +Some modules and plugins for Jelix  are available via Composer, from http://packagist.org. Some 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]]
  

en/download.1596535363.txt.gz · Last modified: 2020/08/04 10:02 by laurent

Recent changes RSS feed Creative Commons License