Dynamic Content Processor - Features

Current Features

Simple Wiki-like Content Syntax

The DCP uses avery simple, Wiki-like syntax for the content. This is by far more easier and faster for the writer than pure HTML. This enables the author to create his content without deeper HTML knowledge and with the needed speed for real actual information.

Dynamicly Exchangable Templates

The rendered content is included into templates, which can be exchanged at runtime. So print views can easyly be realized.

Structuring through Includes in Content and Templates

Includes are allowed inside the content and the templates. So you can organize your site and reuse the elements.

Transparent for Visitors and Search Engines

The content is addressed with regular URLs ending with the extension .html. So no visitor or search engine will recognize the dynamic generation.

Macros and Plugins

Beside the system macros you can write and integrate own plugins very simple.

Variables

The system provides some variables about the content file, the template file, the generator or the modification date. These variables can be used inside the content or the template to provide more information or create depending links.

Future Plans

Plugins

More Variables

New variables about the document of dynamic aspects shall help to build more powerful sites.

Caching

Currently all files are rendered dynamicly. Future releases will cache the generated HTML file on disc for a better performance.

Back ...