diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2019-04-10 20:12:27 +0200 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2019-04-10 20:12:27 +0200 |
commit | 11f0907e2effff7af66040f037a95ab394dbd42c (patch) | |
tree | 115b2b6cdb32d18c981c932d4175943b711fe6c0 /README.md | |
parent | 13e25888230320e89609c81a8dd5cdcf75cb78f7 (diff) | |
download | wcms-11f0907e2effff7af66040f037a95ab394dbd42c.tar.gz wcms-11f0907e2effff7af66040f037a95ab394dbd42c.zip |
readme 2
Diffstat (limited to 'README.md')
-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 !! |