Skip to content
Snippets Groups Projects
Select Git revision
  • 4.7.x-1.2
  • master default
  • 4.7.x-1.x
  • 5.x-1.x
  • 6.x-1.x
  • 6.x-1.11
  • 6.x-1.10
  • 6.x-1.9
  • 6.x-1.8
  • 6.x-1.7
  • 6.x-1.6
  • 5.x-4.8
  • 6.x-1.5
  • 5.x-4.7
  • 6.x-1.4
  • 5.x-4.6
  • 6.x-1.3
  • 5.x-4.5
  • 6.x-1.2
  • 6.x-1.1
  • 6.x-1.0
  • 5.x-4.4
  • 5.x-4.3
  • 5.x-4.2
  • 5.x-4.1
25 results

aggregation

  • Clone with SSH
  • Clone with HTTPS
  • Ashraf Amayreh's avatar
    Ashraf Amayreh authored
    implemented aggregation_item_view to show the image by default
    added options to control the publishing & comment status of aggregated content
    ad9ca31a
    History
    This module is an XML aggregator. Currently it supports RSS 2.0 but it is designed to aggregate from any XML format by adding feed_handlers...
    
    1. Requirements :
    
    This module REQUIRES PHP 5.0 or later and CURL support to function properly. Furthermore, if you plan to aggregate
    articles with images, then the IMAGE module is requiered as well.
    
    2. Installation :
    
    Simply enable the module and you're set to go. Upon enabling this module, you'll have access to 2 new node types, Feed and Feed Item. A vocabulary will also be created called "Aggregation Feed Types"
    
    3. Configuration :
    
    You can configure the module from admin -> settings.
    
    4. Use :
    
    For every feed class in the system (i.e. ATOM, RSS, ABC, etc), a term needs to be created under the vocabulary "Aggregation Feed Types". This term, when assigned to a feed, will cause a file corresponding to the term name to be called (ex. RSS20.inc), the file should reside in the feed_handlers directory. See example.inc for detailed API and RSS20.inc for an example.
    
    5. Notes :
    
    IMPORTANT!!!
    
    If you are planning on creating a handler for a global XML format (ex. RSS, ATOM, NEWSML, etc) that you would like to contribute to this project, please let me know IMMEDIETLY. This is necessary to avoid everyone re-working the same feed types over and over. The contributed feed_handler will be tested and incorporated into the next release later on. 
    
    If you would like to add a feed handler for a custom XML format that you think will be beneficial to contribute, then please provide a sample XML file and the handler. Your format may be used by other users because the handler is ready to go :-)
    
    6. contact Information
    
    Please contribute your suggestions, bugs and issues at the project's page http://drupal.org/project/aggregation
    
    For professional drupal consultation contact me at aamayreh@gmail.com