diff options
author | jessib <jessib@riseup.net> | 2012-10-08 11:05:17 -0700 |
---|---|---|
committer | jessib <jessib@riseup.net> | 2012-10-08 11:05:17 -0700 |
commit | 8f100d3c03a6f554e703c5d0b2fe221958424c26 (patch) | |
tree | 77e90f53d05fecefa91adf89a3c35f19e277996b /Readme.md | |
parent | f77301824c42bdd4559a0b0e58b8f3c26f239643 (diff) | |
parent | f5aea5347601c3500bb3670971d44995c35c3c7b (diff) |
Merge branch 'release-0.1.0' into help_develop
Conflicts:
.gitignore
Diffstat (limited to 'Readme.md')
-rw-r--r-- | Readme.md | 22 |
1 files changed, 21 insertions, 1 deletions
@@ -1,4 +1,24 @@ # Leap Web # -Web application for LEAP. +Web application for LEAP. Currently Leap Web allows Leap providers to manage users, hand out certs for the EIP. + +## Functions ## + +### Supported ### + +* *User Management* - User Registration and Authentication +* *Cert Distribution* - Certs for the Encrypted Internet Proxy + +### Under Development ### + +* *Help Desk* - Managing Help Requests + + +## Documentation ## + +* [INSTALL](https://github.com/leapcode/leap_web/blob/master/INSTALL.md) for installation instructions +* [DEPLOY](https://github.com/leapcode/leap_web/blob/master/DEPLOY.md) for deployment +* [DEVELOP](https://github.com/leapcode/leap_web/blob/master/DEVELOP.md) for developer notes. +* [CUSTOM](https://github.com/leapcode/leap_web/blob/master/CUSTOM.md) to customize. + |