An open API service indexing awesome lists of open source software.

https://github.com/rubyworks/ragtag

Ruby Template Attribute Language
https://github.com/rubyworks/ragtag

Last synced: 8 months ago
JSON representation

Ruby Template Attribute Language

Awesome Lists containing this project

README

          

# [RagTag](https://rubyworks.github.io/ragtag)

[![Version](https://img.shields.io/gem/v/ragtag.svg)](https://rubygems.org/gems/ragtag)
[![Build Status](https://secure.travis-ci.org/rubyworks/ragtag.png)](http://travis-ci.org/rubyworks/ragtag)
[![Issues](https://img.shields.io/github/issues-raw/rubyworks/ragtag.svg)](https://github.com/rubyworks/ragtag/issues)

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](http://wiki.github.com/rubyworks/ragtag/).

## 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](https://github.com/rubyworks/ragtag) to host the project.

We use [Detroit](https://detroit.github.io) 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.