hi all, how we can handle file uploads? I know that when we fill a form and send it. we can handle values by statements like: (in Python) ncg=neo_cgi.CGI() ...
There have been a couple messages on the group about using clearsilver for file uploads, see: http://tech.groups.yahoo.com/group/ClearSilver/message/429 ...
I am a newbie to CLearSilver and I am using CS on my TRAC template. I want to search a string to see if it ends in a file or a directory. The character I am...
Hello, You're looking for the string.find function (pass "." as the substr). For more information: http://www.clearsilver.net/docs/man_filters.hdf Regards....
Hello, I've looked over the documentation but I can't find any mention of being able to include a template from a template. Is it possible? Best Regards, ...
Hi, ... hehe - the documention of clearsilver is short, concise and really worth reading: http://www.clearsilver.net/docs/ maybe you will be especially...
I'm having trouble compiling on win using MinGW. Seems like the cgi lib is failing but I'm pretty new to compiling. It also fails all regression tests but when...
Damon Haidary
haidary@...
Jan 18, 2007 2:09 pm
915
Hi, I have read every page of your doco - and can not find out how to script using PHP in ClearSilver. Also, I am not even sure how to get ClearSilver working...
... There isn't a direct way to use ClearSilver with PHP. It would certainly be possible to wrap the ClearSilver libraries for use with PHP, but there's...
In case this helps anyone else, I figured I'd post some sample code I used to get a progress bar working with Clearsilver (Python back end) Caveats: * This...
Find Free Hosting now - search many categories. Free 1GB Online Storage Plus Sharing, Backup, FTP Software Drag-drop, super fast like local! $0.00 Free Web...
Nope, nor optional arguments. Brandon ... -- "Only in America would you have a general in charge of the post office and a secretary in charge of defense." --...
The INSTALL file says in Options to configure: --with-python=path Set location of Python Includes It wrongly asks for python Includes. It should ask...
Hello, I seem to be experiencing a crash when using Trac through mod_python under Apache. I'm using Fedora development (rawhide) RPM packages, and first filed...
Brenton Rothchild
brentonr@...
Mar 1, 2007 2:45 pm
926
l keep getting this error while l compile ClearSilver, cant build neo_cgi.so with out this, anyone know how to solve this? make[1]: Entering directory...
Simplest case is to just delete the line from cgiwrap.c where features.h is included. Brandon ... -- "Never let your sense of morals prevent you from doing...
... I don't think that the #ifdef is necessary. The #include is necessary, at least according to the manual page read(2) on NetBSD and on Linux. The #include...
I want to be able to use a variable to access a dataset. For example in the following code, I want 'User' to be a variable (ie. User = Joe, Bob, etc). <?cs...
About ordering of nodes shown by 'each'. I know this topic isn't new, it was first mentioned in msg #16 (with follow ups in #18 and #19). And I realize...
... You might try creating a macro, then pass the variable into that macro: <?cs def:do_something(target) ?> <?cs each:item=target.setting ?> <?cs ### DO...
What you want here is that User isn't a variable, its a symlink, and there currently isn't a way to set an hdf symlink from cs. Brandon ... -- "If organized...
I'm not sure what you mean by "handler". Essentially, a clearsilver cgi consists of: cgi_init cgi_parse your functions here (handler?): some combination of...
Hello, Does anybody know of a 500 Internal Server Error that occurs on Lighttpd when use ncgi.display? I get that error, but when I put a print "Content-type:...
Hi, during the Trac install steps I get to ClearSilver and everything is succesful until I run python setup.py install I then get the attached errors sorry for...
You shouldn't run python setup.py install yourself. make install should have built and installed the python module. Brandon ... -- "If you want to see a...