[Checkins] SVN: grok/www/tutorial. Publish PDF of tutorial on website

Philipp von Weitershausen philikon at philikon.de
Thu Mar 29 16:52:42 EDT 2007


Log message for revision 73929:
  Publish PDF of tutorial on website
  

Changed:
  U   grok/www/tutorial.html
  A   grok/www/tutorial.pdf

-=-
Modified: grok/www/tutorial.html
===================================================================
--- grok/www/tutorial.html	2007-03-29 20:51:09 UTC (rev 73928)
+++ grok/www/tutorial.html	2007-03-29 20:52:39 UTC (rev 73929)
@@ -38,6 +38,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">
 <p class="topic-title first"><a id="contents" name="contents">Contents</a></p>
 <ul class="simple">
@@ -91,10 +92,11 @@
 Zope 3 (and Grok) however; try reading <tt class="docutils literal"><span class="pre">context</span></tt> or <tt class="docutils literal"><span class="pre">view</span></tt>
 instead.</p>
 </div>
-<p>Grok is a powerful and flexible web application framework for Python developers.
-In this tutorial we will show you the various things you can do with Grok, and
-how Grok can help you build your web application. We'll start out simple, and
-will slowly go to more complex usage patterns.</p>
+<p>Grok is a powerful and flexible web application framework for Python
+developers.  In this tutorial we will show you the various things you
+can do with Grok, and how Grok can help you build your web
+application. We'll start out simple, and will slowly go to more
+complex usage patterns.</p>
 <p>All you're expected to know is the Python programming language and an
 understanding of basic web programming (HTML, forms, URLs). It also
 helps if you are familiar with Zope Page Templates, though most of the

Added: grok/www/tutorial.pdf
===================================================================
(Binary files differ)


Property changes on: grok/www/tutorial.pdf
___________________________________________________________________
Name: svn:mime-type
   + application/pdf



More information about the Checkins mailing list