public
Description: Glue is a simple static site generator that uses Haml, Sass & Textile/Markdown.
Homepage: http://fnando.github.com/glue.html
Clone URL: git://github.com/fnando/glue.git
glue /
name age message
file .gitignore Sat Aug 01 07:14:47 -0700 2009 Changing gemspec to Jeweler [fnando]
file README.markdown Sat Aug 01 19:28:39 -0700 2009 Updated README [fnando]
file Rakefile Fri Oct 02 18:38:54 -0700 2009 Bump up version [fnando]
file VERSION Fri Oct 02 18:38:54 -0700 2009 Bump up version [fnando]
directory bin/ Mon Jul 27 23:11:19 -0700 2009 Initial commit [fnando]
file glue.gemspec Fri Oct 02 18:38:54 -0700 2009 Bump up version [fnando]
directory lib/ Fri Oct 02 18:38:54 -0700 2009 Bump up version [fnando]
directory spec/ Sat Aug 01 05:09:04 -0700 2009 Bug fix: feed was invalid Atom 1.0. [fnando]
directory templates/ Sat Aug 01 05:09:04 -0700 2009 Bug fix: feed was invalid Atom 1.0. [fnando]
README.markdown

Glue

Glue is a simple and dumb static site generator. Glue uses Haml and Sass for markup and styling. You can also use Textile or Markdown for texts.

USAGE

Check it out http://fnando.github.com/glue.html for instructions.

RUNNING TESTS

Install the http://github.com/fnando/rspec-hpricot-matchers gem.

Then run rake spec.

TODO

  • Write documentation

MAINTAINER

LICENSE:

(The MIT License)

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.