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

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

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 903 - 941 of 1347   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
903
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() ...
zeegco
Online Now Send Email
Jan 6, 2007
6:37 am
904
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 ...
Brandon Long
blong42
Offline Send Email
Jan 8, 2007
5:35 am
906
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...
a_oki
Offline Send Email
Jan 16, 2007
9:32 am
907
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....
Jérémie Lumbr...
jl_harpsichord
Offline Send Email
Jan 16, 2007
3:05 pm
908
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, ...
Jérémie Lumbroso
jl_harpsichord
Offline Send Email
Jan 16, 2007
3:16 pm
909
On Tue, 16 Jan 2007 16:06:25 +0100 ... really? ... http://www.clearsilver.net/docs/man_templates.hdf#include Gerald...
Gerald Dachs
gdachs
Offline Send Email
Jan 16, 2007
4:22 pm
910
Hi, ... hehe - the documention of clearsilver is short, concise and really worth reading: http://www.clearsilver.net/docs/ maybe you will be especially...
lars
joerg_karoll
Offline Send Email
Jan 17, 2007
12:27 am
911
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@...
Send Email
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...
azurebell
Offline Send Email
Jan 26, 2007
12:23 am
918
... 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...
Brandon Long
blong42
Offline Send Email
Jan 28, 2007
1:17 am
919
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...
Jay Loden
nitwhite
Offline Send Email
Jan 29, 2007
8:41 am
920
Hi Jay, tnx, but what file? how can I download attachment? tnx in advance....
zeegco
Online Now Send Email
Feb 4, 2007
1:35 pm
921
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...
Friend
mm_gg_13
Offline Send Email
Feb 13, 2007
3:22 am
922
Hi, Is there a way to specify default arguments within a def variable declaration? Thanks! Mark...
godot0000
Offline Send Email
Feb 19, 2007
4:14 am
923
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." --...
Brandon Long
blong42
Offline Send Email
Feb 20, 2007
10:22 pm
924
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...
Uwe Grauer
mailinglists...
Offline Send Email
Feb 26, 2007
9:28 pm
925
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@...
Send Email
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...
Joser
jdeleon131
Offline Send Email
Mar 1, 2007
11:16 pm
927
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...
Brandon Long
blong42
Offline Send Email
Mar 1, 2007
11:31 pm
928
Hi, this is just a minor thing, but you could add: #ifdef __UCLIBC__ # include <unistd.h> #endif at the top of cgiwrap.c to remove this warning: ...
Raphaël HUCK
raphael.huck
Offline Send Email
Mar 6, 2007
3:50 pm
929
... 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...
David Young
dyoungicator
Offline Send Email
Mar 6, 2007
9:23 pm
930
Hi everybody! I have a strange problem. I wanted to autoconf a program i wrote which utilizes ClearSilver. <snip file=configure.ac> ...
mwmahlberg
Offline Send Email
Mar 8, 2007
1:17 pm
931
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...
Gabe Phan
blakey_4
Offline Send Email
Mar 12, 2007
6:02 pm
932
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...
hugo_krapf
Offline Send Email
Mar 12, 2007
10:15 pm
933
... 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...
snarmont
Offline Send Email
Mar 12, 2007
10:39 pm
934
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...
Brandon Long
blong42
Offline Send Email
Mar 12, 2007
10:42 pm
935
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...
Brandon Long
blong42
Offline Send Email
Mar 12, 2007
10:48 pm
939
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:...
Jérémie Lumbr...
jl_harpsichord
Offline Send Email
Mar 21, 2007
1:51 am
940
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...
bmccann6968
Offline Send Email
Mar 27, 2007
2:50 am
941
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...
Brandon Long
blong42
Offline Send Email
Mar 27, 2007
10:07 pm
Messages 903 - 941 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