PsyberMind
New Member
- Messages
- 27
- Reaction score
- 0
- Points
- 0
Just something I thought I'd throw out there. Have you ever considered installing ClearSilver? Its a fantastic alternative to Templating. From their website at www.clearsilver.net
Anywhoo.. I've used it before, and love it. Its a shell background process, and once its compiled, you set it and forget it, to quote Chef Tony. The nice thing about it is it is not resource intensive, and integrates seamlessly into Apache
ClearSilver is a fast, powerful, and language-neutral template system. It is designed to make it easy to create template driven static or dynamic websites.
ClearSilver is first and foremost designed to be extremely fast. It is coded completely in C and exported to your script language of choice (i.e. Python, Perl). As a result, it is notably faster than template systems written in a script language. However, its design has additional benefits. It is also one of the only template systems available which allows you to easily mix-and-match multiple programming languages with the same templates, even on the same page. This allows you to optimize your website by writing C-modules to handle speed-sensitive sections, while leaving the majority of your site in easy to write script code.
Anywhoo.. I've used it before, and love it. Its a shell background process, and once its compiled, you set it and forget it, to quote Chef Tony. The nice thing about it is it is not resource intensive, and integrates seamlessly into Apache