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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

Advanced
Messages Help
  Newest  |  < Newer  |  Older >  |  Oldest
Topics Messages Latest Post

Hello Brandon, hello everybody, I want to filter every dataset into clearsilver hdf at runtime. OR is it possible to (override | add hook) "var" hdf function ?...
2 Apr 24, 2012
4:45 am

Brandon Long
blong42
Send Email

I just ran into a bug in clearsilver that I'm surprised has existed for so long. The problem occured because Firefox is specifying a character set in the ...
1 Apr 7, 2012
9:58 pm

David Jeske
jeskeca
Send Email

What is the best solution with clearsilver (C API of course) to send a file directly to the browser? thx...
3 Mar 20, 2012
5:54 pm

Brandon Long
blong42
Send Email

http://www.vim.org/scripts/script.php?script_id=1100 I fount this, but I think it doesn't work, so who can tell me is there a file for this?...
2 Mar 15, 2012
7:15 am

David Jeske
jeskeca
Send Email

Dynamically route and assign help desk tickets to any specific technician or group of technicians using your organization&#39;s business logic; based on ticket...
1 Mar 15, 2012
6:41 am

Michael Moody
michael.moody84
Send Email

hi There is a spell bug in cgi.c: 899 err = nerr_register(&CGIUploadCancelled,"CGIParseNotHandled"); should be err =...
2 Mar 8, 2012
6:24 pm

Brandon Long
blong42
Send Email

Hi, Thanks for the helps and ClearSilver runs flawlessly on my machine. So I'm curiosity on the tips/best practices of its usage under multi-threading...
3 Dec 27, 2011
8:07 am

caox
caox@...
Send Email

Hi Sorry to bother. According to the description and code example, the API nerr_log_error should free the err chain. But I didn't find the respective code to...
5 Dec 22, 2011
7:48 am

caox
caox@...
Send Email

Hello, I am having a particularly troubling issue that I was hoping you could help shed some light on. I am working on an application that uses Python 2.4 (I ...
1 Dec 7, 2011
8:50 pm

Michael Mileusnich
justmike2000@...
Send Email

This issue was given identifier CVE-2011-4357. This issue only affects the python wrapper for ClearSilver. In the CGI.error method from the neo_cgi module, the...
1 Nov 29, 2011
6:13 pm

Brandon Long
blong42
Send Email

I've got a problem that my boss asked me to use a light weight embedded web server, such as mongoose, to work with existing C program. No database should be...
2 Nov 9, 2011
7:39 am

Brandon Long
blong42
Send Email

Hey, is it possible to use include with a redirect output. for example : <?cs set:myvar = include: "test.cs" ?>...
2 Oct 20, 2011
3:45 pm

Brandon Long
blong42
Send Email

Hello, I would like sanitize (with function html_escape for exemple) all value of query. How each recursively to a final value ? thx...
2 Oct 5, 2011
10:46 pm

Brandon Long
blong42
Send Email

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
  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