jquorning / awa-alire-index

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ada Web Application

Build Status Test Status Coverage Documentation Status License

Ada Web Application is a framework to build a Web Application in Ada 2012. The framework provides several ready to use and extendable modules that are common to many web application. This includes the login, authentication, users, permissions, managing comments, tags, votes, documents, images. It provides a complete blog, question and answers and a wiki module.

AWA simplifies the Web Application development by taking care of user management with Google+, Facebook authentication and by providing the foundations on top of which you can construct your own application. AWA provides a powerful permission management that gives flexibility to applications to grant access and protect your user's resources.

This is the Alire index to give access to the following projects:

These projects are distributed under the Apache License 2.0 or MIT license for Ada LZMA.

Install

The AWA framework uses git submodules to integrate several other projects. To get all the sources, use the following commands:

   alr index --add git+https://gitlab.com/stcarrez/awa-alire-index.git --name awa

About