Add link element to HTML head to allow RSS auto-detection
TheLibrarian - October 18, 2004 - 03:59
| Project: | Syndication |
| Version: | HEAD |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | TheLibrarian |
| Status: | by design |
Jump to:
Description
This simple patch adds the proper link element to the HTML header so that browsers with built in aggregators can automatically detect the feed.
For more info: http://www.spreadfirefox.com/?q=node/view/3501
| Attachment | Size |
|---|---|
| syndication-auto-rss-patch.txt | 722 bytes |

#1
syndication.module does not produce rss itself, it just presents a collectrion of links to feeds. other modules are producing the feeds. further, drupal already supports rss autodetect so i'm unsure what is intended here.