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
- Host: GitHub
- URL: https://github.com/rubyworks/ragtag
- Owner: rubyworks
- License: other
- Created: 2010-03-02T15:53:37.000Z (almost 16 years ago)
- Default Branch: master
- Last Pushed: 2015-03-28T17:59:42.000Z (almost 11 years ago)
- Last Synced: 2025-05-22T13:52:11.528Z (9 months ago)
- Language: Ruby
- Homepage: http://rubyworks.github.com/ragtag
- Size: 469 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: HISTORY.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# [RagTag](https://rubyworks.github.io/ragtag)
[](https://rubygems.org/gems/ragtag)
[](http://travis-ci.org/rubyworks/ragtag)
[](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.