Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

ClearSilver

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 335
  • Category: Open Source
  • Founded: Jul 2, 2001
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 399 - 428 of 1451   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
399 Brandon Long
blong42 Send Email
Nov 16, 2004
11:04 pm
Sure, that sounds fine. Brandon ... -- "Power Ennobles. Absolute power ennobles absolutely." -- Harlan Ellison http://www.fiction.net/blong/...
400 Brandon Long
blong42 Send Email
Nov 16, 2004
11:05 pm
thanks Brandon ... -- "Don't get suckered in by the comments -- they can be terribly misleading. Debug only code." -- Dave Storer ...
401 culleyharrelson Send Email Nov 18, 2004
7:53 pm
It looks like in the python api hdf.setValue() expects ascii? When I try: self.ncgi.hdf.setValue('Character&#39;, unichr(128)) I get: UnicodeEncodeError: 'ascii&#39;...
402 Brandon Long
blong42 Send Email
Nov 18, 2004
7:58 pm
It doesn't take ascii, but Python differentiates between unicode strings and "byte array" strings (best way I can describe it). The python wrapper takes byte...
403 c.r.p.
shcv34c Send Email
Dec 12, 2004
11:54 pm
Running RH9, with clearsilver-0.9.8. When I try to access Trac with my browser, I get the following error: Oops... Trac detected an internal error: No module...
404 xicubed Send Email Dec 14, 2004
7:23 am
I would appreciate one thanks. I'll use Python2.3 for now for Trac. I tried to build one but didn't get very far....
405 sergeiga@...
sergeiga Send Email
Dec 30, 2004
8:05 pm
Hi, I am trying to get clearsilver ruby support on my FreeBSD machine. clearsilver port installed just fine, but it does not include ruby portion. when I tried...
406 tazzzzz Send Email Jan 7, 2005
1:04 am
I have just successfully created a Python 2.4 build of CS 0.9.13 for Windows. I'd be happy to share it. (It would probably be ideal to get it up on the...
407 stufuller Send Email Jan 11, 2005
1:57 am
Build fails in ruby test section: This is what I get when I ./configure;make;make install [deleteduserinfo clearsilver-0.9.13]# make install make[1]: Entering...
408 snarmont Send Email Jan 11, 2005
1:58 am
How does one debug a ClearSilver template? When I have any syntax error in a ClearSilver template file, Apache reports an "Internal Server Error" when it runs...
409 stufuller Send Email Jan 11, 2005
1:58 am
When trying to build on Fedora Core 3: [root@idclinux4 clearsilver-0.9.13]# make install ...NOTE: all other dirs already built, omitted... make[1]: Entering...
410 Brandon Long
blong42 Send Email
Jan 11, 2005
2:17 am
diff -u -u -r1.2 extconf.rb ... +++ ext/hdf/extconf.rb 11 Jan 2005 02:17:17 -0000 @@ -5,6 +5,8 @@ # dir_config("hdf","../../..","../../../libs";) ...
411 Brandon Long
blong42 Send Email
Jan 11, 2005
2:19 am
If you look at the C example in cgi/static.c, you can see how it takes the NEOERR from cgi_display, and outputs it to the web (with cgi_neo_error) and to the...
412 Homme Zwaagstra
hrz@... Send Email
Jan 11, 2005
9:05 am
Stu, Perhaps you need Ruby but if not then a workaround might be to pass --disable-ruby to ./configure Kind regards, Homme. ... -- Homme Zwaagstra GeoData...
413 Dan Janowski
djjanowski Send Email
Jan 11, 2005
3:12 pm
This was resolved, I believe by a patch posted by Brandon yesterday. Please check the other group messages....
414 Christian Wiese
christian_wiese@... Send Email
Jan 11, 2005
9:44 pm
Hi list, If I try to compile clearsilver (version: 0.9.12/0.9.13) I have following ... make[1]: Entering directory ...
415 snarmont Send Email Jan 11, 2005
9:44 pm
Thanks! That info answered my question completely. -- Steve Narmontas...
416 Brandon Long
blong42 Send Email
Jan 11, 2005
9:56 pm
Thanks, I've changed the ordering in the Makefile in cvs. Brandon ... -- "If organized religion is the opium of the masses, then disorganized religion is the...
417 Gaku Ueda (soyuz)
gakuueda Send Email
Jan 13, 2005
10:15 am
Hi there, I was testing a CGI which accepts trackback pings from Blog sites and I'm seeing a problem in receiving requests from some site. The symptom is my...
418 Brandon Long
blong42 Send Email
Jan 14, 2005
12:00 am
Sure. Not sure what the "right" thing to do here is. Clearly the type check should be fixed to only check the type part of the content-type header. ...
419 Christian Wiese
christian_wiese@... Send Email
Jan 17, 2005
9:01 pm
Hi Brandon, I've found a problem within the configure script in correlation with python-2.4. Problem: The configure script trys to figure out the python...
420 Gerald Dachs
gda@... Send Email
Jan 17, 2005
10:01 pm
On Mon, 17 Jan 2005 15:09:51 +0100 ... # python -V Python 2.3.4 # python -c "import os,sys; print os.path.join(sys.prefix, ... /usr/lib/python2.3/site-packages...
421 sbcltdcom Send Email Jan 25, 2005
12:07 am
After a couple hours worth of hacking the makefiles and the source code, I am still unable to get Clearsilver to compile under MinGW. I am currently using...
422 David Terrell
dave_terrell Send Email
Jan 25, 2005
4:03 am
any reason there isn't one? It looks like it would take 15 seconds to implement....
423 Brandon Long
blong42 Send Email
Jan 25, 2005
4:51 am
You could just use hdf_dump_format directly. Brandon ... -- "Mithras -- the Reason for the Season" http://www.fiction.net/blong/...
424 David Terrell
dave_terrell Send Email
Jan 25, 2005
6:15 am
... I want to also be able to do a prefix......
425 James Black
jfb@... Send Email
Jan 28, 2005
3:30 am
Hello, all, I was having trouble building the Perl library on my Debian x86 system; the default Makefile.PL wasn't using the libneo_cgi or libz libraries. I've...
426 George Schlossnagle
omnitigeorge Send Email
Feb 4, 2005
4:54 pm
Hi, Apologies if this is a commonly covered question, I did a cursory search of the archives and couldn't find anything. I'm interested in caching a parsed...
427 Brandon Long
blong42 Send Email
Feb 4, 2005
5:00 pm
Sure, this is possible. If you look at the cgi_display function, you can see that it calls cs_init, cs_parse_file, and cs_render. You can split the...
428 culleyharrelson Send Email Feb 10, 2005
10:04 pm
Hi, I am working on file uploads with python. Does anyone have some sample code they could share? I am unable to get a file handle: my_image =...
Messages 399 - 428 of 1451   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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