[Checkins] SVN: bluebream/website/docs/v1.0/ replace "book" with "documentation"

Baiju M baiju.m.mail at gmail.com
Mon Jan 18 08:37:59 EST 2010


Log message for revision 108206:
  replace "book" with "documentation"
  

Changed:
  U   bluebream/website/docs/v1.0/gettingstarted.rst
  U   bluebream/website/docs/v1.0/introduction.rst
  U   bluebream/website/docs/v1.0/tutorial1.rst

-=-
Modified: bluebream/website/docs/v1.0/gettingstarted.rst
===================================================================
--- bluebream/website/docs/v1.0/gettingstarted.rst	2010-01-18 12:50:17 UTC (rev 108205)
+++ bluebream/website/docs/v1.0/gettingstarted.rst	2010-01-18 13:37:59 UTC (rev 108206)
@@ -38,7 +38,7 @@
 Preparations
 ------------
 
-This book assume that you have already installed `Python 2.6
+This documentation assume that you have already installed `Python 2.6
 <http://www.python.org>`_ and `setuptools
 <http://pypi.python.org/pypi/setuptools>`_.  As an alternative to
 setuptools, you can install `distribute

Modified: bluebream/website/docs/v1.0/introduction.rst
===================================================================
--- bluebream/website/docs/v1.0/introduction.rst	2010-01-18 12:50:17 UTC (rev 108205)
+++ bluebream/website/docs/v1.0/introduction.rst	2010-01-18 13:37:59 UTC (rev 108206)
@@ -53,8 +53,8 @@
 - BlueBream has schema engine and automatic form generation machinery
   (zope.schema_, zope.formlib_)
 
-The main aim of this book is to create a free on-line book about
-BlueBream.  This book will cover how to develop web applications
+The main aim of this documentation is to create a free on-line documentation about
+BlueBream.  This documentation will cover how to develop web applications
 using BlueBream components. You suggestions and edits are always
 welcome.
 
@@ -100,7 +100,7 @@
 for Zope, but after several years they ended up with something much
 more: Zope 3 (now renamed to BlueBream). While Zope 2 was powerful
 and popular, Zope 3 was designed to bring web application development
-to the next level. This book is about this BlueBream (Zope 3), which
+to the next level. This documentation is about this BlueBream (Zope 3), which
 is not really a new version of Zope 2.
 
 In 2007 the Zope community created yet another framework based on
@@ -111,11 +111,11 @@
 
 .. _intro-organization:
 
-Organization of the book
+Organization of the documentation
 ------------------------
 
-This book has divided into multiple chapters.  Summary of each
-chapter is given below.
+This documentation has divided into multiple chapters.  Summary of
+each chapter is given below.
 
 Introduction
 ~~~~~~~~~~~~

Modified: bluebream/website/docs/v1.0/tutorial1.rst
===================================================================
--- bluebream/website/docs/v1.0/tutorial1.rst	2010-01-18 12:50:17 UTC (rev 108205)
+++ bluebream/website/docs/v1.0/tutorial1.rst	2010-01-18 13:37:59 UTC (rev 108206)
@@ -696,6 +696,9 @@
 A view for adding collector
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
+Now the content component is ready to use.  We need a web page from
+where we can add
+
 ::
 
   from zope.publisher.browser import BrowserView



More information about the checkins mailing list