You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by fm...@apache.org on 2013/12/02 16:26:49 UTC

svn commit: r1547058 - /syncope/branches/1_1_X/src/site/xdoc/downloads.xml

Author: fmartelli
Date: Mon Dec  2 15:26:49 2013
New Revision: 1547058

URL: http://svn.apache.org/r1547058
Log:
fix doc indentation

Modified:
    syncope/branches/1_1_X/src/site/xdoc/downloads.xml

Modified: syncope/branches/1_1_X/src/site/xdoc/downloads.xml
URL: http://svn.apache.org/viewvc/syncope/branches/1_1_X/src/site/xdoc/downloads.xml?rev=1547058&r1=1547057&r2=1547058&view=diff
==============================================================================
--- syncope/branches/1_1_X/src/site/xdoc/downloads.xml (original)
+++ syncope/branches/1_1_X/src/site/xdoc/downloads.xml Mon Dec  2 15:26:49 2013
@@ -198,14 +198,14 @@ under the License.
         distribution directory, rather than from a mirror. Then verify the signatures using one of the following sets of
         commands:
       
-        <source>$ pgpk -a KEYS
-          $ pgpv syncope-*.zip.asc</source>
+        <source><![CDATA[$ pgpk -a KEYS
+$ pgpv syncope-*.zip.asc]]></source>
         
-        <source>$ pgp -ka KEYS
-          $ pgp syncope-*.zip.asc</source>
+        <source><![CDATA[$ pgp -ka KEYS
+$ pgp syncope-*.zip.asc]]></source>
       
-        <source>$ gpg --import KEYS
-          $ gpg --verify syncope-*.zip.asc</source>
+        <source><![CDATA[$ gpg --import KEYS
+$ gpg --verify syncope-*.zip.asc]]></source>
       </p>
       <p>Alternatively, you can verify the MD5 signature on the files. A Unix/Linux program called  
         <code>md5</code> or