Site Search
 ClearSilver
Read this page in English / Japanese
 What is ClearSilver?
ClearSilver is an open-source Web templating language developped by Neotonic. It's good at separating content from layout, and you are able to create Web sites with consistent layout easily. CGIs are also able to manupilate content. ClearSilver distribution tarball contains APIs from C, Python, Ruby, Perl, and Java.
 Download
You can download from official clearsilver.net. Current version is 0.9.3 as of Oct 14, 2003.
 Patch
Here's a patch which I personally need to be fixed.
  • cs-0.7.0.patch1: A patch for parse commas ',' in the literals in CS macro function calls. (Aug 15, 2002)
 Perl module for ClearSilver
ClearSilver.pm is an extension module to use ClearSilver from Perl.
ClearSilver 0.7.2 and later distributions include ClearSilver.pm. Download the tarball and untar at the top level directory of ClearSilver. Perl extension source code will be placed under perl/ directory. Building procedure of the module is as same most of Perl modules. (i.e. perl Makefile.PL , make , make test, sudo make install) If you find any problems for ClearSilver.pm, please report them to gaku-cs@gaku.net. I might fix them.
 Useful links for ClearSilver