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

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

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 329 - 358 of 1347   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
329
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...
Stefan Nilsen
stefan.nilsen@...
Send Email
Sep 6, 2004
6:56 pm
330
Yes, in order to use the various html/cgi related functions, you need to have instantiated the cs parser from the cgi routines, or you need to add the escape...
Brandon Long
blong42
Offline Send Email
Sep 6, 2004
7:04 pm
331
... Especially since the filter functions is documented together with the core template functions, not together with the cgi routines... ... I copied the code...
Stefan Nilsen
skuggan999
Offline Send Email
Sep 7, 2004
7:18 pm
332
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...
kemokid
Offline Send Email
Sep 7, 2004
9:17 pm
333
Good point. Brandon ... -- "A fundamental law: no matter how good you are, someone somewhere believes that you're going to Hell." -- Andrew C. Bulhak ...
Brandon Long
blong42
Offline Send Email
Sep 7, 2004
9:48 pm
334
I just wrote a C++ wrapper that makes syntax a bit cleaner when working with HDF*. For example, you can write things like, hdf["node"] = "text"; hdf["node"] =...
Haiping Zhao
hz0451
Offline Send Email
Sep 15, 2004
6:03 pm
335
Thanks, we'll take a look. We have a wrapper here also, but its probably too dependent on google code. Brandon ... -- "Put all of your high priorities on one...
Brandon Long
blong42
Offline Send Email
Sep 15, 2004
6:07 pm
336
I just saw this when trying out PyApache. After searching this group for the message below, I saw that this was documented on the website at...
kemokid
Offline Send Email
Sep 18, 2004
11:34 pm
337
Has anyone compiled ClearSilver on a 64bit machine? (What about Fedora Core2 on a 64bit?) example: gcc -g -O2 -Wall -c -I../ -I../...
Jeff Buhrt
jeffbuhrt
Offline Send Email
Sep 19, 2004
8:06 pm
338
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 -...
reverbca
Offline Send Email
Sep 22, 2004
5:42 pm
339
I manage a large commercial php application and am investigating the use of ClearSilver to help facilitate the slow transition to another programming language....
culleyharrelson
Offline Send Email
Sep 22, 2004
5:45 pm
340
The first ... These are fixed in the tree, and will be in the next version (though it won't break the build) ... Not sure what this complaint is. ... Weird,...
Brandon Long
blong42
Offline Send Email
Sep 22, 2004
5:50 pm
341
... I have been meaning to write a PHP wrapper/module/glue/whatever you want to call it for ClearSilver, but have not gotten around to it. As far as I know, no...
Martin Baker
martinb@...
Send Email
Sep 22, 2004
7:19 pm
342
I just took a production system off PHP with Clearsilver. While "large" is a difficult comparison, I had all the cs/hdf processing done as an output filter,...
Dan Janowski
djjanowski
Offline Send Email
Sep 22, 2004
9:54 pm
343
Anyone using odb.py with postgresql? python/examples/base has mysql and sqlite drivers......
culleyharrelson
Offline Send Email
Sep 23, 2004
4:16 pm
344
Hi Dan, I would love to get your php class if you don't mind. culley ... "large" ... an ... but ... stdin....
culleyharrelson
Offline Send Email
Sep 24, 2004
1:05 pm
345
This is what I was using for php. It had its shortcomings, but performance was not one of them. The Ruby bindings are very effective. I decided on Ruby because...
Dan Janowski
djjanowski
Offline Send Email
Sep 30, 2004
9:42 pm
346
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...
jinghongcoxchen
Offline Send Email
Oct 1, 2004
7:07 pm
347
Hi, I may have found a problem with the htmlStrip function. ... 'C ' Is that normal? thanks, Kevin...
Kevin Lewandowski
kevinsl
Offline Send Email
Oct 5, 2004
3:34 pm
348
Hmm. It attempts to convert ampersand html attributes, and apparently it doesn't handle the broken html case of an un-escaped ampersand. Brandon ... -- "i...
Brandon Long
blong42
Offline Send Email
Oct 5, 2004
3:55 pm
349
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...
culleyharrelson
Offline Send Email
Oct 6, 2004
3:48 pm
350
... You can set the output encoding, and other headers, via HDF variables. You can see which variables to set here: ...
Brandon Long
blong42
Offline Send Email
Oct 6, 2004
4:08 pm
351
I have created vim syntax files for *.cs and *.hdf: http://vim.sourceforge.net/scripts/script.php?script_id=1100 culley...
culleyharrelson
Offline Send Email
Oct 9, 2004
6:06 am
352
I solved these problems by using Scons to do the builds for the neo libraries and static.cgi. Scons is a python based make replacement which is smart enough to...
sskubikpeplaski
Offline Send Email
Oct 9, 2004
6:07 am
353
Viewing the debug output doesn't work for me after setting the charset with: self.ncgi.hdf.setValue('cgiout.ContentType', "text/html; charset=%s" % ...
culleyharrelson
Offline Send Email
Oct 20, 2004
1:29 am
354
Yes, because it doesn't think the content type is text/html anymore (its dumb). You can get the same affect by setting cgiout.charset to iso-5589-1 instead of...
Brandon Long
blong42
Offline Send Email
Oct 20, 2004
1:31 am
355
Hi List, why do I get this: <!-- 0.000:0 --> at end of the html output of cgi_display and how can I prevent it? Gerald...
Gerald Dachs
gda@...
Send Email
Oct 21, 2004
8:54 am
356
... It's the amount of time the CGI engine took to process the page. cgi/cgi.c: do_timefooter = hdf_get_int_value (cgi->hdf, "Config.TimeFooter", 1); ...
David Terrell
dave_terrell
Offline Send Email
Oct 21, 2004
2:46 pm
357
On Thu, 21 Oct 2004 09:45:54 -0500 ... Thanks Gerald...
Gerald Dachs
gda@...
Send Email
Oct 21, 2004
5:48 pm
358
Hi folks, We're trying to build ClearSilver on an AMD64 box without much success. There have been other posts to the list on this topic: ...
Christopher Lenz
christopher_...
Offline Send Email
Oct 22, 2004
3:43 am
Messages 329 - 358 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