Search the web
Sign In
New User? Sign Up
ClearSilver
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 281 - 310 of 1347   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
281
Hello, i'm not able to build Clearsilver on amd64, it fails with an relocation error. -------------------------------------------- Sebastian Blum |...
Sebastian Blum
basti@...
Send Email
Jul 5, 2004
4:52 pm
282
Hi, all. I'm new to clearsilver, and learning how to script python with it. When A.py sets a cookie, then can B.py read the cookie? As far as I tested, B.py...
tzangy
Offline Send Email
Jul 6, 2004
10:13 pm
283
I'm a bit confused, but let me try and understand what you mean. Cookies are client side information. Setting a cookie with A.py will send a message as part...
Brandon Long
blong42
Offline Send Email
Jul 6, 2004
10:42 pm
284
... Don't forget RFC 2965, which introduces the new and vastly superior Set-Cookie2: header. -- David Terrell dbt@... ((meatspace)) http://meat.net/...
David Terrell
dave_terrell
Offline Send Email
Jul 7, 2004
5:50 pm
285
Hi, Today, I found out multiple hdf files can be read/combined into one html through calling ncgi.hdf.readFile() for each hdf file. ...
pinetree@...
tzangy
Offline Send Email
Jul 14, 2004
3:29 pm
286
... Yes. Additional reads of hdf files should just add-to/overwrite keys from the earlier reads. I don't understand why you had problems with nested data. It...
David Jeske
jeskeca
Offline Send Email
Jul 14, 2004
8:00 pm
287
On Wed, 14 Jul 2004 03:24:23 -0700 (PDT), pinetree@... ... Yes, reading two files is the same as reading one that contained all the data, it will just...
Brandon Long
blong42
Offline Send Email
Jul 14, 2004
11:52 pm
288
Hi, all. Thanks for your advices. I was wrong and clearsilver proved itself great. What I did wrong was that I wrote "temperature = { }". The "=" must not be...
YOON. Joo-Yung
tzangy
Offline Send Email
Jul 15, 2004
4:29 pm
289
In 0.6 I the API supported attributes. Has the CS template syntax been expanded to support attribs as well?...
neurondata
Offline Send Email
Jul 19, 2004
9:16 pm
290
Nope, it hasn't. I'm not sure what the best way to expand the syntax to do that. Brandon ... -- "I know only that what is moral is what you feel good after and...
Brandon Long
blong42
Offline Send Email
Jul 20, 2004
6:09 am
291
... Out of curiosity, what is the usage model for attributes if they're not exposed in templates? -- David Terrell dbt@... ((meatspace)) http://meat.net/...
David Terrell
dave_terrell
Offline Send Email
Jul 21, 2004
3:25 pm
292
... No, but if you propose a syntax it might get implemented. Maybe it could be: <?cs var: Elem.__attrs__.foo ?>...
David Jeske
jeskeca
Offline Send Email
Jul 21, 2004
4:26 pm
293
... Before attributes existed, we generally wanted to avoid the XML-ish problem of having two different entity types 'attributes and tags'. When designing an...
David Jeske
jeskeca
Offline Send Email
Jul 21, 2004
7:07 pm
294
... They are exposed programmatically. We currently use them to tag certain HDF elements as lang text, so we know which ones to translate. Brandon -- "Yield...
Brandon Long
blong42
Offline Send Email
Jul 21, 2004
7:57 pm
295
Hi, I have a difficulty of using html_strip and html_escape. Here are my snippets. 1. my.hdf word = ping <ping> 2. my.html var:html_escape(html_strip(word)) 3....
pinetree@...
tzangy
Offline Send Email
Jul 22, 2004
1:47 am
296
... Maybe you have them backwards? html_strip isn't very smart, so it thinks that <ping> is an html tag, and strips it. Ie: html_strip("ping <ping>") -> "ping...
Brandon Long
blong42
Offline Send Email
Jul 22, 2004
3:50 am
297
Hi, Brandon, Thank you for your reply. I tried rule of a thumb, and guessed that html_escape should come before html_strip. Can I nest filters as in "<?cs...
YOON. Joo-Yung
tzangy
Offline Send Email
Jul 22, 2004
10:00 am
298
Yes, you can nest filters, I just split them up to show you what each would do. I'm not entirely sure which case where you would actually use both at the same...
Brandon Long
blong42
Offline Send Email
Jul 22, 2004
5:30 pm
299
Hi, Here is an example to be processed. (It is an explanation of a word "comport" taken at webster.com. And it is written/displayed in between <textarea> and...
YOON. Joo-Yung
tzangy
Offline Send Email
Jul 23, 2004
12:54 am
300
Hi all, I have been trying to install Clearsilver 0.9.10 on OS X Server 10.3.4 using the system Python. I have tried the following options as they are, as root...
Nathan Donaldson
boost_nathan
Offline Send Email
Jul 23, 2004
2:50 am
301
Yeah, it should be more clear. --with-python should point at the python binary. Brandon ... -- "To be happy with a woman, you must love her a lot and not try...
Brandon Long
blong42
Offline Send Email
Jul 23, 2004
9:55 am
302
Dear all, I'd like to know what CS returns to html when its hdf has name, but no value. Here is my snippet. <?cs set: counter = #0 ?> <tr> <?cs loop: x = #1,...
YOON. Joo-Yung
tzangy
Offline Send Email
Jul 26, 2004
3:37 pm
303
If you use var: to access an HDF element that doesn't exist, the var will be transformed into an empty string. Ie, var does string evaluation. ...
Brandon Long
blong42
Offline Send Email
Jul 26, 2004
11:38 pm
304
I'm not sure why you are calling html_strip, is my point. You should only need to call html_escape. html_strip is close to (but not quite) the opposite of...
Brandon Long
blong42
Offline Send Email
Jul 26, 2004
11:44 pm
305
Hi Clearsilver enthusiasts. I friend pointed me to Clearsilver as a web templating alternative and I have been fishing around for examples or even api info...
ceremona2000
Offline Send Email
Jul 28, 2004
5:30 am
306
The answer to your question is "Yes", so you'll have to use libraries of the native language. Ultimately, it makes clearsilver much more flexible. I used...
Chris Trimble
ctrimble
Online Now Send Email
Jul 28, 2004
5:51 am
307
yes, you have to use the native ui. The clearsilver kit has an example object relational rdbms connector for python that makes it easy to export the data to...
Brandon Long
blong42
Offline Send Email
Jul 28, 2004
7:21 am
308
... More importantly, when building your templates it's often easier a data set that's not strictly tabular in your code than to special case that stuff in...
David Terrell
dave_terrell
Offline Send Email
Jul 29, 2004
7:21 am
309
Dear Brandon, Thank you for your reply. I am late to reply because I was busy with other CS scriptings and that I needed more spare time to test escape and...
YOON. Joo-Yung
tzangy
Offline Send Email
Jul 31, 2004
2:50 am
310
Dear Brandon, Thank your for your reply, It was nice of you to let me know about ?. When I applied it to my cs-html script, it worked otherwise than my...
YOON. Joo-Yung
tzangy
Offline Send Email
Jul 31, 2004
3:41 am
Messages 281 - 310 of 1347   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help