Added tutorial on how to install RSSMii
This commit is contained in:
parent
f563d9b389
commit
5f3be4e76e
6 changed files with 62 additions and 0 deletions
20
_pages/en_US/rssmii-remove.txt
Normal file
20
_pages/en_US/rssmii-remove.txt
Normal file
|
@ -0,0 +1,20 @@
|
|||
---
|
||||
title: "Removing RSSMii"
|
||||
---
|
||||
|
||||
If you no longer wish to use RSSMii (maybe because you can get too much Wii Mail if you subscribe to a lot of feeds or the feed you're using updates a lot), here's how to remove it.
|
||||
|
||||
![Removing RSSMii](/images/rssmii-remove.png)
|
||||
|
||||
#### What you need
|
||||
* [RSSMii Remover](https://github.com/RiiConnect24/rssmii/releases)
|
||||
* An SD card
|
||||
|
||||
#### Instructions
|
||||
|
||||
1. Extract the contents of the `rssmii_remover.zip` to your SD Card.
|
||||
1. Delete the `feeds.xml` on the root of your SD Card.
|
||||
1. Launch RSSMii Remover from the Homebrew Channel. It will remove your subscriptions to the RSS feeds.
|
||||
|
||||
[Installing RSSMii](rssmii)
|
||||
{: .notice--info}
|
40
_pages/en_US/rssmii.txt
Normal file
40
_pages/en_US/rssmii.txt
Normal file
|
@ -0,0 +1,40 @@
|
|||
---
|
||||
title: "Installing RSSMii"
|
||||
---
|
||||
|
||||
Do you want to get RSS feed updates on your Wii Message Board? This tutorial will tell you how to set RSSMii up.
|
||||
|
||||
![RSSMii](/images/rssmii.png)
|
||||
|
||||
#### What you need
|
||||
* [RSSMii](https://github.com/RiiConnect24/rssmii/releases)
|
||||
* An SD card
|
||||
|
||||
#### Instructions
|
||||
|
||||
1. Extract the contents of the `rssmii.zip` to your SD Card.
|
||||
1. We need to create a `feeds.xml` on the root of the SD Card so the app will know what feeds to subscribe you to.
|
||||
Use this template and use your favorite text editor to make the `feeds.xml`:
|
||||
```<?xml version="1.0" encoding="utf-8"?>
|
||||
<rss>
|
||||
<feed name="Example-Feed"><![CDATA[http://example.com/rss-feed]]></feed>
|
||||
<feed name="One more Example-Feed!"><![CDATA[http://example.com/another_rss-feed]]></feed>
|
||||
</rss>```
|
||||
Replace the "name" portion with the title you want to put for the feed. Make sure it's not very long, since there's not that much space.
|
||||
Then, replace the link portion with the link to the RSS feed. You can put as many feeds as you want. Don'td elete the "CDATA" part.
|
||||
```<?xml version="1.0" encoding="utf-8"?>
|
||||
<rss>
|
||||
<feed name="RiiConnect24 Medium"><![CDATA[http://medium.com/feed/riiconnect24]]></feed>
|
||||
<feed name="RiiConnect24 Twitter"><![CDATA[http://twitrss.me/twitter_user_to_rss/?user=RiiConnect24]]></feed>
|
||||
<feed name="Nintendo News"><![CDATA[http://www.nintendo.com/feed]]></feed>
|
||||
</rss>```
|
||||
Looks great! Save that to your SD Card.
|
||||
1. Launch RSSMii from the Homebrew Channel.
|
||||
1. Press A to confirm you want to subscribe to the feeds. Ignore the error about ES_GetTitleID, everything is fine.
|
||||
1. Once everything is done, press HOME to go back to the Homebrew Channel. You should soon get RSS feed updates on your Wii, enjoy!
|
||||
|
||||
If you're not receiving updates after a few days, you might need to subscribe to the RSS feeds again. Launch RSSMii from the Homebrew Channel again and it'll create brand new subscriptions.
|
||||
{: .notice--info}
|
||||
|
||||
[Removing RSSMii](rssmii-remove)
|
||||
{: .notice--info}
|
|
@ -31,6 +31,8 @@ sitemap: false
|
|||
|
||||
**Homebrew**
|
||||
+ [How to dump GameCube/Wii games](dump-games)
|
||||
+ [Installing RSSMii](rssmii)
|
||||
+ [Removing RSSMii](rssmii-remove)
|
||||
|
||||
**Site**
|
||||
+ [Home](/)
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 5.4 KiB |
BIN
images/rssmii-remove.png
Executable file
BIN
images/rssmii-remove.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 22 KiB |
BIN
images/rssmii.png
Executable file
BIN
images/rssmii.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 8.5 KiB |
Loading…
Reference in a new issue