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

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 844 - 873 of 1347   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
844
I've got some code where I build an HDF dataset, and then copy it into another dataset. However, the root node's value doesn't get copied for some reason,...
Barney Boisvert
barneyboisvert
Offline Send Email
Nov 6, 2006
7:34 pm
845
hmm. There's two things here. For dump, there's really no good way in the HDF file format to specify the value of the top level node. That leaves copy, and...
Brandon Long
blong42
Offline Send Email
Nov 6, 2006
11:20 pm
846
For dump, how about just an empty string key like you use with setValue? = root value child = child value For the copy side, particularly if you're copying a...
Barney Boisvert
barneyboisvert
Offline Send Email
Nov 6, 2006
11:35 pm
847
Hi, I have a problem to configure ClearSilver for Lighttpd Web Server. In the INSTALL document I have found only informations about Apache configuration. Can...
piopao77
Offline Send Email
Nov 9, 2006
4:12 pm
848
... I don't know anything about lighttpd configuration, but any clearsilver cgi should be like any other cgi in terms of configuration. If you provide more...
Brandon Long
blong42
Offline Send Email
Nov 9, 2006
6:29 pm
849
On Thu, 9 Nov 2006 10:20:07 -0800 ... Brandon is right, there is nothing clearsilver specific in the configuration of lighttpd. I use clearsilver with lighttpd...
Gerald Dachs
gdachs
Offline Send Email
Nov 9, 2006
8:32 pm
850
Is it possible to use an 'each' to loop over the chilren of the root HDF element? I.e. with this HDF: first = whatever second = something third = again loop...
Barney Boisvert
barneyboisvert
Offline Send Email
Nov 10, 2006
9:53 pm
851
... At the moment, no. Brandon -- "Video games, not parents, are to blame for many of these teenage crimes. I'm certain it was Frogger that taught my son to...
Brandon Long
blong42
Offline Send Email
Nov 13, 2006
3:38 am
852
I am using a MVC pattern and the components I have chosen to implement the framework are the following: -Web Server:Lighttpd -View:ClearSilver ...
novella_buon
Offline Send Email
Nov 14, 2006
11:58 am
853
Hello! I have found website where CS jobs are available. If any one is interested then apply online. http://www.thecertifications.com/jobs Regards, Mark...
maark_glass
Offline Send Email
Nov 14, 2006
12:55 pm
854
... Thursday last week I wrote to the mailinglist that I use clearsilver with fastcgi, so the answer is yes. Gerald...
Gerald Dachs
gdachs
Offline Send Email
Nov 14, 2006
2:36 pm
855
... Hello. I have found a website with useless crap and ads that some jagoff is spamming mailing lists with so that the link shows up in web archives and he...
David Terrell
dave_terrell
Offline Send Email
Nov 14, 2006
4:48 pm
856
... Anyone want to share some code for interfacing clearsilver with fcgi? Brandon -- "video killed the radio star ... then the Spice Girls killed the rest." --...
Brandon Long
blong42
Offline Send Email
Nov 14, 2006
6:13 pm
857
I am using clearsilver with FastCGI (and lighttpd) (http://www.fastcgi.com/dist/fcgi-2.4.0.tar.gz) by pointing clearsilver to the fastcgi read/write calls: ...
Jonathan Nalley
jon_nalley
Offline Send Email
Nov 14, 2006
9:17 pm
858
Hey all, Just wondering if the Python 2.5 compatibility issue has been resolved. If so, you might want to update the ClearSilver Wikipedia entry to show that...
dublclik2000
Offline Send Email
Nov 15, 2006
4:05 am
859
Since people are asking about python 2.5, guess its time to make another release. Now available from http://www.clearsilver.net/downloads/ Maybe I should move...
Brandon Long
blong42
Offline Send Email
Nov 15, 2006
8:19 am
860
Hi, I have the same problem described in Ticket 738 http://tech.groups.yahoo.com/group/ClearSilver/message/738. I just follow the suggestion introduced in the...
novella_buon
Offline Send Email
Nov 15, 2006
11:38 am
861
... I don't understand what you mean. If you follow the reply you get exactly that what you mention. I have changed it in my code so that first the ...
Gerald Dachs
gdachs
Offline Send Email
Nov 15, 2006
3:28 pm
862
In practice, - I have modified lighttpd.conf as follow cgi.assign = (".cs" --> "/cgi=>"/cgi-bin/static.cgi") - I have replaced in static.cgi the string...
novella_buon
Offline Send Email
Nov 15, 2006
4:24 pm
863
On Wed, 15 Nov 2006 16:13:56 -0000 ... If you run it yourself from the shell, you get of course this error message, because the corresponding environment ...
Gerald Dachs
gdachs
Offline Send Email
Nov 15, 2006
7:26 pm
864
Thank you very much. Your suggestion are very interesting! Novella ... clearsilver ... FCGI_stdout); ... looking ... something ... ClearSilver ... use ... ...
novella_buon
Offline Send Email
Nov 16, 2006
9:14 am
865
Hi, could you add Config.TimeFooter & Config.WhiteSpaceStrip to the doc (http://www.clearsilver.net/docs/special_vars.cst) ? I've found them in the code as I...
Raphaël HUCK
raphael.huck
Offline Send Email
Nov 17, 2006
12:10 pm
866
Done. I've added all the extra special variables I could find/remember, and re­organized them into similar sections. Brandon ... -- "There are no things that...
Brandon Long
blong42
Offline Send Email
Nov 17, 2006
7:26 pm
867
Thanks a lot for your quick answer! This is very helpful. --Raphael...
Raphaël HUCK
raphael.huck
Offline Send Email
Nov 17, 2006
7:41 pm
868
hi, I'm trying to learn Python, and ClearSilver. But I'm mixed up. how i can combine them to have an complete site? or... how can I code Logic with python,...
zeegco
Online Now Send Email
Nov 18, 2006
1:23 pm
869
... For a basic understanding of how to get a CGI with clearsilver and python running, see: http://www.clearsilver.net/docs/intro_clearsilver.hdf For a...
Brandon Long
blong42
Offline Send Email
Nov 19, 2006
6:58 pm
870
Hi Folks Sorry if this is blindingly obvious: I've taken the ./configure advice of previous threads on board and getting the right result (python only...
bty509622
Offline Send Email
Nov 23, 2006
10:47 am
871
I've been tearing my hair out trying to get ClearSilver built. Sadly there are no built RPM's for x86_64 and it is a requirement for my beloved trac. From...
nicpottier
Offline Send Email
Nov 25, 2006
2:32 am
872
This should be fixed in a newer version of clearsilver, try 0.10.4 or maybe 0.10.3 Brandon ... -- "Join the Army, meet interesting people, kill them." --...
Brandon Long
blong42
Offline Send Email
Nov 25, 2006
6:34 am
873
This looks like it can't find Python.h Can you give us the output of config.log and the actual command line flag to gcc for neo_cgi.c? Brandon ... -- "Every...
Brandon Long
blong42
Offline Send Email
Nov 25, 2006
7:02 am
Messages 844 - 873 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