[Checkins] SVN: zope2docs/trunk/zdgbook/source/GettingStarted.rst better sentences

Baiju M baiju.m.mail at gmail.com
Tue Oct 6 01:19:09 EDT 2009


Log message for revision 104824:
  better sentences
  

Changed:
  U   zope2docs/trunk/zdgbook/source/GettingStarted.rst

-=-
Modified: zope2docs/trunk/zdgbook/source/GettingStarted.rst
===================================================================
--- zope2docs/trunk/zdgbook/source/GettingStarted.rst	2009-10-06 05:11:22 UTC (rev 104823)
+++ zope2docs/trunk/zdgbook/source/GettingStarted.rst	2009-10-06 05:19:09 UTC (rev 104824)
@@ -328,11 +328,13 @@
 Adding application instance
 ===========================
 
-Visit ZMI and select `POLL` from drop-down box.  And fill the form and
-you can see that it tells that poll is installed.
+Visit ZMI and select `POLL` from the drop-down box.  It will display
+the add-form created earlier.  You can provide the ID as `poll` and
+submit the form.  After submitting, it should display a message:
+"POLL Installed: poll".
 
 Adding the main page to POLL
----------------------------
+============================
 
 In this section we will try to add a main page to POLL application.
 So that we can acces POLL application like this:
@@ -343,11 +345,11 @@
 
   <html>
   <head>
-    <title>Welcome to POLL</title>
+    <title>Welcome to POLL!</title>
   </head>
   <body>
 
-  <h2>Welcome to POLL</h2>
+  <h2>Welcome to POLL!</h2>
 
   </body>
   </html>
@@ -360,11 +362,11 @@
 
       index_html = PageTemplateFile("index_html", globals())
 
-Now you can see that it display the main page when you access:
-http://localhost:8080/poll .
+Restart the Zope. Now you can see that it display the main page when
+you access: http://localhost:8080/poll .
 
 Summary
--------
+=======
 
-This chapter covered installation beginning a simple project in Zope
-2.
+This chapter covered installation and beginning a simple project in
+Zope 2.



More information about the checkins mailing list