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

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 1240 - 1269 of 1347   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1240
I have been working on a clearsilver backend replacement for this yui connection manager example: http://developer.yahoo.com/yui/examples/connection/post.html ...
culleyharrelson
Offline Send Email
Jan 12, 2009
9:59 pm
1241
I don't know enough about this to know off the top of my head. If you can tell me what the request looks like on the wire, I can probably figure it out....
Brandon Long
blong42
Offline Send Email
Jan 13, 2009
3:11 am
1242
The yui connection manager is stubbornly changing CONTENT_TYPE to: application/x-www-form-urlencoded; charset=UTF-8 line 643 of cgi.c has: if (type &&...
culleyharrelson
Offline Send Email
Jan 13, 2009
8:27 am
1243
Hmm, someone pointed that out before, its definitely allowed. The quesiton is, is CGI.ContentType just the content-type, or the entire Content-Type header......
Brandon Long
blong42
Offline Send Email
Jan 13, 2009
8:31 am
1244
... Its not YUI, but Firefox 3.x as it says here http://developer.yahoo.com/yui/connection/ under Known Issues: In Firefox 3.0, all HTTP POST transactions...
Sovande Ulv
sovandeulv@...
Send Email
Jan 13, 2009
8:37 am
1245
Brandon are you going to roll any of these patches into the official build or are you too concerned about creating other problems?...
culleyharrelson
Offline Send Email
Jan 14, 2009
11:41 pm
1246
... I'll definitely fix this, the question is whether I make CGI.ContentType just the content-type, or continue to leave it as the full header. Leaving...
Brandon Long
blong42
Offline Send Email
Jan 14, 2009
11:45 pm
1247
Hi, We are seeing this this error in our apache error.log. You'll have to forgive me but I dont know what bit of our system uses ClearSilver. Our linux web...
Oliver Marshall
olly_marshall
Offline Send Email
Jan 16, 2009
9:32 am
1248
Hi, I'm trying to use Clearsilver with the Boa webserver (www.boa.org). As far as I can tell, Boa does not have an "AddHandler" feature like Apache, so I'm...
rtwalsh26
Offline Send Email
Jan 16, 2009
5:00 pm
1249
This means the clearsilver binary you are using was compiled for an older version of python. This message is usually ok, though some of the problems you're...
Brandon Long
blong42
Offline Send Email
Jan 16, 2009
5:02 pm
1250
So, the default cs_static.cgi program works by using the PATH_INFO var. Using the AddHandler directive causes Apache to just shortcut what you'd do without it,...
Brandon Long
blong42
Offline Send Email
Jan 16, 2009
5:12 pm
1251
... That works, thanks a lot!...
rtwalsh26
Offline Send Email
Jan 17, 2009
5:56 am
1252
Hi chaps, In the ongoing quest to remove all the errors from my error.log I'm now looking at an error about API versions between Python and ClearSilver. As it...
Oliver Marshall
olly_marshall
Offline Send Email
Jan 19, 2009
3:35 pm
1253
i've just started working with clearsilver and have very little experience programming. i'm trying to make a clearsilver template that searches an HTML...
andrew_d_kendrick
andrew_d_ken...
Offline Send Email
Jan 20, 2009
3:46 pm
1254
The task you've descibed is not one which I would typically do with clearsilver. While some manipulation of data is possible in clearsilver, it is not intended...
David Jeske
jeskeca
Offline Send Email
Jan 20, 2009
4:10 pm
1255
I have looked over the information about ClearSilver, and I sense that it is not tied to Linux, but I am not sure. I would like to employ ClearSilver to work...
educere
Online Now Send Email
Mar 3, 2009
4:08 pm
1256
Clearsilver is not tied to Linux, though most people use it on either Linux or Windows. The ease of porting to netburner will depend on how unix/posix-ish ...
David Jeske
jeskeca
Offline Send Email
Mar 3, 2009
4:17 pm
1257
Thanks David, How do you suggest that I start? Which download? Or should I pick up the source via subversion? Are there documents describing the architecture...
David Bakkom
educere
Online Now Send Email
Mar 3, 2009
4:45 pm
1258
The source isn't in subversion (yet), it was originally in a cvs depo at one company, and now in a perforce depot at Google. I've been trying to convert them...
Brandon Long
blong42
Offline Send Email
Mar 3, 2009
5:00 pm
1259
I've got it going, but my data comes in as JSON, and its a nuisance to parse it and contruct HDF. How can I convert the JSON to HDF easily?...
mcqueenb2000
Offline Send Email
Apr 2, 2009
5:16 pm
1260
I don't know of any quick json->hdf conversion libraries. It would be a good thing to have, though I haven't looked at home complicated json is to parse. It...
Brandon Long
blong42
Offline Send Email
Apr 7, 2009
7:54 am
1261
Does anyone have a script that takes a cs file and a hdf file and scans the cs file for each hdf data item?, reporting on hdf items that are no longer used? I...
culleyharrelson
Offline Send Email
Apr 9, 2009
5:14 pm
1262
... I have wrote a hdf to json converter use libjsonc(http://oss.metaparadigm.com/json-c/) for my project. Maybe, this is useful to you,...
bigmaliang@...
bigmaliang...
Offline Send Email
Apr 13, 2009
8:30 am
1263
What do you mean by "no longer used"? Typical HDF/CS usage has tons of HDF data which is never used. When I use it, I make standardized exporters that dump...
David Jeske
jeskeca
Offline Send Email
Apr 13, 2009
8:34 am
1264
My efforts are mostly to make translation more efficient. So, say I had a hdf file with this item: Strings.hello [Lang] = hello world! Once upon a time this...
Culley Harrelson
culleyharrelson
Offline Send Email
Apr 13, 2009
5:26 pm
1265
I understand now. We have run into this problem before. One of the disadvantages of clearsilver becoming a more full language, is that it's not possible to do...
David Jeske
jeskeca
Offline Send Email
Apr 13, 2009
5:30 pm
1266
... Have you tried using GNU gettext for i18n? It really simplifies the task. We are using it both for translating datasets and templates, not to say about the...
Nikolai Kondrashov
nikolai.kond...
Offline Send Email
Apr 13, 2009
5:30 pm
1267
... I have opted for another approach. I simply read the file hdf_read_file and traverse the whole HDF tree extracting values of the nodes marked with "lang"...
Nikolai Kondrashov
nikolai.kond...
Offline Send Email
Apr 13, 2009
5:41 pm
1268
... How do you determine that an HDF attribute market with [lang] is still in use in a CS template somewhere? Culley's original challenge is to clean up cruft...
David Jeske
jeskeca
Offline Send Email
Apr 13, 2009
6:56 pm
1269
... I don't. It is a small issue for me. Since I don't store general translatable strings solely for use in the templates, but instead simply mark such strings...
Nikolai Kondrashov
nikolai.kond...
Offline Send Email
Apr 13, 2009
7:07 pm
Messages 1240 - 1269 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