 |

What is ClearSilver?
ClearSilver is a fast and powerful
HTML templating system.
ClearSilver is language neutral, allowing you to seamlessly
mix C, C++, Python, Perl, Java, PHP, and any other programming
language you use, all in the same site, or even the same
page.
ClearSilver is fast, avoiding the problems created by
language-specific template systems written in slow script languages
such as Python or Perl.
ClearSilver is easy to use. Unlike XML/XSLT, which are
complicated to setup and understand. You'll quickly find that
ClearSilver is the easiest way to develop dynamic webpages.
|
 |
|
Discussion
The ClearSilver mailing list is hosted at Yahoo Groups. You can join
the list either online or by
email.
View the Full Archives
Most recent messages
Re: Getting NCR values
- Brandon Long
ClearSilver just gives you what the browser gives us. Are you using the same browser? Is the served page that the form is on the same? Brandon ... -- "This
Re: Getting NCR values
- P K
yes I use same browser, yes forms are same too, but operating systems and versions of clearsilver and python differ. I give NCR values when I run my code on a
Question about (Java) CS.close()
- Karl Schimpf
Hi, After reading the documentation on ClearSilver, it is not clear to me whether the Java method CS.close() closes the HDF passed as the first argument to the
Re: Question about (Java) CS.close()
- Brandon Long
No, CS.close() doesn't not close the HDF, you need to close it separately. Brandon ... -- Windows NT crashed. I am the Blue Screen of Death. No one hears your
make fails [cgi.c line 562 and regression tests failures]
- weekapog318
I am trying to build ClearSilver 0.10.5 on a WinXP system under MinGW (msys 1.0.10). I am configuring the make as follows: ./configure --disable-apache
Re: make fails [cgi.c line 562 and regression tests failures]
- Brandon Long
... [snip] ... I'm not sure, maybe EOL issues? What is in the .err files (they should contain the diff). ... *sigh*, looks like sleep was removed from mingw,
sample file upload
- maxsimon1980
hello every one, can anyone send me a sample code for file up load. please send me the code for cgi and html part. Regards Max
Re: sample file upload
- Brandon Long
Do you have a perferred language? Attached is a test python one I had lying around. upload.py is a dirt simple one, upload2.py uses a callback so you get
Re: sample file upload
- maxsimon1980
Thanks for your response, but i dont want to use python or any other script. I can use clearsilver C API with cgi application .i just want to know whether it
Re: sample file upload
- Brandon Long
Yes, its possible. The code is obviously similar to the python from before. The key point is, your HTML code must have a FORM element which has the extra
please help me..
- Jeevan
hello everyone.. hope all u r doing great.. i am new to this clearsilver.. Now, I am in need of a file upload and a file download.. I cant find any more help
Re: please help me..
- Brandon Long
Hmm, second request for file upload help in as many days. You can see my previous response here: http://tech.groups.yahoo.com/group/ClearSilver/message/1201
Re: please help me..
- jeevan jothi
Mr.Brandon, Thank you for your immediate response. The file download worked perfectly...!!!!!!!!! I have gone through your replies for file upload. In fact, I
File upload only with clearsilver C API
- maxsimon1980
hello sir, i have created a html file with following tags, <form method="post" enctype="multipart/form-data" action="upload.cgi"> <tr class="ch_fl1"> <td
|
|
|