[Checkins] SVN: Sandbox/darrylcousins/mars. Checking and editing READMEs

Darryl Cousins darryl at darrylcousins.net.nz
Sun Jul 8 19:49:13 EDT 2007


Log message for revision 77639:
  Checking and editing READMEs

Changed:
  U   Sandbox/darrylcousins/mars.adapter/README.txt
  U   Sandbox/darrylcousins/mars.contentprovider/README.txt
  U   Sandbox/darrylcousins/mars.contentprovider/src/mars/contentprovider/README.txt
  U   Sandbox/darrylcousins/mars.layer/README.txt
  U   Sandbox/darrylcousins/mars.layer/src/mars/layer/README.txt
  U   Sandbox/darrylcousins/mars.macro/README.txt
  U   Sandbox/darrylcousins/mars.resource/README.txt
  U   Sandbox/darrylcousins/mars.template/README.txt
  U   Sandbox/darrylcousins/mars.view/README.txt
  U   Sandbox/darrylcousins/mars.viewlet/README.txt

-=-
Modified: Sandbox/darrylcousins/mars.adapter/README.txt
===================================================================
--- Sandbox/darrylcousins/mars.adapter/README.txt	2007-07-08 23:29:37 UTC (rev 77638)
+++ Sandbox/darrylcousins/mars.adapter/README.txt	2007-07-08 23:49:13 UTC (rev 77639)
@@ -1,9 +1,12 @@
-==========
-Mars Layer
-==========
+============
+Mars Adapter
+============
 
-`Grok`_ is a project which seeks to ....
+Introduction
+------------
 
+`Grok`_ is a project which seeks to provide convention over configuration.
+
 ``Martian`` grew from `Grok`_:
 
  Martian provides a framework that allows configuration to be expressed
@@ -19,4 +22,10 @@
  context of which this codebase was first developed. While Grok uses
  it, the code is completely independent of Grok.
 
+.. _Grok: http://grok.zope.org/
 
+Mars Adapter
+------------
+
+The mars.adapter package provides the means of creating and configuring simple
+``adapters`` for an application using Zope3.

Modified: Sandbox/darrylcousins/mars.contentprovider/README.txt
===================================================================
--- Sandbox/darrylcousins/mars.contentprovider/README.txt	2007-07-08 23:29:37 UTC (rev 77638)
+++ Sandbox/darrylcousins/mars.contentprovider/README.txt	2007-07-08 23:49:13 UTC (rev 77639)
@@ -1,9 +1,12 @@
-==========
-Mars Layer
-==========
+====================
+Mars Contentprovider
+====================
 
-`Grok`_ is a project which seeks to ....
+Introduction
+------------
 
+`Grok`_ is a project which seeks to provide convention over configuration.
+
 ``Martian`` grew from `Grok`_:
 
  Martian provides a framework that allows configuration to be expressed
@@ -19,4 +22,10 @@
  context of which this codebase was first developed. While Grok uses
  it, the code is completely independent of Grok.
 
+.. _Grok: http://grok.zope.org/
 
+Mars Contentprovider
+--------------------
+
+The mars.contentprovider package provides the means of creating and configuring
+``contentproviders`` for an application using Zope3.

Modified: Sandbox/darrylcousins/mars.contentprovider/src/mars/contentprovider/README.txt
===================================================================
--- Sandbox/darrylcousins/mars.contentprovider/src/mars/contentprovider/README.txt	2007-07-08 23:29:37 UTC (rev 77638)
+++ Sandbox/darrylcousins/mars.contentprovider/src/mars/contentprovider/README.txt	2007-07-08 23:49:13 UTC (rev 77639)
@@ -12,6 +12,9 @@
 ------------
 
 ::
+ import mars.view
+ import mars.template
+ import mars.contentprovider
 
  class Index(mars.view.LayoutView):
      pass

Modified: Sandbox/darrylcousins/mars.layer/README.txt
===================================================================
--- Sandbox/darrylcousins/mars.layer/README.txt	2007-07-08 23:29:37 UTC (rev 77638)
+++ Sandbox/darrylcousins/mars.layer/README.txt	2007-07-08 23:49:13 UTC (rev 77639)
@@ -2,8 +2,11 @@
 Mars Layer
 ==========
 
-`Grok`_ is a project which seeks to ....
+Introduction
+------------
 
+`Grok`_ is a project which seeks to provide convention over configuration.
+
 ``Martian`` grew from `Grok`_:
 
  Martian provides a framework that allows configuration to be expressed
@@ -19,4 +22,10 @@
  context of which this codebase was first developed. While Grok uses
  it, the code is completely independent of Grok.
 
+.. _Grok: http://grok.zope.org/
 
+Mars Layer
+----------
+
+The mars.layer package provides the means of creating and configuring ``layers``
+for an application using Zope3.

Modified: Sandbox/darrylcousins/mars.layer/src/mars/layer/README.txt
===================================================================
--- Sandbox/darrylcousins/mars.layer/src/mars/layer/README.txt	2007-07-08 23:29:37 UTC (rev 77638)
+++ Sandbox/darrylcousins/mars.layer/src/mars/layer/README.txt	2007-07-08 23:49:13 UTC (rev 77639)
@@ -16,6 +16,15 @@
 * mars.layer.IPageletLayer
   Uses z3c.layer.IPageletBrowserLayer
 
+* mars.layer.IFormLayer
+  Uses z3c.form.IFormLayer, z3c.layer.IPageletBrowserLayer
+
+* mars.layer.IDivFormLayer
+  Uses z3c.formui.IDivFormLayer, z3c.form.IFormLayer, z3c.layer.IPageletBrowserLayer
+
+* mars.layer.ITableFormLayer
+  Uses z3c.formui.ITableFormLayer, z3c.form.IFormLayer, z3c.layer.IPageletBrowserLayer
+
 Example Code
 ------------
 

Modified: Sandbox/darrylcousins/mars.macro/README.txt
===================================================================
--- Sandbox/darrylcousins/mars.macro/README.txt	2007-07-08 23:29:37 UTC (rev 77638)
+++ Sandbox/darrylcousins/mars.macro/README.txt	2007-07-08 23:49:13 UTC (rev 77639)
@@ -1,9 +1,12 @@
 ==========
-Mars Layer
+Mars Macro
 ==========
 
-`Grok`_ is a project which seeks to ....
+Introduction
+------------
 
+`Grok`_ is a project which seeks to provide convention over configuration.
+
 ``Martian`` grew from `Grok`_:
 
  Martian provides a framework that allows configuration to be expressed
@@ -19,4 +22,10 @@
  context of which this codebase was first developed. While Grok uses
  it, the code is completely independent of Grok.
 
+.. _Grok: http://grok.zope.org/
 
+Mars Macro
+----------
+
+The mars.macro package provides the means of creating and configuring z3c.macro ``macros``
+for an application using Zope3.

Modified: Sandbox/darrylcousins/mars.resource/README.txt
===================================================================
--- Sandbox/darrylcousins/mars.resource/README.txt	2007-07-08 23:29:37 UTC (rev 77638)
+++ Sandbox/darrylcousins/mars.resource/README.txt	2007-07-08 23:49:13 UTC (rev 77639)
@@ -1,9 +1,12 @@
-==========
-Mars Layer
-==========
+=============
+Mars Resource
+=============
 
-`Grok`_ is a project which seeks to ....
+Introduction
+------------
 
+`Grok`_ is a project which seeks to provide convention over configuration.
+
 ``Martian`` grew from `Grok`_:
 
  Martian provides a framework that allows configuration to be expressed
@@ -19,4 +22,10 @@
  context of which this codebase was first developed. While Grok uses
  it, the code is completely independent of Grok.
 
+.. _Grok: http://grok.zope.org/
 
+Mars resource
+-------------
+
+The mars.resource package provides the means of creating and configuring
+``resources`` and ``resource directories`` for an application using Zope3.

Modified: Sandbox/darrylcousins/mars.template/README.txt
===================================================================
--- Sandbox/darrylcousins/mars.template/README.txt	2007-07-08 23:29:37 UTC (rev 77638)
+++ Sandbox/darrylcousins/mars.template/README.txt	2007-07-08 23:49:13 UTC (rev 77639)
@@ -1,9 +1,12 @@
-==========
-Mars Layer
-==========
+=============
+Mars Template
+=============
 
-`Grok`_ is a project which seeks to ....
+Introduction
+------------
 
+`Grok`_ is a project which seeks to provide convention over configuration.
+
 ``Martian`` grew from `Grok`_:
 
  Martian provides a framework that allows configuration to be expressed
@@ -19,4 +22,12 @@
  context of which this codebase was first developed. While Grok uses
  it, the code is completely independent of Grok.
 
+.. _Grok: http://grok.zope.org/
 
+Mars Temlate
+------------
+
+The mars.template package provides the means of creating and configuring
+``templates`` for an application using Zope3.
+
+These templates use presentation patterns used by other z3c packages.

Modified: Sandbox/darrylcousins/mars.view/README.txt
===================================================================
--- Sandbox/darrylcousins/mars.view/README.txt	2007-07-08 23:29:37 UTC (rev 77638)
+++ Sandbox/darrylcousins/mars.view/README.txt	2007-07-08 23:49:13 UTC (rev 77639)
@@ -1,9 +1,12 @@
-==========
-Mars Layer
-==========
+=========
+Mars View
+=========
 
-`Grok`_ is a project which seeks to ....
+Introduction
+------------
 
+`Grok`_ is a project which seeks to provide convention over configuration.
+
 ``Martian`` grew from `Grok`_:
 
  Martian provides a framework that allows configuration to be expressed
@@ -19,4 +22,12 @@
  context of which this codebase was first developed. While Grok uses
  it, the code is completely independent of Grok.
 
+.. _Grok: http://grok.zope.org/
 
+Mars View
+---------
+
+The mars.view package provides the means of creating and configuring ``views``
+for an application using Zope3.
+
+These views use presentation patterns used by other z3c packages.

Modified: Sandbox/darrylcousins/mars.viewlet/README.txt
===================================================================
--- Sandbox/darrylcousins/mars.viewlet/README.txt	2007-07-08 23:29:37 UTC (rev 77638)
+++ Sandbox/darrylcousins/mars.viewlet/README.txt	2007-07-08 23:49:13 UTC (rev 77639)
@@ -1,9 +1,12 @@
-==========
-Mars Layer
-==========
+============
+Mars Viewlet
+============
 
-`Grok`_ is a project which seeks to ....
+Introduction
+------------
 
+`Grok`_ is a project which seeks to provide convention over configuration.
+
 ``Martian`` grew from `Grok`_:
 
  Martian provides a framework that allows configuration to be expressed
@@ -19,4 +22,12 @@
  context of which this codebase was first developed. While Grok uses
  it, the code is completely independent of Grok.
 
+.. _Grok: http://grok.zope.org/
 
+Mars Viewlet
+------------
+
+The mars.viewlet package provides the means of creating and configuring
+``viewlets`` for an application using Zope3.
+
+These viewlets use presentation patterns used by other z3c packages.



More information about the Checkins mailing list