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 2015/02/12 10:53:40 UTC

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

Author: jakob
Date: Thu Feb 12 09:53:39 2015
New Revision: 1659187

URL: http://svn.apache.org/r1659187
Log:
MARMOTTA-594: fixed download-page script to handle the ldpath/ldquery renaming

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=1659187&r1=1659186&r2=1659187&view=diff
==============================================================================
--- marmotta/site/trunk/content/markdown/download.md.vm (original)
+++ marmotta/site/trunk/content/markdown/download.md.vm Thu Feb 12 09:53:39 2015
@@ -22,12 +22,12 @@
 #macro(package $version $qualifier $ext $linkText, $a)
 #if( $a )
 #link($arch, $version, $qualifier, $ext, $linkText)
-    (#link($arch, $version, $qualifier, "${ext}.asc", 'pgp'),
+    (#link($arch, $version, $qualifier, "${ext}.asc", 'asc'),
      #link($arch, $version, $qualifier, "${ext}.sha1", 'sha1'),
      #link($arch, $version, $qualifier, "${ext}.md5", 'md5'))
 #else
 #link($dyn, $version, $qualifier, $ext, $linkText)
-    (#link($www, $version, $qualifier, "${ext}.asc", 'pgp'),
+    (#link($www, $version, $qualifier, "${ext}.asc", 'asc'),
      #link($www, $version, $qualifier, "${ext}.sha1", 'sha1'),
      #link($www, $version, $qualifier, "${ext}.md5", 'md5'))
 #end
@@ -55,7 +55,7 @@ After downloading the files, check the s
  * Installer
     * #package( $version 'installer' 'zip' 'ZIP', false)
     * #package( $version 'installer' 'tar.gz' 'TGZ', false)
- * LDPath
+ * LDQuery
     * #package( $version 'ldquery' 'zip' 'ZIP', false)
     * #package( $version 'ldquery' 'tar.gz' 'TGZ', false)
 
@@ -78,19 +78,14 @@ $dh$dh $version ($date.format('MMM dd, y
 The [Changelog](https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=${jira_pid}&version=${vid}&styleName=Text) 
 is available from the [AFS Jira](https://issues.apache.org/jira/browse/MARMOTTA).
 
- * Source:
-   #package( $version 'src' 'zip' 'ZIP', true) /
-   #package( $version 'src' 'tar.gz' 'TGZ', true)
- * WAR:
-   #package( $version 'webapp' 'zip' 'ZIP', true) /
-   #package( $version 'webapp' 'tar.gz' 'TGZ', true)
- * Installer:
-   #package( $version 'installer' 'zip' 'ZIP', true) /
-   #package( $version 'installer' 'tar.gz' 'TGZ', true)
- * LDPath: 
-   #package( $version 'ldpath' 'zip' 'ZIP', true) /
-   #package( $version 'ldpath' 'tar.gz' 'TGZ', true)
-
+ * Source: #package( $version 'src' 'zip' 'ZIP', true) / #package( $version 'src' 'tar.gz' 'TGZ', true)
+ * WAR: #package( $version 'webapp' 'zip' 'ZIP', true) / #package( $version 'webapp' 'tar.gz' 'TGZ', true)
+ * Installer: #package( $version 'installer' 'zip' 'ZIP', true) / #package( $version 'installer' 'tar.gz' 'TGZ', true)
+#if( $d.before($date.toDate('yyyy-MM-dd', '2014-06-02')) ) ## ldpath was renamed to ldquery in MARMOTTA-485
+ * LDPath: #package( $version 'ldpath' 'zip' 'ZIP', true) / #package( $version 'ldpath' 'tar.gz' 'TGZ', true)
+#else
+ * LDQuery: #package( $version 'ldquery' 'zip' 'ZIP', true) / #package( $version 'ldquery' 'tar.gz' 'TGZ', true)
+#end
 #end
 <head>
   <title>Download</title> <!-- awaiting for https://jira.codehaus.org/browse/DOXIA-472 -->