-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
58 lines (31 loc) · 747 Bytes
/
README
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
README for pycms
==================
About
-----
pycms is a lightweight web content management system.
Prerequisites
-------------
Python http://www.python.org
Installation
------------
Unzip the file, then at the command line run
python setup.py install
Usage
-----
On the command line, run
python3 pycms.py
Documentation
-------------
Usage documentation is in the file
pycms-documentation.txt
To read the API documentation, open a shell / DOS window, navigate to the
pycms directory, and run
pydoc pycms
You can create a HTML version using
pydoc -w pycms
License
-------
pycms is licensed under the GPL. See the file COPYING for details.
Author
------
Florian Berger <[email protected]>