You may have asked yourself, "What's this phope.php business?"
Phope is a PHP script I wrote. Its name is a combination of "PHP" and "Zope". Its main features are:
- Header/Footer based templating that can automatically generate navigation to parent, sibling and child pages.
- Templates can "acquire" files, traversing up the file hierarchy until the appropriate file is found.
- Simple read/no-read permissions can easily be defined by adding users and groups to a database.
- All page generation and permission setting is done via the file system, so expert HTML authors don't have to deal with inserting things into a database.