diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2018-05-07 11:34:45 +0200 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2018-05-07 11:34:45 +0200 |
commit | 97d6db419e1782abaa554dc9b88c208835d1a8b4 (patch) | |
tree | 4effa38f18eb0249d0587902cf9e34efd784eb82 /README.md | |
parent | 8ad36569c333324614a864225d507972247f22be (diff) | |
download | wcms-97d6db419e1782abaa554dc9b88c208835d1a8b4.tar.gz wcms-97d6db419e1782abaa554dc9b88c208835d1a8b4.zip |
W 2.1 M 0.1
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..4434f71 --- /dev/null +++ b/README.md @@ -0,0 +1,42 @@ +# W-CMS + +**W** is a CMS based on my way of thinking. + +It's a mix between a drive, wikipedia and a personnal blog. You can create articles very quickly and share them with other people or keep them for you and restricted people. + + +- The user can never see the whole map of the website : no menu (never ever) +- you can discover the website only by clicking on internal link, wiki style. +- Each page can have is own style, so you don't realise it's exactly the same website when you navigate (no graphical identity) Each page is a kind of single website on his own. (Just like a mini internet) + +The code is very very light, it's a very quick and limited CMS. + +The project is ispired by the *web publishing function* in *google docs* that create quick temporary web page instead of sharing a A4 page. I think very few people are using it. + + +There is 3 levels of privacy : + +0. public +1. resctricted by reader code (read only) +2. non published : admin only + +[Webpage of the project (in french)](http://vincent.club1.fr/w/?id=w) + +# M + +**M** is the media manager to be used with **W**. The purpose is to import images or sound, rename them, resize them or compress them very quickly online. + +# Technology + +- Pure PHP an MySQL only. +- Use MarkDown to edit articles. +- All the article use only basic GET information. + +# Versions + +## W + +- 2.1 : dynamic template : you can link a article to another to use the CSS parameters of the this one. + +## M + |