You are here

README.txt in GatherContent 7

ABOUT THIS MODULE
-----------------

This module integrates Drupal with GatherContent, a service to "plan, structure
and collaborate on web content" (http://gathercontent.com/).

Currently, the module allows you to import all pages from a GatherContent
project, creating a node for every GatherContent page.

By default, all fields on GatherContent pages are grouped together and imported
into the $node->body field of the Drupal nodes that are created. You can
override this default behaviour by implementing hook_gathercontent_presave().

INSTRUCTIONS
------------

1) Download and install the module. Note that CTools is a dependency.
2) Configure the module on /admin/config/content/gathercontent/settings.
You'll need your GatherContent account name and API key.
3) Import pages on /admin/config/content/gathercontent/nojs/import.

REQUIREMENTS
------------

Note that this module needs cURL to be installed on your server. The
GatherContent API requires Digest HTTP authentication, which
drupal_http_request() doesn't support yet
(see #289820: https://drupal.org/node/289820).

BUGS, SUGGESTIONS, SUPPORT REQUESTS
-----------------------------------

All are welcome in the issue queue: https://drupal.org/project/issues/1883798.

File

README.txt
View source
  1. ABOUT THIS MODULE
  2. -----------------
  3. This module integrates Drupal with GatherContent, a service to "plan, structure
  4. and collaborate on web content" (http://gathercontent.com/).
  5. Currently, the module allows you to import all pages from a GatherContent
  6. project, creating a node for every GatherContent page.
  7. By default, all fields on GatherContent pages are grouped together and imported
  8. into the $node->body field of the Drupal nodes that are created. You can
  9. override this default behaviour by implementing hook_gathercontent_presave().
  10. INSTRUCTIONS
  11. ------------
  12. 1) Download and install the module. Note that CTools is a dependency.
  13. 2) Configure the module on /admin/config/content/gathercontent/settings.
  14. You'll need your GatherContent account name and API key.
  15. 3) Import pages on /admin/config/content/gathercontent/nojs/import.
  16. REQUIREMENTS
  17. ------------
  18. Note that this module needs cURL to be installed on your server. The
  19. GatherContent API requires Digest HTTP authentication, which
  20. drupal_http_request() doesn't support yet
  21. (see #289820: https://drupal.org/node/289820).
  22. BUGS, SUGGESTIONS, SUPPORT REQUESTS
  23. -----------------------------------
  24. All are welcome in the issue queue: https://drupal.org/project/issues/1883798.