You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@marmotta.apache.org by ja...@apache.org on 2013/11/29 10:10:04 UTC

svn commit: r1546524 - /marmotta/site/trunk/content/markdown/download.md.vm

Author: jakob
Date: Fri Nov 29 09:10:04 2013
New Revision: 1546524

URL: http://svn.apache.org/r1546524
Log:
MARMOTTA-389: Marked Apache Marmotta 3.0.0-incubating as archived on the download page

Modified:
    marmotta/site/trunk/content/markdown/download.md.vm

Modified: marmotta/site/trunk/content/markdown/download.md.vm
URL: http://svn.apache.org/viewvc/marmotta/site/trunk/content/markdown/download.md.vm?rev=1546524&r1=1546523&r2=1546524&view=diff
==============================================================================
--- marmotta/site/trunk/content/markdown/download.md.vm (original)
+++ marmotta/site/trunk/content/markdown/download.md.vm Fri Nov 29 09:10:04 2013
@@ -3,7 +3,7 @@
 ## 'version':['release-date','jira-versionid',isArchived],
 #set( $releases = { 
   '3.1.0-incubating':['2013-10-03','12324026',false],
-  '3.0.0-incubating':['2013-04-26','12323952',false]
+  '3.0.0-incubating':['2013-04-26','12323952',true]
 })
 ##
 #set($jira_pid = '12314321')
@@ -96,15 +96,15 @@ from here you can get any of the version
 #foreach( $release in $sorter.sort($releases.entrySet(), "key:desc") )
 #if( $release.value.get(2) == false )#toc( $release.key, $release.value.get(0) )#end
 #end
-##   * [Archive](#Archive)
+   * [Archive](#Archive)
 
 #foreach( $release in $sorter.sort($releases.entrySet(), "key:desc") )
 #if( $release.value.get(2) == false )#section( $release.key, $release.value )#end
 #end
 
-##$dh Archive
+$dh Archive
 
-##Here follows a list of older versions:
+Here follows a list of older versions:
 
 ## Grouping the releases in the archive
 #set( $groups = [] )