hi everybody, I use clearsilver as my template engine for my site and my coding language is python2.4, when i set "utt-8" as default charset in my template...
I use clearsilver 0.10.5 with mini_httpd. I made a C CGI script to Get and Set parameters. I want to setup my params on my webpage and send it to my CGI...
Hello, This solution works nice. I can read my file with fp but I would like to have the filename path (/var/tmp/cgi_uploadXXXX). How can I do that ? Regards, ...
... From here: http://www.clearsilver.net/docs/special_vars.cst ... By default, the PUT handler, and the RFC2388 multipart/form-data POST file handler unlink...
... POST file ... soon as ... exits, ... files will ... existing ... mkstemp(). ... periodic ... I tried Query.<parameter>.FileName but I have nothing in that...
... I added this line in my hdf file : Config.Upload.Unlink = 0 I have this in my C source code : char *filename = NULL; if ((err = hdf_get_copy(cgi->hdf,...
... Hmm... that's strange, do you really use "\0"? And why do you always use hdf_get_copy? Do you really need to modify the value copy? ... Please try to use...
... the value copy? It's a mistake from myself ;-) ... dump all of your dataset ... I enabled debug output and I see that when Config.Upload.Unlink = 0 ...
... Hmm, are you sure that Config.Upload.Unlink is set to 0? Ie, its also in the hdf dump? ... Normally, no. If unlink is set, clearsilver does keep track of...
I've been searching half the morning for information about using ClearSilver with C. The clearsilver web page gives specific information about the C api, but...
well, in general, cgi_*/html_* functions are in libneo_cgi, cs_* libneo_cs, and neo* (and everything else) is in libneo_utl. You can also tell by the directory...
Hi every body, I have a question about using "CGI.requestURI". I want to know what is the URL of my current page, so I use this code in my template: <?cs...
... This is due to the fact that the webserver you are using is mapping web addresses to the file system. The file system doesn't care how many forward slashes...
Hi, I've made a patch against 0.10.5 to compile cleanly without warnings (it works with mips-linux-gcc 3.4.2 and uclibc at least). The following files are...
Hi I have ported clearsilver (well all the CS and HDF stuff, not the CGI stuff) to Windows, and am experiencing a problem. I do think that it is due to my...
On Feb 8, 2008 3:57 PM, georgeandhelenwilliams < ... Does this mean you have it compiling on the Windows SDK, or Visual Studio? If so, please share your...
Hi, It's awesome that ClearSilver comes with a fastcgi example, because I would have never figured out I had to wrap output functions, I thought fastcgi took...
... Yeah, the example was originally from some C++ code someone gave me, that one slipped through. I don't have a fastcgi setup, so I tried to edit it down,...
... Nope, this is a bug in the existing code. It looks like auto-escaping wasn't implemented for alt tags. I've filed a bug. ... Yeap, this is a known bug,...
Can't believe its taken me this long to get to this, but I've checked in your fix. Brandon ... -- "The rule is, jam to-morrow and jam yesterday, but never jam...
I think I'm going to add code to the next version to automatically generate vars for every HTTP_* cgi variable with CapWords, so that should cover this. Thanks...
I've added a bunch of these, though not some of the int casts and UNUSED macro. Brandon ... -- "I'll defend to the death your right to say that, but I never...
With default ./configure, clearsilver 0.10.5 won't build. Workaround is to --disable-ruby. # ./configure ... checking for ruby... found /usr/bin/ruby ... ...