You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ms...@apache.org on 2017/03/27 18:35:05 UTC

svn commit: r1788990 - /openoffice/ooo-site/trunk/content/download/devbuilds.html

Author: mseidel
Date: Mon Mar 27 18:35:05 2017
New Revision: 1788990

URL: http://svn.apache.org/viewvc?rev=1788990&view=rev
Log:
Minor changes fot HTTPS

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

Modified: openoffice/ooo-site/trunk/content/download/devbuilds.html
URL: http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/download/devbuilds.html?rev=1788990&r1=1788989&r2=1788990&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/download/devbuilds.html (original)
+++ openoffice/ooo-site/trunk/content/download/devbuilds.html Mon Mar 27 18:35:05 2017
@@ -1,14 +1,15 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" />
+<html xmlns="http://www.w3.org/1999/xhtml">
 <head>
-  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
   <title>Apache OpenOffice development builds: daily, nightly, snapshots</title>
   <style type="text/css">
   /* <![CDATA[ */
   div.warning {
-    background-color: rgb(254, 203, 203);
+    background-color: #FECBCB;
     padding: 10px;
-    border: 1px solid rgb(192, 0, 0);
+    border-radius: 10px;
+    border: 2px solid #C00000;
     font-style: italic;
   }
   /* ]]> */
@@ -25,17 +26,17 @@
   They are <strong>for testing purposes only</strong>: they are not formally approved and they can contain issues.
   <br/>
   End users must use <strong>only our officially approved and widely tested builds</strong>, available from the 
-  <a href="http://www.openoffice.org/download/" title="Download">Download webpage</a>.
+  <a href="https://www.openoffice.org/download/" title="Download">Download webpage</a>.
 </div>
 
 <h2>Target public</h2>
 
 <p>
   The following builds are for use by <strong>OpenOffice project volunteers</strong> who are participating in the
-  <a href="http://openoffice.apache.org/qa.html" title="QA">QA</a> or
-  <a href="http://openoffice.apache.org/translate.html" title="Localization">Localization</a>
+  <a href="https://openoffice.apache.org/qa.html" title="QA">QA</a> or
+  <a href="https://openoffice.apache.org/translate.html" title="Localization">Localization</a>
   activities and are tracking specific bugs in our
-  <a href="https://issues.apache.org/ooo/" title="Bugzilla">Bugzilla</a>.
+  <a href="https://bz.apache.org/ooo/" title="Bugzilla">Bugzilla</a>.
 </p>
 
 <!--
@@ -52,32 +53,32 @@
 
 <ul>
   <li>
-    <a href="http://ci.apache.org/projects/openoffice/index.html"
+    <a href="https://ci.apache.org/projects/openoffice/index.html"
     title="Overview">Overview</a>
   </li>
   <li>
-    <a href="http://ci.apache.org/projects/openoffice/index.html#win"
+    <a href="https://ci.apache.org/projects/openoffice/index.html#win"
     title="Windows nightly buld">Windows nightly build</a>
     : English and German, built every night from trunk.
     <!--: English and German, built every night from the AOO410 branch (for OpenOffice 4.1.1).-->
   </li>
   <li>
-    <a href="http://ci.apache.org/projects/openoffice/index.html#winsnap"
+    <a href="https://ci.apache.org/projects/openoffice/index.html#winsnap"
     title="Windows snapshot build">Windows snapshot build</a>
     : 40+ languages, built every Sunday from trunk.
   </li>
   <li>
-    <a href="http://ci.apache.org/projects/openoffice/index.html#linux32" 
+    <a href="https://ci.apache.org/projects/openoffice/index.html#linux32" 
     title="Linux 32-bit nightly build">Linux 32-bit nightly build</a>
     : English and German, built every night from trunk; RPM, DEB, archived format.
   </li>
   <li>
-    <a href="http://ci.apache.org/projects/openoffice/index.html#linsnap"
+    <a href="https://ci.apache.org/projects/openoffice/index.html#linsnap"
     title="Linux 32-bit snapshot build">Linux 32-bit snapshot build</a>
     : 40+ languages, built every Sunday from trunk; RPM and DEB format.
   </li>
   <li>
-    <a href="http://ci.apache.org/projects/openoffice/index.html#linux64"
+    <a href="https://ci.apache.org/projects/openoffice/index.html#linux64"
     title="Linux 64-bit nightly build">Linux 64-bit nightly build</a>
     : English only, built every night from trunk; RPM, DEB, archived format.
   </li>
@@ -103,4 +104,3 @@
 
 </body>
 </html>
-