Guide_Wii/_pages/it_IT/rssmii.md
NightScript 860aaafc85
Website Cleanup (#89)
* Update footer.html

Dynamic footer links

* Rename .txt to .md

They are markdown formatted in the actual website, not text files plastered onto the website

* Quality of life changes

- Merge SD card sections together
- Update vWii links
- No need for a Table of Contents for a literal one section page.
- Merge vWii and Wii Mini sections in the Get Started page
- No need to repeat "need help? Join us" in the WiiWare patcher section

* FAQ redo

- vWii & Wii Mini QNA removed since they're already answered in the guide
- Same for firmware question
- RiiConnect24 questions related to initail install should be in that page.
- Explain error that it's in Wiimifi.
- Redesign page to have Questions and answers on separate lines, remove backgrounds and use h3's

* More quality of life updates

* Move words to locations that make sense

* Fix instructions numering in the markdown file itself

* Merge 3 pages into one and remove step from str2hax page

* Add some more polish

* Update priiloader System Menu Hacks list

- It is now 4 characters shorter in length
- Change descriptions to either remove uneccesary words or add more context

Also: Remove bad numbering in dump-games.md
2020-03-31 20:21:20 -05:00

2.6 KiB

title
Installare RSSMii

{% include toc title="Indice" %}

Vuoi ricevere i tuoi feed RSS nella Wii Message Board? Questo tutorial ti insegnerà a configurare RSSMii.

RSSMii

Ciò di cui hai bisogno

Istruzioni

Sezione 1 - Scaricamento/Installazione
  1. Estrai RSSMii mettilo nella cartella apps sulla SD.
  2. Hai bisogno di creare il file feeds.xml nella root della SD in modo che l'app sappia da quali siti ti deve mandare i feed.

Hai un PC Windows? Scarica il nostro RSS Feeds Creators fatto da KcrPL. Creerà il file feeds.xml e lo copiera sulla SD! Clicca qui per scaricarlo. {: .notice--info}

Se non hai un PC Windows, usa questo esempio per creare il file feeds.xml. Se fosse troppo complicato per te, mandaci una mail a support@riiconnect24.net e ne creeremo uno apposta per te :)

```
<?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>
```

Rimpiazza il campo "name" con il titolo per il tuo feed. Non deve essere troppo lungo.
Dopo, nel campo "link" inserisci l'url del tuo feed RSS. Non cancellare la parte "CDATA".

```
<?xml version="1.0" encoding="utf-8"?>
<rss>
  <feed name="RiiConnect24 Medium"><![CDATA[https://medium.com/feed/riiconnect24]]></feed>
  <feed name="RiiConnect24 Twitter"><![CDATA[https://twitrss.me/twitter_user_to_rss/?user=RiiConnect24]]></feed>
  <feed name="Nintendo News"><![CDATA[https://www.nintendo.com/feed]]></feed>
</rss>
```

Sembra ottimo! Salva il file che hai appena fatto nella root della tua SD.
  1. Lancia RSSMii dall'Homebrew Channel.
  2. Premi A per confermare che vuoi sottoscrivere ai feed RSS. Ignora l'errore ES_GetTitleID.
  3. Una volta che ha terminato, premi HOME per tornare all'Homebrew Channel. Presto dovresti ricevere dei feed RSS sulla tua Wii, divertiti!

Non ti è ancora arrivato niente? Prova un feed RSS che si aggiorna più frequentemente, come una pagina di notizie. Se il feed RSS non si aggiorna spesso, allora non riceverai molti feed. {: .notice--warning}

Non iscriverti a troppi feed, potresti ricevere troppe mail sulla tua Wii. {: .notice--info}

Se continui a non ricevere aggiornamenti, potresti dover ripetere tutto il procedimento da capo. {: .notice--info}

Rimuovere RSSMii {: .notice--info}