RagTag¶ ↑
RagTag
is a Ruby-based template attribute lanaguage (TAL). Yea, it’s an acronym. Don’t blame me, blame those Zope people! :wink:
RagTag
is only loosely based on the Zope TAL sepcification. Its first priority is to Ruby, providing a good attribute based template system specially catered to it.
HOW TO USE¶ ↑
For the moment please see the Wiki.
HOW TO INSTALL¶ ↑
Yea you know the procedure:
$ gem install ragtag
Using Bundler add the following to you gem file.
gem 'ragtag'
DEVELOPMENT¶ ↑
We use GitHub to host the project.
We use Detroit to manage the build.
COPYRIGHT¶ ↑
Copyright © 2005 Rubyworks (BSD-2-Clause License)
RagTag
is distributable in accordance to the terms of the FreeBSD license.
See LICENSE.txt file for details.