Trace: • config-base
Differences ¶
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
en:download [2007/04/23 16:20] – laurent | en:download [2024/04/26 21:47] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Download ====== | + | ~~LANG: |
- | 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 built 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, | ||
+ | | ||
- | ===== Jelix ===== | + | Then they are @@maintained one more year@@, only for security hole (security support). |
- | * Last official version : 1.0 beta2. | + | Maintenance |
- | * Developer Edition : [[http:// | + | |
- | * Optimized Edition : [[http:// | + | |
+ | ===== Version policy ===== | ||
- | * Nighly build: | + | 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: | + | A new major version could have API breakage, but 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:// | + | |
- | | + | < |
+ | " | ||
+ | | ||
+ | } | ||
+ | </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:// | + | The latest available stable version is Jelix ~~version |
- | * [[http:// | + | |
- | ===== jBuildTools ===== | + | **[[en: |
- | 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, | ||
+ | |||
+ | |||
+ | ====== Components ====== | ||
+ | |||
+ | Some components of Jelix are available separately and usable without Jelix. Install them via Composer, from http:// | ||
+ | |||
+ | See the page [[en: | ||
+ | |||
+ | |||
+ | ====== 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:// | ||
+ | |||
+ | ====== Deprecated and unmaintened versions ====== | ||
+ | |||
+ | * [[en: | ||
+ | * [[en: | ||
+ | * [[en: | ||
+ | * [[en: | ||
+ | * [[en: | ||
+ | * [[en: | ||
+ | * [[en: | ||
+ | * [[en: | ||
- | ====== Old releases ====== | ||
- | See [[http:// |