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: 336
  • 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 1364 - 1393 of 1451   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
1364 kaevee1 Send Email Mar 6, 2010
1:35 am
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...
1365 Brandon Long
blong42 Send Email
Mar 6, 2010
7:39 am
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...
1366 oglausa Send Email Mar 6, 2010
9:30 am
You can easily create Ajax applications with Clearsilver. Smart way is to use JSON for messaging format and you can use Json-C or Yajl with your project....
1367 bxxx
vincebouix Send Email
Mar 29, 2010
5:24 pm
Hello, I use clearsilver with fastcgi/lighttpd. I have problem in this file : hello.html : <h1><?cs var:_("hello world !") ?></h1> After Refresh my page, error...
1368 caox
caox@... Send Email
Apr 19, 2010
7:52 am
I am a new user of clearsilver and I am trying some features of it. when testing the build-in escape functions such as url_escape and html_escape, some error...
1369 Brandon Long
blong42 Send Email
Apr 19, 2010
7:59 am
That means you haven't included the escape functions in your program. In C, calling cgi_register_strfuncs will add them all. I think the Java and Python ...
1370 马亮
bigmaliang... Send Email
Apr 19, 2010
11:37 am
hi, I found a tiny bug when I use rand_name() in util/test/hdftest.c, This function may produce name with ' include. so, in other hdf function, the name is...
1371 caox
caox@... Send Email
Apr 19, 2010
3:50 pm
got it. thanks a lot. I guess it may be more helpful of the document if this could be included. ÔÚ 2010-4-19£¬ÏÂÎç3:59£¬ Brandon Long дµÀ£º ...
1372 Brandon Long
blong42 Send Email
Apr 20, 2010
12:08 am
Ah, so some words would include an apostrophe, and this makes the test flakey? Brandon 2010/4/19 马亮 <bigmaliang@...> ... Ah, so some words would...
1373 Brandon Long
blong42 Send Email
Apr 20, 2010
12:08 am
Sure, any suggestions on where it should be mentioned? Brandon 2010/4/19 caox <caox@...> ... Sure, any suggestions on where it should be mentioned?...
1374 caox
caox@... Send Email
Apr 20, 2010
1:08 am
add the description of cgi_register_strfuncs to references of c api. Besides, some code examples would be helpful for new guys like me when reading the ...
1375 马亮
bigmaliang... Send Email
Apr 20, 2010
1:43 am
hdftest is ok, I used the rand_name() in another test: produce an 10 child random hdf, write it into a string, and then use hdf_read_string() to reproduce the...
1376 Brandon Long
blong42 Send Email
Apr 20, 2010
3:42 am
If you'd like to send me a diff with the new test and fix, I'd be happy to include it. Or, just the test, and I can see about creating a fix. Brandon ... If...
1377 Brandon Long
blong42 Send Email
Apr 20, 2010
5:06 am
Added documentation to the cgi.h and updated the API docs to the latest version. Brandon 2010/4/19 caox <caox@...> ... Added documentation to the...
1378 caox
caox@... Send Email
Apr 21, 2010
3:40 am
ÏÂÃæÊDZ»×ª·¢µÄÓʼþ£º ... ÏÂÃæÊDZ»×ª·¢µÄÓʼþ£º ·¢¼þÈË: caox < caox@... > ÈÕÆÚ: 2010Äê4ÔÂ20ÈÕ...
1379 enelson20052005 Send Email Jun 5, 2010
8:19 pm
I am trying to run the hello Example in the Python Introduction section using the Cherokee Web Server. I made a directory /cgi-bin in the root directory and...
1380 Brandon Long
blong42 Send Email
Jun 6, 2010
10:25 pm
I've never used the Cherokee web server myself, but I doubt that is the correct place to put your /cgi-bin/ directory. You should look at this page here: ...
1381 tiebingzhang Send Email Jun 24, 2010
10:06 pm
I have found a possible bug. Version: 0.10.5 Description: clearsilver does not process POST with "Content Type set to application/x-www-form-urlencoded;". Note...
1382 Brandon Long
blong42 Send Email
Jun 24, 2010
10:09 pm
Thanks for the report. Yes, we know about the bug, its fixed in head of tree, you can see the change here: ...
1383 tiebingzhang Send Email Jun 24, 2010
11:56 pm
Thank Brandon. I did not know there is a newer version than 0.10.5. Do you plan to release a new version any time soon. When I checked out the SVN version...
1384 Brandon Long
blong42 Send Email
Jun 25, 2010
12:05 am
You need to grab the now separate streamhtmlparser package from http://code.google.com/p/streamhtmlparser/ Though you often have to actually compile it. I may...
1385 tiebingzhang Send Email Jun 25, 2010
4:28 pm
Hi, I have been using HDF as my "database";, and it has been working beautifully. Now, I am looking for two more things that can make my life a little easier...
1386 cakoose Send Email Jul 1, 2010
3:14 am
Hello! I need to implement the same dynamic web page in Python and Java. Though the request-handling and data-retrieval code will need to be written twice,...
1387 Chris Trimble
ctrimble Send Email
Jul 1, 2010
4:22 am
What about using Jython and building the bulk of your logic/templating with Java? C...
1388 Brandon Long
blong42 Send Email
Jul 1, 2010
5:38 pm
Currently, both the Python and Java implementations rely on the C library (native code). We do have a pure-Java version here at Google, and its our goal to...
1389 马亮
bigmaliang... Send Email
Aug 23, 2010
8:08 am
hi brandon: There is a bug in cgi/cgi.c: 794 in svn's resp(http://code.google.com/p/clearsilver/source/browse/trunk/cgi/cgi.c). ...
1390 马亮
bigmaliang... Send Email
Aug 26, 2010
4:54 am
hi I used clearsilver&#39;s subversion code recently. And found some issues: 1, cs_printf() should use vprintf instead of printf. 2, cgiwrap_init_std() should be...
1391 Brandon Long
blong42 Send Email
Aug 26, 2010
9:09 am
Thanks Brandon...
1392 nevereatbabies Send Email Sep 5, 2010
3:58 am
I'm trying to create a shortcut macro create form input boxes with values. I tried something like this: <?cs def:form.input(path) ?> <input type="text&quot;...
1393 Brandon Long
blong42 Send Email
Sep 8, 2010
8:07 am
Sorry, should have mentioned this when it was made available. My co-workers have put the finishing touches on the pure-Java version of ClearSilver. Its...
Messages 1364 - 1393 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