README.rdoc 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. = Journey
  2. * http://github.com/rails/journey
  3. == DESCRIPTION:
  4. Journey is a router. It routes requests.
  5. == FEATURES/PROBLEMS:
  6. * Designed for rails
  7. == SYNOPSIS:
  8. Too complex right now. :(
  9. == REQUIREMENTS:
  10. * None
  11. == INSTALL:
  12. * gem install journey
  13. == LICENSE:
  14. (The MIT License)
  15. Copyright (c) 2011 Aaron Patterson
  16. Permission is hereby granted, free of charge, to any person obtaining
  17. a copy of this software and associated documentation files (the
  18. 'Software'), to deal in the Software without restriction, including
  19. without limitation the rights to use, copy, modify, merge, publish,
  20. distribute, sublicense, and/or sell copies of the Software, and to
  21. permit persons to whom the Software is furnished to do so, subject to
  22. the following conditions:
  23. The above copyright notice and this permission notice shall be
  24. included in all copies or substantial portions of the Software.
  25. THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
  26. EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  27. MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
  28. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
  29. CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
  30. TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
  31. SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.