Hello, Whilst developing a ClearSilver extension for PHP I've found a couple of places in the C API where I thought some enhancements would prove useful: 1. It...
Hi, Building clearsilver failed at the 'make install' stage. This was due to the fact that the Makefile ran the command 'scripts/document.py' and the shebang...
I've run across the following problem with clearsilver on several occasions: I have a macros.cs file that defines some macro used by various other pages. Many...
Hi, Is there any support in the ClearSilver C API for determining whether an HDF node is a child of another node? The reason I ask is that hdf_copy() crashes...
I want our CGIs to be able to distinguish between cs_parse_file errors where the cs file was simply not found and cases where it was found but there was a...
ClearSilver is complaining to me that the html_escape filter is an "Unknown function". Can somebody give me a sanity check? Here's the problem code, in Python:...
I found a problem with this piece of code, and I wonder if this is known: HDF *hdf = NULL; hdf_init(&hdf); for (int i = 0; i < 100000; i++) { char buffer[64]; ...
While trying to write some CS code to generate pretty dates (e.g. 11 -> "November") we ran into the following, seemingly bizarre CS parser crash: The following...
Looks like someone went ahead and made a php extension module: http://www.geodata.soton.ac.uk/software/php_clearsilver/ I know a couple of people were looking...
I'm running into the following clearsilver problem: I have a page that calls <?cs include:"some-standard-macro-defs.cs" ?> and then later calls <?cs ...
ok, so I run the following, and get an error regarding the "rules.mk" file.. any ideas? i've tried configure with different options and they all do the same...
Good day folks, If I have a dataset: Referring { 0 { id = 1 junk = blue } } The following condition is not True: <?cs if:Referring ?>. Right now I've added a...
Viewing the debug output doesn't work for me after setting the charset with: self.ncgi.hdf.setValue('cgiout.ContentType39;, "text/html; charset=%s" % ...
GCC 3.3.2, GNU ar 2.15, GNU make 3.80, Solaris 9, Python 2.2.3, only the Python module. - Makefile.depends Error 2 - Undefined symbols building static.cgi -...
I don't see a way to modify the headers sent by neo_cgi. Is the best way to do this to just output the desired headers before calling display? would this...
I tried to build clearsilver(0.9.12) on cygwin(1.5.11), but got some problems. I had modified *rules.mk* to locate correct *PYTHON_LIB* and *PYTHON_SITE*, but...
I manage a large commercial php application and am investigating the use of ClearSilver to help facilitate the slow transition to another programming language....
I have recently worked on a mod_python front-end for the Trac project (http://www.edgewall.com/products/trac/), which is using ClearSilver as templating system...
The debug capability is quite handy - just set Config.DebugPassword to some value, and add debug=that value, and all CGI variables and HDF data is appended to...
Hi. I'm using 0.9.7 and I cannot get a simple line as <?cs var:js_escape("TEST") ?> to work. I get the following error: Traceback (innermost last): File...
Hi there, I have a lot of macros, and I hate having to relearn what all the obscure ones do, so I'd like to document their definition. Do folks have a...
Hello, Always on the lookout for interesting XML-based templating systems I stumbled upon your package through Debian's apt-repository. However, I would like...