README.rdoc in radius-ts-1.1.0 vs README.rdoc in radius-ts-1.3.0

- old
+ new

@@ -1,12 +1,13 @@ = Radius -- Powerful Tag-Based Templates -Radius is a powerful tag-based template language for Ruby inspired by the template languages -used in MovableType[http://www.movabletype.org] and TextPattern[http://www.textpattern.com]. -It uses tags similar to XML, but can be used to generate any form of plain text (HTML, e-mail, -etc...). +Radius is a powerful tag-based template language for Ruby inspired by the +template languages used in MovableType[http://www.movabletype.org] and +TextPattern[http://www.textpattern.com]. It uses tags similar to XML, but can +be used to generate any form of plain text (HTML, e-mail, etc...). + == Usage With Radius, it is extremely easy to create custom tags and parse them. Here's a small example: @@ -58,33 +59,14 @@ It is recommended that you install Radius using the RubyGems packaging system: % gem install --remote radius -You can also install Radius by copying lib/radius.rb into the Ruby load path. - == License -Radius is free software and may be redistributed under the terms of the MIT-LICENSE: - -Copyright (c) 2006-2009, John W. Long - -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. +Radius is released under the MIT license and is copyright (c) 2006-2010 +John W. Long. A copy of the MIT license can be found in the LICENSE file. == Roadmap This is a prioritized roadmap for future releases: