Author: marcus
Date: Fri May  2 17:32:57 2014
New Revision: 1591982

URL: http://svn.apache.org/r1591982
Log:
Updates

Modified:
    openoffice/ooo-site/trunk/content/download/test/analyze.html

Modified: openoffice/ooo-site/trunk/content/download/test/analyze.html
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/download/test/analyze.html?rev=1591982&r1=1591981&r2=1591982&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/download/test/analyze.html (original)
+++ openoffice/ooo-site/trunk/content/download/test/analyze.html Fri May  2 
17:32:57 2014
@@ -90,10 +90,7 @@ screen reader. -->
     + "<a href='" + CHECKSUM_SHA256 + "' + title='SHA256 hash'>SHA256</a> , "
     + "<a href='../checksums.html' title='How to verify the download with 
checksums?'>How to verify?</a> | " );
   }
-  if ( ARCHIVE ) {
-    VERSION = PRE_VERSION;
-  }
-  document.write( "<a 
href='https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+"; + VERSION + 
"+Release+Notes'"
+  document.write( "<a 
href='https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+"; + 
VERSION_SHORT + "+Release+Notes'"
     + "title='What is new, what has been improved in Apache OpenOffice " + 
VERSION + "?'><b>Release Notes</b></a> | <br />"
     + "<a href='other.html' title='Get all platforms, languages, language 
packs to download'>"
     + "<b>Get all platforms, languages, language packs</b></a> | "
@@ -156,6 +153,7 @@ screen reader. -->
     document.write( "<tr><td>Language array data                       
</td><td>" + LANG_ARRAY                                 + "</td></tr>" );
     document.write( "<tr><td>Release matrix platform position          
</td><td>" + RELEASE_MATRIX_PLATFORM_POS                + "</td></tr>" );
     document.write( "<tr><td>Release matrix platform array data                
</td><td>" + RELEASE_MATRIX_PLATFORM                    + "</td></tr>" );
+    document.write( "<tr><td>Release matrix language array data                
</td><td>" + RELEASE_MATRIX_LANG                        + "</td></tr>" );
     document.write( "<tr><td>UI platform name                          
</td><td>" + UI_PLATFORM                                + "</td></tr>" );
     document.write( "<tr><td>URL platform name                         
</td><td>" + URL_PLATFORM                               + "</td></tr>" );
     document.write( "<tr><td>File name                                 
</td><td>" + FILENAME                                   + "</td></tr>" );


Reply via email to