Author: jakob
Date: Tue Jun 10 10:13:09 2014
New Revision: 1601596

URL: http://svn.apache.org/r1601596
Log:
MARMOTTA-486: new version of "doxia-module-markdown" does not like un-encoded 
'&'s


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=1601596&r1=1601595&r2=1601596&view=diff
==============================================================================
--- marmotta/site/trunk/content/markdown/download.md.vm (original)
+++ marmotta/site/trunk/content/markdown/download.md.vm Tue Jun 10 10:13:09 2014
@@ -43,7 +43,7 @@ $dh# $version
 
 **Apache Marmotta ${version}** has been published on $date.format('MMM dd, 
yyyy', $d) and is available for
 download in the [ASF Distribution Directory](${dyn}/marmotta/${version}/).
-Before installing or using the files check the signatures using the following 
[KEYS](${www}/marmotta/${version}/KEYS) file.
+After downloading the files, check the signatures using the following 
[KEYS](${www}/marmotta/${version}/KEYS) file.
 
  * Source
     * #package( $version 'src' 'zip' 'ZIP', false)
@@ -58,7 +58,9 @@ Before installing or using the files che
     * #package( $version 'ldpath' 'zip' 'ZIP', false)
     * #package( $version 'ldpath' 'tar.gz' 'TGZ', false)
 
-The 
[Changelog](https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=${jira_pid}&version=${vid}&styleName=Text)
 
+## Looks like & must be xml-encoded with the doxia markdown plugin: 
+##    
http://stackoverflow.com/questions/20629485/doxia-markdown-issue-with-ampersand-in-links
+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).
 
 #end
@@ -70,7 +72,9 @@ is available from the [AFS Jira](https:/
 
 $dh$dh $version ($date.format('MMM dd, yyyy', $d))
 
-The 
[Changelog](https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=${jira_pid}&version=${vid}&styleName=Text)
 
+## Looks like & must be xml-encoded with the doxia markdown plugin:
+##    
http://stackoverflow.com/questions/20629485/doxia-markdown-issue-with-ampersand-in-links
+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:


Reply via email to