[Checkins] SVN: zopeframework/trunk/ Preparing to hook in the steering group documentation.

Martijn Faassen faassen at infrae.com
Thu Mar 5 11:59:17 EST 2009


Log message for revision 97537:
  Preparing to hook in the steering group documentation.
  

Changed:
  D   zopeframework/trunk/decisionmaking.txt
  D   zopeframework/trunk/decisions.txt
  U   zopeframework/trunk/source/index.rst
  A   zopeframework/trunk/source/steeringgroup/
  A   zopeframework/trunk/source/steeringgroup/decisionmaking.txt
  A   zopeframework/trunk/source/steeringgroup/decisions.txt
  A   zopeframework/trunk/source/steeringgroup/index.rst

-=-
Deleted: zopeframework/trunk/decisionmaking.txt
===================================================================
--- zopeframework/trunk/decisionmaking.txt	2009-03-05 16:53:29 UTC (rev 97536)
+++ zopeframework/trunk/decisionmaking.txt	2009-03-05 16:59:17 UTC (rev 97537)
@@ -1,37 +0,0 @@
-If you want to make some change to the Zope Framework, start a thread
-on zope-dev about it. The Steering Group is watching.
-
-The Steering Group is going to make decisions in the following way:
-
-* A steering group member participates in discussions as normally,
-  saying +1 or -1 or whatever alternative suggestions they may have.
-
-* If it's clear there's a consensus by the steering group, we will
-  record the decision in a document in SVN to be announced. If not all
-  steering group members voted and it's "enough time" later, fine, the
-  decision is made by those who did care to contribute.
-
-* If there is no consensus by the steering group, the most votes by
-  steering group members in the thread win. It is the task of the
-  steering group to detect this and record it (or delegate its
-  recording by someone else, even better).
-
-* If for some reason it's hard to count votes and get consensus in the
-  Steering Group, people can point this out. "Steering Group help, no
-  consensus detected!". We will then reach a consensus.
-
-* If there's still no consensus, Martijn is going to flip a coin and
-  that's going to be the answer. Martijn going to do his best to avoid
-  having to flip any coins, as it's very silly to decide on the flip
-  of a coin.
-
-* If no steering group member participates in a discussion and
-  consensus is reached, please proceed. Everything's fine. 
-
-* You only need to worry about the steering group if they're actually
-  participating in a discussion or if you don't like the consensus or
-  if no consensus is reached. 
-
-* Feel free to call in the Steering Group and it will fly in.  It's
-  not a bird, it's not a plane, it's the Steering Group!
-

Deleted: zopeframework/trunk/decisions.txt
===================================================================
--- zopeframework/trunk/decisions.txt	2009-03-05 16:53:29 UTC (rev 97536)
+++ zopeframework/trunk/decisions.txt	2009-03-05 16:59:17 UTC (rev 97537)
@@ -1,12 +0,0 @@
-Decisions of the Zope Framework Steering Group
-==============================================
-
-* ZMI related code shall not be part of the Zope Framework, and we
-  shall strive to remove it.
-
-* If zope.deferredimport is used in a package merely to avoid the use
-  of ``from`` imports, then instead we will use ``from`` imports to
-  get rid of this dependency.
-
-* Files used to support the old ZPKG system such as ``DEPENDENCIES.cfg``
-  can be safely removed from packages.

Modified: zopeframework/trunk/source/index.rst
===================================================================
--- zopeframework/trunk/source/index.rst	2009-03-05 16:53:29 UTC (rev 97536)
+++ zopeframework/trunk/source/index.rst	2009-03-05 16:59:17 UTC (rev 97537)
@@ -13,6 +13,7 @@
    process/index
    codingstyle/index
    migration/index
+   steeringgroup/index
 
 Indices and tables
 ==================

Copied: zopeframework/trunk/source/steeringgroup/decisionmaking.txt (from rev 97535, zopeframework/trunk/decisionmaking.txt)
===================================================================
--- zopeframework/trunk/source/steeringgroup/decisionmaking.txt	                        (rev 0)
+++ zopeframework/trunk/source/steeringgroup/decisionmaking.txt	2009-03-05 16:59:17 UTC (rev 97537)
@@ -0,0 +1,37 @@
+If you want to make some change to the Zope Framework, start a thread
+on zope-dev about it. The Steering Group is watching.
+
+The Steering Group is going to make decisions in the following way:
+
+* A steering group member participates in discussions as normally,
+  saying +1 or -1 or whatever alternative suggestions they may have.
+
+* If it's clear there's a consensus by the steering group, we will
+  record the decision in a document in SVN to be announced. If not all
+  steering group members voted and it's "enough time" later, fine, the
+  decision is made by those who did care to contribute.
+
+* If there is no consensus by the steering group, the most votes by
+  steering group members in the thread win. It is the task of the
+  steering group to detect this and record it (or delegate its
+  recording by someone else, even better).
+
+* If for some reason it's hard to count votes and get consensus in the
+  Steering Group, people can point this out. "Steering Group help, no
+  consensus detected!". We will then reach a consensus.
+
+* If there's still no consensus, Martijn is going to flip a coin and
+  that's going to be the answer. Martijn going to do his best to avoid
+  having to flip any coins, as it's very silly to decide on the flip
+  of a coin.
+
+* If no steering group member participates in a discussion and
+  consensus is reached, please proceed. Everything's fine. 
+
+* You only need to worry about the steering group if they're actually
+  participating in a discussion or if you don't like the consensus or
+  if no consensus is reached. 
+
+* Feel free to call in the Steering Group and it will fly in.  It's
+  not a bird, it's not a plane, it's the Steering Group!
+

Copied: zopeframework/trunk/source/steeringgroup/decisions.txt (from rev 97535, zopeframework/trunk/decisions.txt)
===================================================================
--- zopeframework/trunk/source/steeringgroup/decisions.txt	                        (rev 0)
+++ zopeframework/trunk/source/steeringgroup/decisions.txt	2009-03-05 16:59:17 UTC (rev 97537)
@@ -0,0 +1,12 @@
+Decisions of the Zope Framework Steering Group
+==============================================
+
+* ZMI related code shall not be part of the Zope Framework, and we
+  shall strive to remove it.
+
+* If zope.deferredimport is used in a package merely to avoid the use
+  of ``from`` imports, then instead we will use ``from`` imports to
+  get rid of this dependency.
+
+* Files used to support the old ZPKG system such as ``DEPENDENCIES.cfg``
+  can be safely removed from packages.

Added: zopeframework/trunk/source/steeringgroup/index.rst
===================================================================
--- zopeframework/trunk/source/steeringgroup/index.rst	                        (rev 0)
+++ zopeframework/trunk/source/steeringgroup/index.rst	2009-03-05 16:59:17 UTC (rev 97537)
@@ -0,0 +1,12 @@
+Steering Group
+==============
+
+Development of the Zope Framework is managed by the Zope Framework Steering
+Group.
+
+.. toctree::
+    :maxdepth: 1
+
+    decisions
+    decisionmaking
+    members



More information about the Checkins mailing list