Skip to content
  • Kristjan Jansen's avatar
    · a7016af1
    Kristjan Jansen authored
    Readme
    ------
    Exports site feed directory in OCS  (Open Content Syndication)
    http://internetalchemy.org/ocs/ format.
    Currently supports the feeds you have subscribed in your Drupal site.
    
    Install
    -------
    1. copy ocs.module to \modules\ directory
    2. Enable the module in "admin > site settings > modules" page
    3. access the OCS feed www.yoursite.com/module.php?mod=ocs&op=fd
    
    Todo
    ----
    
    - Implement _syndication hook (do not like the way it acts though, it should
    not pass entire formatting eg box, but just a text (URL?)).
    - Export site feeds (by term ID?), user blogs feeds etc.
    a7016af1