Changes between Version 1 and Version 2 of HackageDB/2.0/Architecture/Resource
- Timestamp:
- 08/16/10 07:14:36 (3 years ago)
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 = 2 2 [[PageOutline]] 3 3 The way to route a given URI to a given page is through a `Resource`. Each … … 6 6 used by Ruby on Rails, Pylons, and other web frameworks. 7 7 8 == Defining a resource == 8 9 Consider a URI path like "/blog/post/7", which the client would access as "http://website.org/blog/post/7". 9 10 It has three path components: "blog", "post", and "7". The
