Author: buildbot
Date: Fri May 9 22:42:23 2014
New Revision: 908486
Log:
Staging update by buildbot for ooo-site
Removed:
websites/staging/ooo-site/trunk/content/test-he/download/rtl-download.css
Modified:
websites/staging/ooo-site/trunk/cgi-bin/ (props changed)
websites/staging/ooo-site/trunk/content/ (props changed)
websites/staging/ooo-site/trunk/content/test-he/download/index.html
websites/staging/ooo-site/trunk/content/test-he/product/index.html
websites/staging/ooo-site/trunk/content/test-he/product/writer.html
Propchange: websites/staging/ooo-site/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Fri May 9 22:42:23 2014
@@ -1 +1 @@
-1593430
+1593633
Propchange: websites/staging/ooo-site/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Fri May 9 22:42:23 2014
@@ -1 +1 @@
-1593430
+1593633
Modified: websites/staging/ooo-site/trunk/content/test-he/download/index.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/test-he/download/index.html
(original)
+++ websites/staging/ooo-site/trunk/content/test-he/download/index.html Fri May
9 22:42:23 2014
@@ -5,12 +5,12 @@
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta itemprop="name" content="××ר×ת Apache OpenOffice" />
- <meta itemprop="description" content="×צ×רף ×××פ×ת OpenOffice,
××××ת ×ת××× × ××שר××ת ×¢× ××ר ×××¢×× ×-90
×××××× ××ר××ת." />
+ <meta itemprop="description" content="×צ×רף ×××פ×ת OpenOffice,
××××ת ×ת××× × ××שר××ת ×¢× ××ר ×××¢×× ×-100
×××××× ××ר××ת." />
<meta itemprop="image"
content="http://www.openoffice.org/images/aoo-logo-100x100.png" />
<meta property="og:title" content="××ר×ת Apache OpenOffice" />
- <meta property="og:description" content="×צ×רף ×××פ×ת OpenOffice,
××××ת ×ת××× × ××שר××ת ×¢× ××ר ×××¢×× ×-90
×××××× ××ר××ת." />
+ <meta property="og:description" content="×צ×רף ×××פ×ת OpenOffice,
××××ת ×ת××× × ××שר××ת ×¢× ××ר ×××¢×× ×-100
×××××× ××ר××ת." />
<meta property="og:image"
content="http://www.openoffice.org/images/aoo-logo-100x100.png" />
- <meta name="description" content="××£ רש×× ×××ר×ת Apache
OpenOffice. ×צ×רף ×××פ×ת OpenOffice, ××××ת ×ת××× ×
××שר××ת ×¢× ××ר ×××¢×× ×-90 ×××××× ××ר××ת." />
+ <meta name="description" content="××£ רש×× ×××ר×ת Apache
OpenOffice. ×צ×רף ×××פ×ת OpenOffice, ××××ת ×ת××× ×
××שר××ת ×¢× ××ר ×××¢×× ×-100 ×××××× ××ר××ת." />
<title>××ר××ת Apache OpenOffice - ×תר רש××</title>
<script type="text/javascript" src="/download/globalvars.js"></script>
<script type="text/javascript" src="/download/languages.js"></script>
@@ -63,47 +63,64 @@
<!-- Green: Stable release -->
<script type="text/javascript">
- <!--
- // Set a specific language ISO code to force to assemble a certain localized
build as download URL
+//Set a specific language ISO code to force to assemble a certain localized
build as download URL
var NL_LANGUAGE = "";
- // Get the download URL
- var LINK = getLink();
-
+ // Get the download URL for released install files (0 = release mode)
+ var LINK = getLink( 1 );
if ( hasMirrorLink() ) {
- if ( LINK.toLowerCase().indexOf( "sourceforge" ) != -1 ) {
- // Download directly from a mirror with displayed platform and language.
+ if ( SOURCEFORGE ) {
+ // If download URL contains "sourceforge" (-> normal and correct
download link),
+ // then download from Sourceforge with displayed platform and language.
document.write( "<div class=\"first button green\" id=\"optionitem1\"
onclick=\"openItem('optionitem1','"
- + LINK + "');" + "return false;\">" );
- document.write( "<h2><a href='" + LINK + "' title='×××¨×¡× " +
VERSION + " - ×××-××¨× " + MILESTONE
- + " - ×××× ×××¨×¡× " + BUILD + " - SVN " + SVN_REV + "'>××ר×
×ת Apache OpenOffice " + VERSION + "</a></h2>"
- + "<p><a href='" + LINK + "' title='×××¨×¡× " + VERSION + " -
×××-××¨× " + MILESTONE + " - ×××× ×××¨×¡× " + BUILD
- + " - SVN " + SVN_REV + "'>××××¨×¡× ××¢××× ×ת ×××תר
×¢××ר ××ער×ת ×××©×¤× ×©××:<br />"
- + "<b>" + UI_PLATFORM + "</b>, <b>" + LANG_ARRAY[ 2 ] + "</b> ~" +
FILESIZE + " MB</a></p>" );
- } else {
- // OS and/or package manager was not recognized, therefore use
"other.html" as download link.
- document.write( "<div class=\"first button green\" id=\"optionitem1\"
onclick=\"openItem('optionitem1','"
- + LINK + "');" + "return false;\">" );
- document.write( "<h2><a href='" + LINK + "' title='" + LINK + "'>"
- + "×××¨× ×ת Apache OpenOffice</a></h2>"
- + "<p><a href='" + LINK + "' title='" + LINK + "'>Apache OpenOffice " +
VERSION + " ×¢××ר "
- + "<b>" + UI_PLATFORM + "</b> ××× × ×××× ×. ×ש ××××ר
×××¨×¡× ××ער×ת-×פע×× ××רת ×××£ ×××ר××ת
××××פ×.</a></p>" );
- }
- } else {
- // Download from an alternative webpage if hasMirrorLink() == false.
- document.write( "<div class=\"first button green\" id=\"optionitem1\"
onclick=\"openItem('optionitem1','"
- + LANG_ARRAY[ 4 ] + "');" + "return false;\">" );
- document.write( "<h2><a href='" + LANG_ARRAY[ 4 ] + "' title='" +
LANG_ARRAY[ 4 ] + "'>"
- + "×××¨× ×ת Apache OpenOffice</a></h2>"
- + "<p><a href='" + LANG_ARRAY[ 4 ] + "' title='" + LANG_ARRAY[ 4 ] +
"'>Apache OpenOffice " + VERSION + " ×¢××ר "
- + "<b>" + LANG_ARRAY[ 2 ] + " (" + LANG_ARRAY[ 1 ] + ")</b> ××× ×
×××× ×. ×ש ××××ר ×××¨×¡× ××רת ×××£ ××××פ×
×××ר××ת ××©×¤× ×"
- + LANG_ARRAY[ 1 ] + ".</a></p>" );
- }
- document.write( "</div>" );
-
- // Show some helpful links for SDK, source, checksums, release notes, legacy
version.
- document.write( "<div class=\"sub-green\">" );
- document.write( "<p>" );
- if ( CHECKSUM_ASC ) {
+ + LINK + "');" + "return false;\">"
+ + "<h2><a href='" + LINK + "' title='×××¨×¡× " + VERSION + " |
×××-××¨× " + MILESTONE
+ + " | ×××× ×××¨×¡× " + BUILD + " | SVN " + SVN_REV + " |
ת×ר×× ×¤×רס××: " + REL_DATE + "'>"
+ + "××ר×ת Apache OpenOffice " + VERSION + "</a></h2>"
+ + "<p><a href='" + LINK + "' title='××רס×" + VERSION + " |
×××-××¨× " + MILESTONE + " | ×××× ×××¨×¡× " + BUILD
+ + " | SVN " + SVN_REV + " | ת×ר×× ×¤×רס××: " + REL_DATE +
"'>××ר×× ××¨× Sourceforge.net ×¢××ר "
+ + "<br /><b>" + UI_PLATFORM + "</b>, <b>" + LANG_ARRAY[ 2 ] + "</b> | "
+ + "~" + FILESIZE + " MB | ת×ר×× ×¤×רס××: " +
REL_DATE + "<br /></a></p>"
+ + "</div>" );
+ } else if ( OTHER ) {
+ // If download URL contains "other" (-> platform, OS or package manager
was not recognized),
+ // then use "other.html" as download link.
+ document.write( "<div class=\"first button green\" id=\"optionitem1\"
onclick=\"openItem('optionitem1','"
+ + LINK + "');" + "return false;\">"
+ + "<h2><a href='" + LINK + "' title='" + LINK + "'>"
+ + "××ר×ת Apache OpenOffice</a></h2>"
+ + "<p><a href='" + LINK + "' title='" + LINK + "'>Apache OpenOffice
" + VERSION + " ×¢××ר "
+ + "<b>" + UI_PLATFORM + "</b>, <b>" + LANG_ARRAY[ 2 ] + " (" +
LANG_ARRAY[ 1 ] + ")</b> ××× × ×××× ×. "
+ + "××ר×× ×××£ ×××פ×.</a></p>"
+ + "</div>" );
+
+ } else if ( ARCHIVE ) {
+ // If download URL contains "archive" (-> platform/OS is no longer
supported),
+ // then provide a download link to the previous version.
+ document.write( "<div class=\"first button green\" id=\"optionitem1\"
onclick=\"openItem('optionitem1','"
+ + LINK + "');" + "return false;\">"
+ + "<h2><a href='" + LINK + "' title='" + LINK + "'>"
+ + "××ר×ת Apache OpenOffice</a></h2>"
+ + "<p><a href='" + LINK + "' title='" + LINK + "'>Apache OpenOffice
" + VERSION + " ×¢××ר "
+ + "<b>" + UI_PLATFORM + "</b>, <b>" + LANG_ARRAY[ 2 ] + " (" +
LANG_ARRAY[ 1 ] + ")</b> ××× × ×××× ×. "
+ + "×××¥/× ××× ×××ר×ת ××××¨×¡× ××§×××ת " +
PRE_VERSION + ".</a></p>"
+ + "</div>" );
+ }
+ } else {
+ // If browser language do not match with AOO languages, then
download from an alternative webpage.
+ document.write( "<div class=\"first button green\"
id=\"optionitem1\" onclick=\"openItem('optionitem1','"
+ + LINK + "');" + "return false;\">"
+ + "<h2><a href='" + LANG_ARRAY[ 4 ] + "' title='" + LANG_ARRAY[ 4
] + "'>"
+ + "××ר×ת Apache OpenOffice</a></h2>"
+ + "<p><a href='" + LANG_ARRAY[ 4 ] + "' title='" + LANG_ARRAY[ 4
] + "'>Apache OpenOffice " + VERSION + " for "
+ + "<b>" + LANG_ARRAY[ 2 ] + " (" + LANG_ARRAY[ 1 ] + ")</b> ×××
× ×××× ×. "
+ + "×××¥/× ××× ×××ר×ת ×××¨×¡× ×××פ×ת ×-" +
LANG_ARRAY[ 1 ] + ".</a></p>"
+ + "</div>" );
+ }
+
+ // Show some helpful links for SDK, source, checksums, release notes,
legacy version.
+ document.write( "<div class=\"sub-green\">" );
+ document.write( "<p>" );
+ if ( CHECKSUM_ASC ) {
document.write( "××××¢×ת-×צ××¢ ×©× ×ת××× ×: "
+ "<a href='" + CHECKSUM_KEYS + "' + title='×ת××ת KEYS'>KEYS</a> , "
+ "<a href='" + CHECKSUM_ASC + "' + title='×ת××ת ASC'>ASC</a> , "
@@ -152,7 +169,7 @@
<h2><a style="cursor: default;" title="ספר ×× ×××ר×× ×¢×
××××ת ×ת××× × Apache OpenOffice">
ספר ×××ר××</a></h2>
<p style="cursor: default;" id="ShareDownloadLinks">
- <a style="cursor: default;" title="ספר ×× ×××ר×× ×¢×
××××ת ×ת××× × Apache OpenOffice">
+ <a style="cursor: default;" title="ספר ×××ר×× ×¢×
××××ת-×ת××× ×ת Apache OpenOffice">
ספר ×× ×××ר×× ×¢× Apache OpenOffice ××¢××ר ××פ××¥ ×ת
××××ת ×ת××× ×.</a>
<a style="display: inline; padding: 0 30px 0 5px;"
href="javascript:shareFacebook()"
title="ספר ×××ר×× ×-Facebook">
@@ -185,7 +202,7 @@
ת×× ××ת ×¢××ר Apache OpenOffice</a></h2>
<p><a href="http://templates.openoffice.org/he"
title="Choose from a wide range of additional and individual documents">
- ספר××ת ×ת×× ××ת × ××¦×¨× ×¢×-××× ×שת×ש××. ×צ×
ת×× ××ת ש××¢××¨× ×× ××צ×ר ××ר×× ×¨××× ××תר
×-Apache OpenOffice.</a></p>
+ ספר××ת ×ת×× ××ת × ××¦×¨× ×¢×-××× ×שת×ש××
××××. ××¦× ×ª×× ××ת ש××¢××¨× ×× ××צ×ר ××ר×× ×
×ספ×× ×¢× Apache OpenOffice.</a></p>
</div>
<!-- Yellow: Release Candidate online -->
Modified: websites/staging/ooo-site/trunk/content/test-he/product/index.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/test-he/product/index.html
(original)
+++ websites/staging/ooo-site/trunk/content/test-he/product/index.html Fri May
9 22:42:23 2014
@@ -25,9 +25,8 @@
<p>××××ת-×ת××× ×ת Apache OpenOffice ת×××ת ×ת××× ×ת
××ר×ת ××שר×. ×פשר ×××ר×× ×××ª× ×××שת×ש ××
×××× ×, ×××£ ××××§ ×××ª× ×××ר××. <a href="/test-he/download"
title="××ר×ת Apache OpenOffice">××ר×ת ×ת××× ×</a> ××××ת
×ת ×ת××× ×ת ××××ת: </p>
<p class="rfloatimg"><img alt="×× ×××× ×-Apache OpenOffice?"
src="/images/AOO_logos/orb.jpg" /></p>
<ul>
-<li class="product-writer "><a href="writer.html"
title="Wordprocessor">Writer</a> ××פשר ×× ×עש×ת ××× ×¢×
×קס×××: ××ת××ת ×××ª× ×§×¦×¨ ××¢× ×¡×¤×¨ ש××.a word
processor you can use for
- anything from writing a quick letter to producing an entire book.</li>
-<li class="product-calc "><a href="calc.html"
title="××××××-×¢××××">Calc</a> ×××× ×ת ×× ×××××
××ר×ש×× ××¢×××× ×¢× ××××× ×ת-×¢××××, ×××¢××ר ××
××ש×, ×× ×ª× ×××צ×× × ×ª×× ×× ×××"××ת, ××××
××רפ××.</li>
+<li class="product-writer "><a href="writer.html"
title="Wordprocessor">Writer</a> ××פשרת ×× ×עש×ת ××× ×¢×
×קס×××: ××ת××ת ×××ª× ×§×¦×¨ ××¢× ×¡×¤×¨ ש××.</li>
+<li class="product-calc "><a href="calc.html"
title="××××××-×¢××××">Calc</a> ××××× ×ת ×× ×××××
××ר×ש×× ××¢×××× ×¢× ××××× ×ת-×¢××××, ×תע××ר ××
××ש×, ×× ×ª× ×××צ×× × ×ª×× ×× ×××"××ת, ××××
××רפ××.</li>
<li class="product-impress "><a href="impress.html" title="ת××× ×ª
×צ××ת">Impress</a> ×××¨× ×××××¨× ××××¢××× ××צ×רת
×צ××ת.</li>
<li class="product-draw "><a href="draw.html" title="ת××× × ××××ר××
××§××ר×××">Draw</a> ××פשרת ×ת ×××פש ××צ×ר ×××,
×תרש×××× ×¤×©×××× ××¢× ×××ר×× ×ª×ת-××××××.</li>
<li class="product-base "><a href="base.html" title="×ס×-× ×ª××
××">Base</a> ××פשרת ××¢××× ×¢× ×ס×ס×-× ×ª×× ××: ××צ×ר
××ער×× ×××××ת, ×פס××, ש×××ת×ת ×××"××ת, ×××
×ת×× Apache OpenOffice.</li>
@@ -48,9 +47,9 @@
<li>×××× × <a href="/projects/native-lang.html">××©×¤× ×©××</a>, ××
שת××× ×××× × ××©×¤× ×©××, ×קר××.</li>
<li>××ª× ×××× ××× ××¢××× ×©×××× ××¢××ר ××שת×ש××
××ש×× ×××שת×ש ×× ×ס××, ××××.</li>
</ul>
-<p>Apache OpenOffice ××צעת<strong>×××× ×</strong>:</p>
+<p>Apache OpenOffice ××צעת<strong> ×××× ×</strong>:</p>
<ul>
-<li>××ר×ת ×ת××× × ×××× × ×××× ×¢××ת ש×××ש
××ש××.</li>
+<li>×פשר ×××ר×× ×ת ×ת××× × ××××ש×× ××שת×ש ××
×××× ×.</li>
<li>×פשר ××תק×× ×××ª× ×¢× ×××ת ××ש×××
××ת×-×××××ת.</li>
<li>×פשר ××שת×ש ×× ×××ר×ת פר×××ת, ×ס×ר××ת,
××× ××××ת, ××ש×ת××ת ×× ×¦×××ר××ת, ×××'. </li>
<li>×פשר ××××§ ×××ª× ×××× × ××× ×-×שפ××, ××ר××,
ס×××× ×××, ×¢××××× ×××'.</li>
Modified: websites/staging/ooo-site/trunk/content/test-he/product/writer.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/test-he/product/writer.html
(original)
+++ websites/staging/ooo-site/trunk/content/test-he/product/writer.html Fri May
9 22:42:23 2014
@@ -25,8 +25,8 @@
<p class="rfloatimg"><a href="/product/pix/writer-big.png" title="Click
for bigger version"><img alt="Screendump of Apache OpenOffice Writer"
src="/product/pix/writer.png" /></a></p>
<p><em>×¢×××× ×¢× ×ס××××</em></p>
<p><strong>Writer</strong> ××××× ×× ×× ×©×¦×¨××
×××¢××-ת×××××× ××××¨× × ×× ××× ××צ××-×××ר. </p>
-<p>××× ×××× ××צ×רת ×ער×ת, ×× ×ס×××ת ×××××
××צ×ר ×× ×¡×¤×¨×× ×©×××× ×¢× ×ª××× ×¢× ××× ××,
תרש××××, ×פת××ת, ×××'.</p>
-<p><em>×שפ××</em> ××§××× ×¢× ×צ×רת ××ת××× ×¡××
×ר××××, פקס××, ס×××××-פ××ש×ת, ×× ×ש×××ת
××ר×××ת ××ר×ת ××× ××××× ×××ר. ת××× ×פשר ××
××צ×ר ת×× ××ת ×ש××, ×× <a
href="http://templates.openoffice.org" title="××ר×ת ת×× ××ת ×¢××ר
Apache OpenOffice">×××ר×× ×ª×× ××ת</a> ×ספר××ת ××ר×××ת
ש×× ×. </p>
+<p>×פשר ×רש×× ×××ª× ×ער×ת, ×× ××× ×ס×××ת
××פ××§ ×× ×¡×¤×¨×× ×©×××× ×¢× ×ª××× ×¢× ××× ××,
תרש××××, ×פת××ת, ×××'.</p>
+<p><em>×שפ××</em> ××§××× ×¢× ×צ×רת ××ת××× ×¡××
×ר××××, פקס××, ס×××××-פ××ש×ת, ×× ×ש×××ת
××ר×××ת ××ר×ת ××× ××××× ×××ר. ×פשר ת×××
××צ×ר ת×× ××ת ×ש××, ×× <a
href="http://templates.openoffice.org" title="××ר×ת ת×× ××ת ×¢××ר
Apache OpenOffice">×××ר×× ×ª×× ××ת</a> ×ספר××ת ××ר×××ת
ש×× ×. </p>
<p><em>ס×× ×× ×ת ××¢×צ××</em> ××פשר×× ×× ××§××ת ×ש×
×ת ס×× ×× ××ת-××ת, ××××¨× ×× ××ס××.</p>
<p><strong>ת××§×× ×©××××ת ×××××××</strong> ××¢××ר ××
××ª×§× ×××× ××¢×××ת-×ת×× × ×¤×צ×ת. <strong>Writer</strong>
××××¨× ×× ×©×¤×ת × ×ספ×ת. </p>
<p><strong>×ש××× ×××××××ת</strong> ×ª×§× ×¢××× ××××
××ת×××, ××× ×©×ª× ×ש ×ת ××××× ×× ×××××× ×©×ת××××
ת ××ת××.</p>