From 85824de70ded75c98bd50220160e2171fdc8df41 Mon Sep 17 00:00:00 2001 From: vincent-peugnet Date: Fri, 2 Nov 2018 02:03:52 +0100 Subject: render working and url auto link --- README.md | 36 +++++++++++++----------------------- 1 file changed, 13 insertions(+), 23 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 1a58eca..13747fe 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,17 @@ # W-CMS -**W** is a CMS based on my way of thinking. +**W** was first a tool, based on my way of thinking, as a protesis, to write on ideas and create a self explorating text point n' click game. -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. +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. +There is no boundaries beetween taking notes and creating a website. When you create a article, you create a space in internet, a place, that can be public or private. Then, you decide to link it or not with the others places you've created before. +There is a lots of possibilites of creations, for people who need to create multi-aspect labyrinth websites, to use a half public/private mindmap, or even interactives fictions. +## Highlights -- 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. +- The user can never see the whole map of the website : yo can create specific auto-menu for each page if you want. +- Each page, of group of pages can be like a single website, with it's own style. (You can create your mini internet on internet) +- The pages load very quickly as they can be rendered +- Editor interface, the only place where where you can see the master-plan. There is 3 levels of privacy : @@ -29,23 +29,13 @@ And 4 levels of users : [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. +- Pure PHP. - Use MarkDown to edit articles. -- All the article use only basic GET information. - -# Versions - -## W - -- 2.2 : all tools are now under the same folder **/W**, class are named **class.w.** to prevent name problems, edit symbol, new menu, better media display. -- 2.1 : dynamic template : you can link a article to another to use the CSS parameters of the this one. +- Intelligent link analysis. +- Easy to manage Json files database. -## M +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. -- 0.1 : test version. \ No newline at end of file -- cgit v1.2.3