Parent Directory
|
Revision Log
|
Revision Graph
password obfuscation, simpletest v2, and other improvements
| 1 | $Id$ |
| 2 | |
| 3 | ** MULTISITE API INSTALLATION ** |
| 4 | |
| 5 | 1) Place the multisite_api directory in DRUPAL_ROOT/sites/all/modules/ |
| 6 | 2) Enable the module at http://example.com/admin/build/modules |
| 7 | 3) You must have the "administer site configuration" permission to change the configuration |
| 8 | for this module. |
| 9 | 4) Configure the module at http://example.com/admin/multisite/multisite_api |
| 10 | 5) Confirm your configuration at http://example.com/admin/multisite/multisite_api/preview |
| 11 | 6) For ease of deployment you may use a .ini file. see mutlisite_api.ini.sample for more |
| 12 | information. |
| 13 | 7) The API functions are within multisite_api module and contain extensive doxygen comments. |
| 14 | The main function being multisite_api_site_list() |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |