Modify ↓
Ticket #346 (closed defect: fixed)
Opened 8 years ago
Last modified 8 years ago
Support 'alternate' links in HTML head
| Reported by: | cmlenz@… | Owned by: | cmlenz |
|---|---|---|---|
| Priority: | low | Milestone: | 0.8 |
| Component: | general | Version: | 0.6.1 |
| Severity: | minor | Keywords: | |
| Cc: | |||
| Release Notes: | |||
| API 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
Change History
comment:1 Changed 8 years ago by jonas
- Milestone set to 0.8
comment:2 Changed 8 years ago by daniel
I second that. Excellent idea.
comment:3 Changed 8 years ago by daniel
- Priority changed from normal to low
comment:4 Changed 8 years ago by cmlenz
- Owner changed from jonas to cmlenz
- Status changed from new to assigned
comment:5 Changed 8 years ago by cmlenz
- Resolution set to fixed
- Status changed from assigned to closed
Implemented in [701].
Note: See
TracTickets for help on using
tickets.



Good idea.