Changes for page Download XWiki Enterprise Manager
Last modified by Marius Dumitru Florea on 2013/08/13 11:12
edited by Ecaterina Moraru (Valica)
on 2011/03/04 18:15
on 2011/03/04 18:15
edited by Ecaterina Moraru (Valica)
on 2011/10/08 17:28
on 2011/10/08 17:28
Change comment:
Document converted from syntax xwiki/1.0 to syntax xwiki/2.1
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Syntax
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki 1.01 +XWiki 2.1 - Content
-
... ... @@ -1,3 +1,5 @@ 1 +{{velocity filter="none"}} 2 +{{html clean="false" wiki="true"}} 1 1 ## ##################################################### 2 2 ## Version Number (0) - Release Date (1) - Type (2) - Release Notes (3) 3 3 #set ( $versions = [ ... ... @@ -20,21 +20,24 @@ 20 20 }) 21 21 ## Generate URL to OW2 XWiki files that will be used by Main.Feedback page 22 22 #macro(dlurl $link $version $type $button) 25 +{{html clean="false" wiki="true"}} 23 23 #set ($downloadLink = "${downloadLinks.get(${link}).get(0)}${version}${downloadLinks.get(${link}).get(1)}") 24 - <a href="http://www.xwiki.org/xwiki/bin/view/Main/Feedback?downloadLink=http://download.forge.objectweb.org/xwiki/${downloadLink}&projectType=${type}&projectVersion=${version}&projectID=${projectID}"#if ($!button)class='downloadButton ${downloadDetails.get(${projectID}).get(2)}'#end>#if ($!button) Download #else ${downloadLink} #end</a> 25 -#end 27 + <a href="http:~//www.xwiki.org/xwiki/bin/view/Main/Feedback?downloadLink=http:~//download.forge.objectweb.org/xwiki/${downloadLink}&projectType=${type}&projectVersion=${version}&projectID=${projectID}"#if ($!button)class='downloadButton ${downloadDetails.get(${projectID}).get(2)}'#end>#if ($!button) Download #else ${downloadLink} #end</a> 28 + 29 +{{/html}}#end 26 26 ## ##################################################### 27 27 #foreach($version in $versions) 32 +<p/> 28 28 <div class="downloadProject"> 29 - 34 +<p/> 30 30 <div class="downloadHeader ${downloadDetails.get(${projectID}).get(2)}"> 31 31 <span class="downloadHeader-content"> 32 - <span class="downloadHeader-project">[${downloadDetails.get(${projectID}).get(0)}>${downloadDetails.get(${projectID}).get(1)}]</span> 37 + <span class="downloadHeader-project">[[${downloadDetails.get(${projectID}).get(0)}>>${downloadDetails.get(${projectID}).get(1)}]]</span> 33 33 <span class="downloadHeader-version">Version $version.get(0)</span> 34 34 </span> 35 35 <span class="downloadHeader-type">$version.get(2)</span> 36 36 </div> 37 - 42 +<p/> 38 38 <div class="box floatinginfobox"> 39 39 <table class="downloadInfo" summary ="Download Information"> 40 40 <tr> ... ... @@ -52,26 +52,27 @@ 52 52 </table> 53 53 #dlurl('managerMysql', $version.get(0), $version.get(2), 'button') 54 54 </div> 55 - 60 +<p/> 56 56 <div class="downloadNotes"> 57 57 $version.get(3) 58 - <p>For more information, see the [full release notes>${downloadDetails.get(${projectID}).get(3)}]</p> 59 - <p class="secondaryText">This distribution includes a Jetty container (but no database), packaged as a ZIP file. This version works only with MySQL. For any other problem check out the [installation help>manager:AdminGuide.Installation].</p> 63 + <p>For more information, see the [[full release notes>>${downloadDetails.get(${projectID}).get(3)}]]</p> 64 + <p class="secondaryText">This distribution includes a Jetty container (but no database), packaged as a ZIP file. This version works only with MySQL. For any other problem check out the [[installation help>>manager:AdminGuide.Installation]].</p> 60 60 </div> 61 61 <div class="clearfloats"></div> 62 - 67 +<p/> 63 63 </div> 69 +<p/> 70 +<p class="downloadNotes">Other distributions:</p> 64 64 65 -<p class="downloadNotes">Other distributions:</p> 66 -{table} 67 -Platform|Type|Description|Installation Help|Download 68 -All |WAR file |WAR file that needs to be installed in a Container. A database also needs to be set up. |[Instructions>manager:AdminGuide.Installation] |#dlurl('managerWeb', $version.get(0), $version.get(2)) 69 -All |XAR file |A default set of XEM pages which you can load in an empty instance or when doing an upgrade of XEM.|[Instructions>manager:AdminGuide.Installation] | #dlurl('managerWiki', $version.get(0), $version.get(2)) 70 -All |XAR file |Only contains XEM specifics pages to be imported in an existing XE instance when transforming it to a XEM|[Instructions>manager:AdminGuide.Installation]| #dlurl('managerApp', $version.get(0), $version.get(2)) 71 -{table} 72 +|=Platform|=Type|=Description|=Installation Help|=Download 73 +|All|WAR file|WAR file that needs to be installed in a Container. A database also needs to be set up.|[[Instructions>>manager:AdminGuide.Installation]]|#dlurl('managerWeb', $version.get(0), $version.get(2)) 74 +|All|XAR file|A default set of XEM pages which you can load in an empty instance or when doing an upgrade of XEM.|[[Instructions>>manager:AdminGuide.Installation]]|#dlurl('managerWiki', $version.get(0), $version.get(2)) 75 +|All|XAR file|Only contains XEM specifics pages to be imported in an existing XE instance when transforming it to a XEM|[[Instructions>>manager:AdminGuide.Installation]]|#dlurl('managerApp', $version.get(0), $version.get(2)) 72 72 73 73 #end 78 +<p/> 79 +Looking for [[older versions>>${downloadDetails.get(${projectID}).get(4)}]] of ${downloadDetails.get(${projectID}).get(0)}? 80 +{{/html}} 81 +{{/velocity}} 74 74 75 -Looking for [older versions>${downloadDetails.get(${projectID}).get(4)}] of ${downloadDetails.get(${projectID}).get(0)}? 76 - 77 -#includeInContext("xwiki:Main.OtherDownloads") 83 +{{include document="xwiki:Main.OtherDownloads"/}}