diff --git a/README.md b/README.md index 8521e98..d4549d5 100644 --- a/README.md +++ b/README.md @@ -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: