Project

ragtag

0.0
No commit activity in last 3 years
No release in over 3 years
RagTag is a Ruby variation on Zope Page Templates and it's TAL specification. It primarily differs from ZPT in that it is specifically geared for use with Ruby.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0
>= 0

Runtime

 Project Readme

Version Build Status Issues

RagTag is a Ruby-based template attribute lanaguage (TAL). Yea, it's an acronym. Don't blame me, blame those Zope people! 😉

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 (c) 2005 Rubyworks (BSD-2-Clause License)

RagTag is distributable in accordance to the terms of the FreeBSD license.

See LICENSE.txt file for details.