[Checkins] SVN: grok/www/ html regenerated after typo fix for index.html

Darryl Cousins darryl at darrylcousins.net.nz
Tue Apr 17 22:53:39 EDT 2007


Log message for revision 74226:
  html regenerated after typo fix for index.html

Changed:
  U   grok/www/about.html
  U   grok/www/index.html
  U   grok/www/tutorial.html

-=-
Modified: grok/www/about.html
===================================================================
--- grok/www/about.html	2007-04-18 02:53:00 UTC (rev 74225)
+++ grok/www/about.html	2007-04-18 02:53:39 UTC (rev 74226)
@@ -4,8 +4,7 @@
 
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
 <head>
-  <title>Grok: now even cavemen can use Zope 3
-</title>
+  <title>Grok: now even cavemen can use Zope 3</title>
   <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
   <meta name="description" content="Grok - now even cavemen can use Zope3" />
   <meta name="keywords" content="Grok, internet, zope, zope3, software, web apps, web applications, python" />
@@ -19,12 +18,12 @@
 	<img src="./resources/grok-header.jpg" alt="GROK" /></a>
 	<ul id="navigation">
         <li>
-            <a href="index.html" class="" title="Home">Home</a></li>
+            <a href="/index.html" class="" title="Home">Home</a></li>
         <li>
-            <a href="about.html" class="selected"
+            <a href="/about.html" class="selected"
                title="About">About</a></li>
         <li>
-            <a href="tutorial.html" class=""
+            <a href="/tutorial.html" class=""
                title="Tutorial">Tutorial</a></li>
   </ul>
 </div>
@@ -173,4 +172,3 @@
 
 </body>
 </html>
-

Modified: grok/www/index.html
===================================================================
--- grok/www/index.html	2007-04-18 02:53:00 UTC (rev 74225)
+++ grok/www/index.html	2007-04-18 02:53:39 UTC (rev 74226)
@@ -4,8 +4,7 @@
 
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
 <head>
-  <title>What is Grok?
-</title>
+  <title>What is Grok?</title>
   <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
   <meta name="description" content="Grok - now even cavemen can use Zope3" />
   <meta name="keywords" content="Grok, internet, zope, zope3, software, web apps, web applications, python" />
@@ -19,12 +18,12 @@
 	<img src="./resources/grok-header.jpg" alt="GROK" /></a>
 	<ul id="navigation">
         <li>
-            <a href="index.html" class="selected"
+            <a href="/index.html" class="selected"
                title="Home">Home</a></li>
         <li>
-            <a href="about.html" class="" title="About">About</a></li>
+            <a href="/about.html" class="" title="About">About</a></li>
         <li>
-            <a href="tutorial.html" class=""
+            <a href="/tutorial.html" class=""
                title="Tutorial">Tutorial</a></li>
   </ul>
 </div>
@@ -85,14 +84,14 @@
     pass
 
 index = grok.PageTemplate(&quot;&quot;&quot;
-&lt;html&gt;&lt;body&gt;
-&lt;p&gt;ME GROK HELLO WORLD!&lt;/p&gt;
-&lt;/body&gt;&lt;/html&gt;
-&quot;&quot;&quot;)
+    &lt;html&gt;&lt;body&gt;
+        &lt;p&gt;ME GROK HELLO WORLD!&lt;/p&gt;
+    &lt;/body&gt;&lt;/html&gt;
+    &quot;&quot;&quot;&quot;)
 </pre>
 <ul class="simple">
 <li><a class="reference" href="http://www.z3lab.org/sections/blogs/philipp-weitershausen/2007_01_09_you-thought-zope-3-wasn">Herd of Mammoths</a> is a very simple application that only goes a bit beyond &quot;hello world&quot;.</li>
-<li><a class="reference" href="http://svn.zope.org/Grokstar/">Grokstar</a> is a simple wiki application written with Grok.</li>
+<li><a class="reference" href="http://svn.zope.org/Grokstar/">Grokstar</a> is a simple blog application written with Grok.</li>
 <li><a class="reference" href="http://svn.zope.org/grok/trunk/grokwiki/">Grok Wiki</a> is a simple wiki application written with Grok.</li>
 </ul>
 </div>
@@ -146,4 +145,3 @@
 
 </body>
 </html>
-

Modified: grok/www/tutorial.html
===================================================================
--- grok/www/tutorial.html	2007-04-18 02:53:00 UTC (rev 74225)
+++ grok/www/tutorial.html	2007-04-18 02:53:39 UTC (rev 74226)
@@ -4,8 +4,7 @@
 
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
 <head>
-  <title>Grok tutorial
-</title>
+  <title>Grok tutorial</title>
   <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
   <meta name="description" content="Grok - now even cavemen can use Zope3" />
   <meta name="keywords" content="Grok, internet, zope, zope3, software, web apps, web applications, python" />
@@ -19,11 +18,11 @@
 	<img src="./resources/grok-header.jpg" alt="GROK" /></a>
 	<ul id="navigation">
         <li>
-            <a href="index.html" class="" title="Home">Home</a></li>
+            <a href="/index.html" class="" title="Home">Home</a></li>
         <li>
-            <a href="about.html" class="" title="About">About</a></li>
+            <a href="/about.html" class="" title="About">About</a></li>
         <li>
-            <a href="tutorial.html" class="selected"
+            <a href="/tutorial.html" class="selected"
                title="Tutorial">Tutorial</a></li>
   </ul>
 </div>
@@ -38,8 +37,7 @@
   <div class="content">
 
           <h1 class="title">Grok tutorial</h1>
-<p>Also available as <a class="reference" href="tutorial.pdf">PDF</a>.</p>
-<div class="contents topic">
+Also available as <a href="./tutorial.pdf">PDF</a>.<div class="contents topic">
 <p class="topic-title first"><a id="contents" name="contents">Contents</a></p>
 <ul class="simple">
 <li><a class="reference" href="#welcome-to-the-grok-tutorial" id="id1" name="id1">Welcome to the Grok tutorial!</a></li>
@@ -1669,4 +1667,3 @@
 
 </body>
 </html>
-



More information about the Checkins mailing list