Skip to content
Snippets Groups Projects
Select Git revision
  • 7.x-1.x
  • 8.x-5.x default
  • 6.x
  • 8.x-4.x
  • 7.x-3.x
  • 8.x-3.x
  • 8.x-1.x
  • 7.x-2.x
  • 6.1.1
  • 6.1.0
  • 6.0.0
  • 6.0.0-beta1
  • 8.x-5.5
  • 8.x-5.4
  • 8.x-5.3
  • 8.x-5.2
  • 8.x-5.1
  • 8.x-5.0
  • 8.x-5.0-beta3
  • 8.x-5.0-beta2
  • 8.x-5.0-beta1
  • 8.x-5.0-alpha2
  • 8.x-4.3
  • 8.x-4.2
  • 7.x-3.6
  • 8.x-4.1
  • 7.x-3.5
  • 8.x-5.0-alpha1
28 results

gathercontent

  • Open with
  • Download source code
  • Your workspaces

      A workspace is a virtual sandbox environment for your code in GitLab.

      No agents available to create workspaces. Please consult Workspaces documentation for troubleshooting.

  • user avatar
    #1890600: Allow other modules to map GC to Drupal fields by implementing...
    Bruno De Bondt authored
    #1890600: Allow other modules to map GC to Drupal fields by implementing hook_gathercontent_presave()
    afff3122
    History
    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.