Dynamically route and assign help desk tickets to any specific technician or group of technicians using your organization39;s business logic; based on ticket...
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...
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...
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 ...
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...
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...
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...
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....
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...
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...
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...
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,...
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"...
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...
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...
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...
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...
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...
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...
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...
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...
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...
Do clearsilver39;s templates understand 64-bit numbers? I want to do the following: <?cs set:duration=17179869184 ?> <?cs var:duration/1048576?> This outputs...
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...