You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@incubator.apache.org by jo...@apache.org on 2016/12/26 14:57:52 UTC

svn commit: r1776059 - in /incubator/public/trunk/content: guides/lists.xml guides/website.xml style/style.css

Author: johndament
Date: Mon Dec 26 14:57:51 2016
New Revision: 1776059

URL: http://svn.apache.org/viewvc?rev=1776059&view=rev
Log:
Updated a few svn references to use HTTPS (since that's always an issue).  Made list items black so they don't look faded.

Modified:
    incubator/public/trunk/content/guides/lists.xml
    incubator/public/trunk/content/guides/website.xml
    incubator/public/trunk/content/style/style.css

Modified: incubator/public/trunk/content/guides/lists.xml
URL: http://svn.apache.org/viewvc/incubator/public/trunk/content/guides/lists.xml?rev=1776059&r1=1776058&r2=1776059&view=diff
==============================================================================
--- incubator/public/trunk/content/guides/lists.xml [utf-8] (original)
+++ incubator/public/trunk/content/guides/lists.xml [utf-8] Mon Dec 26 14:57:51 2016
@@ -54,7 +54,7 @@ This is where general and public discuss
 </title>
           <p>
 This is the Incubator's "commits" list, named "cvs" for historical reasons.  Changes made to the <a
-href="http://svn.apache.org/viewvc/incubator/public/trunk">Incubator codebase and website</a> and
+href="https://svn.apache.org/viewvc/incubator/public/trunk">Incubator codebase and website</a> and
 the <a href="http://wiki.apache.org/incubator">Incubator wiki</a> trigger automatic notifications to
 this list.  Replies go to the <a href='general+at+incubator.apache.org'>general list</a>.
           </p>

Modified: incubator/public/trunk/content/guides/website.xml
URL: http://svn.apache.org/viewvc/incubator/public/trunk/content/guides/website.xml?rev=1776059&r1=1776058&r2=1776059&view=diff
==============================================================================
--- incubator/public/trunk/content/guides/website.xml [utf-8] (original)
+++ incubator/public/trunk/content/guides/website.xml [utf-8] Mon Dec 26 14:57:51 2016
@@ -24,7 +24,7 @@ limitations under the License.
       <p>The Incubator website is generated by the Apache CMS, but it
          is still using the Anakia-based page generation mechanism that was
          used before, 
-         triggered by a <a href="http://svn.apache.org/repos/asf/incubator/public/trunk/build_cms.sh">CMS external build script</a>.
+         triggered by a <a href="https://svn.apache.org/repos/asf/incubator/public/trunk/build_cms.sh">CMS external build script</a>.
       </p>
       <p>
          This means that you can edit the content either directly in svn
@@ -34,8 +34,8 @@ limitations under the License.
       </p>
 
       <p>The source to the Incubator website lives at:</p>
-      <note><a href="http://svn.apache.org/repos/asf/incubator/public/trunk">
-          http://svn.apache.org/repos/asf/incubator/public/trunk</a></note>
+      <note><a href="https://svn.apache.org/repos/asf/incubator/public/trunk">
+          https://svn.apache.org/repos/asf/incubator/public/trunk</a></note>
 
       <p>The production documents are kept in the "infra" SVN repository
         at https://svn.apache.org/repos/infra/websites/production/incubator.
@@ -64,7 +64,7 @@ limitations under the License.
       <section id="Checkout+the+Incubator+SVN">
         <title>Checkout the Incubator SVN site</title>
         <code>
-svn co http://svn.apache.org/repos/asf/incubator/public/trunk incubator<br />
+svn co https://svn.apache.org/repos/asf/incubator/public/trunk incubator<br />
 cd incubator
 </code>
         <note>If you are a committer and intending to commit your changes,

Modified: incubator/public/trunk/content/style/style.css
URL: http://svn.apache.org/viewvc/incubator/public/trunk/content/style/style.css?rev=1776059&r1=1776058&r2=1776059&view=diff
==============================================================================
--- incubator/public/trunk/content/style/style.css (original)
+++ incubator/public/trunk/content/style/style.css Mon Dec 26 14:57:51 2016
@@ -9,6 +9,10 @@ body, td, th {
     width: 160px;
 }
 
+li {
+    color: #000000 !important;
+}
+
 menu {
     margin-left: 1em;
     padding-left: 1em;



---------------------------------------------------------------------
To unsubscribe, e-mail: cvs-unsubscribe@incubator.apache.org
For additional commands, e-mail: cvs-help@incubator.apache.org