Hi, Apologies if this is a commonly covered question, I did a cursory search of the archives and couldn't find anything. I'm interested in caching a parsed...
You can limit file sizes, but not "early" enough to stop them from wasting their time uploading the data. I literally use something like: pathname =...
I have an each loop in a .cs file, and inside the loop it has a lvar like this <?cs set:ok_var = "OK" ?> <?cs each:subnode = parent ?> <?cs lvar:write_subnode...
Is this a know problem? I'm using 0.9.12. ==21885== Invalid read of size 1 ==21885== at 0x8266FEE: lvar_eval (csparse.c:2118) ==21885== by 0x8268F24:...
Hello all, Currently the ClearSilver build system presumes that there is a working Python at /usr/local/bin/python. This is because the main Makefile calls: ...
I'm currently developing web app in python and am hoping to give users the ability to customize their personal pages behond what is possible with css. ...
Hmm. Currently, includes are looked for using hdf_search_path. Its possible you could put the change there... would require global variables, though....
I want to append an hdf tree to a node's children in another hdf tree. Seems simple enough, but I'm not seeing the appended hdf in a dump or via the var...
I want to use a CS call inside an HDF entry, saw some examples, but still can't get this to work... any thoughts? in the .hdf: IMG_BASE = /demo1/i/ IMG_LOGO =...
thanks! below is a set of tests which try all combinations -- it seems that the evar/lvar must appear in the .cs file, which means that if you change an HDF ...
adam sah
asah@...
Feb 28, 2005 1:46 pm
441
Hi I have a problem with gettext at CS. test.cgi: #!/usr/bin/python import neo_cgi import neo_cs import neo_util filename = 'test.cs' hdf = neo_util.HDF() cs =...
Sergey Levchenko
sector119@...
Mar 1, 2005 2:59 am
442
... 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. ...