This is an automated email from the ASF dual-hosted git repository. git-site-role pushed a commit to branch asf-staging in repository https://gitbox.apache.org/repos/asf/openoffice-org.git
The following commit(s) were added to refs/heads/asf-staging by this push: new 7ed3d46 git-site-role commit from build_staging.sh 7ed3d46 is described below commit 7ed3d46ea8eb7aef790a5003758c07ae9b1b46fd Author: jenkins <bui...@apache.org> AuthorDate: Wed Oct 6 21:09:19 2021 +0000 git-site-role commit from build_staging.sh --- content/feed.xml | 4 +-- content/fr/Telecharger/index.html | 57 ++++++++++++++++++++++++++------------- content/it/index.html | 2 +- 3 files changed, 41 insertions(+), 22 deletions(-) diff --git a/content/feed.xml b/content/feed.xml index 4b09a2b..d9599e2 100644 --- a/content/feed.xml +++ b/content/feed.xml @@ -6,8 +6,8 @@ <atom:link href="http://localhost:8820/feed.xml" rel="self" type="application/rss+xml" /> <description>OpenOffice.org Feed</description> <language>en-us</language> - <pubDate>Wed, 6 Oct 2021 20:43:40 +0000</pubDate> - <lastBuildDate>Wed, 6 Oct 2021 20:43:40 +0000</lastBuildDate> + <pubDate>Wed, 6 Oct 2021 21:08:39 +0000</pubDate> + <lastBuildDate>Wed, 6 Oct 2021 21:08:39 +0000</lastBuildDate> </channel> diff --git a/content/fr/Telecharger/index.html b/content/fr/Telecharger/index.html index 68c2c08..67080a8 100644 --- a/content/fr/Telecharger/index.html +++ b/content/fr/Telecharger/index.html @@ -48,37 +48,56 @@ document.write( "<h1 style='text-align: center;'>Télécharger Apache OpenOffice <div class="item"> <p class="flotte"> <img src="/fr/Telecharger/logo-windows.png" alt="Windows" /></p> <p style="line-height:65px;"> Système Microsoft Windows</p> - <a class="bouton" title="Windows" name="ver_win" - href="http://sourceforge.net/projects/openofficeorg.mirror/files/4.1.11/binaries/fr/Apache_OpenOffice_4.1.11_Win_x86_install_fr.exe/download"> - <span>Windows <small><br />pour XP, 7 à 10</small></span></a> + +<script> +<!-- +document.write( "<a class='bouton' title='Windows' name='ver_win'" ++ "href='http://sourceforge.net/projects/openofficeorg.mirror/files/" + DL.VERSION + "/binaries/fr/Apache_OpenOffice_" + DL.VERSION + "_Win_x86_install_fr.exe/download'>" ++ "<span>Windows <small><br />pour XP, 7 à 10</small></span></a>" ); +//--> +</script> + </div> <div class="clear"></div> <div class="item"> -<p class="flotte"> <img src="/fr/Telecharger/logo-macos.png" alt="Windows" /></p> +<p class="flotte"> <img src="/fr/Telecharger/logo-macos.png" alt="macOS" /></p> <p style="line-height:65px;"> Système Apple macOS</p> - <a class="bouton" title="macOS Intel" name="ver_mac_intel" - href="http://sourceforge.net/projects/openofficeorg.mirror/files/4.1.11/binaries/fr/Apache_OpenOffice_4.1.11_MacOS_x86-64_install_fr.dmg/download"> - <span>macOS<small><br />Processeur Intel</small></span></a> + +<script> +<!-- +document.write( "<a class='bouton' title='macOS Intel' name='ver_mac_intel'" ++ "http://sourceforge.net/projects/openofficeorg.mirror/files/" + DL.VERSION + "/binaries/fr/Apache_OpenOffice_" + DL.VERSION + "_MacOS_x86-64_install_fr.dmg/download'>" ++ "<span>macOS Intel<small><br />Processeur Intel</small></span></a>" ); +//--> +</script> + </div> <div class="clear"></div> <div class="item"> <p class="flotte"> <img src="/fr/Telecharger/logo-linux.png" alt="Windows" /></p> <p style="line-height:65px;"> Distribution Linux (mode 32 ou 64 bits)</p> - <a class="bouton" title="Linux" name="ver_rpm" - href="http://sourceforge.net/projects/openofficeorg.mirror/files/4.1.11/binaries/fr/Apache_OpenOffice_4.1.11_Linux_x86_install-rpm_fr.tar.gz/download"> - <span>Linux RPM <small><br />Fedora, Mandriva…</small></span></a> - <a class="bouton" title="Linux" name="ver_deb" - href="http://sourceforge.net/projects/openofficeorg.mirror/files/4.1.11/binaries/fr/Apache_OpenOffice_4.1.11_Linux_x86_install-deb_fr.tar.gz/download"> - <span>Linux DEB <small><br />Ubuntu, Debian…</small></span></a> +<script> +<!-- +document.write( "<a class='bouton' title='Linux RPM x86' name='ver_rpm'" ++ "href='http://sourceforge.net/projects/openofficeorg.mirror/files/" + DL.VERSION + "/binaries/fr/Apache_OpenOffice_" + DL.VERSION + "_Linux_x86_install-rpm_fr.tar.gz/download'>" ++ "<span>Linux RPM 32-bit<small><br />Fedora, Mandriva…</small></span></a>" + ++ "<a class='bouton' title='Linux DEB x86' name='ver_deb'" ++ "href='http://sourceforge.net/projects/openofficeorg.mirror/files/" + DL.VERSION + "/binaries/fr/Apache_OpenOffice_" + DL.VERSION + "_Linux_x86_install-deb_fr.tar.gz/download'>" ++ "<span>Linux DEB 32-bit<small><br />Ubuntu, Debian…</small></span></a>" - <a class="bouton" title="Linux RPM x64" name="ver_rpm_x64" - href="http://sourceforge.net/projects/openofficeorg.mirror/files/4.1.11/binaries/fr/Apache_OpenOffice_4.1.11_Linux_x86-64_install-rpm_fr.tar.gz/download"> - <span>Linux RPM x64<br /><small>Fedora, Mandriva…</small></span></a> ++ "<a class='bouton' title='Linux RPM x86-64' name='ver_rpm_x64'" ++ "href='http://sourceforge.net/projects/openofficeorg.mirror/files/" + DL.VERSION + "/binaries/fr/Apache_OpenOffice_" + DL.VERSION + "_Linux_x86-64_install-rpm_fr.tar.gz/download'>" ++ "<span>Linux RPM 64-bit<br /><small>Fedora, Mandriva…</small></span></a>" + ++ "<a class='bouton' title='Linux DEB x86-64' name='ver_deb_x64'" ++ "href='http://sourceforge.net/projects/openofficeorg.mirror/files/" + DL.VERSION + "/binaries/fr/Apache_OpenOffice_" + DL.VERSION + "_Linux_x86-64_install-deb_fr.tar.gz/download'>" ++ "<span>Linux DEB 64-bit<br /><small>Ubuntu, Debian…</small></span></a>" ); + +//--> +</script> - <a class="bouton" title="Linux DEB x64" name="ver_deb_x64" - href="http://sourceforge.net/projects/openofficeorg.mirror/files/4.1.11/binaries/fr/Apache_OpenOffice_4.1.11_Linux_x86-64_install-deb_fr.tar.gz/download"> - <span>Linux DEB x64<br /><small>Ubuntu, Debian…</small></span></a> </div> <div class="clear"></div> <div class="optionitem" id="optionitem"> diff --git a/content/it/index.html b/content/it/index.html index 3d72db0..08b14ff 100644 --- a/content/it/index.html +++ b/content/it/index.html @@ -145,7 +145,7 @@ a noi</a>.<br /> <!-- Show the download link with currently available version number, loaded via JavaScript --> <script> <!-- -document.write( "<a href='download/' title='L'ultima versione disponibile.'>versione " + DL.VERSION + "</a><br/>" ); +document.write( "<a href='download/' title='L ultima versione disponibile.'>versione " + DL.VERSION + "</a><br/>" ); //--> </script>