[FIX] website: avoid using werkzeug API only present in 0.9+
[odoo/odoo.git] / doc / index.rst
index 7d6dcc9..4b988e7 100644 (file)
@@ -1,17 +1,64 @@
 :orphan:
 
-OpenERP Server Technical Documentation
-======================================
+========================================
+OpenERP Server Developers Documentation
+========================================
 
-.. image:: _static/openerp.png
-   :alt: OpenERP framework logo
-   :class: floatingflask
+OpenERP Server
+''''''''''''''
 
-Welcome to OpenERP Server technical documentation. Here you will find
-documentation pertaining to the Server project. For all the OpenERP projects
-(including this one), please refer to the global OpenERP Technical
-Documentation.
+.. toctree::
+   :maxdepth: 2
 
-.. TODO link to the global doc
+   01_getting_started
+   02_architecture
+   03_module_dev
+   04_security
+   workflows
+   05_test_framework
+   06_misc
+   deployment-gunicorn
+   deployment-mod-wsgi
+   form-view-guidelines
+   ir_actions
 
-.. include:: index.rst.inc
+OpenERP Command
+'''''''''''''''
+
+.. toctree::
+   :maxdepth: 1
+
+   openerp-command.rst
+   commands.rst
+   adding-command.rst
+
+OpenERP Server API
+''''''''''''''''''
+
+.. toctree::
+   :maxdepth: 1
+
+   orm-methods.rst
+   api_models.rst
+   routing.rst
+
+Changelog
+'''''''''
+
+.. toctree::
+   :maxdepth: 1
+
+   changelog.rst
+
+Concepts
+''''''''
+
+.. glossary::
+
+    Database ID
+
+        The primary key of a record in a PostgreSQL table (or a
+        virtual version thereof), usually varies from one database to
+        the next.
+
+    External ID