Toggle navigation
Log-in
Register
Wiki Index
Page Index
User Index
Application Index
Home
About
XWiki's Concept
News & Blog
Roadmap
Releases Notes
References
License
Projects
XWiki
Extensions
Code Snippets
All projects
Documentation
Contribute
Get Involved
Development
Translations
Feedback
Support
FAQs
Community Support
Professional Support
Download
Try
Download
Try now
Home
Projects
XWiki Enterprise
Extensions
All projects
Documentation
Download
Try
Download XWiki
Wiki source code of
Download XWiki
Last modified by
Thomas Mortagne
on 2019/11/26
Copy
Export
Print preview
View Source
Children
Content
×
Export
Office Formats
Export as PDF
Other Formats
Select the pages to export:
select all
/
none
Export as HTML
Hide line numbers
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: ['10.11.10', '13 November 2019', 'LTS', 'xwiki:ReleaseNotes.Data.XWiki.10\.11\.10.WebHome', ' 6: * Bug fixes 7: '], 8: ['11.10', '25 November 2019', 'stable', 'xwiki:ReleaseNotes.Data.XWiki.11\.10.WebHome', ' 9: * Partial Wiki XAR Export 10: * Distribution Wizard improvements 11: * Allow to disable authentication security mechanism 12: '] 13: ]) 14: 15: ## ########################################################################################################## 16: ## $versionDetails = TypeID: Name (0) - Button Style (1) - Notes (2) 17: #set ($versionDetails = { 18: '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.'], 19: '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.'], 20: '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.'] 21: }) 22: ## ################################################################ 23: ## Generate the versions layout 24: ## ################################################################ 25: #macro(downloadVersionsLayout $versions $versionDetails) 26: (% class='download-options' %)((( 27: #foreach($version in $versions) 28: (% class='col-xs-12 download-container download-option version-option border-$version.get(2)' %) 29: ((( 30: (% class="download-version fill-$version.get(2)"%)$version.get(0)(% class='noitems pull-right'%)$version.get(1) 31: === $versionDetails.get(${version.get(2)})[0] === 32: $version.get(4) 33: (% class='noitems' %)$versionDetails.get(${version.get(2)})[2] 34: (% 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']]))) 35: #if ($version.size() >= 6) 36: (% class="noitems version-warning" %) 37: $version.get(5) 38: #end 39: ))) 40: #end 41: ))) 42: #end 43: #downloadVersionsLayout($versions, $versionDetails) 44: {{/velocity}} 45: 46: (% 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. 47: 48: (% 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"]].
Quick Links
Supporters
Let us know
What do you think about our product?
What do you think of our website?