README.textile in be9-acl9-0.10.0 vs README.textile in be9-acl9-0.11.0

- old
+ new

@@ -1,6 +1,6 @@ -h1. Acl9 +h1. Introduction Acl9 is yet another solution for role-based authorization in Rails. It consists of two subsystems which can be used separately. *Role control subsystem* allows you to set and query user roles for various objects. @@ -36,10 +36,21 @@ # ... end </code></pre> +h1. Contacts + +Acl9 is hosted "on the GitHub":http://github.com/be9/acl9. + +You may find tutorials and additional docs on the "wiki page":http://wiki.github.com/be9/acl9. + +Rdocs are available "here":http://rdoc.info/projects/be9/acl9. + +If you have questions, please post to the +"acl9-discuss group":http://groups.google.com/group/acl9-discuss + h1. Installation Acl9 can be installed as a gem from "GitHub":http://github.com. Add the following line to your @config/environment.rb@: @@ -873,7 +884,5 @@ <%= link_to 'Settings', settings_path %> <% end %> </code></pre> Copyright (c) 2009 Oleg Dashevskii, released under the MIT license. - -Contact me at "#{%w(Oleg Dashevskii).join('').downcase}@gmail.com"