# $Id$

Copyright (c) 2010 Andriy Gerasika (http://www.gerixsoft.com/)

REQUIREMENTS
-------------------
This module depends on libraries module which must be downloaded
and installed separately.

To use this module in Drupal, you will need to download the 
Javascript OpenID Selector v1.0 from
http://code.google.com/p/openid-selector/downloads/list

INSTALLATION
-------------------
Note: this instruction assumes that you install this module in
      sites/all/modules directory (recommended).
   1. Unzip the files in the sites/all/modules directory. It should now
      contain a openid-selector directory.
   2. Download Javascript OpenID selector v1.0 from 
      http://code.google.com/p/openid-selector/downloads/list. Unzip the
      contents of the openid-selector directory in the
      sites/all/libraries/openid-selector directory.
   4. Enable the module as usual from Drupal's admin pages.

TROUBLESHOOTING
----------------------------
If your OpenID Selector does not show you must check if all files are
extracted correctly.

The correct directory structure is as follows:
sites
  all
    libraries
      openid-selector
        css
        images
        js
        demo.html
    modules
      openid-selector
        ...
        openid_selector.module
        ...