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: 336
  • 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
  Newest  |  < Newer  |  Older >  |  Oldest
Topics Messages Latest Post

Hello, Whilst developing a ClearSilver extension for PHP I've found a couple of places in the C API where I thought some enhancements would prove useful: 1. It...
2 Nov 16, 2004
11:04 pm

Brandon Long
blong42
Send Email

Hi, Building clearsilver failed at the 'make install' stage. This was due to the fact that the Makefile ran the command 'scripts/document.py' and the shebang...
1 Nov 16, 2004
10:55 pm

Homme Zwaagstra
hrz@...
Send Email

I've run across the following problem with clearsilver on several occasions: I have a macros.cs file that defines some macro used by various other pages. Many...
1 Nov 11, 2004
10:13 pm

Joseph Smarr
jsmarr
Send Email

Hi, Is there any support in the ClearSilver C API for determining whether an HDF node is a child of another node? The reason I ask is that hdf_copy() crashes...
2 Nov 11, 2004
11:11 am

Brandon Long
blong42
Send Email

I want our CGIs to be able to distinguish between cs_parse_file errors where the cs file was simply not found and cases where it was found but there was a...
4 Nov 11, 2004
12:22 am

Brandon Long
blong42
Send Email

ClearSilver is complaining to me that the html_escape filter is an "Unknown function". Can somebody give me a sanity check? Here's the problem code, in Python:...
3 Nov 10, 2004
4:14 pm

Erik Rose
grincheroo
Send Email

Has anybody used ClearSilver with utf-8 encoded strings? If so, have you used it on Windows? I am trying to use it on an internationalized portable...
2 Nov 9, 2004
10:12 pm

Brandon Long
blong42
Send Email

I found a problem with this piece of code, and I wonder if this is known: HDF *hdf = NULL; hdf_init(&hdf); for (int i = 0; i < 100000; i++) { char buffer[64]; ...
5 Nov 5, 2004
10:35 pm

Brandon Long
blong42
Send Email

While trying to write some CS code to generate pretty dates (e.g. 11 -> "November";) we ran into the following, seemingly bizarre CS parser crash: The following...
9 Nov 5, 2004
5:17 pm

Homme Zwaagstra
hrz@...
Send Email

Looks like someone went ahead and made a php extension module: http://www.geodata.soton.ac.uk/software/php_clearsilver/ I know a couple of people were looking...
1 Oct 28, 2004
6:36 pm

Brandon Long
blong42
Send Email

I'm running into the following clearsilver problem: I have a page that calls <?cs include:"some-standard-macro-defs.cs" ?> and then later calls <?cs ...
1 Oct 22, 2004
11:57 pm

Joseph Smarr
jsmarr
Send Email

ok, so I run the following, and get an error regarding the "rules.mk" file.. any ideas? i've tried configure with different options and they all do the same...
2 Oct 22, 2004
11:37 pm

David Terrell
dave_terrell
Send Email

Good day folks, If I have a dataset: Referring { 0 { id = 1 junk = blue } } The following condition is not True: <?cs if:Referring ?>. Right now I've added a...
4 Oct 22, 2004
10:38 pm

Christopher Lenz
christopher_...
Send Email

Hi folks, We're trying to build ClearSilver on an AMD64 box without much success. There have been other posts to the list on this topic: ...
4 Oct 22, 2004
10:25 pm

Christopher Lenz
christopher_...
Send Email

Hi List, why do I get this: <!-- 0.000:0 --> at end of the html output of cgi_display and how can I prevent it? Gerald...
3 Oct 21, 2004
5:48 pm

Gerald Dachs
gda@...
Send Email

Viewing the debug output doesn't work for me after setting the charset with: self.ncgi.hdf.setValue('cgiout.ContentType&#39;, "text/html; charset=%s" % ...
2 Oct 20, 2004
1:31 am

Brandon Long
blong42
Send Email

GCC 3.3.2, GNU ar 2.15, GNU make 3.80, Solaris 9, Python 2.2.3, only the Python module. - Makefile.depends Error 2 - Undefined symbols building static.cgi -...
3 Oct 9, 2004
6:07 am

sskubikpeplaski
Send Email

I have created vim syntax files for *.cs and *.hdf: http://vim.sourceforge.net/scripts/script.php?script_id=1100 culley...
1 Oct 9, 2004
6:06 am

culleyharrelson
Send Email

I don't see a way to modify the headers sent by neo_cgi. Is the best way to do this to just output the desired headers before calling display? would this...
2 Oct 6, 2004
4:08 pm

Brandon Long
blong42
Send Email

Hi, I may have found a problem with the htmlStrip function. ... 'C ' Is that normal? thanks, Kevin...
2 Oct 5, 2004
3:55 pm

Brandon Long
blong42
Send Email

I tried to build clearsilver(0.9.12) on cygwin(1.5.11), but got some problems. I had modified *rules.mk* to locate correct *PYTHON_LIB* and *PYTHON_SITE*, but...
1 Oct 1, 2004
7:07 pm

jinghongcoxchen
Send Email

I manage a large commercial php application and am investigating the use of ClearSilver to help facilitate the slow transition to another programming language....
5 Sep 30, 2004
9:42 pm

Dan Janowski
djjanowski
Send Email

Anyone using odb.py with postgresql? python/examples/base has mysql and sqlite drivers......
1 Sep 23, 2004
4:16 pm

culleyharrelson
Send Email

Has anyone compiled ClearSilver on a 64bit machine? (What about Fedora Core2 on a 64bit?) example: gcc -g -O2 -Wall -c -I../ -I../...
1 Sep 19, 2004
8:06 pm

Jeff Buhrt
jeffbuhrt
Send Email

I have recently worked on a mod_python front-end for the Trac project (http://www.edgewall.com/products/trac/), which is using ClearSilver as templating system...
4 Sep 18, 2004
11:34 pm

kemokid
Send Email

The debug capability is quite handy - just set Config.DebugPassword to some value, and add debug=that value, and all CGI variables and HDF data is appended to...
2 Sep 7, 2004
9:48 pm

Brandon Long
blong42
Send Email

Hi. I'm using 0.9.7 and I cannot get a simple line as <?cs var:js_escape("TEST") ?> to work. I get the following error: Traceback (innermost last): File...
3 Sep 7, 2004
7:18 pm

Stefan Nilsen
skuggan999
Send Email

Is it possible to have dot in a node's name? Thanks. -Haiping...
1 Aug 31, 2004
9:45 pm

Haiping Zhao
hz0451
Send Email

Hi there, I have a lot of macros, and I hate having to relearn what all the obscure ones do, so I'd like to document their definition. Do folks have a...
2 Aug 30, 2004
11:51 pm

Brandon Long
blong42
Send Email

Hello, Always on the lookout for interesting XML-based templating systems I stumbled upon your package through Debian's apt-repository. However, I would like...
2 Aug 30, 2004
6:51 pm

David Jeske
jeskeca
Send Email
  Newest  |  < Newer  |  Older >  |  Oldest
Add to My Yahoo!      XML What's This?

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