I would like to announce release candidate 4 (rc4) for the upcoming v0.2 release of ClearSilver++, my C++ interface to ClearSilver. You will find...
Brook Milligan
brook@...
Apr 3, 2006 8:41 pm
736
hi , i m new to clearsilve , i want to develope small applcation gui base ldap entry in that c ApI to connect ldap database. so how i develope gui using...
hi , i m new to clearsilve , i want to develope small applcation gui base ldap entry in that c ApI to connect ldap database. so how i develope gui using...
Hi, I gave that a try and I kept on getting the "No PATH_TRANSLATED var" error message. Turns out, that the CGI module from lighttpd doesn't set the ...
Hello, Is it possible to get a value from an iteration to put in a <?cs if:... ?> structure ? Here is my html code : <?cs each:item = Page.InvasiveList.Data ?>...
Julien Cigar
mage@...
Apr 14, 2006 4:02 pm
740
... You can use item as the local variable that's linked to the current iterator, including its sub values. So: <?cs each:item = Page.InvasiveList.Data ?> <tr>...
Do you mean this? <?cs if:Page.InvasiveCards[item.id] ?> ... -Haiping ... From: ClearSilver@yahoogroups.com [mailto:ClearSilver@yahoogroups.com] On Behalf Of...
Hello all, I'm using CS now for few weeks and its great. Now I'm using the "undocumented" feature of CSPARSE.global_hdf and it works with one exception. I...
Yeah, that's a good idea. Brandon ... -- "In the political sphere, long-range bombing has proven an effective means of resolving marital-infidelity disputes."...
... just use <?cs if:item.id ?> ... "set" does not care, if it was called within an "each" loop - so "iid" is globally available ... (btw: "<?cs set:iid =...
Hi, unfortunately, I can't get clearsilver to build. Tried versions 10.1-3, none worked. I am running Suse 9.3 with gcc 3.3.5. Any help is greatly appreciated....
hi I can not use clearsilver for upload file.when I use (<input type="file")in html or cst page clear silver can not work.please help me. best regards saeed...
Hi, I'm on Fedora Core 4 for reference. I build with the following configure: ./configure --disable-apache --disable-perl --disable-ruby --disable-java...
... There are Fedora Core 4 packages available for clearsilver in Extras, if that's what you are looking for. Just run: $ yum install clearsilver and...
... Unfortunately my distribution does not have yum. Regards, Aparajita www.aparajitaworld.com "If you dare to fail, you are bound to succeed." - Sri Chinmoy...
Enclosed is a patch set that enhances the cs ruby wrapper a bit. It is against 0.10.2. Includes: 1. some type casting to quite the compiler 2. set_value...
I am trying to build a secure server using the HTTPS protocol with SSL. Although the Apache mod_ssl adds a long list of relevant environment variable to the...
Brook Milligan
brook@...
May 3, 2006 2:55 pm
755
For C/python users who use the CGI kit, there is a long list of SSL variables defined in cgi/cgi.c, but those may not match with the mod_ssl version you are...
Hi all, I decided to get a Yahoo account so I could join the group to post discussion questions. I'm a happy Clearsilver user, and I was excited to see that...
I'm looking for a web application framework (or parts of one) to put on an embedded system (Linksys NSLU2). The system has a 200MHz ARM processor, 32MB RAM,...
I know of at least one company which was using CS for an embedded device, though they never shipped. They had stripped it down a bit by removing some of the...
Hello, I am compiling clearsilver on Fedora Core 5, but the perl module is not compiling properly. The configure script completes, but the 'make' does not get...
Do you have the zlib-devel rpm installed? Does 'locate libz.a' return anything? Brandon ... -- "God took 6 days to create the world, but the first one was an...
Brandon, Thanks for the response. Sorry I didn't get back to you earlier. I am working on the project that I discussed with this list on a temporary basis, ...
I'm evaluating cleansilver for heavy duty project. Passing cs test binary thru valgrind (after adding hdf_destroy to original code) shows following: ==14866==...
I wouldn't consider these memory leaks. They are singletons which are allocated once at program start by nerr_init. I'm sure we could add a "nerr_shutdown"...
Hi, I am a co-maintainer of the debian clearsilver package and I have a (surely) stupid question: For now there is only a python2.3-clearsilver package...