From 97d6db419e1782abaa554dc9b88c208835d1a8b4 Mon Sep 17 00:00:00 2001 From: vincent-peugnet Date: Mon, 7 May 2018 11:34:45 +0200 Subject: W 2.1 M 0.1 --- README.md | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 README.md (limited to 'README.md') 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 + -- cgit v1.2.3