clearsilver
clearsilver copied to clipboard
Official repository for the ClearSilver templating language and webkit
Some browsers change length of boundary string in multipart http post requests (for example Firefox). So, cgi_parse() -> parse_rfc2388() functions could not correctly parse some requests because of error, that...
Here's bash script that I've used to build clearsilver. Running it with `sudo`. ``` BUILD_DIR="/tmp/someproduct-deps/clearsilver" RELEASE="0.11.0" if [ -d "$BUILD_DIR" ]; then rm -r $BUILD_DIR fi mkdir -p $BUILD_DIR pushd...
This would give clearsilver a new life here in 2020 :)
Are you aware of the patches used in the Debian package of clearsilver, available from https://tracker.debian.org/clearsilver via the 'debian patches' link? Perhaps you want to consider some of these in...