[Checkins] SVN: bluebream/trunk/docs/source/ Add more sections (change existing ones)

Baiju M baiju.m.mail at gmail.com
Sat Jan 9 04:40:14 EST 2010


Log message for revision 107910:
  Add more sections (change existing ones)
  

Changed:
  U   bluebream/trunk/docs/source/gettingstarted.rst
  U   bluebream/trunk/docs/source/introduction.rst
  U   bluebream/trunk/docs/source/tutorial.rst

-=-
Modified: bluebream/trunk/docs/source/gettingstarted.rst
===================================================================
--- bluebream/trunk/docs/source/gettingstarted.rst	2010-01-09 04:33:59 UTC (rev 107909)
+++ bluebream/trunk/docs/source/gettingstarted.rst	2010-01-09 09:40:12 UTC (rev 107910)
@@ -1,6 +1,15 @@
 Getting Started
 ===============
 
+Introduction
+------------
+
+This chapter walks through the process involved in creating a new
+project using BlueBream.  The Preparations section gives you an idea
+about what are the preparation you need to make to proceed with the
+further steps.  The Installation section gives an overview of
+installing a BlueBream.
+
 Preparations
 ------------
 
@@ -24,6 +33,9 @@
 
   $ easy_install bluebream
 
+Creating a sample project
+-------------------------
+
 The ``bluebream`` package provides a template based project creation
 script based on `PasteScript
 <http://pythonpaste.org/script/developer.html>`_.  Once BlueBream is
@@ -70,8 +82,8 @@
 - zip_safe: ``True``, if the package can be distributed as a .zip
   file othewise ``False``.
 
-Basic usage
------------
+Building the application
+------------------------
 
 The generated package include a buildout configuration file and
 bootstrap.py.  First you need to bootstrap the buildout itself::
@@ -83,6 +95,9 @@
 
   $ ./bin/buildout
 
+Basic usage
+-----------
+
 To run test cases::
 
   $ ./bin/test
@@ -207,5 +222,8 @@
 Hello World
 -----------
 
+To create a page which displays "Hello World", first create a view
+file named ``myhello.py`` at ``src/mynamespace/main/myhello.py``
+
 Conclusion
 ----------

Modified: bluebream/trunk/docs/source/introduction.rst
===================================================================
--- bluebream/trunk/docs/source/introduction.rst	2010-01-09 04:33:59 UTC (rev 107909)
+++ bluebream/trunk/docs/source/introduction.rst	2010-01-09 09:40:12 UTC (rev 107910)
@@ -4,7 +4,7 @@
 Overview
 --------
 
-BlueBream is web framework written in Python programming language.
+BlueBream is a web framework written in Python programming language.
 BlueBream is a thin layer on top of Zope Tool Kit (ZTK).  Normally,
 BlueBream applications are developed using a Python based build
 system called Buildout.  BlueBream is built on top of a component

Modified: bluebream/trunk/docs/source/tutorial.rst
===================================================================
--- bluebream/trunk/docs/source/tutorial.rst	2010-01-09 04:33:59 UTC (rev 107909)
+++ bluebream/trunk/docs/source/tutorial.rst	2010-01-09 09:40:12 UTC (rev 107910)
@@ -1,2 +1,20 @@
 Tutorial
 ========
+
+Introduction
+------------
+
+Starting new project
+--------------------
+
+LMS: Your first BlueBream application
+-------------------------------------
+
+Creating the application object
+-------------------------------
+
+Creating the main page
+----------------------
+
+Conclusion
+----------



More information about the checkins mailing list