Libtemplate ruby binding

Hello together,

two questions,

First: I wrote a library called ‘libtemplate’. It is for HTML templates, you
can include things like ‘include’, ‘if’, ‘function’, variables, etc. Is
there any interest for a ruby binding? You can find it at

http://libtemplate.sourceforge.net/

Second: Are there any documents about the ruby API? Like Perls ‘perlxs’
perldoc? Maybe I’m blind, but I didn’t find anything at

http://www.ruby-lang.org/en/doc.html

Greetings,
CK

···


http://libtemplate.sourceforge.net/

First: I wrote a library called ‘libtemplate’. It is for HTML
templates, you
can include things like ‘include’, ‘if’, ‘function’, variables, etc. Is
there any interest for a ruby binding? You can find it at

http://libtemplate.sourceforge.net/

Very nice. I didn’t see this listed in the RAA.
http://www.ruby-lang.org/en/raa.html

Have you considered adding an entry?

James

There are already lots of HTML template mechanisms for Ruby:

http://www.rubygarden.org/ruby?HtmlTemplates

If libtemplate provides something that the others don’t (probably some
additional speed, since it’s not written in Ruby), then by all means go
ahead and write some bindings for it.

And if you do write bindings, then don’t forget to update the Wiki with
examples for how to use libtemplate.

Paul

···

On Thu, Oct 10, 2002 at 01:12:02AM +0900, Christian Kruse wrote:

First: I wrote a library called ‘libtemplate’. It is for HTML templates, you
can include things like ‘include’, ‘if’, ‘function’, variables, etc. Is
there any interest for a ruby binding? You can find it at

http://libtemplate.sourceforge.net/

Hello James,

···

On Thu, Oct 10, 2002 at 10:50:52AM +0900, JamesBritt wrote:

First: I wrote a library called ‘libtemplate’. It is for HTML
templates, you
can include things like ‘include’, ‘if’, ‘function’, variables, etc. Is
there any interest for a ruby binding? You can find it at

http://libtemplate.sourceforge.net/

Very nice. I didn’t see this listed in the RAA.
http://www.ruby-lang.org/en/raa.html

Have you considered adding an entry?

There does not yet exist a binding for ruby. I need some documentation
and even want to know if there is any interest. I don’t like to do the
work if nobody want’s it :slight_smile:

Greetings,
CK