[Checkins] SVN: bluebream/trunk/docs/source/gettingstarted.rst two more files (0.1.8 release onwards)

Baiju M baiju.m.mail at gmail.com
Tue Jan 12 22:50:18 EST 2010


Log message for revision 108096:
  two more files (0.1.8 release onwards)
  

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

-=-
Modified: bluebream/trunk/docs/source/gettingstarted.rst
===================================================================
--- bluebream/trunk/docs/source/gettingstarted.rst	2010-01-13 03:29:49 UTC (rev 108095)
+++ bluebream/trunk/docs/source/gettingstarted.rst	2010-01-13 03:50:17 UTC (rev 108096)
@@ -31,7 +31,7 @@
 - **Package directory structure:** -- Show the directory structure
   and decribe the purpose of each directories and files.
 
-At the end, few hello world examples are also given.
+- At the end, few hello world examples are also given.
 
 .. _started-preparations:
 
@@ -199,9 +199,11 @@
   |       |-- __init__.py
   |       `-- main/
   |           |-- application.zcml
+  |           |-- app.py
   |           |-- configure.zcml
   |           |-- ftesting.zcml
   |           |-- __init__.py
+  |           |-- interfaces.py
   |           |-- README.txt
   |           |-- securitypolicy.zcml
   |           |-- startup.py
@@ -255,6 +257,10 @@
   include other application specific ZCMLs.  Now only the main
   package is included, you can add other ZCMLs from here.
 
+- ``src/mynamespace/main/app.py`` -- The main application object
+  implementation.  Replace the sample implementation with your
+  application.
+
 - ``src/mynamespace/main/configure.zcml`` -- You can customize this
   ZCML which is included from application.zcml
 
@@ -264,6 +270,8 @@
 
 - ``src/mynamespace/main/__init__.py`` -- The main package
 
+- ``src/mynamespace/main/interfaces.py`` -- Interface definitiions
+
 - ``src/mynamespace/main/README.txt`` -- main packages's readme
 
 - ``src/mynamespace/main/securitypolicy.zcml`` -- security policy



More information about the checkins mailing list