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
Messages 1410 - 1439 of 1451   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
1410 马亮
bigmaliang... Send Email
Sep 1, 2011
2:42 am
- I successfully compiled the file with your command yet it gave me a segmentation fault in the runtime. This may because of your hello.c has illgeal...
1411 Jacky Wang
jackychaowang Send Email
Sep 1, 2011
8:53 am
Thanks for the comments! However: /usr/bin/ld: ../libs//libstreamhtmlparser.a(libstreamhtmlparser_la-htmlparser.o): relocation R_X86_64_32S against `.rodata'...
1412 Jacky Wang
jackychaowang Send Email
Sep 3, 2011
10:39 pm
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...
1413 David Jeske
jeskeca Send Email
Sep 3, 2011
11:16 pm
Can you share some information about the environment you are trying to compile/install in? The test_crc.cs error is showing a sign error in output, which...
1414 Brandon Long
blong42 Send Email
Sep 4, 2011
8:50 am
... No, this isn't true. I'm sure that CSPARSE contains data structures which are updated on render, and cs commands like set definitely modify hdf. For...
1415 Jacky Wang
jackychaowang Send Email
Sep 4, 2011
7:11 pm
Thank you David! I replied the information in another thread. Current I've seen is: <...... ranlib ../libs/libneo_cgi.a gcc -g -O2 -pthread -Wall -I.. ...
1416 bxxx
vincebouix Send Email
Oct 5, 2011
12:38 am
Hello, I would like sanitize (with function html_escape for exemple) all value of query. How each recursively to a final value ? thx...
1417 Brandon Long
blong42 Send Email
Oct 5, 2011
10:46 pm
<?cs def:sanitize(param) ?> <?cs set:param = html_escape(param) ?> <?cs each:sub = param ?> <?cs call:sanitize(sub) ?> <?cs /each ?> <?cs /def ?> <?cs...
1418 bxxx
vincebouix Send Email
Oct 20, 2011
3:39 pm
Hey, is it possible to use include with a redirect output. for example : <?cs set:myvar = include: "test.cs" ?>...
1419 Brandon Long
blong42 Send Email
Oct 20, 2011
3:45 pm
No, though I've considered adding one. Brandon...
1420 unlitechc Send Email Nov 7, 2011
9:26 pm
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...
1421 Brandon Long
blong42 Send Email
Nov 9, 2011
7:39 am
ClearSilver can be thought of as two parts, the CS templating language, and the CGI library. For your case, you basically need to use the CS language portions ...
1422 Brandon Long
blong42 Send Email
Nov 29, 2011
6:13 pm
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...
1423 Michael Mileusnich
justmike2000@... Send Email
Dec 7, 2011
8:50 pm
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 ...
1424 caox
caox@... Send Email
Dec 21, 2011
6:28 am
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...
1425 Brandon Long
blong42 Send Email
Dec 21, 2011
7:18 pm
I don't think any of those free the error chain, where did you get that impression? Its not in the api docs, as near as I can tell. Brandon...
1426 caox
caox@... Send Email
Dec 22, 2011
2:39 am
hmm... I found it in the header file "neo_err.h": /* function: nerr_log_error * description: currently, this prints out the error to stderr, and *...
1427 Brandon Long
blong42 Send Email
Dec 22, 2011
7:33 am
... Ah, the comment was fixed: http://code.google.com/p/clearsilver/source/detail?spec=svn861&r=861 ... It doesn't, just sloppy I guess. Brandon ... On Wed,...
1428 caox
caox@... Send Email
Dec 22, 2011
7:48 am
OK, I see. That means we need call nerr_ignore after nerr_log_error if we want the err chain to be freed correctly. Thanks. ... OK, I see. That means we need...
1429 caox
caox@... Send Email
Dec 27, 2011
8:07 am
Hi, Brandon We use ClearSilver as our template engine in our product, and we faced the problem your referred a few months ago. In our situation, we have lots...
1430 马亮
bigmaliang... Send Email
Feb 28, 2012
7:18 am
hi There is a spell bug in cgi.c: 899 err = nerr_register(&CGIUploadCancelled,"CGIParseNotHandled"); should be err =...
1431 Brandon Long
blong42 Send Email
Mar 8, 2012
6:24 pm
Not sure that quite qualifies as a spell bug, but its a real bug. Thanks, fixed in the repo. Brandon 2012/2/27 马亮 <bigmaliang@...> ... Not sure that...
1432 Matthew
mathewxiang Send Email
Mar 15, 2012
6:20 am
http://www.vim.org/scripts/script.php?script_id=1100 I fount this, but I think it doesn't work, so who can tell me is there a file for this?...
1433 Michael Moody
michael.moody84 Send Email
Mar 15, 2012
6:41 am
Dynamically route and assign help desk tickets to any specific technician or group of technicians using your organization&#39;s business logic; based on ticket...
1434 David Jeske
jeskeca Send Email
Mar 15, 2012
7:15 am
... Did you try it? BTW - since the introduce of C#, we've kind of informally moved to .cst to avoid the extension duplication....
1435 bxxx
vincebouix Send Email
Mar 20, 2012
5:00 pm
What is the best solution with clearsilver (C API of course) to send a file directly to the browser? thx...
1436 David Jeske
jeskeca Send Email
Mar 20, 2012
5:02 pm
... Clearsilver is for producing templated-output, such as HTML. If you want to just send a file directly to the user, you just output the bytes directly ...
1437 Brandon Long
blong42 Send Email
Mar 20, 2012
5:54 pm
If you want to use the wrappers in CS, you can do something like: cgiwrap_writef("Content-Type: foo/bar\r\n"); cgiwrap_writef("Content-Length: %d\r\n\r&#92;n",...
1438 David Jeske
jeskeca Send Email
Apr 7, 2012
9:58 pm
I just ran into a bug in clearsilver that I'm surprised has existed for so long. The problem occured because Firefox is specifying a character set in the ...
1439 bxxx
vincebouix Send Email
Apr 23, 2012
7:51 am
Hello Brandon, hello everybody, I want to filter every dataset into clearsilver hdf at runtime. OR is it possible to (override | add hook) "var" hdf function ?...
Messages 1410 - 1439 of 1451   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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