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

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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 1219 - 1248 of 1347   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1219
Hello, I've got some error on my template but I get no error message to apache log. I use perl CGI scripts on apache 2. It prints some part of page and then it...
petr.vorel
Offline Send Email
Sep 3, 2008
9:52 pm
1220
Hi, The ftp://biology.nmsu.edu/pub/software/clearsilver++/ is unavailable. Anybody can send Me the last version of ClearSilver++? Thank you for help, Tibor...
Szolnoki Tibor
szolnokit
Offline Send Email
Sep 10, 2008
3:46 pm
1221
I'm trying to run a Perl script (ezmlm-web) that makes use of ClearSilver under Perl 5.8.8 on a Fedora Core 7 platform. When I call the script, Perl errors...
Angus McIntyre
angusmci
Offline Send Email
Oct 20, 2008
5:07 am
1222
I can successfully compiled ClearSilver with MS Visual Studio 2005/2008. Tested with ClearSilver++ and FastCGI. My patch downloadable from: ...
Szolnoki Tibor
szolnokit
Offline Send Email
Oct 20, 2008
6:40 pm
1223
I've found the problem a long time ago, and forgot to post it. I just stumbled on my old message, so I figured I'd post a followup :) In fact the problem comes...
raphael.huck
Offline Send Email
Oct 27, 2008
5:25 pm
1224
Hey everyone, The website documentation doesn't cover in great detail the C programming logic to create a CGI. I have looked at the examples in the the cgi/...
Liran Tal
L.Tal@...
Send Email
Nov 12, 2008
4:18 pm
1225
You can see an example image-server CGI written in C in the "imd" directory. The API is mostly the same in each language, so the brief tutorial written for the...
David Jeske
jeskeca
Offline Send Email
Nov 12, 2008
4:37 pm
1226
The clearsilver model currently lacks a "top level" idea of how to accept and dispatch different types of requests. The closest we've come to releasing...
Brandon Long
blong42
Offline Send Email
Nov 12, 2008
11:19 pm
1227
I would love to hear about other "live" examples implemented in C for ClearSilver usage as it's what we are going for. In regards to the model, we're talking...
Liran Tal
L.Tal@...
Send Email
Nov 13, 2008
12:31 pm
1228
... Well, we're using it exactly for such purpose. Currently our web-interface has over a hundred pages and we use it almost to its full potential. Despite a...
Nikolai Kondrashov
nikolai.kond...
Offline Send Email
Nov 13, 2008
12:47 pm
1229
Hey Nikolai, Our permissions and authentications are controlled via the htpasswd/htaccess utility which is very common to Apache-style web servers. Could you...
Liran Tal
L.Tal@...
Send Email
Nov 13, 2008
2:33 pm
1230
... Yes, it is great unless you need session control and complex authentication and access control logic. ... No, we're using clean URL's and receiving paths...
Nikolai Kondrashov
nikolai.kond...
Offline Send Email
Nov 13, 2008
2:42 pm
1231
As it turns out, this was found (and fixed) by an engineer here a couple months back, I just didn't remember it. I really need to get a new relase out. Our...
Brandon Long
blong42
Offline Send Email
Nov 20, 2008
7:37 am
1232
Hi. I am trying to figure out how to display multiple lines of several values. I know this is basic and done all the time in CGIs, but I am having trouble...
Dan
strangepics
Offline Send Email
Dec 6, 2008
4:21 pm
1233
... I'm not sure what you're trying to do, exactly, but: foo.hdf: Option.1 = Foo Option.2 = Bar Option.3 = Baz foo.cs: <form action=/foo.do> <?cs each:opt =...
Brandon Long
blong42
Offline Send Email
Dec 7, 2008
5:19 am
1234
... Sorry, let me try to explain better. The file is really irrelevant, it could be a database instead. If it were a database, I would read a row from a table,...
Dan
strangepics
Offline Send Email
Dec 9, 2008
6:39 pm
1235
... x = for (type, hostname, ipaddr, t) in dnsdata: ncgi.hdf.setValue("Entry.%d.type" % x, type) ncgi.hdf.setValue("Entry.%d.hostname" % x, hostname) ...
Brandon Long
blong42
Offline Send Email
Dec 9, 2008
11:22 pm
1236
... Thanks, that makes sense, but I still can't seem to get values out of HDF (empty). Is there a way to dump the whole HDF for debugging? Thanks....
Dan
strangepics
Offline Send Email
Dec 12, 2008
3:17 pm
1237
... Actually I had a bug. It works now. However I have trouble understanding how it works (in the template). Thanks....
Dan
strangepics
Offline Send Email
Dec 12, 2008
4:42 pm
1238
There are some debugging HDF values which we use to cause the HDF contents to be dumped into the rendered page. ...
David Jeske
jeskeca
Offline Send Email
Dec 12, 2008
8:14 pm
1239
... Thanks!...
Dan
strangepics
Offline Send Email
Dec 14, 2008
5:14 pm
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
Messages 1219 - 1248 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