Difference between revisions of "RSSMii"
Jump to navigation
Jump to search
(Improved and updated the page) |
Yoelhgo2008 (talk | contribs) (Undo revision 120658 by Yoelhgo2008 (talk)) Tag: Undo |
||
(5 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
− | |||
{{Infobox homebrew | {{Infobox homebrew | ||
| title = RSSMii | | title = RSSMii | ||
Line 9: | Line 8: | ||
| download = https://github.com/RiiConnect24/rssmii/releases | | download = https://github.com/RiiConnect24/rssmii/releases | ||
| source = https://github.com/RiiConnect24/rssmii/ | | source = https://github.com/RiiConnect24/rssmii/ | ||
− | | peripherals = {{Wii}} {{Wiimote}} {{FrontSD}} {{FrontSDHC}} | + | | peripherals = {{Wii}} {{Wiimote}} {{FrontSD}} {{FrontSDHC}} {{USBMSD}} {{Internet}} |
+ | | osc = yes | ||
}} | }} | ||
RSSMii is a homebrew app that allows you to subscribe to your favourite RSS feeds and get updates at the Wii Messageboard! | RSSMii is a homebrew app that allows you to subscribe to your favourite RSS feeds and get updates at the Wii Messageboard! | ||
Line 31: | Line 31: | ||
<feed name="Nintendo UK">https://www.nintendo.co.uk/news.xml</feed> | <feed name="Nintendo UK">https://www.nintendo.co.uk/news.xml</feed> | ||
</rss></pre> | </rss></pre> | ||
+ | |||
+ | '''NOTE:''' For special characters you need to use a CDATA tag: | ||
+ | <pre> | ||
+ | <feed name="Example-Feed"><![CDATA[http://example.com/rss-feed&someparam=true]]></feed> | ||
+ | </pre> | ||
You can use as many "feed" elements as you like. | You can use as many "feed" elements as you like. | ||
[[Category:Homebrew_applications]] | [[Category:Homebrew_applications]] |
Latest revision as of 23:14, 8 December 2024
RSSMii | |
![]() | |
General | |
---|---|
Author(s) | main(), Larsenv, Brawl345 |
Type | Utility |
Version | 1.4.1 |
Links | |
Download | |
Website | |
Source | |
Downloadable via the Open Shop Channel | |
Peripherals | |
![]() ![]() ![]() ![]() ![]() ![]() |
RSSMii is a homebrew app that allows you to subscribe to your favourite RSS feeds and get updates at the Wii Messageboard!
RiiConnect24 has revived this homebrew app after the servers used to send updates out has been discontinued. For instructions on how to set it up, click here.
Supported Feed Types
- RDF/RSS (RSS 1.*)
- RSS2
- ATOM
Features
- Nearly an unlimited number of subscribable feeds
- Configurable interval for checking feeds for new entries (avoid using 1 minute, as this can lead to empty entries on your Message Board)
- Runs every download tasks over 32000 times, so if you stop getting updates (after a looong time), just rerun RSSMii
How to use
You need a feeds.xml file in the root of your SD card. It needs to be set up like this:
<?xml version="1.0" encoding="utf-8"?> <rss> <feed name="Nintendo UK">https://www.nintendo.co.uk/news.xml</feed> </rss>
NOTE: For special characters you need to use a CDATA tag:
<feed name="Example-Feed"><![CDATA[http://example.com/rss-feed&someparam=true]]></feed>
You can use as many "feed" elements as you like.