Release Notes for Clearsilver 0.4.0 1/11/2002 ------------------------------------- Ok, the list of changes: - first pass at a "loop" command in CS. Format is fairly ugly, but basically: the loop will be executed sequentially with i = 1, i = 2, etc up to i = 50 (inclusive). Also: the loop will be executed sequentially with i = 1, i = 3, i = 5, etc up to i = 55 (inclusive). Also: See test7.cs in the cs directory for more examples. - allow def command anywhere (per Rob's request) - fix text->html function handling of email/urls - var command now works more like an echo, in that it takes a full expression, so the following do what you'd expect: etc. - Add an apache module for ClearSilver, mod_ecs. See the README in the mod_ecs directory for more information. Basically, this allows you to use your existing ClearSilver CGI's without the fork/exec overhead with very minimal changes.