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...
Apologies if this has been discussed before; I haven't been able to find any reference in the mailing list archives or FAQ. I find the use of ClearSilver...
Someone asked me today if html_escape() converts (") into ". AFAIK, the answer to this is no, which means we would need another escaping function for ...
Hi, I noticed that CS has ruby hooks but I wonder is the API for ruby as complete as the other scripting languages? I luv ruby and would love to use it. ...
Dear all, I'd like to know what CS returns to html when its hdf has name, but no value. Here is my snippet. <?cs set: counter = #0 ?> <tr> <?cs loop: x = #1,...
Hi, Has anyone done a 'calendar39; using Clearsilver that they can share? I'm looking to do a calendar like what you see in a typical Movable Type blog (you can...
Hi, I have a difficulty of using html_strip and html_escape. Here are my snippets. 1. my.hdf word = ping <ping> 2. my.html var:html_escape(html_strip(word)) 3....
Hi Clearsilver enthusiasts. I friend pointed me to Clearsilver as a web templating alternative and I have been fishing around for examples or even api info...