Edgewall Software
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

Good idea.

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].

View

Add a comment

Modify Ticket

Change Properties
<Author field>
Action
as closed
The resolution will be deleted. Next status will be 'reopened'
to The owner will be changed from cmlenz. Next status will be 'closed'
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.