]> git.llucax.com Git - software/forestcms.git/commit
ForestCMS - Filesystem-Oriented reST CMS master
authorLeandro Lucarella <llucax@gmail.com>
Wed, 23 Dec 2009 01:05:34 +0000 (22:05 -0300)
committerLeandro Lucarella <llucax@gmail.com>
Wed, 23 Dec 2009 20:53:44 +0000 (17:53 -0300)
commit87957915307f1571e266d3a7f67d560bfad50390
tree6cba0747e4282194ae7e19f163c0d422e495336c
ForestCMS - Filesystem-Oriented reST CMS

ForestCMS stands for Filesystem-Oriented reStructuredText Content
Management System. It's inspired in the ideas brought by the Hooks PHP
framework for content managements and it's intended to make easy to
publish contents in a filesystem-oriented way (i.e. use the hierarchical
nature of the filesystem to build a tree-like content management). This
makes very easy to manage contents without a web interface (by just
editing files in the filesystem). A web interface can come in the future,
thoug.

ForestCMS is written in Python, and the content is written in reST instead
of HTML. This is the initial commit with just a proof of concept, a small
web server that serve reST files as if they were web pages.
README.rst [new file with mode: 0644]
fcms.py [new file with mode: 0644]
sysroot/404.rst [new file with mode: 0644]