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

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 ...
2 Jan 9, 2004
11:34 pm

Brandon Long
blong42
Send Email

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...
7 Jan 9, 2004
11:03 pm

Brandon Long
blong42
Send Email

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" ...
2 Jan 6, 2004
7:37 pm

Brandon Long
blong42
Send Email

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...
2 Jan 2, 2004
9:19 pm

David Terrell
dave_terrell
Send Email

platform: OpenBSD 3.1 i386 test18.cs dumps core #0 0x400a7dea in calloc () #1 0x728a in call_eval (parse=0x1d140, node=0x17600, next=0xdfbfd1e8) at...
1 Dec 4, 2003
10:22 pm

David Terrell
dave_terrell
Send Email

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...
2 Nov 30, 2003
4:34 am

Brandon Long
blong42
Send Email

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....
3 Nov 28, 2003
7:12 am

David Jeske
jeskeca
Send Email

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....
2 Nov 5, 2003
2:14 pm

Dan Janowski
djjanowski
Send Email

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...
1 Oct 26, 2003
10:45 pm

neurondata
Send Email

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...
1 Oct 23, 2003
5:59 pm

Scott Hassan
scotthassan
Send Email

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...
1 Oct 20, 2003
11:37 pm

Brandon Long
blong42
Send Email

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...
3 Sep 18, 2003
5:33 pm

Chris Trimble
ctrimble
Send Email

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...
2 Sep 15, 2003
7:29 pm

Brandon Long
blong42
Send Email

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...
2 Sep 15, 2003
7:28 pm

Brandon Long
blong42
Send Email

I have a form with fields such as: <input type="text&quot; name="people.0.name"> <input type="text&quot; name="people.1.name"> When I submit the form with empty values,...
2 Sep 15, 2003
7:25 pm

Brandon Long
blong42
Send Email

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...
2 Sep 13, 2003
6:47 am

Brandon Long
blong42
Send Email

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...
2 Sep 12, 2003
10:15 pm

Brandon Long
blong42
Send Email

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...
9 Aug 26, 2003
5:08 pm

steve jenson
stevej_pobox
Send Email

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...
4 Aug 11, 2003
6:38 am

David Jeske
jeskeca
Send Email

<?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...
2 Aug 8, 2003
7:58 pm

Brandon Long
blong42
Send Email

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...
2 Aug 8, 2003
7:57 pm

Brandon Long
blong42
Send Email

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...
2 Jul 27, 2003
5:09 pm

David Jeske
jeskeca
Send Email

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...
2 Jul 23, 2003
5:59 pm

Brandon Long
blong42
Send Email

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) +...
1 Jul 20, 2003
7:24 am

David Jeske
jeskeca
Send Email

I have a need to make the templates friendly to HTML-editor and SVG- editors. The fundamental flaw to ClearSilver&#39;s templating approach is that you sometimes...
1 Jul 17, 2003
1:30 pm

Alan Morse
acmorse
Send Email

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...
2 Jul 15, 2003
5:37 pm

Brandon Long
blong42
Send Email

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...
2 Jul 14, 2003
4:33 pm

Brandon Long
blong42
Send Email

Here is a small python example that generates a segfault using neo_util. Scott ... import random import neo_cgi, neo_util, neo_cs def test(): hdf =...
5 Jul 10, 2003
6:39 pm

David Jeske
jeskeca
Send Email

In building under MSYS and MinGW, I get a compile warning when building cs.c: "implicit declaration of function 'getopt&#39;". This is a bad sign; it is followed...
2 Jul 9, 2003
4:06 pm

Brandon Long
blong42
Send Email

Announcing ClearSilver version 0.9.0. Major changes in this release include: - Ruby module support by Dan Janowski - Configurable Template Tags as discussed...
3 Jul 8, 2003
6:46 am

Brandon Long
blong42
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