Author: buildbot
Date: Sat Mar 29 12:07:01 2014
New Revision: 904147
Log:
Staging update by buildbot for ooo-site
Modified:
websites/staging/ooo-site/trunk/cgi-bin/ (props changed)
websites/staging/ooo-site/trunk/content/ (props changed)
websites/staging/ooo-site/trunk/content/tr/download/index.html
Propchange: websites/staging/ooo-site/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sat Mar 29 12:07:01 2014
@@ -1 +1 @@
-1582991
+1582992
Propchange: websites/staging/ooo-site/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sat Mar 29 12:07:01 2014
@@ -1 +1 @@
-1582991
+1582992
Modified: websites/staging/ooo-site/trunk/content/tr/download/index.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/tr/download/index.html (original)
+++ websites/staging/ooo-site/trunk/content/tr/download/index.html Sat Mar 29
12:07:01 2014
@@ -76,23 +76,37 @@ screen reader. -->
// 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='Sürüm " + VERSION +
" | AÅama " + MILESTONE
+ + LINK + "');" + "return false;\">"
+ + "<h2><a href='" + LINK + "' title='Sürüm " + VERSION + " | AÅama "
+ MILESTONE
+ " | Yapım ID " + BUILD + " | SVN " + SVN_REV + " | Tarih " + REL_DATE
+ "'>"
+ "Apache OpenOffice " + VERSION + " Sürümünü İndirin</a></h2>"
+ "<p><a href='" + LINK + "' title='Sürüm " + VERSION + " | AÅama " +
MILESTONE + " | Yapım ID " + BUILD
+ " | SVN " + SVN_REV + " | Tarih " + REL_DATE + "'>En son sürüm için
buraya tıklayın:<br />"
+ "<b>" + UI_PLATFORM + "</b> ve <b>" + LANG_ARRAY[ 2 ] + "</b> için |
~" + FILESIZE + " MBayt | Yayımlanma: "
- + REL_DATE + "<br /></a></p>" );
- } else {
- // OS and/or package manager was not recognized, therefore use
"other.html" as download link.
+ + 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;\">" );
- document.write( "<h2><a href='" + LINK + "' title='" + LINK + "'>"
+ + LINK + "');" + "return false;\">"
+ + "<h2><a href='" + LINK + "' title='" + LINK + "'>"
+ "Apache OpenOffice'i İndirin</a></h2>"
- + "<p><a href='" + LINK + "' title='" + LINK + "'><b>" + UI_PLATFORM +
"</b> "
- + "için Apache OpenOffice " + VERSION + " mevcut deÄil. Lütfen
alternatif indirme web sayfasından baÅka bir platform yapımını "
- + "seçin.</a></p>" );
+ + "<p><a href='" + LINK + "' title='" + LINK + "'><b>" + UI_PLATFORM +
"</b> ve <b>" + LANG_ARRAY[ 2 ] + " (" + LANG_ARRAY[ 1 ] + ")</b> "
+ + "için Apache OpenOffice " + VERSION + " mevcut deÄil. Lütfen
alternatif indirme web sayfasından baÅka bir platform "
+ + "yapımını seçin.</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 + "'>"
+ + "Download Apache OpenOffice</a></h2>"
+ + "<p><a href='" + LINK + "' title='" + LINK + "'>Apache OpenOffice "
+ VERSION + " for "
+ + "<b>" + UI_PLATFORM + "</b> and <b>" + LANG_ARRAY[ 2 ] + " (" +
LANG_ARRAY[ 1 ] + ")</b> is not available. "
+ + "Click here for the previous version " + PRE_VERSION + ".</a></p>"
+ + "</div>" );
}
} else {
// If browser language do not match with AOO languages, then download from
an alternative webpage.
@@ -116,6 +130,9 @@ screen reader. -->
+ "<a href='" + CHECKSUM_SHA256 + "' + title='SHA256
adreslemesi'>SHA256</a> , "
+ "<a href='/download/checksums.html' title='SaÄlamalar ile indirmeyi
nasıl doÄrularsınız?'>Nasıl doÄrularsınız?</a> | " );
}
+ if ( ARCHIVE ) {
+ VERSION = PRE_VERSION;
+ }
document.write( "<a
href='https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.0.1+Release+Notes'"
+ "title='Neler yeni, Apache OpenOffice " + VERSION + " içinde neler
geliÅtirildi?'><b>Yayım Notları</b></a> | <br />"
+ "<a href='/download/other.html' title='Tüm platformları, dilleri, dil
paketlerini indirerek alın'>"
@@ -128,9 +145,8 @@ screen reader. -->
+ "Eski ve geçmiŠsürüm: <a href='/download/other-341.html'
title='Apache OpenOffice "
+ OLDVERSION + " eski sürümünü alın'><b>" + OLDVERSION + "</b></a> + "
+ "<a href='/download/legacy/index.html' title='OpenOffice.org "
- + LEGACYVERSION + " geçmiŠsürümünü alın'><b>" + LEGACYVERSION +
"</b></a>" );
- document.write( "</div>" );
-
+ + LEGACYVERSION + " geçmiŠsürümünü alın'><b>" + LEGACYVERSION +
"</b></a>"
+ + "</div>" );
entourage.initialize();
//-->
</script>