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,...
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...
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...
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...
... 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...
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...
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...
... 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...
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...
... 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...
... Anyone want to share some code for interfacing clearsilver with fcgi? Brandon -- "video killed the radio star ... then the Spice Girls killed the rest." --...
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: ...
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...
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...
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...
... 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 ...
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...
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 ...
Thank you very much. Your suggestion are very interesting! Novella ... clearsilver ... FCGI_stdout); ... looking ... something ... ClearSilver ... use ... ...
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...
Done. I've added all the extra special variables I could find/remember, and reorganized them into similar sections. Brandon ... -- "There are no things that...
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,...
... 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...
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...
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...
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." --...
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...