Skip to content

Commit

Permalink
Documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh French committed Jun 24, 2008
1 parent a790f04 commit b8609e5
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions README
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ Each site has its own independent sitemap/page-tree and these attributes:
Included images are slightly modified from FamFamFam Silk Icons by Mark James: Included images are slightly modified from FamFamFam Silk Icons by Mark James:
http://www.famfamfam.com/lab/icons/silk/ http://www.famfamfam.com/lab/icons/silk/


*** THIS EXTENSION REQUIRES THE 'SHARDS' EXTENSION TO BE INSTALLED ***

== Installation == Installation


1) Unpack/checkout/export the extension into vendor/extensions of your 1) Unpack/checkout/export the extension into vendor/extensions of your
Expand All @@ -36,6 +34,18 @@ http://www.famfamfam.com/lab/icons/silk/


4) Restart your server 4) Restart your server


== Other Extensions

Multi Site allows you to customize routes within your other extensions. To
restrict a route to a particular site, pass the site's name into the
conditions hash:

map.resources :things, :conditions => { :site => 'My Site' }

You can also scope a route to multiple sites with an array:

map.resources :things, :conditions => { :site => ['My Site', 'Your Site'] }

== Acknowledgments == Acknowledgments


Thanks to Digital Pulp, Inc. for funding the initial development of this Thanks to Digital Pulp, Inc. for funding the initial development of this
Expand Down

0 comments on commit b8609e5

Please sign in to comment.