Revision history for RSSAutoDiscovery
Revision [23116]
Last edited on 2016-05-20 07:38:46 by JavaWoman [Replaces old-style internal links with new pipe-split links.]Additions:
implemented now in [[http://wikkawiki.org/WhatsNew#hn_5._RSS_autodiscovery | release 1.1.6.2]]
~-[[Rss | Explanation of RSS]]
~-[[http://bitworking.org/Aggie.html | Aggie]]
~-[[http://www.bradsoft.com/feeddemon/ | FeedDemon]]
~-[[http://www.sharpreader.net/ | SharpReader]] (Only the first link is picked up.)
~-[[Rss | Explanation of RSS]]
~-[[http://bitworking.org/Aggie.html | Aggie]]
~-[[http://www.bradsoft.com/feeddemon/ | FeedDemon]]
~-[[http://www.sharpreader.net/ | SharpReader]] (Only the first link is picked up.)
Deletions:
~-[[Rss Explanation of RSS]]
~-[[http://bitworking.org/Aggie.html Aggie]]
~-[[http://www.bradsoft.com/feeddemon/ FeedDemon]]
~-[[http://www.sharpreader.net/ SharpReader]] (Only the first link is picked up.)
Revision [18883]
Edited on 2008-01-28 00:13:01 by JavaWoman [Modified links pointing to docs server]No Differences
Additions:
{{svn}} <<**Note:**
implemented now in [[http://wikkawiki.org/WhatsNew#hn_5._RSS_autodiscovery release 1.1.6.2]]
<<>>**See also:**
implemented now in [[http://wikkawiki.org/WhatsNew#hn_5._RSS_autodiscovery release 1.1.6.2]]
<<>>**See also:**
Deletions:
>>**See also:**
Additions:
CategoryDevelopmentSyndication
Deletions:
Additions:
{{svn}}
Additions:
~-[[Rss Explanation of RSS]]
Deletions:
Additions:
~-[[Explanation of RSS]]
Additions:
~-[[http://bitworking.org/Aggie.html Aggie]]
~-[[http://www.bradsoft.com/feeddemon/ FeedDemon]]
~-[[http://www.sharpreader.net/ SharpReader]] (Only the first link is picked up.)
~&Implemented now, though most screenshots don't show it) --JavaWoman
==Lynx==
{{image alt="Lynx link navigation" title="Lynx link navigation support" url="images/rss/lynx_autodiscovery.png"}}
==Other browsers==
~-Another browser with support for link navigation is **iCab** (no screenshot available).
~-//While Opera does have some (limited) link navigation support, this does not include support for ##<link rel="alternate" ... />## type tags **except** links to RSS feeds: no support for links to alternate language versions, PDF versions, or whatever alternative versions for a resource you might come up with.//
~-[[http://www.bradsoft.com/feeddemon/ FeedDemon]]
~-[[http://www.sharpreader.net/ SharpReader]] (Only the first link is picked up.)
~&Implemented now, though most screenshots don't show it) --JavaWoman
==Lynx==
{{image alt="Lynx link navigation" title="Lynx link navigation support" url="images/rss/lynx_autodiscovery.png"}}
==Other browsers==
~-Another browser with support for link navigation is **iCab** (no screenshot available).
~-//While Opera does have some (limited) link navigation support, this does not include support for ##<link rel="alternate" ... />## type tags **except** links to RSS feeds: no support for links to alternate language versions, PDF versions, or whatever alternative versions for a resource you might come up with.//
Deletions:
[[http://www.bradsoft.com/feeddemon/ FeedDemon]]
[[http://www.sharpreader.net/ SharpReader]] (Only the first link is picked up.)
~&Implemented now, though the screenshots don't show it) --JavaWoman
//Other browsers with support for link navigation are **iCab** and **Lynx** (no screenshots available.)//
Revision [10529]
Edited on 2005-08-07 16:42:08 by JavaWoman [Added '(RSS') to link title attributes (online!)]Additions:
~&Implemented now, though the screenshots don't show it) --JavaWoman
Additions:
$rsslink = ' <link rel="alternate" type="application/rss+xml" title="'.$this->GetWakkaName().': revisions for '.$this->tag.' (RSS)" href="'.$this->Href('revisions.xml', $this->tag).'" />'."\n";
$rsslink .= ' <link rel="alternate" type="application/rss+xml" title="'.$this->GetWakkaName().': recently edited pages (RSS)" href="'.$this->Href('recentchanges.xml', $this->tag).'" />'."\n";
$rsslink .= ' <link rel="alternate" type="application/rss+xml" title="'.$this->GetWakkaName().': recently edited pages (RSS)" href="'.$this->Href('recentchanges.xml', $this->tag).'" />'."\n";
Deletions:
$rsslink .= ' <link rel="alternate" type="application/rss+xml" title="'.$this->GetWakkaName().': recently edited pages" href="'.$this->Href('recentchanges.xml', $this->tag).'" />'."\n";
Additions:
~-RssInfo (using Wikka as a feed reader)
Deletions:
Additions:
To use autodiscovery, you don't need to find out the location of the RSS file, you simply give your RSS reader the address of the web page and the RSS reader will search the page for any RSS links that it can find.
Note that Mozilla will display **all** alternate links, so these should be labeled as 'RSS' in the title attribute (in addition to the description).
//Other browsers with support for link navigation are **iCab** and **Lynx** (no screenshots available.)//
Note that Mozilla will display **all** alternate links, so these should be labeled as 'RSS' in the title attribute (in addition to the description).
//Other browsers with support for link navigation are **iCab** and **Lynx** (no screenshots available.)//
Deletions:
Note that Mozilla will display **all** alternate links, so these should be labeled as 'RSS'.
Revision [10525]
Edited on 2005-08-07 16:21:25 by JavaWoman [some feed readers with autodiscovery support]Additions:
Feed reader support fo rautodiscovery generally means you can simply drag a **page** URL to th reader and have the reader automatically open the feed or subscribe to it.
Feed readers with autodiscovery include (in alphabetical order):
[[http://bitworking.org/Aggie.html Aggie]]
[[http://www.bradsoft.com/feeddemon/ FeedDemon]]
[[http://www.sharpreader.net/ SharpReader]] (Only the first link is picked up.)
Feed readers with autodiscovery include (in alphabetical order):
[[http://bitworking.org/Aggie.html Aggie]]
[[http://www.bradsoft.com/feeddemon/ FeedDemon]]
[[http://www.sharpreader.net/ SharpReader]] (Only the first link is picked up.)
Deletions:
[[http://www.sharpreader.net/ SharpReader]]
Revision [10522]
Edited on 2005-08-07 15:43:07 by JavaWoman [Adding feed readers section and heading]Additions:
====Wikka RSS feeds====
A small modification to ##header.php## allows Wikka feeds to be 'autodiscovered' by most feed readers and now also by some browsers supporting this mechanism.
====Feed reader support====
Feed readers with autodiscovery include:
[[http://www.sharpreader.net/ SharpReader]]
//more to follow//
A small modification to ##header.php## allows Wikka feeds to be 'autodiscovered' by most feed readers and now also by some browsers supporting this mechanism.
====Feed reader support====
Feed readers with autodiscovery include:
[[http://www.sharpreader.net/ SharpReader]]
//more to follow//
Deletions:
Revision [10521]
Edited on 2005-08-07 15:38:45 by JavaWoman [minor code fix: we don't generate ATOM so both links are rss+xml]Additions:
$rsslink = ' <link rel="alternate" type="application/rss+xml" title="'.$this->GetWakkaName().': revisions for '.$this->tag.'" href="'.$this->Href('revisions.xml', $this->tag).'" />'."\n";
$rsslink .= ' <link rel="alternate" type="application/rss+xml" title="'.$this->GetWakkaName().': recently edited pages" href="'.$this->Href('recentchanges.xml', $this->tag).'" />'."\n";
$rsslink .= ' <link rel="alternate" type="application/rss+xml" title="'.$this->GetWakkaName().': recently edited pages" href="'.$this->Href('recentchanges.xml', $this->tag).'" />'."\n";
Deletions:
$rsslink .= ' <link rel="alternate" type="application/atom+xml" title="'.$this->GetWakkaName().': recently edited pages" href="'.$this->Href('recentchanges.xml', $this->tag).'" />'."\n";
Additions:
A small modification to ##header.php## allows Wikka feeds to be autodiscovered by most feedreaders and by browsers supporting this function.
====Browser support====
===Link Navigation support===
//Link navigation// support can be found in:
{{image alt="Mozilla 'Other Versions' in link navigation bar" title="Mozilla link navigation support" url="images/rss/moz_autodiscovery_s.png"}}
Note that Mozilla will display **all** alternate links, so these should be labeled as 'RSS'.
===RSS autodiscovery support===
====Browser support====
===Link Navigation support===
//Link navigation// support can be found in:
{{image alt="Mozilla 'Other Versions' in link navigation bar" title="Mozilla link navigation support" url="images/rss/moz_autodiscovery_s.png"}}
Note that Mozilla will display **all** alternate links, so these should be labeled as 'RSS'.
===RSS autodiscovery support===
Deletions:
===Browser support===
{{image alt="Mozilla 'Other Versions' in link navigation bar" title="Mozilla link navigation support" url="images/rss/moz_autodiscovery.png"}}
Additions:
==Mozilla==
{{image alt="Mozilla 'Other Versions' in link navigation bar" title="Mozilla link navigation support" url="images/rss/moz_autodiscovery.png"}}
==Firefox==
{{image alt="Mozilla 'Other Versions' in link navigation bar" title="Mozilla link navigation support" url="images/rss/moz_autodiscovery.png"}}
==Firefox==
Deletions:
Additions:
==Opera (7.5+)==
{{image alt="Opera autodiscovery button" title="Opera autodiscovery button" url="images/rss/opera_autodiscovery.png"}}
{{image alt="Opera autodiscovery button" title="Opera autodiscovery button" url="images/rss/opera_autodiscovery.png"}}
Deletions:
{{image alt="Opera autodiscovery button" title="Opera autodiscovery button" url="http://nontroppo.org/test/Op7/operarss.png"}}
Revision [10517]
Edited on 2005-08-07 14:59:23 by IanAndolina [Added Opera screenshot; can you upload it so it is hosted locally?]Additions:
==Opera V7.5+==
{{image alt="Opera autodiscovery button" title="Opera autodiscovery button" url="http://nontroppo.org/test/Op7/operarss.png"}}
{{image alt="Opera autodiscovery button" title="Opera autodiscovery button" url="http://nontroppo.org/test/Op7/operarss.png"}}
Additions:
echo $rsslink;
Deletions:
Additions:
$rsslink .= ' <link rel="alternate" type="application/atom+xml" title="'.$this->GetWakkaName().': recently edited pages" href="'.$this->Href('recentchanges.xml', $this->tag).'" />'."\n";
Deletions:
Additions:
$rsslink = ' <link rel="alternate" type="application/rss+xml" title="'.$this->GetWakkaName().': revisions for '.$this->tag.'" href="'.$this->Href('revisions.xml', $this->tag).'" />'."\n";
$rsslink .= ' <link rel="alternate" type="application/atom+xml" title="'.$this->GetWakkaName().': recently edited pages" href="'.$this->Href('recentchanges.xml', $this->tag).'" />'."\n";
echo $rsslink;
$rsslink .= ' <link rel="alternate" type="application/atom+xml" title="'.$this->GetWakkaName().': recently edited pages" href="'.$this->Href('recentchanges.xml', $this->tag).'" />'."\n";
echo $rsslink;
Deletions:
$rsslink .= "\t".'<link rel="alternate" type="application/atom+xml" title="'.$this->GetWakkaName().': recently edited pages" href="'.$this->Href('recentchanges.xml', $this->tag).'" />'."\n";
echo $rsslink;
Additions:
==Safari (2.0+)==
==Yahoo toolbar for IE (5.6+)==
==Yahoo toolbar for IE (5.6+)==
Deletions:
==Yahoo toolbar for IE==
Additions:
{{image alt="FF autodiscovery button" title="Firefox autodiscovery button" url="images/rss/ff_autodiscovery.png"}}
{{image alt="Safari autodiscovery button" title="Safari autodiscovery button" url="images/rss/safari_autodiscovery.gif"}}
{{image alt="Yahoo toolbar autodiscovery button" title="Yahoo toolbar autodiscovery button" url="images/rss/yahoo_autodiscovery.gif"}}
{{image alt="Safari autodiscovery button" title="Safari autodiscovery button" url="images/rss/safari_autodiscovery.gif"}}
{{image alt="Yahoo toolbar autodiscovery button" title="Yahoo toolbar autodiscovery button" url="images/rss/yahoo_autodiscovery.gif"}}
Deletions:
{{image alt="Safari autodiscovery icon" title="Safari autodiscovery icon" url="images/rss/safari_autodiscovery.gif"}}
{{image alt="Yahoo toolbar autodiscovery icon" title="Yahoo toolbar autodiscovery icon" url="images/rss/yahoo_autodiscovery.gif"}}
Additions:
==Mozilla/Firefox==
{{image alt="FF autodiscovery icon" title="Firefox autodiscovery icon" url="images/rss/ff_autodiscovery.png"}}
==Safari 2.X==
{{image alt="Safari autodiscovery icon" title="Safari autodiscovery icon" url="images/rss/safari_autodiscovery.gif"}}
==Yahoo toolbar for IE==
{{image alt="Yahoo toolbar autodiscovery icon" title="Yahoo toolbar autodiscovery icon" url="images/rss/yahoo_autodiscovery.gif"}}
{{image alt="FF autodiscovery icon" title="Firefox autodiscovery icon" url="images/rss/ff_autodiscovery.png"}}
==Safari 2.X==
{{image alt="Safari autodiscovery icon" title="Safari autodiscovery icon" url="images/rss/safari_autodiscovery.gif"}}
==Yahoo toolbar for IE==
{{image alt="Yahoo toolbar autodiscovery icon" title="Yahoo toolbar autodiscovery icon" url="images/rss/yahoo_autodiscovery.gif"}}
Deletions:
~-Safari 2.X --- {{image alt="Safari autodiscovery icon" title="Safari autodiscovery icon" url="images/rss/safari_autodiscovery.gif"}}
~-Yahoo toolbar for IE.
Additions:
The //RSS autodiscovery// feature is currently supported by:
Deletions:
Additions:
~-Mozilla/Firefox --- {{image alt="FF autodiscovery icon" title="Firefox autodiscovery icon" url="images/rss/ff_autodiscovery.png"}}
Deletions:
Additions:
===Browser support===
The //RSS autodiscovery// function is currently supported by:
~-Mozilla/Firefox --- {{image alt="FF autodiscovery icon" title="Firefox autodiscovery icon" url="images/rss/ff_autodiscovery.gif"}}
~-Safari 2.X --- {{image alt="Safari autodiscovery icon" title="Safari autodiscovery icon" url="images/rss/safari_autodiscovery.gif"}}
~-Yahoo toolbar for IE.
The //RSS autodiscovery// function is currently supported by:
~-Mozilla/Firefox --- {{image alt="FF autodiscovery icon" title="Firefox autodiscovery icon" url="images/rss/ff_autodiscovery.gif"}}
~-Safari 2.X --- {{image alt="Safari autodiscovery icon" title="Safari autodiscovery icon" url="images/rss/safari_autodiscovery.gif"}}
~-Yahoo toolbar for IE.
Additions:
A small modification to ##header.php## allows Wikka feeds to be autodiscovered by browsers supporting this function.