From d0bb906a96e4b3ea4508dd06676e4c8621182865 Mon Sep 17 00:00:00 2001 From: jocelyn Date: Mon, 5 Sep 2011 06:56:42 -0700 Subject: [PATCH] Updated EWSGI (markdown) --- EWSGI.md | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/EWSGI.md b/EWSGI.md index ae0d35da..c5d0ad12 100644 --- a/EWSGI.md +++ b/EWSGI.md @@ -1,11 +1,11 @@ - See proposed specifications: [[EWSGI specification| EWSGI-specification]] - See [[Open questions| EWSGI-open-questions]] -- And below the various calls for decisions, and effective decisions +- And below the various proposals and associated decision +---- +# Waiting for decision -# In progress - -### Return type of `parameter' (and similar query_, form_data_ ...) should be deferred WGI_VALUE +## Return type of `parameter' (and similar query_, form_data_ ...) should be deferred WGI_VALUE - Code: **P-2011-09-05-WGI_VALUE** - Status: proposed on 2011-09-05. - **WAITING FOR APPROVAL** @@ -16,7 +16,7 @@ > > Thus we would have: parameter (a_name: READABLE_STRING_GENERAL): detachable WGI_VALUE -### Include the parameter's name in WGI_VALUE interface +## Include the parameter's name in WGI_VALUE interface - Code: **P-2011-09-05-WGI_VALUE_interface** - Dependence: adoption of P-2011-09-05-WGI_VALUE , may impact on P-2011-09-05-parameters_ITERABLE - Status: proposed on 2011-09-05 **WAITING FOR APPROVAL** @@ -27,7 +27,7 @@ > This would also allow a nicer signature for `parameters: ITERABLE [WGI__VALUE]' > instead of `parameters: ITERABLE [TUPLE [name: READABLE_STRING_GENERAL; value: WGI__VALUE]]' -### Signature of parameters (and similar) using ITERABLE [...] +## Signature of parameters (and similar) using ITERABLE [...] - Code: **P-2011-09-05-parameters_ITERABLE** - Status: proposed on 2011-09-05 **WAITING FOR APPROVAL** @@ -40,15 +40,17 @@ > > `parameters: ITERABLE [WGI_VALUE]` +---- # Adopted entries -### Change prefix from EWSGI_ to WGI_ +## Change prefix from EWSGI_ to WGI_ - Code: **P-2011-08-29-WGI_prefix** - Status: **adopted** - Decision: **WGI_** > shorter and pronouncable prefix for EWSGI class names +---- # Rejected entries ...