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

Hi there, I know that it may be a dumb question, but ClearSilver installing doesn't work for me. :( It will be great if somebody here can help me out. Assuming...
9 Sep 4, 2011
7:11 pm

Jacky Wang
jackychaowang
Send Email

Hi, Is there any way to add #ifdef (something similar) within hdf file to load dataset conditionally. Any documentation / suggestions will be helpful for me....
2 Feb 3, 2011
10:27 pm

Brandon Long
blong42
Send Email

I have the following Ajax function used to dynamically create a select box. I'd like to make this a multi-select, and added two lines which I thought would...
1 Jan 15, 2011
12:23 am

geoffreymsilver
Send Email

Continuing something I started years ago with the original skelleton of a half-working C# module for clearsilver, I now have a more-real clearsilver module for...
1 Dec 19, 2010
7:40 pm

David Jeske
jeskeca
Send Email

Hi Brandon, I will use the Clearsilver C API in several worker threads in my web application and wanted to get some tips (or dos and donts) from you. My setup...
3 Nov 29, 2010
2:17 am

马亮
bigmaliang...
Send Email

hi, I need some zh_cn.utf8 string to be a hdf key. but _hdf_read_string() said this: /* Valid hdf name is [0-9a-zA-Z_.]+ */ name = s; while (*s &&...
2 Oct 19, 2010
12:07 am

Brandon Long
blong42
Send Email

Hello! I need to implement the same dynamic web page in Python and Java. Though the request-handling and data-retrieval code will need to be written twice,...
7 Sep 13, 2010
7:22 am

Kannan Goundan
cakoose
Send Email

I'm trying to create a shortcut macro create form input boxes with values. I tried something like this: <?cs def:form.input(path) ?> <input type="text&quot;...
2 Sep 8, 2010
8:26 am

Brandon Long
blong42
Send Email

Sorry, should have mentioned this when it was made available. My co-workers have put the finishing touches on the pure-Java version of ClearSilver. Its...
1 Sep 8, 2010
8:07 am

Brandon Long
blong42
Send Email

Hi, I have been using HDF as my "database";, and it has been working beautifully. Now, I am looking for two more things that can make my life a little easier...
1 Jun 25, 2010
4:28 pm

tiebingzhang
Send Email

I have found a possible bug. Version: 0.10.5 Description: clearsilver does not process POST with "Content Type set to application/x-www-form-urlencoded;". Note...
4 Jun 25, 2010
12:05 am

Brandon Long
blong42
Send Email

I am trying to run the hello Example in the Python Introduction section using the Cherokee Web Server. I made a directory /cgi-bin in the root directory and...
2 Jun 6, 2010
10:25 pm

Brandon Long
blong42
Send Email

ÏÂÃæÊDZ»×ª·¢µÄÓʼþ£º ... ÏÂÃæÊDZ»×ª·¢µÄÓʼþ£º ·¢¼þÈË: caox < caox@... > ÈÕÆÚ: 2010Äê4ÔÂ20ÈÕ...
1 Apr 21, 2010
3:40 am

caox
caox@...
Send Email

I am a new user of clearsilver and I am trying some features of it. when testing the build-in escape functions such as url_escape and html_escape, some error...
6 Apr 20, 2010
5:06 am

Brandon Long
blong42
Send Email

hi, I found a tiny bug when I use rand_name() in util/test/hdftest.c, This function may produce name with ' include. so, in other hdf function, the name is...
4 Apr 20, 2010
3:42 am

Brandon Long
blong42
Send Email

Hello, I use clearsilver with fastcgi/lighttpd. I have problem in this file : hello.html : <h1><?cs var:_("hello world !") ?></h1> After Refresh my page, error...
1 Mar 29, 2010
5:24 pm

bxxx
vincebouix
Send Email

Hello, I am going to start development of web application for an embedded system. I think ClearSilver is an excellent choice. I would like to know Whether...
3 Mar 6, 2010
9:30 am

oglausa
Send Email

If localtime_r doesn't exist, my_tm is left uninitialized, and thus tbuf is useless. Index: util/neo_misc.c ... +++ util/neo_misc.c (working copy) @@ -32,14...
1 Feb 26, 2010
2:44 am

sydius
Send Email

Do clearsilver&#39;s templates understand 64-bit numbers? I want to do the following: <?cs set:duration=17179869184 ?> <?cs var:duration/1048576?> This outputs...
5 Feb 9, 2010
6:13 pm

Scott Hassan
scotthassan
Send Email

Having built this system on OSX, x86 Linux and ARM Linux (cross compiled), there are a couple minor issues. First, rules.mk.in has gcc hard coded for creating...
1 Feb 9, 2010
5:20 am

sunsetbrew
Send Email

I cross compiled this for ARM and the cs program appeared to hang on startup. After debugging, it was determined to be this line#50 in cs.c because EOF is -1...
1 Feb 8, 2010
6:04 pm

sunsetbrew
Send Email

Are spaces allowed in HDF key names? Scott -- import neo_cgi, neo_util h = neo_util.HDF() h.setValue("a b", "1") s = h.writeString() h2 = neo_util.HDF() ...
6 Jan 12, 2010
11:02 pm

Nikolai Kondrashov
nikolai.kond...
Send Email

Hi, i compile clearsilver with ruby-1.9.1-p376 like: ./configure --with-apache=/usr/local/apache2 --with-python=/usr/bin/python --with-ruby=/usr/bin/ruby...
1 Dec 28, 2009
4:35 pm

komaii@...
komaii...
Send Email

Hi Brandon, I updated my system to Ubuntu 9.10 64bit and tried to compile clearsilver from svn. I think after ./configure a "libs" file is created under the...
1 Dec 27, 2009
3:16 am

oglausa
Send Email

I finally finished piecing together the multiple repositories, removing some internal only things, and importing the whole shebang into a public svn...
1 Nov 5, 2009
11:14 am

Brandon Long
blong42
Send Email

Not sure when this started happening, but at least with Dojo these days, forms are POSTed with a Content-Type that include a charset declaration, ie: ...
3 Nov 4, 2009
6:37 pm

Brandon Long
blong42
Send Email

Hello, ClearSilver doesn't seem to be compatible with HTTP 1.1 persistent connections because it don't add Content-Length in the HTTP header of the response....
2 Oct 29, 2009
10:15 pm

Brandon Long
blong42
Send Email

I've been modifying a trac module, and it uses the ClearSilver template language. I need to get a list of strings to the template to load into a select...
4 Sep 17, 2009
10:37 pm

Brandon Long
blong42
Send Email

Hello everybody, Brandon Once again, I have noticed a somewhat incorrect processing of multi-value query parameters. Only this time I decided to fix and report...
4 Sep 16, 2009
8:46 am

Brandon Long
blong42
Send Email

Hi everybody, Brandon, I was dissatisfied with the value existence check operator ('?'), since most of the time I need *node* existence check, instead. So I...
1 Sep 7, 2009
4:25 pm

Nikolai Kondrashov
nikolai.kond...
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