I had some problems manually applying this patch to test. This could be due to other changes recently done on the same date.
So these changes may need to be redone. No work done on this one yet. 2013/7/28 Anonymous CMS User <anonym...@apache.org> > Clone URL (Committers only): > > https://cms.apache.org/redirect?new=anonymous;action=diff;uri=http://ooo-site.apache.org/ast%2Findex.html > > Asturian main page reworked from English main page. Please, review it, > because I'm not quite confident that I haven't made some kind of mistake. > > Regards > -- > Xuacu Saturio > > Index: trunk/content/ast/index.html > =================================================================== > --- trunk/content/ast/index.html (revision 1490882) > +++ trunk/content/ast/index.html (working copy) > @@ -1,213 +1,143 @@ > <!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//AST" " > http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> > -<html xmlns="http://www.w3.org/1999/xhtml" lang="ast"><head> > - > - > - > - > +<html xmlns="http://www.w3.org/1999/xhtml" lang="ast"> > +<head> > > - > - > - <title>OpenOffice - La office llibre n'asturianu</title> > + <meta name="description" content="La páxina web oficial del proyeutu de > códigu abiertu Apache OpenOffice, con OpenOffice Writer, Calc, Impress, > Draw y Base."/> > + <meta name="keywords" content="OpenOffice, Open Office, Apache > OpenOffice, Apache Open Office, OpenOffice.org, Calc, Impress, Draw, Base, > ODF, Open Document Format, free office editors, editores office llibres, > asturianu, llingua asturiana"/> > + <meta name="google-site-verification" > content="x1jl2cGum4kCvj0PgxjTy_pasCsLY_fBT7my88fpKD4" /> > + <meta name="p:domain_verify" > content="bd1ba1fb9d25b0eb3d64891f89e9195e"/> > <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> > - <meta name="keywords" content="OpenOffice, n'asturianu, bable, > asturiano, llingua asturiana, OpenOffice.org, Open Office, openoffice, > StarOffice, Star Office, OOo"/> > - <meta name="description" content="OpenOffice - La suite ofimática > llibre"/> > - <link rel="stylesheet" type="text/css" href="estils/style.css" > media="screen"/> > - <link rel="stylesheet" type="text/css" href="estils/print.css" > media="print"/> > - <link rel="icon" type="image/x-icon" href=" > http://www.openoffice.org/branding/images/favicon.ico"/> > - <link rel="shortcut icon" type="image/x-icon" href=" > http://www.openoffice.org/branding/images/favicon.ico"/> > - <link rel="alternate" href=" > http://planet.services.openoffice.org/atom.xml" title="" > type="application/atom+xml"/> > + <link href="https://plus.google.com/+openoffice" rel="publisher" /> > + <link rel="STYLESHEET" type="text/css" href="/product/product.css" > media="screen" /> > + <title>Apache OpenOffice - Aplicaciones de productividá llibres y > abiertes n'asturianu</title> > + <style type="text/css"> > + /* <![CDATA[ */ > + /*-------------------- Exceptions on standard css > -----------------------*/ > + @import "home.css"; > + @import "styles.css"; > + @import "exceptions.css"; > + /* ]]> */ > + </style> > > + <script> > + function follow(platform) { > + _gaq.push(['_trackEvent','social', 'followUs', platform]); > + if (platform == 'Facebook') { > + window.open("https://www.facebook.com/ApacheOO > ","_blank"); > + } else if (platform == 'Twitter') { > + window.open("https://twitter.com/ApacheOO > ","_blank"); > + } else if (platform == 'GooglePlus') { > + window.open("https://plus.google.com/+openoffice > ","_blank"); > + } else if (platform == 'ApacheBlog') { > + window.open("https://blogs.apache.org/OOo/ > ","_blank"); > + } > + } > + </script> > + > +</head> > > +<body> > > > - > - > -<link rel="stylesheet" type="text/css" href="estils/home.css" > media="screen"/> > - > -<script type="text/javascript" src="js/languages.js"></script> > -<script type="text/javascript" src="js/download.js"></script> > - > -<script type="text/javascript"> > - > -<!-- > - > -var VERSION = "3.1.0"; > - > -var SHOWDOWNLOAD = false; > - > - > - > - > - > -function toggleDownload() { > - > - if (!SHOWDOWNLOAD) { > - > - SHOWDOWNLOAD = true; > - > - showDownload(); > - > - } else { > - > - SHOWDOWNLOAD = false; > - > - hideDownload(); > - > - } > - > -} > - > - > - > - > - > -function showDownload() { > - > - var downloadCont = document.getElementById("action-download-extra"); > - > - var newHTML = "<div id=\"buttonwrap\"><div id=\"downloadbutton\" > onclick=\"openItem('optionitem1','" + getLink( VERSION ) + "');return > false;\">"; > - > - > - > - if ( hasBouncerLink() ) { > - > - newHTML += "<h3><a href='"+ getLink( VERSION ) + "'>Download > now!</a></h3><p>Start downloading OpenOffice.org " + VERSION + " for " + > getPlatform() + " in " + getLanguage() + "<br/>(Java runtime, JRE, included > for all OS versions except Linux Deb and Mac)</p>"; > - > - } else { > - > - newHTML += "<h3><a href='"+ getLink( VERSION ) + "'>Download > now!</a></h3><p>OpenOffice.org " + VERSION + " for " + getPlatform() + " (" > + getLanguage() + ")</p>"; > - > - } > - > - > - > - newHTML += "</div><p class=\"options\">Get <a title=\"get other > laguages, platforms, non-JRE options to download\" > onclick=\"document.location = this.href; return false;\" href=\" > http://download.openoffice.org/other.html#" + getLanguageISO() + "\">more > platforms, languages, non-JRE versions</a>, <a title='Order CD-ROM' > onclick=\"document.location = this.href; return false;\" href=' > http://distribution.openoffice.org/cdrom/index.html#cdrom'>order > CD-ROM</a>, or <a title='P2P downloads' onclick=\"document.location = > this.href; return false;\" href='http://distribution.openoffice.org/p2p/'>P2P > downloads</a></p></div>"; > - > - downloadCont.innerHTML = newHTML; > - > -} > - > - > - > -function hideDownload() { > - > - var downloadCont = document.getElementById("action-download-extra"); > - > - var newHTML = ""; > - > - downloadCont.innerHTML = newHTML; > - > -} > - > - > - > -//--> > - > -</script> > - > - > -</head><body> > - > -<div id="nonfooter1"><!-- closed in footer --> > - > - > - > - > -<div id="content1"> > - > - > - > - > - > -<div id="bodycol1"> > - > - > - > <div id="actionstatements"> > > <ul> > + <li> > + <div class="action-info"> > + <div class="action-text action-link"> > + <h2><a href="http://wiki.softastur.org/OpenOffice">Quiero más > información sobre OpenOffice</a></h2> > > - <li><div class="action-info"><div class="action-text action-link"> > + <p><a href="http://wiki.softastur.org/OpenOffice">¿Qué ye > Apache OpenOffice? ¿Por qué escoyelu?</a></p> > + </div> > + </div> > + </li> > + <li> > + <hr /> > + </li> > + <li> > + <div class="action-download"> > + <div class="action-text action-link"> > + <h2><a href="/ast/download/">>Quiero descargar > OpenOffice</a></h2> > > - <h2><a name="content" > href="http://wiki.softastur.org/OpenOffice.org">Algama > más información sobre OpenOffice.org</a></h2> > + <p><a href="/ast/download/">Descargar Apache > OpenOffice de baldre, o ver otres maneres de consiguilu.</a></p> > + </div> > + </div> > + </li> > + <li> > + <hr /> > + </li> > + <li> > + <div class="action-help"> > + <div class="action-text action-link"> > + <h2><a > href="http://foros.softastur.org/viewforum.php?f=23">Necesito > ayuda con OpenOffice</a></h2> > > - <p><a href="http://wiki.softastur.org/OpenOffice.org">¿Qué ye > OpenOffice.org? ¿Por qué escoyelu?</a></p> > + <p><a href="http://foros.softastur.org/viewforum.php?f=23">Siempre > que fai falta, la ayuda ta a mano..</a></p> > + </div> > + </div> > + </li> > + <li> > + <hr /> > + </li> > + <li> > + <div class="action-extend"> > + <div class="action-text action-link"> > + <h2><a href="http://extensions.openoffice.org/">Quiero facer > más con OpenOffice</a></h2> > > - </div></div></li> > + <p><a href="http://extensions.openoffice.org/">Enantar Apache > OpenOffice con más funciones, plantíes ya imaxes.</a></p> > + </div> > + </div> > + </li> > + <li> > + <hr /> > + </li> > + <li> > + <div class="action-participate"> > + <div class="action-text action-link"> > + <h2><a href=" > https://incubator.apache.org/openofficeorg/get-involved.html"> > + Quiero participar en OpenOffice</a></h2> > > - <li><hr/></li> > - > - > - > - <li><div class="action-download"><div class="action-text action-link"> > - > - <h2><a name="content" href=" > http://wiki.softastur.org/OpenOffice.org/Descargues">Baxar > OpenOffice.org</a></h2> > - > - <p><a href="http://wiki.softastur.org/OpenOffice.org/Descargues">Baxalu > de baldre, pa tolos sistemes operativos</a></p> > - > - </div></div></li> > - > - <li><hr/></li> > - > - > - > - <li><div class="action-help"><div class="action-text action-link"> > - > - <h2><a href="http://foros.softastur.org/viewforum.php?f=23">Echámoste > un gabitu con OpenOffice.org</a></h2> > - > - <p><a href="http://foros.softastur.org/viewforum.php?f=23">Hai toa > una comunidá darrera</a> > - > - </p></div></div></li> > - > - <li><hr/></li> > - > - > - > - <li><div class="action-extend"><div class="action-text action-link"> > - > - <h2><a href="http://extensions.openoffice.org/">Pescuda qué más > puede facese con OpenOffice.org</a></h2> > - > - <p><a href="http://extensions.openoffice.org/">Funciones > adicionales, plantíes ya imáxenes prediseñaes</a></p> > - > - </div></div></li> > - > - <li><hr/></li> > - > - > - > - <li><div class="action-participate"><div class="action-text > action-link"> > - > - <h2><a href="http://softastur.org">Participar nel proyeutu de > torna</a></h2> > - > - <p><a href="http://softastur.orgxml, open source, developer, > ">Puedes collaborar na torna d'OpenOffice.org, contauta con nós</a></p> > - > - </div></div></li> > - > - <li><hr/></li> > - > - > - > + <p><a href=" > https://incubator.apache.org/openofficeorg/get-involved.html"> > + Apache OpenOffice ta fechu col encontu de xente del mundu > enteru. ¡Toa collaboración ye bienvenida!</a></p> > + </div> > + </div> > + </li> > + <li> > + <hr /> > + </li> > + <li> > + <div class="action-social"> > + <div class="action-text action-link"> > + <h2><a href="/social/" > onclick="javascript:follow('SocialLink');">Quiero tar en contautu con > OpenOffice</a></h2> > + <p><a href="/social/" > onclick="javascript:follow('SocialLink');">Siguir el progresu d'OpenOffice > na llista d'anuncios, nes redes sociales y nel blog.</a></p> > + <div class="action-social-extra"> > + <p> > + <span style="padding:0 5px;cursor: > pointer; cursor: hand;" onclick="javascript:follow('ApacheBlog');" > title="Blog oficial"> > + <img > src="images/logo-rss-16.png"> <a><u>Blog oficial</u></a> > + </span> > + <span style="padding:0 5px;cursor: > pointer; cursor: hand;" onclick="javascript:follow('Facebook');" > title="Siguinos en Facebook"> > + <img > src="images/logo-facebook-16.png"> <a><u>Facebook</u></a> > + </span> > + <span style="padding:0 5px;cursor: > pointer; cursor: hand;" onclick="javascript:follow('Twitter');" > title="Siguinos en Twitter"> > + <img > src="images/logo-twitter-16.png"> <a><u>Twitter</u></a> > + </span> > + <span style="padding:0 5px;cursor: > pointer; cursor: hand;" onclick="javascript:follow('GooglePlus');" > title="Siguinos en Google+"> > + <img > src="images/logo-googleplus-16.png"> <a><u>Google+</u></a> > + </span> > + </p> > + </div> > + </div> > + </div> > + </li> > + <li> > + <hr /> > + </li> > </ul> > - > </div> > > > - > <div id="news"> > > - </div> > - > </div> > > - > - > - > -</div> > - > - > - > - </div><!-- closing div with id=content --> > -</div><!-- closing div with id=nonfooter --> > - > - > -</body></html> > +</body> > +</html> > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org > For additional commands, e-mail: dev-h...@openoffice.apache.org > > -- ------------------------------------------------------------------------------------------------- MzK Success is falling nine times and getting up ten." -- Jon Bon Jovi