Modify ↓
Opened 21 years ago
Closed 21 years ago
#346 closed defect (fixed)
Support 'alternate' links in HTML head
Reported by: | Owned by: | Christopher Lenz | |
---|---|---|---|
Priority: | low | Milestone: | 0.8 |
Component: | general | Version: | 0.6.1 |
Severity: | minor | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
Many pages in Trac support alternate formats, such as RSS feeds, unified diffs (for changesets) or CSV files (for reports).
It would be nice to put those alternate links in the HTML head of the page as link tags. Example:
<head> ... <link rel="alternate" href="?format=rss" type="text/xml" title="RSS Feed"> ... </head>
This is especially important for RSS feed so that they can easily be auto-discovered by user agents such as RSS readers.
Attachments (0)
Change History (5)
comment:1 by , 21 years ago
Milestone: | → 0.8 |
---|
comment:3 by , 21 years ago
Priority: | normal → low |
---|
comment:4 by , 21 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
Note:
See TracTickets
for help on using tickets.
Good idea.