Wiki source code of Download XWiki

Last modified by Oana-Lavinia Florean on 2023/05/30

Show last authors
1 {{velocity}}
2 ## ##########################################################################################################
3 ## $versions = Version Number (0) - Release Date (1) - Type (2) {LTS, stable, development} - Release Notes Page (3) - Release Summary (4)
4 #set ($versions = [
5 ['14.10.11', '24 May 2023', 'LTS', 'xwiki:ReleaseNotes.Data.XWiki.14\.10\.11.WebHome', '
6 * Bugfixes (including security fixes)
7 '],
8 ['15.4', '30 May 2023', 'stable', 'xwiki:ReleaseNotes.Data.XWiki.15\.4.WebHome', '
9 * Bugfixes (including security fixes)
10 * Minor improvements
11 ']
12 ])
13 #* Example:
14 #set ($versions = [
15 ['10.11.10', '13 November 2019', 'LTS', 'xwiki:ReleaseNotes.Data.XWiki.10\.11\.10.WebHome', '
16 * Bug fixes
17 '],
18 ['11.10.2', '30 December 2019', 'stable', 'xwiki:ReleaseNotes.Data.XWiki.11\.10\.2.WebHome', '
19 * Bug fixes
20 '],
21 ['13.3-rc-1', '19 April 2021', 'development', 'xwiki:ReleaseNotes.Data.XWiki.13\.3RC1.WebHome', '
22 * Default Global Notification Filters
23 ']
24 ])
25 *#
26 ## ##########################################################################################################
27 ## $versionDetails = TypeID: Name (0) - Button Style (1) - Notes (2)
28 #set ($versionDetails = {
29 'LTS': ['Long Term Support', 'primary', 'Note: This version is the latest stable version from the last XWiki cycle. This is the most stable version and is what we recommend to use in production.'],
30 'stable': ['Stable', 'info', 'Note: This version is the latest stable version from the current XWiki cycle. This is the version recommended if you wish to try out the new features from the cycle.'],
31 'development': ['Development', 'success', 'Note: This version is the latest development version from the current XWiki cycle. This is the version to use if you want to test the really latest feature and provide feedback. Not for production.']
32 })
33 ## ################################################################
34 ## Generate the versions layout
35 ## ################################################################
36 #macro(downloadVersionsLayout $versions $versionDetails)
37 (% class='download-options' %)(((
38 #foreach($version in $versions)
39 (% class='col-xs-12 download-container download-option version-option border-$version.get(2)' %)
40 (((
41 (% class="download-version fill-$version.get(2)"%)$version.get(0)(% class='noitems pull-right'%)$version.get(1)
42 === $versionDetails.get(${version.get(2)})[0] ===
43 $version.get(4)
44 (% class='noitems' %)$versionDetails.get(${version.get(2)})[2]
45 (% class='version-footer' %)((([[Download>>.DownloadVersion||class="btn btn-${versionDetails.get(${version.get(2)})[1]}" queryString="projectVersion=${version.get(0)}"]][[Release Notes>>$version.get(3)||class='btn btn-link']])))
46 #if ($version.size() >= 6)
47 (% class="noitems version-warning" %)
48 $version.get(5)
49 #end
50 )))
51 #end
52 )))
53 #end
54 #downloadVersionsLayout($versions, $versionDetails)
55 {{/velocity}}
56
57 (% class="noitems" %)Interested in testing the latest snapshots builds or older versions? See [[more versions>>Download.DownloadOther]]. You can also use a [[Hosted version of XWiki>>Hosted]] instead of installing it yourself.
58
59 (% class="noitems" %)If you're interested to know the XWiki versioning and support strategies, please check: [[Versioning Strategy>>doc:dev:Community.VersioningAndReleasePractices]] & [[Support Strategy>>xwiki:Main.Support||anchor="HSupportedVersions"]].

Get Connected