7 * New template function 'case'.
8 * New template function 'env', to get values from the
10 * New template function 'size', to return the number
11 of elements in a colon-separated list.
12 * New template function 'seq', to generate a sequence
13 between two numbers as a colon-separated list.
18 * New template function 'foreach', to implement loops.
19 * New template function 'set', for assigning a value to
21 * New template arithmethic functions 'add' and 'sub'.
22 * New template comparison functions 'gt', 'lt' and 'eq'.
23 * New template logical functions 'and', 'or' and 'not'.
24 * New template function 'random'.
25 * Comments can now be included with the {% } markup (they
26 are deleted from the final output).
27 * Old cruft has been deleted from the script (ftp, makefile
28 and sitemap generation).
29 * Template parameters are always expanded (instead of short-
30 circuiting when one is not found).
31 * Artemus markup can be escaped to allow templates being used
32 from another ones with being executed first.