blob: 0cc9b0cccd0904bc1c0c482d5a18b8bb2f20ab88 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
|
# 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
- 0.1 : test version.
|