Skip to content
Snippets Groups Projects

search_api_solr-3179155

Project ID: 66834
Select Git revision
1 result Searching
  • 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.

  • Forked from project / search_api_solr
    Source project has a limited visibility.
    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.