Commit Graph

3 Commits (50a490d2612e82425f821ddbf33c0ec04a5958eb)

Author SHA1 Message Date
Dries Buytaert 993f4d2ead - Took out the <description>-tags from the RSS export code untill we
figured out a proper way to make each content type communicate his
  content for this <description>-tag.  I did nothing but remove some
  dead code.
2001-06-02 12:45:00 +00:00
Dries Buytaert 9c8e8f7c27 - Fixed find-n-replace type in export.module.
(Reported by Kristjan.)
2001-05-28 20:08:36 +00:00
Dries Buytaert e32241e59a - Renamed syndication.module to import.module.
- Removed headline.module: it became obsolete.

- Removed backend.class: it became obsolete.

- Added export.module.

  For now, you can use:
    1. http://drupal/export.php?headlines.rss
    2. http://drupal/export.php?headlines.rdf

- Renamed export to export.php.

  For now, you can use:
    1. http://drupal/export.php?headlines.rss
    2. http://drupal/export.php?headlines.rdf

  Renaming this file has main 3 advantages:
    1. We no longer rely on .htaccess for being able to export.
    2. It is more conform with the general naming conventions.
    3. It removes a pseudo-hack with formatting the URI.

- Made import.module export blocks with feeds.
2001-05-28 18:53:48 +00:00