| 1 |
/* $Id: README.txt,v 1.1.4.6 2009/08/17 09:18:47 impetus Exp $ */ |
/* $Id: README.txt,v 1.1.4.7 2009/08/17 09:52:26 impetus Exp $ */ |
| 2 |
ShindigIntegrator: A module to integrate shindig into Drupal |
ShindigIntegrator: A module to integrate shindig into Drupal |
| 3 |
=================================================================== |
=================================================================== |
| 4 |
|
|
| 12 |
http://subversion.tigris.org/ |
http://subversion.tigris.org/ |
| 13 |
- PHP 5.X.X |
- PHP 5.X.X |
| 14 |
* Latest PHP version can be downloaded from: http://www.php.net/downloads.php |
* Latest PHP version can be downloaded from: http://www.php.net/downloads.php |
| 15 |
* Enable GD library for PHP installation. See http://in2.php.net/manual/en/image.setup.php for more details. |
* Enable GD library for PHP installation. See http://in2.php.net/manual/en/image.setup.php for more |
| 16 |
|
details. |
| 17 |
* Enable Short tag in php.ini file of the PHP installation |
* Enable Short tag in php.ini file of the PHP installation |
| 18 |
- Apache Web server |
- Apache Web server |
| 19 |
* Latest Apache web server can be downloaded from: http://httpd.apache.org/download.cgi |
* Latest Apache web server can be downloaded from: http://httpd.apache.org/download.cgi |
| 37 |
Country profile_country |
Country profile_country |
| 38 |
Interested in profile_interest |
Interested in profile_interest |
| 39 |
---------------------------------- |
---------------------------------- |
| 40 |
Currently following fields are supported in the module. More fields can be easily added as per the requirement in /shindig/php/src/social/sample/ShindigIntegratorDbFetcher.php. |
Currently following fields are supported in the module. More fields can be easily added as per the |
| 41 |
|
requirement in /shindig/php/src/social/sample/ShindigIntegratorDbFetcher.php. |
| 42 |
|
|
| 43 |
- The above field names are mandatory to get social data for this module to run successfully. If you don't want to use profile fields as defined above, you need to modify the function getPeople() of /shindig/php/src/social/sample/ShindigIntegratorDbFetcher.php, in order to run any open social application. |
- The above field names are mandatory to get social data for this module to run successfully. If you |
| 44 |
|
don't want to use profile fields as defined above, you need to modify the function getPeople() of |
| 45 |
|
/shindig/php/src/social/sample/ShindigIntegratorDbFetcher.php, in order to run any open social |
| 46 |
|
application. |
| 47 |
|
|
| 48 |
Steps to use shindig_integrator module |
Steps to use shindig_integrator module |
| 49 |
============================= |
============================= |
| 61 |
- To make This module work with Signed gadgets, create your own OpenSSL private and public keys. |
- To make This module work with Signed gadgets, create your own OpenSSL private and public keys. |
| 62 |
- Put these key files at /shindig_integrator/shindig/php/certs/ |
- Put these key files at /shindig_integrator/shindig/php/certs/ |
| 63 |
- Put the private key phrase in /shindig_integrator/shindig/php/config/container.php |
- Put the private key phrase in /shindig_integrator/shindig/php/config/container.php |
|
'private_key_phrase' => 'your private key phrase', |
|
|
- On some Unix variants, getcwd() will return FALSE if any one of the parent directories does not have the readable or search mode set, even if the current directory does. Grant all required permissions to all parent directories or change include_path and settings_php manually in shindig_integrator/shindig/php/config/local.php. |
|
| 64 |
|
|
| 65 |
|
'private_key_phrase' => 'your private key phrase', |
| 66 |
|
|
| 67 |
|
- On some Unix variants,PHP's getcwd() will return FALSE if any one of the parent directories does not |
| 68 |
|
have the readable or search mode set, even if the current directory does. |
| 69 |
|
Grant all required permissions to all parent directories |
| 70 |
|
or |
| 71 |
|
change "include_path" and "settings_php" manually in |
| 72 |
|
shindig_integrator/shindig/php/config/local.php. |
| 73 |
|
*To make Shindig work properly* |
| 74 |
|
|
| 75 |
|
|