Search the web
Sign In
New User? Sign Up
ClearSilver
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 426 - 455 of 1347   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
426
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...
George Schlossnagle
omnitigeorge
Online Now Send Email
Feb 4, 2005
4:54 pm
427
Sure, this is possible. If you look at the cgi_display function, you can see that it calls cs_init, cs_parse_file, and cs_render. You can split the...
Brandon Long
blong42
Offline Send Email
Feb 4, 2005
5:00 pm
428
Hi, I am working on file uploads with python. Does anyone have some sample code they could share? I am unable to get a file handle: my_image =...
culleyharrelson
Offline Send Email
Feb 10, 2005
10:04 pm
429
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 =...
Brandon Long
blong42
Offline Send Email
Feb 10, 2005
10:14 pm
430
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...
Haiping Zhao
hz0451
Offline Send Email
Feb 17, 2005
8:46 am
431
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:...
Haiping Zhao
hz0451
Offline Send Email
Feb 19, 2005
4:11 am
432
I found where the problem is. I worked around the problem by changing this <?cs lvar:Tables[TableName].WriteInput ?> to two liner, <?cs set:test...
Haiping Zhao
hz0451
Offline Send Email
Feb 19, 2005
4:41 am
433
Thanks, I'll take a look. Brandon ... -- "A fool: anyone who thinks he sees what God is doing." -- Kurt Vonnegut, Jr. http://www.fiction.net/blong/...
Brandon Long
blong42
Offline Send Email
Feb 20, 2005
7:49 pm
434
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: ...
trent_oh
Offline Send Email
Feb 22, 2005
12:46 am
435
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. ...
Michael
profile_taken
Offline Send Email
Feb 24, 2005
6:39 pm
436
Hmm. Currently, includes are looked for using hdf_search_path. Its possible you could put the change there... would require global variables, though....
Brandon Long
blong42
Offline Send Email
Feb 24, 2005
6:51 pm
437
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...
neurondata
Offline Send Email
Feb 24, 2005
11:24 pm
438
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 =...
adam sah
asah@...
Send Email
Feb 27, 2005
4:58 pm
439
http://www.clearsilver.net/docs/man_templates.hdf#evar...
Rob Wheeler
rob_wheeler
Offline Send Email
Feb 28, 2005
4:45 am
440
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@...
Send Email
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@...
Send Email
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@...
Send Email
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...
neurondata
Offline Send Email
Mar 7, 2005
12:52 am
444
How about doing something like this? <?cs def:my_macro(param) ?> <?cs var:"<" + "?cs var:my_func(" ?>"foo<?cs var:param + "bar" ?>"<?cs var:") ?" + ">" ?> <?cs...
Erik Rose
grincheroo
Offline Send Email
Mar 7, 2005
8:49 pm
445
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...
angel_faus_tomas
angel_faus_t...
Offline Send Email
Mar 8, 2005
5:28 pm
446
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...
Brandon Long
blong42
Offline Send Email
Mar 8, 2005
6:26 pm
447
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....
Joe Shear
shearj
Offline Send Email
Mar 9, 2005
4:19 am
448
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...
Paul Wayper
paulway.geo
Offline Send Email
Mar 9, 2005
6:46 am
449
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...
Erik Rose
grincheroo
Offline Send Email
Mar 9, 2005
6:20 pm
450
... 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...
Brandon Long
blong42
Offline Send Email
Mar 10, 2005
2:47 am
451
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...
Brandon Long
blong42
Offline Send Email
Mar 10, 2005
2:50 am
452
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 ...
Administrator
sbcltdcom
Offline Send Email
Mar 15, 2005
12:13 am
453
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...
Administrator
sbcltdcom
Offline Send Email
Mar 15, 2005
12:13 am
454
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. ...
sandhya pawar
sandhya_spia
Offline Send Email
Mar 21, 2005
11:02 am
455
Hi there! A bit of simple code that loads and displays a ClearSilver template in Perl would be: ######################################## sub...
Paul Wayper
paulway.geo
Offline Send Email
Mar 22, 2005
12:04 am
Messages 426 - 455 of 1347   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help