From 11f0907e2effff7af66040f037a95ab394dbd42c Mon Sep 17 00:00:00 2001 From: vincent-peugnet Date: Wed, 10 Apr 2019 20:12:27 +0200 Subject: readme 2 --- README.md | 28 +++++++++++----------------- 1 file changed, 11 insertions(+), 17 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index b995ee9..c438350 100644 --- a/README.md +++ b/README.md @@ -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 !! -- cgit v1.2.3