public
Description: Rainpress is a compressor for CSS written in ruby by Uwe L. Korn
Homepage: http://code.google.com/p/rainpress/
Clone URL: git://github.com/sprsquish/rainpress.git
sprsquish (author)
Thu Feb 05 16:00:34 -0800 2009
commit  b52739a17edc05e6249f60ffa30c37b0acff97ee
tree    e457c9a19dc6d73b582e840c516f3211586849fe
parent  53c8897fa735b588160a31f8b9828b3ac875e207
name age message
file .gitignore Thu Feb 05 15:57:43 -0800 2009 add init.rb so we can use it as a plugin [sprsquish]
file CHANGELOG Wed Jan 14 13:02:22 -0800 2009 change to v1.0 [sprsquish]
file README.rdoc Wed Jan 14 13:01:41 -0800 2009 initial commit [sprsquish]
file Rakefile Thu Feb 05 15:59:54 -0800 2009 switch to Jeweler [sprsquish]
file VERSION.yml Thu Feb 05 16:00:34 -0800 2009 Version bump to 1.0.0 [sprsquish]
directory bin/ Wed Jan 14 13:01:41 -0800 2009 initial commit [sprsquish]
file init.rb Thu Feb 05 15:57:43 -0800 2009 add init.rb so we can use it as a plugin [sprsquish]
directory lib/ Wed Jan 14 13:01:41 -0800 2009 initial commit [sprsquish]
file rainpress.gemspec Thu Feb 05 16:00:34 -0800 2009 Regenerated gemspec for version 1.0.0 [sprsquish]
directory spec/ Wed Jan 14 13:01:41 -0800 2009 initial commit [sprsquish]
README.rdoc

About

Rainpress is a compressor for CSS. It’s written in ruby, but should not be limited to ruby projects.

Rainpress does not apply common compression algorithms like gzip, it removes unnecessary characters and replaces some attributes with a shorter equivalent name.

Simple Usage

  require 'rubygems'
  require 'rainpress'
  compressed_style_text = Rainpress.compress style_text

License

Copyright © 2007-2008 Uwe L. Korn

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.

Remark(not part of the license text): This is a MIT-style license

Links