Skip to content
This repository has been archived by the owner on Jul 10, 2019. It is now read-only.

URL Endpoints

sandeepraju edited this page Apr 24, 2013 · 4 revisions

URL Endpoint Specification

  1. GET / - project homepage
  2. GET /index - project homepage
  3. GET /signup - get the signup form
  4. POST /signup - accept signup details of the user
  5. GET /login - show the login form
  6. POST /login - accept login details
  7. GET /copyright - show copyright notice
  8. GET /about - details about the site
  9. GET /contact - show contact details
  10. GET /gallery - gallery of images
  11. GET /blog - redirects to blog.domainname.org
  12. GET /partners - partners page
  13. GET /support - support page
Clone this wiki locally