Skip to content

Latest commit

 

History

History
40 lines (31 loc) · 1.16 KB

index.rst

File metadata and controls

40 lines (31 loc) · 1.16 KB

Valum web micro-framework

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
    redirection-and-error
    route
    router
    middlewares/index
    recipes/index
    module
    hacking
    about/gnu-lgpl-v3.0