Home | Code | Web Content Management System
After working through a couple of systems (none of which were completed) to manage my POV-Ray Cyclopedia with XML and Python, and after beign handed PTTW.org I decided to create a Content Management System that could work for these and my other big project, STMAA.org.
The first part of my design process was to decide how I would organize the working directory. I have a few simple caveats here:
With these in mind I drew the following diagram (isn't ascii art fun?)
-- Project Folder | +--
index.html | +--
navigation.xml | +--
cms.xml | +--
SRC | +--
IN | +--
OUT | +--
images | +--
style
The SRC folder holds Python code modules for the individual processors