| 1 |
/* $Id: README.txt,v 1.6.2.4 2009/06/28 06:07:36 hadsie Exp $ */
|
| 2 |
|
| 3 |
-- SUMMARY --
|
| 4 |
|
| 5 |
The dcl_importer lets users import contacts from various third party services
|
| 6 |
such as facebook, myspace, gmail, yahoo, friendfeed, twitter, and numerous
|
| 7 |
other services using the OpenInviter library. Currently the only functioning
|
| 8 |
services are those that return a valid email address (facebook, for example,
|
| 9 |
only returns the user id).
|
| 10 |
|
| 11 |
This module is currently under initial development and likely won't be
|
| 12 |
working 100%.
|
| 13 |
|
| 14 |
-- REQUIREMENTS --
|
| 15 |
|
| 16 |
* The OpenInviter package from http://openinviter.com/download.php.
|
| 17 |
Use the "general" version, not the drupal specific version. It should be
|
| 18 |
uncompressed within the dcl_importer module directory:
|
| 19 |
ex: sites/all/modules/dcl_importer/OpenInviter
|
| 20 |
|
| 21 |
* For the OpenInviter to function properly you will need to have PHP5 installed
|
| 22 |
with DOMDocument support and either cURL or WGET.
|
| 23 |
|
| 24 |
-- INSTALLATION --
|
| 25 |
|
| 26 |
* Install as usual, see http://drupal.org/node/70151 for further information.
|
| 27 |
|
| 28 |
* Run the script OpenInviter/postinstall.php to verify that everything is
|
| 29 |
setup properly. This sets up the OpenInviter/config.php file.
|
| 30 |
|
| 31 |
* Remove the file postinstall.php
|
| 32 |
|
| 33 |
* You'll want to setup permissions appropriately (admin/user/permissions)
|
| 34 |
|
| 35 |
* Browse to the settings page (admin/settings/dcl_importer) and configure
|
| 36 |
your preferences there.
|
| 37 |
|
| 38 |
-- INVITE INTEGRATION --
|
| 39 |
|
| 40 |
You'll also need to install the invite module (http://drupal.org/project/invite) if you wish to have support for inviting people directly from the dcl imorter.
|
| 41 |
|
| 42 |
Once you've installed the invite module browse to the /invite page on your site and there will be an "Import Contacts" tab (or just go to /invite/dcl_import).
|
| 43 |
|
| 44 |
-- TESTING --
|
| 45 |
|
| 46 |
The only plugins tested and verified working so far are:
|
| 47 |
* gmail
|
| 48 |
|
| 49 |
-- CONTACT --
|
| 50 |
|
| 51 |
For bug reports, feature suggestions and latest developments visit the
|
| 52 |
project page: http://drupal.org/project/dcl_importer
|
| 53 |
|
| 54 |
Current maintainer:
|
| 55 |
* Scott Hadfield (hadsie) <hadsie@gmail.com>
|