 |

What is ClearSilver?
ClearSilver is a fast and powerful
HTML templating system.
ClearSilver is language neutral, allowing you to seamlessly
mix C, C++, Python, Perl, Java, PHP, and any other programming
language you use, all in the same site, or even the same
page.
ClearSilver is fast, avoiding the problems created by
language-specific template systems written in slow script languages
such as Python or Perl.
ClearSilver is easy to use. Unlike XML/XSLT, which are
complicated to setup and understand. You'll quickly find that
ClearSilver is the easiest way to develop dynamic webpages.
|
 |
|
Discussion
The ClearSilver mailing list is hosted at Yahoo Groups. You can join
the list either online or by
email.
View the Full Archives
Most recent messages
Re: spaces in hdf keys?
- David Jeske
I know this question is super old, but I didn't see it answered. Yes, HDF keys can contain spaces, but obviously this creates problems for using typical
Re: spaces in hdf keys?
- Scott Hassan
... using ... is ... Shouldn't writeString() quote the keys such that readString can read the HDF properly? Scott
Re: spaces in hdf keys?
- Brandon Long
... So... As David points out, there is no validation on HDF keys when calling the C API to add them to a dataset. So, the only character that's meaningful in
Re: spaces in hdf keys?
- Nikolai Kondrashov
... The validation could be added for debug build only, which will be useful for most cases. Although, ClearSilver doesn't have a debug build, AFAIK. ... Last
longs
- Scott Hassan
Do clearsilver's templates understand 64-bit numbers? I want to do the following: <?cs set:duration=17179869184 ?> <?cs var:duration/1048576?> This outputs
Re: longs
- Brandon Long
CS currently uses a "long int" for numbers, which is 32 bits on 32 bit builds... and a 64 bit number on most 64 bit builds. Brandon ... -- "Kill a man, and you
Re: longs
- Scott Hassan
... Does it make sense to have this behaviour when running on a different platform? Scott
cs program spins wildly on getopt()
- sunsetbrew
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
Two Build Issues
- sunsetbrew
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
Re: longs
- David Jeske
I'm curious.. what are you trying to do in clearsilver that has you wondering about 64 bit number support?
Re: longs
- Scott Hassan
... I am displaying some file lengths (in bytes) that are greater than 2G. I was writing a simple macro to convert the lengths into a more human readable
Small bug with warnings if localtime_r doesn't exist.
- Sydius
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
AJAX Support
- kaevee1
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
Re: AJAX Support
- Brandon Long
That's kind of an open ended question. Yes, you can write an AJAX app in clearsilver, but clearsilver doesn't really have much to assist you in this. There's
|
|
|