src/source/overview.rst
branchdoc-dc
changeset 143 1d052540f8cd
parent 109 31b3d00edb8a
child 145 beabb80d6f3e
equal deleted inserted replaced
142:5a82a9a2ea46 143:1d052540f8cd
    12 **PyAMS** is designed to support the management of the content of Web pages.
    12 **PyAMS** is designed to support the management of the content of Web pages.
    13 Through an administration interface (call **ZMI**) the differents actors of creating a web page can work together
    13 Through an administration interface (call **ZMI**) the differents actors of creating a web page can work together
    14 to create a web page (see default theme gallery)
    14 to create a web page (see default theme gallery)
    15 
    15 
    16 
    16 
       
    17 
       
    18 .. _introduction:
       
    19 
       
    20 Why should I use PyAMS?
       
    21 -----------------------
       
    22 
       
    23 Based on the python langage, **PyAMS** supply powerfull tools like *PyAMS_content*, this package
       
    24 providing content management features, which can be easily extended to manage your own content types.
       
    25 But PyAMS can also be used to manage any kind of application.
       
    26 
       
    27 In addition **PyAMS** is built on top of **MyAMS** (**My** **\A**\pplication **\M**\anagement **\S**\kin), a small web client framework built on top of JQuery
       
    28 and Bootstrap, which was developed by the french national forestry office (ONF -- Office national des forĂȘts --
       
    29 http://www.onf.fr) to build web applications in several languages (actually java, Python and PHP). The new ONF website
       
    30 is now completely handled with PyAMS framework.
       
    31 
       
    32 PyAMS is a multipurpose set of packages, providing tools including:
       
    33 
       
    34     * custom interfaces
       
    35     * custom registry annotations
       
    36     * custom security policy
       
    37     * local registry support
       
    38     * network protocols utilities (for HTTP and XML-RPC)
       
    39     * command line scripts
       
    40     * custom utilities.
       
    41 
       
    42 
       
    43 .. tip::
       
    44     Some screenshots of the admin interface are available at :ref:`screenshots`!
       
    45 
       
    46 
       
    47 How to install PyAMS?
       
    48 ---------------------
       
    49 
       
    50 If you want to create a PyAMS application instance easily, just follow the :ref:`quickstart` guide!
       
    51 If you want learn more about a custom installation follow :ref:`install` procedure.
       
    52 
       
    53 
       
    54 What can I realise with PyAMS?
       
    55 ------------------------------
       
    56 
    17 Default theme gallery
    57 Default theme gallery
    18 ---------------------
    58 ^^^^^^^^^^^^^^^^^^^^^
       
    59 
       
    60 The default theme use bootstrap 3 library to build the :term:`front<Front-office>` user website
    19 
    61 
    20 
    62 
    21 Alternate skins gallery
    63 Alternate skins gallery
    22 -----------------------
    64 ^^^^^^^^^^^^^^^^^^^^^^^
    23 
    65 
    24 * Exemple ONF website
    66 * Example ONF website
    25 
    67 
    26 
    68 
       
    69 What PyAMS look like?
       
    70 ---------------------
       
    71 
       
    72 To create a website with PyAMS, you will use to the friendly content manager interface.
       
    73 
    27 .. include:: screenshots.rst
    74 .. include:: screenshots.rst