... I believe that clearsilver doesn't know that you switched the locale. Sorry, I use this functionality only from C, there a call to setlocale is enough to...
Gerald Dachs
gda@...
Mar 1, 2005 9:17 am
443
I was wondering how can I generate a quote from within an expression that concatenates strings? For instance in the following: <?ct def:my_macro(param) ?> <?ct...
Hi, I am having problems building ClearSilver. Although the build of the C program works fine (I can use static.cgi without problems), I find no way to pass...
Ok, I just uploaded 0.9.14 which fixes this problem. http://www.clearsilver.net/downloads Brandon ... -- program, n.: A magic spell cast over a computer...
I believe there's a memory (double free) problem that occurs in lvar_eval where the function think it has ownership of a string stored in the hdf dataset....
Hi there! I've compiled ClearSilver on a dual Opteron machine (having found the tip of adding -fPIC to CFLAGS in the rules.mk file) and installed it. I can now...
In the course of wrapping an additional façade around CS's existing Python interface, I ran into a question about the design of CS itself: namely, why expose...
... In C, you can replace the HDF object that is attached to the CS Parser (its just a struct) though that functionality isn't exposed to python or the other...
This should be fixed by 0.9.14, which I released earlier this week. Brandon ... -- ¨Unlike the U.K. House of Commons, which runs on ritual, and thus rarely...
Hasn't been increased in some time. Thank you. Patch following to help: diff -ur clearsilver-0.9.14.orig/python/setup.py clearsilver-0.9.14/python/setup.py ...
Just for the record, the following is a batch file I use to compile clearsilver and python under Windows and MingW32. This does assume that you have created...
Hi, i have to use ClearSilver with perl(mod_perl). please I need help from scratch how to use clearsilver with perl with some examples?? thanks sandhya. ...
Hi there, Just wondering if any feature exists in ClearSilver that allows you to format a number when it's being output. I'm looking to format a real number...
Thanks for the pointer. I've been thinking of adding these types of formatters, but haven't gotten around to it yet. Especially for floats, you're stuck with...
Hello all, I'm trying to add clearsilver to my Arch Linux box. I'm trying to do it "the right way", by packaging it up. I've come across a snag that is fixable...
Kevin Williams
kevwil@...
Mar 25, 2005 6:38 pm
459
The problem you are having is related to the internals of Ruby itself. When I built the extension I did not give it much consideration. The install.rb gets...
... So... sorta. Using the C CGI Kit, you can have a file of KEY=VALUE pairs per line. You can then specify that file on the command line, and calling ...
Compilation under windows has always been painfull for me, because I've always played under linux or other unixes. I just compiled the python binding for ...
... I've made a few changes to this routine that people might be interested in. It can now also write out an HDF file in either unstructured (everything as...
So I'm trying to build ClearSilver on Solaris 9(sparc). I am using the GNU binutils, gmake, and gcc 3.4.2. None of the /usr/ccs/bin stuff is in my path. I get...
I'm registering a function of my own, but my function is not called when a node is not present. <?cs var:my_func(NoneExistentNode) ?> I was expecting a NULL....
Hmm, yes, the code in csparse.c:_str_func_wrapper does indeed not call the function if the var doesn't exist. It also doesn't call the function if its passed...
Thanks. I worked around the problem by doing this, <?cs var:my_func(""+NoneExistentNode) ?> -Haiping ... From: Brandon Long [mailto:blong@...] Sent:...
Hi all, i have a problem with the static.cgi. i installed clearsilver on my suse machine. and after finishing and copying the "static.cgi" to my apache cgi-bin...
Komaii - thrixxx
komaii@...
Apr 28, 2005 9:44 pm
469
So, static.cgi is not meant to be run directly, its meant to be run with a CS template. Typically, this is done by setting up apache to invoke static.cgi when ...
Hi, i got 2 simple questions: 1.) How to use the CGI Kit from Perl? (Couldnt find any example) 2.) Is it possibly to wrap the CGI Kit in FastCGI calls? ...
Thats what i excatly added to the Apache configuration. Must be a problem with "trac" from edegwall. If i browse the code via trac i cant see that the...