[Checkins] SVN: grok/www/ Added link to Luciano GSoC sample apps to index

Darryl Cousins darryl at darrylcousins.net.nz
Tue Jun 12 19:58:39 EDT 2007


Log message for revision 76650:
  Added link to Luciano GSoC sample apps to index

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-06-12 21:43:43 UTC (rev 76649)
+++ grok/www/about.html	2007-06-12 23:58:39 UTC (rev 76650)
@@ -4,9 +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>
-  <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
-  <meta name="description" content="Grok - now even cavemen can use Zope3" />
+  <title>Grok: now even cavemen can use Zope 3</title><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" />
 	<style type="text/css"><!-- @import url(./resources/grok.css); --></style>
 </head>

Modified: grok/www/index.html
===================================================================
--- grok/www/index.html	2007-06-12 21:43:43 UTC (rev 76649)
+++ grok/www/index.html	2007-06-12 23:58:39 UTC (rev 76650)
@@ -4,9 +4,7 @@
 
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
 <head>
-  <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" />
+  <title>What is Grok?</title><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" />
 	<style type="text/css"><!-- @import url(./resources/grok.css); --></style>
 </head>
@@ -93,6 +91,8 @@
 <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 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>
+<li><a class="reference" href="http://paleosoft.org/">Sample Apps</a> are a collection of sample apps written in Grok/Zope3 by
+Luciano Ramalho as part of the Google Summer of Code.</li>
 </ul>
 </div>
 <div class="section">

Modified: grok/www/tutorial.html
===================================================================
--- grok/www/tutorial.html	2007-06-12 21:43:43 UTC (rev 76649)
+++ grok/www/tutorial.html	2007-06-12 23:58:39 UTC (rev 76650)
@@ -4,9 +4,7 @@
 
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
 <head>
-  <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" />
+  <title>Grok tutorial</title><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" />
 	<style type="text/css"><!-- @import url(./resources/grok.css); --></style>
 </head>
@@ -316,7 +314,7 @@
   Edit &lt;code&gt;sample/app_templates/index.pt&lt;/code&gt; to change
   this page.&lt;/p&gt;
 &lt;/body&gt;
-
+&lt;/html&gt;
 </pre>
 <p>This is the template for your project's welcome page.</p>
 <p>What's left is a <tt class="docutils literal"><span class="pre">configure.zcml</span></tt> file. Unlike in typical Zope 3
@@ -1601,7 +1599,7 @@
   &lt;/form&gt;
 
 &lt;/body&gt;
-
+&lt;/html&gt;
 </pre>
 <p>The first section in the template (<tt class="docutils literal"><span class="pre">&lt;h2&gt;Existing</span> <span class="pre">entries&lt;/h2&gt;</span></tt>)
 displays a list of the items in the container. We again use
@@ -1621,7 +1619,7 @@
   &lt;h2&gt;Entry &lt;span tal:replace=&quot;python:context.__name__&quot;&gt;&lt;/span&gt;&lt;/h2&gt;
   &lt;p tal:content=&quot;python:context.text&quot;&gt;&lt;/p&gt;
 &lt;/body&gt;
-
+&lt;/html&gt;
 </pre>
 <p>Restart Zope and try this application.  Call your application
 <tt class="docutils literal"><span class="pre">test</span></tt>. Pay special attention to the URLs.</p>



More information about the Checkins mailing list