[Checkins] SVN: grok/trunk/doc/index.txt Typo corrected in source index.txt doc (www also regenerated and updated)

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


Log message for revision 74225:
  Typo corrected in source index.txt doc (www also regenerated and updated)

Changed:
  U   grok/trunk/doc/index.txt

-=-
Modified: grok/trunk/doc/index.txt
===================================================================
--- grok/trunk/doc/index.txt	2007-04-17 22:56:06 UTC (rev 74224)
+++ grok/trunk/doc/index.txt	2007-04-18 02:53:00 UTC (rev 74225)
@@ -21,10 +21,9 @@
 benefits a lot from it, you do not need to know Zope at all in order
 to get productive with Grok.
 
-`Read More`_
+`Read More <./about.html>`_
 
 .. _Zope 3: http://wiki.zope.org/zope3
-.. _read more: ./about.html
 
 
 Who is Grok?
@@ -67,14 +66,17 @@
     class HelloWorld(grok.Application, grok.Model):
         pass
 
-        index = grok.PageTemplate("""
+    class Index(grok.View):
+        pass
+
+    index = grok.PageTemplate("""
         <html><body>
             <p>ME GROK HELLO WORLD!</p>
         </body></html>
         """")
 
 * `Herd of Mammoths`_ is a very simple application that only goes a bit beyond "hello world".
-* `Grokstar`_ is a simple wiki application written with Grok.
+* `Grokstar`_ is a simple blog application written with Grok.
 * `Grok Wiki`_ is a simple wiki application written with Grok.
 
 .. _Herd of Mammoths: http://www.z3lab.org/sections/blogs/philipp-weitershausen/2007_01_09_you-thought-zope-3-wasn



More information about the Checkins mailing list