Changes between Version 1 and Version 2 of HackageDB/2.0/Architecture/Resource

Show
Ignore:
Timestamp:
08/16/10 07:14:36 (3 years ago)
Author:
mgruen
Comment:

(minor) +top section title

Legend:

Unmodified
Added
Removed
Modified
  • HackageDB/2.0/Architecture/Resource

    v1 v2  
    1 = Serving from a URI with Resources = 
     1= Serving from a URI with resources = 
    22[[PageOutline]] 
    33The way to route a given URI to a given page is through a `Resource`. Each 
     
    66used by Ruby on Rails, Pylons, and other web frameworks. 
    77 
     8== Defining a resource == 
    89Consider a URI path like "/blog/post/7", which the client would access as "http://website.org/blog/post/7". 
    910It has three path components: "blog", "post", and "7". The