website/index.txt in oauth-0.1.1 vs website/index.txt in oauth-0.2.0

- old
+ new

@@ -2,16 +2,17 @@ h2. What This is a RubyGem for implementing both OAuth clients and servers in Ruby applications. -See the "OAuth specs":http://oauth.googlecode.com/svn/spec/branches/1.0/drafts/7/spec.html +See the "OAuth specs":http://oauth.net/core/1.0/ h2. Installing <pre syntax="ruby">sudo gem install oauth</pre> +You can also install it from the "oauth rubyforge project":http://rubyforge.org/projects/oauth/. h2. The basics This is a ruby library which is intended to be used in creating Ruby Consumer and Service Provider applications. It is NOT a Rails plugin, but could easily be used for the foundation for such a Rails plugin. @@ -19,13 +20,11 @@ h2. Demonstration of usage Create a new consumer instance by passing it a configuration hash: -<pre><code>@consumer=OAuth::Consumer.new( { - :consumer_key=>"key", - :consumer_secret=>"secret", +<pre><code>@consumer=OAuth::Consumer.new( "key","secret", { :site=>"https://agree2" })</code></pre> Start the process by requesting a token @@ -52,15 +51,15 @@ h2. How to submit patches Read the "8 steps for fixing other people's code":http://drnicwilliams.com/2007/06/01/8-steps-for-fixing-other-peoples-code/ and for section "8b: Submit patch to Google Groups":http://drnicwilliams.com/2007/06/01/8-steps-for-fixing-other-peoples-code/#8b-google-groups, use the Google Group above. -The trunk repository is <code>svn://rubyforge.org/var/svn/oauth/trunk</code> for anonymous access. +The trunk repository is <code>http://oauth.rubyforge.org/svn/trunk/</code> for anonymous access. h2. License This code is free to use under the terms of the MIT license. h2. Contact -Comments are welcome. Send an email to "Pelle Braendgaard":mailto:pelleb@gmail.com email via the "forum":http://groups.google.com/group/oauth +Comments are welcome. Send an email to "Pelle Braendgaard":mailto:pelleb@gmail.com email via the "OAuth Ruby mailing list":http://groups.google.com/group/oauth-ruby