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

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? 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 618 - 647 of 1347   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
618
... I'm a fan of DocBook. The work flow and setup takes a little getting into but, as with most things, is fine once you get the hang of it. It has been...
hrz@...
Send Email
Dec 1, 2005
6:27 pm
619
... Swetland just pointed me at this: http://www.methods.co.nz/asciidoc/ which is pretty sweet. Apparently it's being used for the git docs, among other...
David Terrell
dave_terrell
Offline Send Email
Dec 1, 2005
6:39 pm
620
... Would it be very inconvenient, in your situation, to do your heavy macro computation in your host language, before rendering the template? (I'm sincerely...
Erik Rose
grincheroo
Offline Send Email
Dec 1, 2005
8:49 pm
621
On Thu, 1 Dec 2005 15:46:46 -0500 Erik Rose <psuspam@...> ... I don't know about inconvenient, but it can certainly seem like the wrong way to do...
Adam Montague
amontague@...
Send Email
Dec 1, 2005
9:22 pm
622
... I think I would agree, that clearsilver more tries to enforce separation of presentation and logic, rather than less work. We have another template...
Brandon Long
blong42
Offline Send Email
Dec 1, 2005
9:26 pm
623
Hi, hdf_set_value does not follow symlinks made by hdf_set_symlink, is this a bug or a feature? I know that I can workaround it by using hdf_get_obj to the...
Gerald Dachs
gda@...
Send Email
Dec 2, 2005
9:06 am
624
hmm. I don't think its by intention, at least not that I can recall. Brandon ... -- "Only in America would you have a general in charge of the post office and...
Brandon Long
blong42
Offline Send Email
Dec 2, 2005
9:36 am
625
... currently I use the following workaround: NEOERR* myhdf_set_value (HDF *hdf, char *name, char *value) { return hdf_set_value ( (name == NULL || name[0] ==...
Gerald Dachs
gda@...
Send Email
Dec 2, 2005
10:12 am
626
... This is nonsense, it doesn't work if it doesn't exist already, stupid....
Gerald Dachs
gda@...
Send Email
Dec 2, 2005
10:18 am
627
This is ugly, but it works: NEOERR* myhdf_set_value (HDF *hdf, char *name, char *value) { NEOERR *err; HDF *thdf = hdf; char *tname = NULL; if ((name != NULL)...
Gerald Dachs
gda@...
Send Email
Dec 2, 2005
12:17 pm
628
... This patch works for me, tell me whether it is okay for inclusion, please. ... 14:21:55.000000000 +0100 +++ clearsilver-0.10.1/util/neo_hdf.c 2005-12-02...
Gerald Dachs
gda@...
Send Email
Dec 2, 2005
1:40 pm
629
Has anybody adapted ClearSilver to use the Template Attribute Language? With Google, all that I have found so far is an XSLT script that converts a partial set...
David Young
dyoungicator
Offline Send Email
Dec 5, 2005
12:35 am
630
... I used DocBook to write two largish software reference guides, which I continue to maintain, and I also like it a lot. My need was to work under Windows,...
snarmont
Offline Send Email
Dec 13, 2005
1:15 am
631
The application I'm working on allows users to upload files to the CGI application. This has been working great with Clearsilver. Suppose a user interrupts an...
snarmont
Offline Send Email
Dec 13, 2005
1:28 am
632
That depends. The default is that clearsilver unlinks the file after it creates it, but keeps the file open. This way, the file is automatically deleted when...
Brandon Long
blong42
Offline Send Email
Dec 13, 2005
1:46 am
633
This patch lets hdf_set_value follow symlinks. I still would like to see a reaction. Please don't ignore this post again. If this is not okay, so tell me. ...
Gerald Dachs
gda@...
Send Email
Dec 13, 2005
7:31 am
634
Hmm, I think there may be some problems with this, we'll probably need some unittests to make sure eveything still works correctly. I'd also do it without the...
Brandon Long
blong42
Offline Send Email
Dec 13, 2005
7:42 am
635
Thanks for your fast reaction, this time :) ... of course, but after thinking about it a while I couldn't find a problem, because it is used only if there is a...
Gerald Dachs
gda@...
Send Email
Dec 13, 2005
8:10 am
636
Two weeks later than I wanted to release it... but better late than never. I hope this version should fix all the problems people have had compiling...
Brandon Long
blong42
Offline Send Email
Dec 15, 2005
1:26 am
637
I see that my patch made it nearly unchanged into this new release, thanks. I got not mentioned somewhere, but you can't have everything. Gerald...
Gerald Dachs
gda@...
Send Email
Dec 15, 2005
8:30 am
638
I've added your name to the ChangeLog for the change. Brandon ... -- Windows NT crashed. I am the Blue Screen of Death. No one hears your screams. -- Peter...
Brandon Long
blong42
Offline Send Email
Dec 15, 2005
11:20 pm
639
The website says files to be included are searched for in the "HDF search path". But how exactly do I set this search path? Thanks Adam...
Adam Montague
amontague@...
Send Email
Dec 20, 2005
7:07 am
640
... http://www.clearsilver.net/docs/c_api.hdf#hdf_search_path The CGI kit magic HDF vars are well documented in the mainline docs but this one isn't. ...
David Terrell
dave_terrell
Offline Send Email
Dec 20, 2005
7:27 am
641
The HDF search path is the children of the hdf.loadpaths node, ie: hdf.loadpaths.0 = /home/blong/base/french hdf.loadpaths.1 = /home/blong/base Brandon ... -- ...
Brandon Long
blong42
Offline Send Email
Dec 20, 2005
8:02 am
642
Hi, recently I discovered a strange behaviour, when I tried to calculate the length of a string inside of a macro. The following macro returns zero for any...
lars
joerg_karoll
Offline Send Email
Dec 22, 2005
4:31 pm
643
Hi, the default destination directory for the perl bindings of clearsilver are installed in an unusual directory: "/usr/local/local/..." instead of...
lars
joerg_karoll
Offline Send Email
Dec 26, 2005
8:43 pm
644
Hi, I tried to define a macro, that includes a file: <?cs def:display_option(optname) ?> <?cs linclude:SomeDefinedFilename ?> <?cs /def ?> This works, as long...
lars
joerg_karoll
Offline Send Email
Dec 27, 2005
11:26 pm
645
Back on the way to build cs on AIX 5.1 i used the latest version 0.10.2 of cs . The former problem ( regression test - test18 failed ) is gone with the new...
hajoehlers
Offline Send Email
Dec 27, 2005
11:27 pm
646
Any macro, or one that's defined outside the SomeDefinedFilename? Currently, macros don't work across linclude because of deallocation problems. It should be...
Brandon Long
blong42
Offline Send Email
Dec 28, 2005
8:58 pm
647
Hi folks, i wrote ... Ok , i found a solution by using ld_so_aix Right now these are the steps to build clearsilver 0.10.2 on AIX 5.1 with gcc 3.2.2 Build...
hajoehlers
Offline Send Email
Dec 28, 2005
8:59 pm
Messages 618 - 647 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