| Summary: | Header Menu RSS link override. | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Community | Reporter: | Nobody - feel free to take it <nobody> | ||||
| Component: | Website | Assignee: | Denis Roy <denis.roy> | ||||
| Status: | RESOLVED FIXED | QA Contact: | |||||
| Severity: | normal | ||||||
| Priority: | P3 | CC: | denis.roy, nathan, phoenix.ui-inbox | ||||
| Version: | unspecified | Flags: | denis.roy:
documentation+
|
||||
| Target Milestone: | --- | ||||||
| Hardware: | Other | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Bug Depends on: | |||||||
| Bug Blocks: | 202825 | ||||||
| Attachments: |
|
||||||
|
Description
Nobody - feel free to take it
Agreed. This should be a quick fix. +1 Created attachment 80375 [details] Patch to override default RSS Patch to make this happen. I tested this on our Phoenix sandbox. If you get past the deprecated warnings of these pages: http://phoenix.eclipse.org/downloads/rss-default.php - notice the RSS icon links to the site RSS feed, and no 'alternate' subscription is proposed (in Firefox, this is an RSS icon next to the URL in the address bar) http://phoenix.eclipse.org/downloads/rss-override.php - here the site RSS icon is overriden with a bogus link to a feed on localhost. Also, an RSS icon appears next to the address bar in Firefox. The usage is about as simple as using the current pageTitle, pageAuthor and pageKeywords variables: [snip] $pageAuthor = "Eclipse Foundation, Inc."; $App->PageRSS = "http://localhost/www/downloads/rss.php"; $App->PageRSSTitle = "Eclipse Downloads Feed"; +1 for the patch, looks good. Documentation updated: http://wiki.eclipse.org/Using_Phoenix This will be live later today unless someone objects. |