From 01298d805b0469ee472c424d58163ea76e79063c Mon Sep 17 00:00:00 2001 From: Xavier Morel Date: Fri, 18 Mar 2011 17:00:26 +0100 Subject: [PATCH] [ADD] basic skeleton for project involvement bzr revid: xmo@openerp.com-20110318160026-7b3yf5szxymtxsh1 --- doc/source/development.rst | 3 +-- doc/source/index.rst | 1 + doc/source/production.rst | 2 ++ doc/source/project.rst | 32 ++++++++++++++++++++++++++++++++ 4 files changed, 36 insertions(+), 2 deletions(-) create mode 100644 doc/source/project.rst diff --git a/doc/source/development.rst b/doc/source/development.rst index 5f8c9c5a42b..aebf57c1086 100644 --- a/doc/source/development.rst +++ b/doc/source/development.rst @@ -1,10 +1,9 @@ Contributing to OpenERP Web =========================== -* General organization and core ideas +* General organization and core ideas (design philosophies) * Internal documentation, autodoc, Python and JS domains * QWeb code documentation/description * Documentation of the OpenERP APIs and choices taken based on that? * Style guide and coding conventions (PEP8? More) * Test frameworks for Python and JS? -* Contribution lifecycles (e.g. merge proposals) diff --git a/doc/source/index.rst b/doc/source/index.rst index c2399abff55..6d5d1551373 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -16,6 +16,7 @@ Contents: widgets addons development + project Indices and tables ================== diff --git a/doc/source/production.rst b/doc/source/production.rst index a4aeeaa8b93..a45628f90fa 100644 --- a/doc/source/production.rst +++ b/doc/source/production.rst @@ -1,6 +1,8 @@ Deploying OpenERP Web ===================== +.. After release one, add upgrade instructions if any + In-depth configuration ---------------------- diff --git a/doc/source/project.rst b/doc/source/project.rst new file mode 100644 index 00000000000..78beae9dedb --- /dev/null +++ b/doc/source/project.rst @@ -0,0 +1,32 @@ +The OpenERP Web open-source project +=================================== + +Getting involved +---------------- + +Translations +++++++++++++ + +Bug reporting ++++++++++++++ + +Source code repository +++++++++++++++++++++++ + +Merge proposals ++++++++++++++++ + +Writing documentation ++++++++++++++++++++++ + +OpenERP Web over time +--------------------- + +Release process ++++++++++++++++ + +Roadmap ++++++++ + +Release notes ++++++++++++++