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

Format:
Endpoint - Function - Description

Top Nav

  1. / - index() - Landing Page
  2. /index - index() - Landing Page
  3. /signup - signup() - Generic Signup with OpenID/without OpenID
  4. /blog - blog() - Blog
  5. /pictures - pictures() - Gallery
  6. /support - support() - Support Page
  7. /about - about() - About Us
  8. /contact - contact() - Contact Us (Probably a sub page in About?)
  9. /partners - partners()

Footer

  1. /partners - partners() - Options for Org registration

URL Endpoint Specification

Navbar

  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
Clone this wiki locally