Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gregorybesson committed Nov 21, 2016
1 parent f0b8f0b commit 2d02a26
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@

> Abe is your __static websites generator__ with revolutionnary __self-descriptive__ templates
[![NPM](https://nodei.co/npm/abe-cli.png?downloads=true&downloadRank=true)](https://nodei.co/npm/abe-cli/)
[![NPM](https://nodei.co/npm-dl/abe-cli.png?months=3&height=3)](https://nodei.co/npm/abe-cli/)

# Demo
Deploy your own Abe demo on Heroku

Expand All @@ -32,6 +35,28 @@ The separation between the engine, the API server and the front will be reinforc
The documentation will be rewritten and included in the modules
As a major new feature, it will be possible to create a template from partials.

## Roadmap of the next 2.x releases
- the stateful manager of Abe has to become responsible of pagination of articles (huge performance boost)
- A homepage will arive (at last !) on the frontend
- It will be possible to create filtered views on the manager frontend
- Refactoring of the editor has to be done
- Unit testing will cover >60% of the code
- A full functional test scenario from blog creation to article manipulation will be written
- The load testing scenarii will be open sourced (based on Locust)
- Bugfixing
- Precompiling of templates has to be fully tested
- since Abe has become stateful, clustering has been removed. Implement a solution to permit clusters of Abe
- Add template creation from partials
- Structure will be editable from abe, as references
- templates and partials will be uploadable
- Video training will be produced

## Roadmap of the 3.x releases
- Separate the engine, the REST server and the client
- rewrite the client in react
- create an Electron version
- More to come !

## Changelog
See the complete [changelog](./CHANGELOG.md)

Expand Down

0 comments on commit 2d02a26

Please sign in to comment.