Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | - Removed old export framework. | Dries Buytaert | 2001-07-15 |
| | |||
* | - Various updates, mostly related to our RDF/RSS backend. | Dries Buytaert | 2001-07-15 |
| | |||
* | - Took out the <description>-tags from the RSS export code untill we | Dries Buytaert | 2001-06-02 |
| | | | | | | 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. | ||
* | - Fixed find-n-replace type in export.module. | Dries Buytaert | 2001-05-28 |
| | | | | (Reported by Kristjan.) | ||
* | - Renamed syndication.module to import.module. | Dries Buytaert | 2001-05-28 |
- 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. |