[Checkins] SVN: bluebream/website/docs/v1.0/tutorial2.rst better intro

Baiju M baiju.m.mail at gmail.com
Sat Mar 6 13:09:20 EST 2010


Log message for revision 109712:
  better intro
  

Changed:
  U   bluebream/website/docs/v1.0/tutorial2.rst

-=-
Modified: bluebream/website/docs/v1.0/tutorial2.rst
===================================================================
--- bluebream/website/docs/v1.0/tutorial2.rst	2010-03-06 18:08:00 UTC (rev 109711)
+++ bluebream/website/docs/v1.0/tutorial2.rst	2010-03-06 18:09:20 UTC (rev 109712)
@@ -14,12 +14,22 @@
 Introduction
 ------------
 
-This is the second part of tutorial.  This chapter expand the
-application started in the first part of tutorial with additional
-functionalities.  If you complete this chapter, you should be able to
-create content components. (Content components are objects with a
-user visisble view).
+This is the second part of tutorial.  If you complete this chapter,
+you should be able to create content components.
 
+Content components are objects with a user visisble view.  A view
+could be a browser view (HTML/JS/CSS) or JSON or XMLRPC or any other
+view.  To exaplain the idea of content components, the ticket
+collector project started in the first part of tutorial will be
+expanded with additional functionalities.  In fact, the collector
+object created in the last chapter is a content component.  In this
+chapter, you will create new content objects like tickets and
+comments.
+
+.. Before proceeding further, here is an overview of sections.
+
+.. - **Adding tickets** -- 
+
 .. _tut2-adding-tickets:
 
 Adding tickets
@@ -31,7 +41,7 @@
 interface::
 
   class ITicket(Interface):
-     """Ticket - the main content object"""
+     """Ticket - the main content component"""
 
       name = TextLine(
           title=u"Name",



More information about the checkins mailing list