More pestering... :) How are the c api docs generated? It seems to be missing things like hdf_write_file(), hdf_read_from_fp() etc.. Would it be possible to ...
Hey Folks, ( long email -- I think there's a bug in loading a dataset using hdf_set_value versus loading it from a file ) I'm currently working on a project to...
1 patch and 1 spec file The patch is to fix clearsilver-0.9.7/Makefile from calling scripts/document.py directly and instead call "python scripts/document.py" ...
I would have thought that one of the first three would work, but only the last one does, which is obviously a problem... Ideas? (Yes I could probably refactor...
I noticed that I lost 24 bytes when running linclude. Unfortunately I haven't used time to investigate if things could be done better, the included patch...
Here's a patch for comparing strings in cs/csparse.c.:eval_expr_string. Instead of using a plain strcmp when testing two string a new compare function is used....
Is anyone using ClearSilver under Solaris? A friend is thinking of using Python + ClearSilver and simply wants to know if it compiles and works under Solaris....
Is there any way to force tidy to ignore the following: <?cs if:count > #0 ?> I've tried a variety of configuration settings but to no avail. tidy insists on...
The code is incorrect for example 2 at the bottom of the following page: http://www.clearsilver.net/docs/python/examples.cst It needs to have a call to...
Its been awhile since I've made a public release, so I figured I'd wrap up the recent changes into a new release. The main new feature in this release is the...
I'm experimenting with ClearSilver and I have an Apache box running mod_python, not PyApache. I notice that CSPage.py assumes things that aren't true in my...
When setting certain vars in my HDF file to long values (lots of text/html/etc.), it would be nice if I could use multiple lines to make editing easier. Is...
I thought that static.cgi loaded common.hdf and foo.cs.hdf or foo.hdf. I have some Site.Sections.# data in common.hdf and a header.cs that is include'd in each...
I have a form with fields such as: <input type="text" name="people.0.name"> <input type="text" name="people.1.name"> When I submit the form with empty values,...
Hi, in my HDF dataset I have something like: people.0.name people.1.name people.2.name How can I create people.3.name from within a clearsilver template? I'm...
I'm working on an html page where I want to do the equivilant of: <?cs var:js_escape(evar(pagecontent)) ?> The current constructs don't seem to provide me a...
I want to write an XML-RPC cgi using Clearsilver, but it appears that I can't do it using the stock Clearsilver code. With XML-RPC, basically an XML document...
Maybe I'm just missing something, but I downloaded ClearSilver 0.9.1 and I cannot find installation docs anywhere. I could probably get it working after...
<?cs each:e = entry ?> I know that <?cs name:e ?> will yield the iterative name. How can the same be done in an if? <?cs if:e.name == "xxyy" ?>.... .name is...
I have an update for Ruby that behaves better when there are cs parse errors and some other small things. How would you like to update? Do you want it as a...
One of the big changes in the last release was to try and eliminate the need for modifier symbols like "#" by making clearsilver "do the right thing" in most...
Hi I am getting a coredump when I try to install image_server (a python program using clearsilver for templating from apache). The problem occurs in the mysql...
I submitted Clearsilver to Python's new package info system. http://www.python.org/pypi?:action=display&name=ClearSilver&version=0.9.1 -- David Jeske (N9LCA) +...
I have a need to make the templates friendly to HTML-editor and SVG- editors. The fundamental flaw to ClearSilver39;s templating approach is that you sometimes...
I would like designers to be able to load a .cs html file into a typical html editor and have it render reasonable. One problem is var tags. Currently, var...
It seems that the ClearSilver macros (def/call) do not support recursion or forward references. Is that true? I am trying to create a tree viewer (for...
In building under MSYS and MinGW, I get a compile warning when building cs.c: "implicit declaration of function 'getopt39;". This is a bad sign; it is followed...
Announcing ClearSilver version 0.9.0. Major changes in this release include: - Ruby module support by Dan Janowski - Configurable Template Tags as discussed...