Description:
In which we discuss the google-ctemplate opensource pacakge.
|
|
|
C-template HTML-escaping CL
|
| |
Hi everybody, I'd like to update you about the CL I've just submitted in c-template code: cl/28607502 In template_modifiers.cc<[link]>, I changed HtmlEscape to preserve the tags <sup> and <sub>, besides the ones which have been already preserved: <b>, <i>, <em> and <span... more »
|
|
Issue 89 in ctemplate: 16 of 20 tests failed in debug mode
|
| |
Status: New Owner: ---- Labels: Type-Defect Priority-Medium New issue 89 by huas...@gmail.com: 16 of 20 tests failed in debug mode [link] What steps will reproduce the problem? $ CPPFLAGS="-D_GLIBCXX_DEBUG" ./configure $ make $ make check What is the expected output? What do you see instead?... more »
|
|
CMake based builds RFC
|
| |
Hi *,
I'm currently using ctemplate at work for automating a pretty wide
range of generations and my colleagues are telling me they're very
happy with it :)
I'm a bit less happy with it as I need to automate the build on a
variety of platforms, including (shudder!) AIX and Hp-ux. I've managed... more »
|
|
Support libraries to use with cTemplate?
|
| |
I am interested in using cTemplate for creating web applications in C+
+ but didn't see anything pertaining to:
- URL parsing
- Cookie parsing
- Support for uploading files to the server
- An SMTP library for sending email (text and html)
What libraries are cTemplate developers using to accomplish the tasks... more »
|
|
how to get a correct URL escaped
|
| |
Hi, there,
I tried to use a template like this:
<body>
<a href="{{URL:url_escape_with_ar g=html}}">Your Account</a>
</body>
and then I set the dict:
dict->SetValue("URL","[link] 2 3");
and expand it.
I expect it to be:
<a href="[link]">Your Account</a>... more »
|
|
|