docs/README.txt
changeset 439 d2a70e493aa8
parent 421 ec94b4026195
equal deleted inserted replaced
438:82836485546c 439:d2a70e493aa8
    13 
    13 
    14 **PyAMS** is actually mainly used to manage web sites through content management applications (CMS,
    14 **PyAMS** is actually mainly used to manage web sites through content management applications (CMS,
    15 see PyAMS_content package), but many features are generic and can be used inside any kind of web
    15 see PyAMS_content package), but many features are generic and can be used inside any kind of web
    16 application.
    16 application.
    17 
    17 
       
    18 All PyAMS documentation is available on `ReadTheDocs <https://pyams.readthedocs.io>`_
    18 
    19 
    19 What is PyAMS_utils ?
    20 
    20 =====================
    21 What is PyAMS_utils?
       
    22 ====================
    21 
    23 
    22 PyAMS_utils is a set of classes and functions which can be used to provide many small services and
    24 PyAMS_utils is a set of classes and functions which can be used to provide many small services and
    23 handle common operations in the context of a Pyramid application.
    25 handle common operations in the context of a Pyramid application.
    24 
    26 
    25 Internal sub-packages include:
    27 Internal sub-packages include:
    34  - protocol: utility functions and modules for several nerwork protocols
    36  - protocol: utility functions and modules for several nerwork protocols
    35  - text: simple text operations and text to HTML conversion
    37  - text: simple text operations and text to HTML conversion
    36  - html: HTML parser and HTML to text converter
    38  - html: HTML parser and HTML to text converter
    37  - file: file upload data converter
    39  - file: file upload data converter
    38  - tales: custom "extension:" TALES expression using adapters
    40  - tales: custom "extension:" TALES expression using adapters
    39 
       
    40 
       
    41 How to use pyams_utils ?
       
    42 ========================
       
    43 
       
    44 A whole set of PyAMS documentation is available on `ReadTheDocs <https://pyams.readthedocs.io>`_