add missing features to the readme

This commit is contained in:
Gonçalo Valério 2019-09-03 13:25:14 +01:00
parent ba1435068b
commit a143046597
1 changed files with 11 additions and 1 deletions

View File

@ -2,10 +2,20 @@
This project started as a learning exercice and as a secondary goal it intends to be an easy to use and deploy [Websub Hub](https://www.w3.org/TR/websub/#hub).
It still is a work in progress and at this moment is not intented to use in production.
It still is a work in progress and at this moment it is still not ready to be used.
**CI Status**: [![CircleCI](https://circleci.com/gh/dethos/rusty-hub.svg?style=svg)](https://circleci.com/gh/dethos/rust-hub)
## Missing features
Below are some missing features that are required for the hub to work properly:
- [ ] Subscription validation
- [ ] Subscription expiration
- [ ] Content distribution
- [ ] Authenticated content distribution
- [ ] Change default settings through a `config` file
## Development Environment
To start hacking on this project you just need to have your stable rust environment set up and then: