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 [2006/11/05 13:48] – laurent | en:download [2024/04/26 21:47] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | jTpl, the standalone version | + | ~~LANG: |
- | The template engine of Jelix is available as a standalone component. So you can use it without Jelix. | + | ====== Downloads ====== |
- | * | + | ===== Maintenance policy ===== |
- | 1.0 alpha3: tar.gz | + | |
- | * | + | |
- | nightly build: jtpl-nightly.tar.gz | + | |
- | jBuildTools | + | 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, |
+ | | ||
- | Tools used to build Jelix | + | Then they are @@maintained one more year@@, only for security hole (security support). |
- | * | + | Maintenance is extended if next major version is not ready after 3 years. |
- | 1.0. tar.gz | + | |
- | * | + | |
- | nightly build: jbuildtools-nightly.tar.gz | + | |
- | Last releases | + | ===== Version policy ===== |
- | See this page. | + | 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:// |
+ | A new major version could have API breakage, but it is rare since Jelix 1.7. | ||
+ | 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: | ||
+ | < | ||
+ | " | ||
+ | " | ||
+ | } | ||
+ | </ | ||
+ | Avoid to use the @@^@@ constraint (for example @@^1.8.0@@). | ||
+ | ===== Stable versions ===== | ||
+ | The latest available stable version is Jelix ~~version 1.8~~. | ||
+ | **[[en: | ||
+ | ===== Unstable versions ===== | ||
+ | If you want to test latest developments, | ||
- | ====== | + | ====== |
- | Here is all last official and stable releases | + | Some components |
- | Jelix framework | + | |
- | ===== Jelix ===== | + | See the page [[en: |
- | * Last official version : 1.0alpha5. [[http:// | ||
- | * Nighly build: [[http:// | ||
+ | ====== Additional modules and plugins ====== | ||
- | important: when you update | + | Some modules and plugins for Jelix are available via Composer, from http:// |
- | ===== Test Applications ===== | + | See the catalog on https:// |
- | * MyApp 1.0 alpha5 : a sample application as a skeleton example | + | ====== Deprecated and unmaintened versions ====== |
- | * [[http:// | + | |
- | * TestApp 1.0 alpha5 : for Jelix Hackers. It contains some test suite about Jelix components. | + | |
- | * [[http:// | + | |
- | * Nightly builds: [[http://jelix.org/ | + | * [[en:download: |
+ | * [[en:download: | ||
+ | * [[en: | ||
+ | * [[en:download: | ||
+ | * [[en: | ||
+ | * [[en: | ||
+ | * [[en: | ||
+ | * [[en: | ||
- | ===== jTpl, the standalone version ===== | ||
- | |||
- | The template engine of Jelix is available as a standalone component. So you can use it without Jelix | ||
- | |||
- | * 1.0 alpha3. [[http:// | ||
- | * [[http:// | ||
- | |||
- | ===== jBuildTools ===== | ||
- | |||
- | Tools used to build Jelix | ||
- | * 1.0. [[http:// | ||
- | |||
- | |||
- | |||
- | ====== Old releases ====== | ||
- | See [[http:// |