[Checkins] SVN: z3c.recipe.sphinxdoc/trunk/src/z3c/recipe/sphinxdoc/ update resource paths to point to the new zope.org website address.

Paul Carduner paulcarduner at gmail.com
Mon Jan 19 14:40:40 EST 2009


Log message for revision 94851:
  update resource paths to point to the new zope.org website address.

Changed:
  U   z3c.recipe.sphinxdoc/trunk/src/z3c/recipe/sphinxdoc/default.css
  U   z3c.recipe.sphinxdoc/trunk/src/z3c/recipe/sphinxdoc/layout.html

-=-
Modified: z3c.recipe.sphinxdoc/trunk/src/z3c/recipe/sphinxdoc/default.css
===================================================================
--- z3c.recipe.sphinxdoc/trunk/src/z3c/recipe/sphinxdoc/default.css	2009-01-19 17:28:08 UTC (rev 94850)
+++ z3c.recipe.sphinxdoc/trunk/src/z3c/recipe/sphinxdoc/default.css	2009-01-19 19:40:40 UTC (rev 94851)
@@ -66,7 +66,7 @@
 
 body {
     font: 75% "Lucida Grande",Verdana,Lucida,Helvetica,Arial,sans-serif;
-    background: #474747 url(http://zode01.lovelysystems.com/body_bg.png) repeat-x scroll left top;
+    background: #474747 url(http://new.zope.org/body_bg.png) repeat-x scroll left top;
     color: #333;
     margin: 0;
     padding: 0;
@@ -127,7 +127,7 @@
 }
 
 div.related {
-    background: #F9F9F9 url(http://zode01.lovelysystems.com/light_grey_horizontal.png) repeat-x scroll left top;
+    background: #F9F9F9 url(http://new.zope.org/light_grey_horizontal.png) repeat-x scroll left top;
     border-bottom: 1px solid #d3d3d3;
     color: #333;
     width: 999px;
@@ -162,7 +162,7 @@
 
 /* ::: TOC :::: */
 div.sidebar h3 {
-    background: #333333 url(http://zode01.lovelysystems.com/dark_grey_horizontal.png) repeat-x scroll left bottom;
+    background: #333333 url(http://new.zope.org/dark_grey_horizontal.png) repeat-x scroll left bottom;
     color: white;
     font-weight: bold;
     text-align: center;

Modified: z3c.recipe.sphinxdoc/trunk/src/z3c/recipe/sphinxdoc/layout.html
===================================================================
--- z3c.recipe.sphinxdoc/trunk/src/z3c/recipe/sphinxdoc/layout.html	2009-01-19 17:28:08 UTC (rev 94850)
+++ z3c.recipe.sphinxdoc/trunk/src/z3c/recipe/sphinxdoc/layout.html	2009-01-19 19:40:40 UTC (rev 94851)
@@ -144,33 +144,33 @@
   </head>
   <body>
     <div id="zope-page-header">
-      <a href="http://zode01.lovelysystems.com" accesskey="1" id="portal-logo">
-	<img width="110" height="36" title="" alt="" src="http://zode01.lovelysystems.com/logo.png"/>
+      <a href="http://new.zope.org" accesskey="1" id="portal-logo">
+	<img width="110" height="36" title="" alt="" src="http://new.zope.org/logo.png"/>
       </a>
 	
       <ul id="portal-globalnav">
 	<li class="plain" id="portaltab-index_html">
-	  <a title="" href="http://zode01.lovelysystems.com">Home</a>
+	  <a title="" href="http://new.zope.org">Home</a>
 	</li>
 	<li class="plain" id="portaltab-get-started">
-	  <a title="Get Zope" href="http://zode01.lovelysystems.com/get-started">Get started</a>
+	  <a title="Get Zope" href="http://new.zope.org/get-started">Get started</a>
 	</li>
 	<li class="plain" id="portaltab-examples">
-	  <a title="See what Zope is all about" href="http://zode01.lovelysystems.com/examples">Examples</a>
+	  <a title="See what Zope is all about" href="http://new.zope.org/examples">Examples</a>
 	</li>
 	<li class="selected" id="portaltab-projects">
-	  <a title="Learn how to use Zope" href="http://zode01.lovelysystems.com/projects">Projects</a>
+	  <a title="Learn how to use Zope" href="http://new.zope.org/projects">Projects</a>
 	</li>
 	  <li class="plain" id="portaltab-community">
-	    <a title="All about the Zope community" href="http://zode01.lovelysystems.com/community">Community</a>
+	    <a title="All about the Zope community" href="http://new.zope.org/community">Community</a>
 	  </li>
 	  <li class="plain" id="portaltab-foundation">
-	    <a title="All about the Zope Foundation" href="http://zode01.lovelysystems.com/foundation">Foundation</a>
+	    <a title="All about the Zope Foundation" href="http://new.zope.org/foundation">Foundation</a>
 	  </li>
       </ul>
     </div>
     <div id="portal-feature">
-      <img class="featureImage" title="Projects" alt="Projects" src="http://zode01.lovelysystems.com/home/image_mini"/>
+      <img class="featureImage" title="Projects" alt="Projects" src="http://new.zope.org/home/image_mini"/>
       <div id="feature-blurb">
 	<p>Zope 3 has lots of documentation embedded in the source code, in the form of doctests, which is sometimes hard to find.</p>
 	<p>Here you can easily browse and search through the documentation.<br />&nbsp;</p>



More information about the Checkins mailing list