[Checkins] SVN: Sandbox/darrylcousins/mars.layer/src/mars/layer/README.txt Documentation changes

Darryl Cousins darryl at darrylcousins.net.nz
Fri Jul 13 05:06:18 EDT 2007


Log message for revision 77810:
  Documentation changes

Changed:
  U   Sandbox/darrylcousins/mars.layer/src/mars/layer/README.txt

-=-
Modified: Sandbox/darrylcousins/mars.layer/src/mars/layer/README.txt
===================================================================
--- Sandbox/darrylcousins/mars.layer/src/mars/layer/README.txt	2007-07-13 09:02:55 UTC (rev 77809)
+++ Sandbox/darrylcousins/mars.layer/src/mars/layer/README.txt	2007-07-13 09:06:18 UTC (rev 77810)
@@ -9,19 +9,10 @@
 
 ``Martian`` grew from `Grok`_:
 
- Martian provides a framework that allows configuration to be expressed
- in declarative Python code. These declarations can often be deduced
- from the structure of the code itself. The idea is to make these
- declarations so minimal and easy to read that even extensive
- configuration does not overly burden the programmers working with the
- code. Configuration actions are executed during a separate phase
- ("grok time"), not at import time, which makes it easier to reason
- about and easier to test.
+Martian is a library that allows the embedding of configuration
+information in Python code. Martian can then grok the system and
+do the appropriate configuration registrations.
 
- The ``martian`` package is a spin-off from the `Grok`_ project, in the
- 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



More information about the Checkins mailing list