php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #30547 php.net does not use the RSS features of browsers such as Firefox and Opera
Submitted: 2004-10-24 17:22 UTC Modified: 2004-10-25 15:01 UTC
From: dasch at ulmail dot net Assigned:
Status: Closed Package: Website problem
PHP Version: Irrelevant OS: Windows XP
Private report: No CVE-ID: None
View Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
If you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: dasch at ulmail dot net
New email:
PHP Version: OS:

 

 [2004-10-24 17:22 UTC] dasch at ulmail dot net
Description:
------------
There is a feature in the Firefox, Opera and Safari browsers that's called Live Bookmarking. It allows you to simply click a button on the GUI and bookmark an RSS feed. Then the contents of that feed is automatically updated, so that you can view the it in-browser. The only thing that's required for it to work is a small piece of code in the <head> tag of the document:

<link rel="alternate" type="application/rss+xml" title="PHP: Hypertext Preprocessor" href="http://dk2.php.net/news.rss" />


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-10-25 15:01 UTC] goba@php.net
The thing you write about is called RSS Autodiscovery, and was not invented by any of the browser vendors, they just implement it... Luckily :) I have added RSS Autodiscovery support to our frontpage in CVS. It will show up later on our mirror sites around the world.

Thanks for the tip.
 [2004-10-25 15:36 UTC] daniel at ulmail dot net
I know they didn't invent it (isn't it a W3C standard or something?), but it's implemented as a feature in them.

Thanks for setting it up :)


Daniel
 
PHP Copyright © 2001-2026 The PHP Group
All rights reserved.
Last updated: Fri Jun 26 02:00:01 2026 UTC