Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.
/ RSSMii Public archive
forked from RiiConnect24/rssmii

Get RSS Updates via the Wii messageboard!

License

Notifications You must be signed in to change notification settings

WiiDatabase/RSSMii

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RSSMii

RSSMii allows you to get updates from RSS feeds straight to your Wii. You will get the updates on your Wii Message Board.

It reads a "feeds.xml" file on your SD Card root to subscribe you to each feed listed. So you can update it at any time, then launch RSSMii again and it'll update your subscriptions. You can change the interval in which updates are checked inside the program on a per-feed basis.

Installation

  1. Grab the ZIP from the releases page
  2. Extract it to the root of your SD card, so that you have the path "SD://apps/rssmii/boot.dol"
  3. Create a "feeds.xml" on the root of your SD card (see below)
  4. Run the homebrew through the homebrew channel and follow the on-screen instructions

To remove everything, just run the RSSMii Remover.

feeds.xml

<?xml version="1.0" encoding="utf-8"?>
<rss>
    <feed name="WiiDatabase">https://wiidatabase.de/feed/</feed>
    <feed name="Heise Online">https://www.heise.de/rss/heise-atom.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>

Compilation

  1. Run make and make install in our libwc24 fork
  2. Install mxml from the devkitPro Pacman repository
  3. Run make in this repository

TODO

  • Change server URL through feeds.xml

Credits

About

Get RSS Updates via the Wii messageboard!

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 58.5%
  • Makefile 41.5%