[Checkins] SVN: bluebream/website/docs/v1.0/dev/decisions.rst bluebream_simple is also part of API

Baiju M baiju.m.mail at gmail.com
Wed Mar 24 07:44:37 EDT 2010


Log message for revision 110166:
  bluebream_simple is also part of API
  

Changed:
  U   bluebream/website/docs/v1.0/dev/decisions.rst

-=-
Modified: bluebream/website/docs/v1.0/dev/decisions.rst
===================================================================
--- bluebream/website/docs/v1.0/dev/decisions.rst	2010-03-24 11:39:22 UTC (rev 110165)
+++ bluebream/website/docs/v1.0/dev/decisions.rst	2010-03-24 11:44:37 UTC (rev 110166)
@@ -6,16 +6,16 @@
 - Shortening BlueBream as Bream or BB is acceptable.  As of now, the
   "BB" shortening is getting popular in community.
 
-- The only public API exposed by "bluebream - the package"
-  is an entry point::
+- There are only two public APIs exposed by "bluebream - the package"
+  Those APIs are two entry points provided by setuptools which use
+  PasteScript::
 
+    entry_points={
     "paste.paster_create_template":
-        ["bluebream = bluebream.bluebream_base.template:BlueBream"]
+        ["bluebream = bluebream.bluebream_base.template:BlueBream",
+         "bluebream_simple = bluebream.bluebream_simple.template:BlueBream"
+         ]}
 
-  The implementation of "bluebream" template is defined in
-  "bluebream.bluebream_base.template.BlueBream".  The template
-  implementation location could be changed if required later.
-
 - All the framework code will be using "zope" or "zope.app" namespace
   packages.  Although "bb" could be used as a namespace in future.
 



More information about the checkins mailing list