Thats what i excatly added to the Apache configuration. Must be a problem with "trac" from edegwall. If i browse the code via trac i cant see that the...
Komaii - thrixxx
komaii@...
May 9, 2005 3:39 am
472
Hi, i got 2 simple questions: 1.) How to use the CGI Kit from Perl? (Couldnt find any example) 2.) Is it possible to wrap the CGI Kit in FastCGI calls? ...
... By this do you mean that you are not seeing changes to your CS templates when you browse with Trac? (i.e. trac is working, just your customizations are...
... This problem has nothing to do with ClearSilver itself (hint: the templates are working, you're just missing the CSS). Please take this to the Trac mailing...
We ran into a problem that's exhibited with this test program, HDF* h1; hdf_init(&h1); hdf_read_file(h1, "lang_test.hdf"); HDF *h2; hdf_init(&h2); hdf_copy(h2,...
I'm doing a vanilla configure and make, but keep running into the same error every time. I've tried disabling everything but python, and I get the same error...
In looking through the previous posts a second time, I realized I added the -fPIC argument to the wrong variable. When I added it to CFLAGS it worked like a...
Is there a clean/consistent way to return non-standard HTTP error codes using the ClearSilver C API? I saw cgi_error and cgi_neo_error, but those both send...
http://www.clearsilver.net/docs/special_vars.cst If you set cgiout.Status to "404 Not Found" or "401 Permission Denied" it should do what you want when you...
I am attempting to compile ClearSilver for use the trac on an OS X ... /Library/Frameworks/Python.framework/Versions/2.4/include/python2.4 ... Any assistance...
So I'm looking for a way to set arbitrary HTTP headers from a clearsilver CGI. From looking at cgi.c it seems like I can set variables in the cgiout.other...
Nope, there isn't currently an api, setting the variables is the way it works. Brandon ... -- "Quantum Mechanics: The dreams stuff is made of" -- Steven Wright...
On Wed, 15 Sep 2004 11:03:10 -0700 Haiping Zhao <haiping@...> wrote: Today I started another try to get your C++ wrapper running. I have added the...
Gerald Dachs
gda@...
Jun 12, 2005 1:04 pm
484
Sorry I should have sent the ones that can compile rather than proof of concept ;-) Try the attached. I removed all Plaxo stuff. You should compile now. Now I...
On Sun, 12 Jun 2005 11:11:34 -0700 ... Thanks, compiles fine now. Too tired to test it today. Gerald...
Gerald Dachs
gda@...
Jun 12, 2005 8:54 pm
486
I am really intserested in using Clearsilver (vs PHP) and python. I am wondering if there are more real world examples somewhere. Is there someone that can...
I am looking to call one of a variety of formatting macros based on a value specified in the HDF. I tried composing the macro call into a variable to call lvar...
... This is much appreciated. At the Trac project, we've started pointing windows users to your site. Is there any chance these builds could be made available...
Yeah, macro's don't work that way. Why would it do if you called a macro which didn't exist? Brandon ... -- "Some people have one-track gutters." -- Harlan...
Ok, I've copied those two to the download page on clearsilver.net and pointed at clearsilver.yi.org. Brandon ... -- Chaos reigns within. Reflect, repent, and...
So a while back I asked about the proper way to set up arbitrary HTTP headers to be returned from a clearsilver CGI, and was told that the solution I was using...
Not knowing about your C++ iterface, I recently wrote one myself. It wraps up both the CGI and HDF interfaces in a moderately complete way. It draws on the...
brook@...
Jun 17, 2005 7:25 pm
493
... I'd be interested in taking a look at your code, if it's publicly available. -garrett...
It seems that macros are expanded at parse time, making them unavailable for lvar use. Additionally, lvar and linclude cannot use local each variables from the...
I had a similar situation, and I worked around the problem by doing lvar. Inside a lvar variable, you can't really "each" a variable from caller. However, the...
On Fri, 17 Jun 2005 13:17:03 -0600 ... It is not my interface, Haiping made it. Btw. Haiping under what license do you publish it? ... Maybe you will allow me...
Gerald Dachs
gda@...
Jun 18, 2005 9:30 am
497
Feel free to do anything with it. Thanks for asking. -Haiping ... From: Gerald Dachs [mailto:gda@...] Sent: Saturday, June 18, 2005 2:30 AM To:...
... I'm not sure how I like exposing the C level API in the C++ headers. Even with the separate namespace it feels kind of wrong, especially since you could...
... Feel free to review it at: ftp://biology.nmsu.edu/pub/libclearsilver.tar.gz I am sure that the interface design could stand some improvement, though I...
brook@...
Jun 21, 2005 1:14 am
500
... Looks nice so far, but CGI.cc doesn't build, because cgi_cookie_set has now the additional argument "secure". Makefile seems not to be very useful on a non...