CPPSERV


Home Projects Jobs Clientele Contact

cppserv


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

CPPSERV 0.2.1 is released



CPPSERV 0.2.1 is released.
New features:
- CSP parser supports include search path
- CSP parser supports --eat-spaces option.

--eat-spaces option causes CSP parser to
reduces any consecutive white space to single
white space in resulting servlet. This is meant
to reduce memory used by constant strings in
the servlet.
For cases where spacing is important,
<%@spacing preserve="..."> directive.
preserve attribute takes one of three possible
values: true, false, restore.
"restore" means use value set at command line.

Include search path is formed as follows:
Directory where currently processed file is in
is searched first. Then any directories where
parent files (ones that include current one) are
located. Then directories passed on command line
with -I argument are searched in order.
Finally colon-separated list of directories
specified in CSP_SEARCH_PATH environment variable
are searched.

-- 
Ilya A. Volynets-Evenbakh
http://www.total-knowledge.com



Authoright © Total Knowledge: 2001-2008