Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 1.19 KB

index.rst

File metadata and controls

38 lines (29 loc) · 1.19 KB

Valum Web micro-framework

Build Status Coverage via Codecov

Valum is a Web micro-framework written in Vala and licensed under the LGPLv3. Its source code and releases are available on GitHub: valum-framework/valum.

This user documentation aims to be as complete as possible and covers topics that are not directly related to the framework, but essential for Web development. If you think that this document could be improved, open a ticket on GitHub to let us know.

.. toctree::
    :maxdepth: 2

    installation
    getting-started
    application
    vsgi/index
    router
    redirection-and-error
    middlewares/index
    recipes/index
    hacking
    about/gnu-lgpl-v3.0