flberger/pycms
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
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 <fberger@florian-berger.de>