MdWeb
Simple cms with static files and stupid content.
Site structure
- settings.php: Customizable settings
- index.php: The main page
- upload.php: Utility to upload web site updates
- content: All static data, shoulde be referenced as "content/...."
- data: The directory with the site content
- data/shared: Where common files will be placed
- inc: framework include files
- plugins: The plugins directory
Navigation
TODO: Write something about the ?p=/path/to/file
Pages content
TODO: Write about the { root } { this } etc. replacement
TODO: The data directory structure
Plugins
TODO: Rendering, filter and generic plugins
Uploads
TODO: How site update works
Settings
- mdweb_data_root: Directory where the data files will be placed