diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-04-20 12:43:35 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-04-20 12:43:35 +0000 |
commit | 145ac14fbc85bc3f6acf2e21d5b2ddf866d7f87e (patch) | |
tree | e907becee337df2c53e567580d74153c0a22f6c7 /www/clearsilver/pkg-descr | |
parent | 772054ce1260d8648924a2fe6b9181b61f92c49a (diff) |
Add clearsilver, a fast, powerful, and language-neutral HTML template system.
In both static content sites and dynamic HTML applications, it provides
a separation between presentation code and application logic which makes
working with your project easier.
Add clearsilver-python, a slave port that enabled python extension in clearsilver.
WWW: http://www.clearsilver.net/
PR: ports/65652, ports/65653
Submitted by: thinker <thinker@branda.to> (original submission)
Rui Lopes (fixes)
Notes
Notes:
svn path=/head/; revision=107708
Diffstat (limited to 'www/clearsilver/pkg-descr')
-rw-r--r-- | www/clearsilver/pkg-descr | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/www/clearsilver/pkg-descr b/www/clearsilver/pkg-descr new file mode 100644 index 000000000000..4edc383f8343 --- /dev/null +++ b/www/clearsilver/pkg-descr @@ -0,0 +1,15 @@ +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. + +WWW: http://www.clearsilver.net/ |