Download Reference Manual
The Developer's Library for D
About Wiki Forums Source Search Contact

Ticket #243 (closed defect: fixed)

Opened 2 years ago

Last modified 1 year ago

Template RSS Link (lower-right corner)

Reported by: pragma Assigned to: brad
Priority: trivial Milestone: WebSite 1.0
Component: Web frontend Version:
Keywords: Cc:

Description

The site template has an RSS icon, but it presently does nothing.

<td>
<img border="0" src="/projects/tango/chrome/theme/images/RSS.png"/>
</td>

It probably should be changed to link to the project timeline RSS:

<td>
<a href='http://www.dsource.org/projects/tango/timeline?format=rss'>
<img border="0" src="/projects/tango/chrome/theme/images/RSS.png" alt="RSS Feed" />
</a>
</td>

Change History

03/14/07 14:27:14 changed by kris

  • milestone changed from 1.0 to WebSite RC1.

06/18/07 12:50:49 changed by pragma

bump.

06/18/07 13:53:52 changed by brad

  • status changed from new to closed.
  • resolution set to fixed.

done, tracthemes [24:26]