[Checkins] SVN: bluebream/trunk/docs/source/notes.txt Technical decisions (Debatable)

Baiju M baiju.m.mail at gmail.com
Mon Jan 4 22:22:31 EST 2010


Log message for revision 107688:
  Technical decisions (Debatable)
  

Changed:
  U   bluebream/trunk/docs/source/notes.txt

-=-
Modified: bluebream/trunk/docs/source/notes.txt
===================================================================
--- bluebream/trunk/docs/source/notes.txt	2010-01-05 03:11:21 UTC (rev 107687)
+++ bluebream/trunk/docs/source/notes.txt	2010-01-05 03:22:30 UTC (rev 107688)
@@ -1,3 +1,32 @@
+Technical Decisions
+-------------------
+
+- BlueBream should be called as a "web framework".
+
+- The only public API exposed by "bluebream - the package"
+  is an entry point::
+
+    "paste.paster_create_template":
+        ["bluebream = bluebream.template:BlueBream"]
+
+  The implementation of "bluebream" template is defined in
+  "bluebream.template.BlueBream".  The template implementation
+  location could be changed if required later.  This leaves us an
+  option to change "bluebream" as a namespace package if required.
+
+- All the framework code will be using "zope" or "zope.app" namespace
+  packages.
+
+- "bluebream" the package mainly consists
+
+   - documentation
+
+   - compatibility test suite
+
+   - project template
+
+- BlueBream 1.0 should provide an upgradation path from Zope 3.4 ZTK
+
 Notes for developers
 --------------------
 



More information about the checkins mailing list