<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>lib/subdomain-fu.rb</filename>
    </added>
    <added>
      <filename>rails/init.rb</filename>
    </added>
    <added>
      <filename>subdomain-fu.gemspec</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1,4 +1,5 @@
-Copyright (c) 2008 [name of plugin creator]
+Copyright (c) 2008 Michael Bleigh (http://www.mbleigh.com) and 
+                   Intridea, Inc (http://www.intridea.com)
 
 Permission is hereby granted, free of charge, to any person obtaining
 a copy of this software and associated documentation files (the</diff>
      <filename>MIT-LICENSE</filename>
    </modified>
    <modified>
      <diff>@@ -3,12 +3,24 @@
 *******************************************************************
 
 SubdomainFu
-=========
+===========
 
 SubdomainFu provides a modern implementation of subdomain handling in Rails.
 It takes aspects from account_location, request_routing, and other snippets
 found around the web and combines them to provide a single, simple solution
-for subdomain-based route management.
+for subdomain-based route and url management.
+
+Installation
+============
+
+SubdomainFu is available both as a traditional plugin and a GemPlugin. To
+install it as a traditional plugin (Rails 2.1 or later):
+
+  script/plugin install git://github.com/mbleigh/subdomain-fu.git
+  
+To use it as a GemPlugin, add it to your environment.rb:
+
+  config.gem 'mbleigh-subdomain-fu', :source =&gt; &quot;http://gems.github.com&quot;, :lib =&gt; &quot;subdomain-fu&quot;
 
 Configuration
 =============
@@ -18,6 +30,7 @@ configuration required is:
 
 tld_size
 --------
+
 A hash for each environment of the size of the top-level domain name. 
 (something.com = 1, localhost = 0, etc.)
 
@@ -44,5 +57,7 @@ call to use (or lose) a subdomain:
 url_for(:controller =&gt; &quot;my_controller&quot;, :action =&gt; &quot;my_action&quot;, :subdomain =&gt; &quot;awesome&quot;)
 users_url(:subdomain =&gt; false) # specifying &quot;false&quot; will remove any current subdomain
 
+
+
 Copyright (c) 2008 Michael Bleigh (http://www.mbleigh.com/) and 
 Intridea, Inc. (http://www.intridea.com/). Released under the MIT license
\ No newline at end of file</diff>
      <filename>README</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1 @@
-require 'subdomain_fu'
-
-ActionController::Base.send :include, SubdomainFu::Controller
-
-ActionController::Routing::RouteSet.send :include, SubdomainFu::RouteSetExtensions
-ActionController::Routing::Route.send :include, SubdomainFu::RouteExtensions
\ No newline at end of file
+require File.dirname(__FILE__) + &quot;/rails/init&quot;
\ No newline at end of file</diff>
      <filename>init.rb</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>Rakefile</filename>
    </removed>
    <removed>
      <filename>lib/subdomain_fu.rb</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>5e60119b39c2c23d8a211d3b456703953a77c467</id>
    </parent>
  </parents>
  <author>
    <name>Michael Bleigh</name>
    <email>michael@intridea.com</email>
  </author>
  <url>http://github.com/mbleigh/subdomain-fu/commit/4fc63f00417411e845600f8d8a1d6ea607895c22</url>
  <id>4fc63f00417411e845600f8d8a1d6ea607895c22</id>
  <committed-date>2008-06-13T10:03:08-07:00</committed-date>
  <authored-date>2008-06-13T10:03:08-07:00</authored-date>
  <message>Added gemspec for GemPlugin, updated README.</message>
  <tree>68986256a155a12f0cea5b7b43a4e16c889734b9</tree>
  <committer>
    <name>Michael Bleigh</name>
    <email>michael@intridea.com</email>
  </committer>
</commit>
