| 1 |
$Id: README.txt,v 1.3 2008/07/11 17:40:56 jhedstrom Exp $
|
| 2 |
|
| 3 |
/**
|
| 4 |
* @file
|
| 5 |
* README for the Domain GeoLocalization module
|
| 6 |
*/
|
| 7 |
|
| 8 |
Introduction
|
| 9 |
------------
|
| 10 |
|
| 11 |
The Domain GeoLocalization module is a sub-module of the Domain [1]
|
| 12 |
module that provides each domain with loative information (Lat/Long,
|
| 13 |
city, state, postal code, country) and methods for searching for
|
| 14 |
domains within a givin proximity. The module uses the Google Maps API
|
| 15 |
for geocoding, and as such requires a developer key for each domain [2].
|
| 16 |
|
| 17 |
For additional functionality, the Domain User Default [3] module provides
|
| 18 |
easy ways for users to set a domain as their default, once they have
|
| 19 |
located one nearby.
|
| 20 |
|
| 21 |
|
| 22 |
Sponsors
|
| 23 |
--------
|
| 24 |
|
| 25 |
The Domain Geolocalization module is sponsored by One Economy
|
| 26 |
(http://one-economy.com) and developed and maintained by OpenSourcery
|
| 27 |
(http://opensourcery.com).
|
| 28 |
|
| 29 |
|
| 30 |
Installation
|
| 31 |
------------
|
| 32 |
|
| 33 |
1) Move the module code into your modules directory, and install
|
| 34 |
|
| 35 |
2) Add locative information to existing/new domains at: admin/build/domain
|
| 36 |
|
| 37 |
3) If the search module is active, a new tab will be presented to
|
| 38 |
users when they visit the search page.
|
| 39 |
|
| 40 |
4) The module provides permissions which must be granted in order to
|
| 41 |
search domains.
|
| 42 |
|
| 43 |
5) The module provides several blocks which can be enabled and
|
| 44 |
configured at admin/build/block
|
| 45 |
|
| 46 |
6) If the Domain User Default module is installed, the
|
| 47 |
aforementioned blocks can be configured to work with user/session
|
| 48 |
domain defaults.
|
| 49 |
|
| 50 |
|
| 51 |
References
|
| 52 |
----------
|
| 53 |
|
| 54 |
1. http://drupal.org/project/domain
|
| 55 |
2. http://code.google.com/apis/maps/signup.html
|
| 56 |
3. http://drupal.org/project/domain_user_default
|