Search the web
Sign In
New User? Sign Up
ClearSilver
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 1103 - 1140 of 1347   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1103
hi, how can I leave comments in a HDF dataset (a hdf file)? tnx...
zeegco
Offline Send Email
Dec 15, 2007
9:07 am
1104
Hello Zeegco, ... Use '#' at the start of a line. Sincerely, Nick...
Nikolai Kondrashov
nikolai.kond...
Offline Send Email
Dec 15, 2007
12:05 pm
1105
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...
zeegco
Offline Send Email
Dec 18, 2007
8:56 am
1107
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...
sj29fr
Offline Send Email
Jan 14, 2008
9:33 am
1108
... You need to call cgi_parse in order to parse POST request. Sincerely, Nick...
Nikolai Kondrashov
nikolai.kond...
Offline Send Email
Jan 14, 2008
9:36 am
1109
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, ...
sj29fr
Offline Send Email
Jan 14, 2008
4:07 pm
1110
... 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...
Nikolai Kondrashov
nikolai.kond...
Offline Send Email
Jan 14, 2008
4:20 pm
1111
... POST file ... soon as ... exits, ... files will ... existing ... mkstemp(). ... periodic ... I tried Query.<parameter>.FileName but I have nothing in that...
sj29fr
Offline Send Email
Jan 14, 2008
4:34 pm
1112
... Yes, I'm mistaken, it should be FileName. I've confused it trying to lookup solution in my code, sorry. Sincerely, Nick...
Nikolai Kondrashov
nikolai.kond...
Offline Send Email
Jan 14, 2008
4:38 pm
1113
... 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,...
sj29fr
Offline Send Email
Jan 14, 2008
4:51 pm
1114
... 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...
Nikolai Kondrashov
nikolai.kond...
Offline Send Email
Jan 14, 2008
4:59 pm
1115
... 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 ...
sj29fr
Offline Send Email
Jan 14, 2008
5:10 pm
1116
... 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...
Brandon Long
blong42
Offline Send Email
Jan 15, 2008
7:27 am
1117
Hi Brandon, ... In fact the problem comes from this flag. I called cgi_parse() before reading my HDF file. ... So my solution is : if ((err =...
sj29fr
Offline Send Email
Jan 15, 2008
8:17 am
1121
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...
Bjorn
btipling
Offline Send Email
Jan 19, 2008
9:02 pm
1122
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...
Brandon Long
blong42
Offline Send Email
Jan 20, 2008
8:46 am
1123
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...
zeegco
Offline Send Email
Jan 26, 2008
1:48 pm
1125
... 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...
Brandon Long
blong42
Offline Send Email
Jan 27, 2008
10:54 pm
1127
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...
Raphaël HUCK
raphael.huck
Offline Send Email
Jan 28, 2008
2:51 pm
1128
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...
georgeandhelenwilliams
georgeandhel...
Offline Send Email
Feb 8, 2008
11:57 pm
1129
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...
Chris Trimble
ctrimble
Online Now Send Email
Feb 9, 2008
12:51 am
1130
Hello George, ... I get the same behavior on any Linux box, but I'm not sure if it is intended or it is a bug. Sincerely, Nick...
Nikolai Kondrashov
nikolai.kond...
Offline Send Email
Feb 9, 2008
7:12 am
1131
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...
Bjorn
btipling
Offline Send Email
Feb 10, 2008
8:34 pm
1132
... 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,...
Brandon Long
blong42
Offline Send Email
Feb 11, 2008
7:32 am
1133
... 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,...
Brandon Long
blong42
Offline Send Email
Feb 11, 2008
8:07 am
1134
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...
Brandon Long
blong42
Offline Send Email
Feb 11, 2008
8:11 am
1135
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...
Brandon Long
blong42
Offline Send Email
Feb 11, 2008
8:18 am
1136
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...
Brandon Long
blong42
Offline Send Email
Feb 11, 2008
8:38 am
1139
Hi, The INSTALL file says this: --disable-python Disables building of python module --with-python=path Set location of Python Includes ...
tobythain
Offline Send Email
Feb 13, 2008
12:46 am
1140
With default ./configure, clearsilver 0.10.5 won't build. Workaround is to --disable-ruby. # ./configure ... checking for ruby... found /usr/bin/ruby ... ...
tobythain
Offline Send Email
Feb 13, 2008
12:51 am
Messages 1103 - 1140 of 1347   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help