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...
Hi, all, Can someone teach me how to play with clearsilver? I already learned static.cgi. So the cs page can be visited, which returns a page with a static set...
YOON. Joo-Yung
yjy-list-clearsilver@...
Jun 2, 2004 1:16 am
265
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...
Hmm, dunno. Yes, its parsing the post form. If you aren't using pyapache or mod_python, you can try doing it without the cgiWrap call (since stdin is actually...
Which python version are you using? The ClearSilver python module does something semi-evil, in that there is actually only one module, and it fakes the...
There's some information about getting started with ClearSilver & Python here: http://www.clearsilver.net/docs/intro_clearsilver.hdf Its somewhat short in...
I don't have access to a machine with gcc 3.4 at the moment, so I can't verify whether it works or not. Brandon ... -- "Investment in reliability increases...
... Python 2.3 ... Yeah, that fixed the problem indeed. Thanks a lot! ... The workaround isn't really obvious, a real solution would be nice. Cheers, Chris ......
Hey guys, I'v been trying to get this installed a while and have tried everything that I can think of. I am building with Solaris 8, and gcc 3.4.0 (I also...
I'm trying to build clearsilver on my Debian Alpha system. I did a
simple "./configure --prefix=/usr" and "make." I've included the
build error. Am I...
Jiann-Ming Su
js1@...
Jun 16, 2004 9:59 pm
273
... I know people have complained of having troubles with newer versions of gcc, but I haven't gotten on a box to test those out yet (its just some new...
Hmm, it looks like it shouldn't be -fPic, it should be -fpic as the command line. Or, it looks like from searching that you can only link shared libraries ...
Let me add that everything builds fine on a i386 system. Jiann-Ming Su "Yeah, Lois, that'll be about as much fun as a lecture on ontological empiricism."...
Jiann-Ming Su
js1@...
Jun 18, 2004 4:46 pm
276
On Wed, 16 Jun 2004, Brandon Long wrote:
> Hmm, it looks like it shouldn't be -fPic, it should be -fpic as the
> command line.
>
> Or, it looks like from...
Jiann-Ming Su
js1@...
Jun 18, 2004 4:46 pm
277
Is one macros.cs file able to include another, or am I resigned to inserting additional include commands in every template. does not seem to be working for me....
Yes, you can include one CS file from another. You need to be careful of paths. If I remember correctly, they are always absolute based on the DocumentRoot or ...
Hello, I'd like to capture the output of ncgi.display() in python. I can't use neo_cs.render() because it doesn't support the filter functions. Here is my code...
... Clearsilver doesn't dynamically use the sys.stdout, it sets it up to use the current one when its called. You can tell it to use a different one using the...
Hello,
i'm not able to build Clearsilver on amd64, it fails with an relocation error.
--------------------------------------------
Sebastian Blum |...
Sebastian Blum
basti@...
Jul 5, 2004 4:52 pm
282
Hi, all. I'm new to clearsilver, and learning how to script python with it. When A.py sets a cookie, then can B.py read the cookie? As far as I tested, B.py...
I'm a bit confused, but let me try and understand what you mean. Cookies are client side information. Setting a cookie with A.py will send a message as part...
... Don't forget RFC 2965, which introduces the new and vastly superior Set-Cookie2: header. -- David Terrell dbt@... ((meatspace)) http://meat.net/...
... Yes. Additional reads of hdf files should just add-to/overwrite keys from the earlier reads. I don't understand why you had problems with nested data. It...
On Wed, 14 Jul 2004 03:24:23 -0700 (PDT), pinetree@... ... Yes, reading two files is the same as reading one that contained all the data, it will just...
Hi, all. Thanks for your advices. I was wrong and clearsilver proved itself great. What I did wrong was that I wrote "temperature = { }". The "=" must not be...
Nope, it hasn't. I'm not sure what the best way to expand the syntax to do that. Brandon ... -- "I know only that what is moral is what you feel good after and...
... Out of curiosity, what is the usage model for attributes if they're not exposed in templates? -- David Terrell dbt@... ((meatspace)) http://meat.net/...