diff options
-rw-r--r-- | README.md | 28 |
1 files changed, 11 insertions, 17 deletions
@@ -35,29 +35,23 @@ There is lot more you can by altering the `BODY`. +[Old webpage of the project (in french)](http://vincent.club1.fr/w/?id=w) -There is 3 levels of privacy : -0. public -1. reader : resctricted by reader code (read only) -2. non published : editor and admin only +# Technology -And 4 levels of users : +- almost pure PHP. +- Use MarkDown to edit pages quickly. +- Easy to manage Json 'flat file' database. -1. Reader -2. Invite -3. Editor -4. Administrator +using [James Moss's Flywheel Database](https://github.com/jamesmoss/flywheel), [Michel Fortin's Markdown Extra](https://github.com/michelf/php-markdown) and [Plates](https://github.com/thephpleague/plates) as lightweight template engine. -[Webpage of the project (in french)](http://vincent.club1.fr/w/?id=w) -# Technology +To Do +===== -- Pure PHP. -- Use MarkDown to edit articles. -- Intelligent link analysis. -- Easy to manage Json files database. - -using [James Moss's Flywheel Database](https://github.com/jamesmoss/flywheel), [Michel Fortin's Markdown Extra](https://github.com/michelf/php-markdown) and [Plates](https://github.com/thephpleague/plates) as lightweight template engine. +- Implement Code Mirror as editing interface instead of basic text area +- Locking page system by super editor to prevent editing by the wrong person +- use AJAX request !! |