Edgewall Software
Modify

Opened 20 years ago

Closed 20 years ago

#346 closed defect (fixed)

Support 'alternate' links in HTML head

Reported by: cmlenz@… 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 Jonas Borgström, 20 years ago

Milestone: 0.8

Good idea.

comment:2 by daniel, 20 years ago

I second that. Excellent idea.

comment:3 by daniel, 20 years ago

Priority: normallow

comment:4 by Christopher Lenz, 20 years ago

Owner: changed from Jonas Borgström to Christopher Lenz
Status: newassigned

comment:5 by Christopher Lenz, 20 years ago

Resolution: fixed
Status: assignedclosed

Implemented in [701].

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Christopher Lenz.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Christopher Lenz to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.