src/source/index.rst
changeset 21 e1cb9c606859
parent 19 e38a30b787f9
child 23 c4d22fabf017
--- a/src/source/index.rst	Mon Mar 05 10:40:40 2018 +0100
+++ b/src/source/index.rst	Tue Mar 06 11:06:45 2018 +0100
@@ -17,22 +17,22 @@
 
 PyAMS is built on top of MyAMS (My Application Management Skin), a small web client framework built on top of JQuery
 and Bootstrap, which was developed by the french national forestry office (ONF -- Office national des forĂȘts --
-http://www.onf.fr) to build Java and Python web applications. The new ONF website is now completely handled with
-PyAMS framework.
+http://www.onf.fr) to build web applications in several languages (actually java, Python and PHP). The new ONF website
+is now completely handled with PyAMS framework.
 
 PyAMS is a multipurpose set of packages, providing tools including:
 
 * custom interfaces
-* custom ZCA registry annotations
+* custom registry annotations
+* custom security policy
 * local registry support
 * network protocols utilities (for HTTP and XML-RPC)
 * command line scripts
-* a custom security policy
-* custom utilities...
+* custom utilities.
 
 If you just want to know how easy it is to create a PyAMS application instance, just read the :ref:`quickstart`!
 
-To know how PyAMS management interface looks like, just see :ref:`screenshots`!
+To know how PyAMS management interface looks like, look at :ref:`screenshots`!
 
 
 .. toctree::
@@ -40,13 +40,10 @@
 
    quickstart
    architecture
-   zodb
    install
-   zca
-   site
-   traverser
-   tales
-   utilities
+   config
+   manage
+   extend
 
 
 PyAMS applications architecture