File Generating CMS

Not for 'how-to' coding questions but PHP theory instead, this forum is here for those of us who wish to learn about design aspects of programming with PHP.

Moderator: General Moderators

User avatar
Ambush Commander
DevNet Master
Posts: 3698
Joined: Mon Oct 25, 2004 9:29 pm
Location: New Jersey, US

Post by Ambush Commander »

This is fun! Right now, I have the following filters running on my XHTML code:

- The GenerateTableOfContents filter, which creates a table of contents based on the headings in the document
- An Acronymizer, which takes <acronym>PHP</acronym> and adds the appropriate title tag if it knows the extension.
- A Quoter, which converts <q> tags into double/single quotes, depending on whether or not they're nested.

Whee! I could probably go even further and add support for HTML5 elements, SVN changelogs, templates, LaTeX delegation, etc etc etc. This is shaping up well.
Post Reply