summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorR. Tyler Ballance <tyler@slide.com>2009-06-07 16:28:37 -0700
committerR. Tyler Ballance <tyler@slide.com>2009-06-07 16:28:37 -0700
commite09b79197e270a00f6361878ad6237dcda69a537 (patch)
tree08d0465f57ec9b47b44f3734a7e391ab5846e223 /www
parent0e3fd5259a407bbc240b3ed791550f12a17947b4 (diff)
downloadpython-cheetah-e09b79197e270a00f6361878ad6237dcda69a537.tar.gz
Fix up the CHEP outlines
Diffstat (limited to 'www')
-rw-r--r--www/chep.rst3
-rw-r--r--www/cheps/1_chep.rst11
-rw-r--r--www/cheps/2_import.rst21
-rw-r--r--www/cheps/3_super.rst36
4 files changed, 67 insertions, 4 deletions
diff --git a/www/chep.rst b/www/chep.rst
index 6c6c859..ece151a 100644
--- a/www/chep.rst
+++ b/www/chep.rst
@@ -10,7 +10,8 @@ Existing CHEPs
--------------
.. toctree::
- :maxdepth: 2
+ :maxdepth: 1
cheps/1_chep.rst
cheps/2_import.rst
+ cheps/3_super.rst
diff --git a/www/cheps/1_chep.rst b/www/cheps/1_chep.rst
index 89dc303..65c54a2 100644
--- a/www/cheps/1_chep.rst
+++ b/www/cheps/1_chep.rst
@@ -8,10 +8,19 @@
:Author: R Tyler Ballance <tyler at slide.com>
:Status: Active
:Type: Process
-:Content-Type: text/plain
+:Content-Type: text/x-rst
:Created: 07-Jun-2009
----
Abstract
--------
+One can consider the basis for all CHEP documents to be
+modeled after `PEP #1 <http://www.python.org/dev/peps/pep-0001/>`_,
+for this reason you should refer to `PEP #1 <http://www.python.org/dev/peps/pep-0001/>`_
+for the true CHEP "purpose and guidelines" instead of them being
+enumerated here (and duplicated).
+
+Copyright
+---------
+This document has been placed in the public domain.
diff --git a/www/cheps/2_import.rst b/www/cheps/2_import.rst
index 0f41957..8a6158d 100644
--- a/www/cheps/2_import.rst
+++ b/www/cheps/2_import.rst
@@ -6,9 +6,9 @@
:Title: Conditionalized #import behavior
:Version: 1
:Author: R Tyler Ballance <tyler at slide.com>
-:Status: Active
+:Status: Draft
:Type: Standards Track
-:Content-Type: text/plain
+:Content-Type: text/x-rst
:Created: 07-Jun-2009
----
@@ -16,4 +16,21 @@
Abstract
--------
+Specification
+-------------
+Motivation
+----------
+
+Rationale
+---------
+
+Backwards Compatibility
+-----------------------
+
+Reference Implementation
+------------------------
+
+Copyright
+---------
+This document has been placed in the public domain.
diff --git a/www/cheps/3_super.rst b/www/cheps/3_super.rst
new file mode 100644
index 0000000..0c04784
--- /dev/null
+++ b/www/cheps/3_super.rst
@@ -0,0 +1,36 @@
+(#3) Exposing of super() and self via Template searchList
+=========================================================
+
+
+:CHEP: 3
+:Title: Exposing of super() and self via Template searchList
+:Version: 1
+:Author: R Tyler Ballance <tyler at slide.com>
+:Status: Draft
+:Type: Standards Track
+:Content-Type: text/x-rst
+:Created: 07-Jun-2009
+
+----
+
+Abstract
+--------
+
+Specification
+-------------
+
+Motivation
+----------
+
+Rationale
+---------
+
+Backwards Compatibility
+-----------------------
+
+Reference Implementation
+------------------------
+
+Copyright
+---------
+This document has been placed in the public domain.