convert from markdown to html

This commit is contained in:
Oscar Hudson 2023-03-04 19:01:13 +00:00
commit b18d2c0680
17 changed files with 446 additions and 386 deletions

67
index.html Normal file
View file

@ -0,0 +1,67 @@
---
title: Home
layout: no-section
# Some commonly used symbols to avoid repetition.
play: <i class="mdi mdi-play-circle"></i>
info: <i class="mdi mdi-help-circle"></i>
---
<div class="header header-logo">
<img src="/assets/header.png" alt="WiiLink Logo">
<h1>A new online service for the Wii.</h1>
<a href="{{ site.guide }}">Install it now {{ page.play }}</a>
</div>
<div class="section">
<h2>WiiLink resurrects many region exclusive channels &mdash; including channels released only in Japan.</h2>
<ul>
<li>Watch new videos with <b>Wii Room</b>, a unique take on video on-demand.</li>
<li>Create perfect prints with the <b>Digicam Print Channel</b> and design photo albums in a way only you do best.</li>
<li>Watch the original Kirby anime right from your Wii with the <b>Kirby TV Channel</b>.</li>
<li>Order food with the <b>Demae Channel</b> and bring tasty goodness straight to your house.</li>
</ul>
</div>
<div class="faq">
<h1>{{ page.info }} Quick FAQ</h1>
<h2>Why WiiLink?</h2>
<ul>
<li>WiiLink is the only service to bring back Japanese exclusive Wii channels after they were officially shut down. We've made <a href="/services/wii-room">Wii no Ma</a>, the <a href="/services/demae">Demae Channel</a>, and <a href="/services/digicam">Digicam Print Channel</a> functional once more. With our service, you can experience all of these once more on your Nintendo Wii - possibly for the first time.</li>
</ul>
<h2>Why does WiiLink exist?</h2>
<ul>
<li>Without a replacement service for these channels, they would be lost to time, never to be seen again. However, thanks to our work, future generations of players can experience these channels again!</li>
</ul>
<h2>Is using WiiLink legal?</h2>
<ul>
<li>Absolutely. We develop all of our channels without copyrighted code and material, and rely solely on what is provided within the channel and public knowledge. All code is written from the ground up. You will have no legal trouble from using our service.</li>
</ul>
<h2>Can the Demae Channel order real food?</h2>
<ul>
<li>Yes!</li>
</ul>
<div class="center">
<h3>Have further questions? Read our full <a href="/faq">{{ site.info }}</a>!</h3>
<h1><i class="mdi mdi-movie-open"></i> Promotional Video</h1>
<div class="embed">
<iframe src="https://www.youtube.com/embed/Y8gSqBd4oT0" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" title="WiiLink: Japan Is Coming to You" allowfullscreen></iframe>
</div>
</div>
</div>

View file

@ -1,55 +0,0 @@
---
title: Home
layout: no-section
# Some commonly used symbols to avoid repetition.
play: <i class="mdi mdi-play-circle"></i>
info: <i class="mdi mdi-help-circle"></i>
---
<div class="header header-logo">
![WiiLink Logo](/assets/header.png)
# A new online service for the Wii.
[Install it now {{ page.play }}]({{ site.guide }})
</div>
<div class="section">
<h2>WiiLink resurrects many region exclusive channels &mdash; including channels released only in Japan.</h2>
<ul>
<li>Watch new videos with <b>Wii Room</b>, a unique take on video on-demand.</li>
<li>Create perfect prints with the <b>Digicam Print Channel</b> and design photo albums in a way only you do best.</li>
<li>Watch the original Kirby anime right from your Wii with the <b>Kirby TV Channel</b>.</li>
<li>Order food with the <b>Demae Channel</b> and bring tasty goodness straight to your house.</li>
</ul>
</div>
<div class="faq">
# {{ page.info }} Quick FAQ
## Why WiiLink?
- WiiLink is the only service to bring back Japanese exclusive Wii channels after they were officially shut down. We've made [Wii no Ma](/services/wii-room), the [Demae Channel](/services/demae), and [Digicam Print Channel](/services/digicam) functional once more. With our service, you can experience all of these once more on your Nintendo Wii - possibly for the first time.
## Why does WiiLink exist?
- Without a replacement service for these channels, they would be lost to time, never to be seen again. However, thanks to our work, future generations of players can experience these channels again!
## Is using WiiLink legal?
- Absolutely. We develop all of our channels without copyrighted code and material, and rely solely on what is provided within the channel and public knowledge. All code is written from the ground up. You will have no legal trouble from using our service.
## Can the Demae Channel order real food?
- Yes!
<div class="center">
### Have further questions? Read our full [{{ site.info }}](/faq)!
# <i class="mdi mdi-movie-open"></i> Promotional Video
<div class="embed">
<iframe src="https://www.youtube.com/embed/Y8gSqBd4oT0" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" title="WiiLink: Japan Is Coming to You" allowfullscreen></iframe>
</div>
</div>
</div>

View file

@ -45,7 +45,7 @@ The following is an example of a news post's content:
{{ post.content }}
{% endfor %}
# Older Posts
<h1>Older Posts</h1>
{{ site.oldnews }}

109
services.html Normal file
View file

@ -0,0 +1,109 @@
---
title: Services
icon: cogs
description: These are the services that we (either now or in the future) maintain and their current state in development.
---
<br>
<div class="center">
<h2>Core Services</h2>
<p>Services core to WiiLink, originally only available within Japan.</p>
<table>
<tr>
<th>Service</th>
<th>Status</th>
</tr>
<tr>
<td> <a href="/services/wii-room">Wii Room</a> </td>
<td class="publicly-available">Public Beta</td>
</tr>
<tr>
<td> <a href="/services/digicam">Digicam Print Channel</a> </td>
<td class="publicly-available">Full Release</td>
</tr>
<tr>
<td> <a href="/services/spd">Set Personal Data</a> </td>
<td class="publicly-available">Full Release</td>
</tr>
<tr>
<td> <a href="/services/food">Food Channel</a> </td>
<td class="publicly-available">Public Beta</td>
</tr>
<tr>
<td> <a href="/services/tv-helper">TV no Tomo Channel</a> </td>
<td class="private-beta">Private Beta</td>
</tr>
</table>
<h2>WiiConnect24 Channels</h2>
<p>Functionality provided by WiiConnect24, revived by WiiLink.</p>
<table>
<tr>
<th>Service</th>
<th>Status</th>
</tr>
<tr>
<td> <a href="/services/w/nintendo">Nintendo Channel</a> </td>
<td class="publicly-available">Full Release</td>
</tr>
<tr>
<td> <a href="/services/w/forecast">Forecast Channel</a> </td>
<td class="publicly-available">Full Release</td>
</tr>
<tr>
<td> <a href="/services/w/news">News Channel</a> </td>
<td class="in-development">In Development</td>
</tr>
<tr>
<td> <a href="/services/w/contest">Mii Contest Channel</a> </td>
<td class="in-development">In Development</td>
</tr>
<tr>
<td> <a href="/services/w/politics">Everybody Votes Channel</a> </td>
<td class="in-development">In Development</td>
</tr>
<tr>
<td> <a href="/services/w/mail">Wii Message Board</a> </td>
<td class="not-started">Not Started</td>
</tr>
</table>
<h2>Video Streaming Services</h2>
<p>A myriad of services for you to best enjoy video within.</p>
<table>
<tr>
<th>Service</th>
<th>Status</th>
</tr>
<tr>
<td> <a href="/services/s/kirby-tv">Kirby TV Channel</a> </td>
<td class="publicly-available">Public Beta</td>
</tr>
<tr>
<td> <a href="#">Metroid Prime Preview Channel</a> </td>
<td class="in-development">In Development</td>
</tr>
<tr>
<td> <a href="/services/s/theatre">Minna no Theatre Wii</a> </td>
<td class="in-development">Planned</td>
</tr>
<tr>
<td> <a href="/services/dokodemo">Dokodemo Wii no Ma</a> </td>
<td class="not-started">Halted</td>
</tr>
<tr>
<td> <a href="/services/s/youtube">YouTube</a> </td>
<td class="not-started">Halted</td>
</tr>
</table>
</div>

View file

@ -1,106 +0,0 @@
---
title: Services
icon: cogs
description: These are the services that we (either now or in the future) maintain and their current state in development.
---
<br>
<div class="center">
## Core Services
Services core to WiiLink, originally only available within Japan.
<table>
<tr>
<th>Service</th>
<th>Status</th>
</tr>
<tr>
<td> <a href="/services/wii-room">Wii Room</a> </td>
<td class="publicly-available">Public Beta</td>
</tr>
<tr>
<td> <a href="/services/digicam">Digicam Print Channel</a> </td>
<td class="publicly-available">Full Release</td>
</tr>
<tr>
<td> <a href="/services/spd">Set Personal Data</a> </td>
<td class="publicly-available">Full Release</td>
</tr>
<tr>
<td> <a href="/services/food">Food Channel</a> </td>
<td class="publicly-available">Public Beta</td>
</tr>
<tr>
<td> <a href="/services/tv-helper">TV no Tomo Channel</a> </td>
<td class="private-beta">Private Beta</td>
</tr>
</table>
## WiiConnect24 Channels
Functionality provided by WiiConnect24, revived by WiiLink.
<table>
<tr>
<th>Service</th>
<th>Status</th>
</tr>
<tr>
<td> <a href="/services/w/nintendo">Nintendo Channel</a> </td>
<td class="publicly-available">Full Release</td>
</tr>
<tr>
<td> <a href="/services/w/forecast">Forecast Channel</a> </td>
<td class="publicly-available">Full Release</td>
</tr>
<tr>
<td> <a href="/services/w/news">News Channel</a> </td>
<td class="in-development">In Development</td>
</tr>
<tr>
<td> <a href="/services/w/contest">Mii Contest Channel</a> </td>
<td class="in-development">In Development</td>
</tr>
<tr>
<td> <a href="/services/w/politics">Everybody Votes Channel</a> </td>
<td class="in-development">In Development</td>
</tr>
<tr>
<td> <a href="/services/w/mail">Wii Message Board</a> </td>
<td class="not-started">Not Started</td>
</tr>
</table>
## Video Streaming Services
A myriad of services for you to best enjoy video within.
<table>
<tr>
<th>Service</th>
<th>Status</th>
</tr>
<tr>
<td> <a href="/services/s/kirby-tv">Kirby TV Channel</a> </td>
<td class="publicly-available">Public Beta</td>
</tr>
<tr>
<td> <a href="#">Metroid Prime Preview Channel</a> </td>
<td class="in-development">In Development</td>
</tr>
<tr>
<td> <a href="/services/s/theatre">Minna no Theatre Wii</a> </td>
<td class="in-development">Planned</td>
</tr>
<tr>
<td> <a href="/services/dokodemo">Dokodemo Wii no Ma</a> </td>
<td class="not-started">Halted</td>
</tr>
<tr>
<td> <a href="/services/s/youtube">YouTube</a> </td>
<td class="not-started">Halted</td>
</tr>
</table>
</div>

60
services/digicam.html Normal file
View file

@ -0,0 +1,60 @@
---
title: Digicam
layout: no-section
---
<div class="header header-logo">
<h1>Digicam Print Channel</h1>
<h2>Your photos, your way.</h2>
</div>
<div class="section">
<h2>Digicam arranges your beautiful photos into a masterpiece</h2>
<ul>
<li>Print your perfect shots directly from your Wii.</li>
<li>Create your own design.</li>
<li>Emailed directly to you.</li>
</ul>
<h2>{{ site.info }}</h2>
<h3>Are photos physically mailed to me?</h3>
<ul>
<li>No! We use the email address you have registered via <a href="/services/spd">Set Personal Data</a>.</li>
<li>Your photos are rendered on our server, and a ZIP file is emailed directly to you.</li>
</ul>
<h3>Digicam is telling me that my address is within "Dallas, TX"</h3>
<ul>
<li>This is the default address. Please change it via <a href="/services/spd">Set Personal Data</a>.</li>
</ul>
<h3>I use Dolphin. My photos or Miis sometimes become black. What can I do?</h3>
<ul>
<li>Within Dolphin's graphics settings, disable the setting "Store XFB Copies to Texture Only".</li>
</ul>
<h3>Digicam is telling me that my selected image is not supported</h3>
<ul>
<li>Digicam only supports "baseline" (not "progressive", or "interlaced") JPEGs. Here are some tips to make your photo compatible:</li>
<ul>
<li>Using Photoshop:</li>
<ul>
<li>Go to File > Export > Save for Web (Legacy)</li>
<li>Change the format to JPEG. Make sure to uncheck 'Progressive' and 'Optimized'.</li>
</ul>
</ul>
<ul>
<li>Using Paint.NET:</li>
<ul>
<li>Go to File -> Save As...</li>
<li>Change the 'Save as type' to JPEG, and save.</li>
<li>You do not need to change any options - Paint.NET does not support progressive JPEGs, and will save as baseline.</li>
</ul>
</ul>
</ul>
</div>

View file

@ -1,45 +0,0 @@
---
title: Digicam
layout: no-section
---
<div class="header header-logo">
<h1>Digicam Print Channel</h1>
<h2>Your photos, your way.</h2>
</div>
<div class="section">
## Digicam arranges your beautiful photos into a masterpiece
- Print your perfect shots directly from your Wii.
- Create your own design.
- Emailed directly to you.
## {{ site.info }}
### Are photos physically mailed to me?
- No! We use the email address you have registered via [Set Personal Data](/services/spd).
- Your photos are rendered on our server, and a ZIP file is emailed directly to you.
### Digicam is telling me that my address is within "Dallas, TX"
- This is the default address. Please change it via [Set Personal Data](/services/spd).
### I use Dolphin. My photos or Miis sometimes become black. What can I do?
- Within Dolphin's graphics settings, disable the setting "Store XFB Copies to Texture Only".
### Digicam is telling me that my selected image is not supported
- Digicam only supports "baseline" (not "progressive", or "interlaced") JPEGs. Here are some tips to make your photo compatible:
- Using Photoshop:
- Go to File > Export > Save for Web (Legacy)
- Change the format to JPEG. Make sure to uncheck 'Progressive' and 'Optimized'.
- Using Paint.NET:
- Go to File -> Save As...
- Change the 'Save as type' to JPEG, and save.
- You do not need to change any options - Paint.NET does not support progressive JPEGs, and will save as baseline.
</div>

56
services/food.html Normal file
View file

@ -0,0 +1,56 @@
---
title: Food Channel
layout: no-section
---
<div class="header header-logo">
<h1>Food Channel</h1>
<h2>To your house without moving a finger.</h2>
</div>
<div class="section">
<h2>Explore meals from the comfort of your time</h2>
<ul>
<li>Deliver your favorites directly from your Wii.</li>
<li>Order anything available.</li>
<li>Find something new you enjoy.</li>
<li>Secure.</li>
</ul>
<h2>{{ site.info }}</h2>
<h3>What do I do if I get error -1017 when installing?</h3>
<ul>
<li>This is a known issue with the patcher!</li>
<li>In the meantime, you will find a file titled <code>Demae.wad</code> on the root of your SD card. Use your favorite WAD manager to install!</li>
</ul>
<h3>What do I do if I get error -1022 when installing?</h3>
<ul>
<li>Using your favorite WAD manager, uninstall the Demae channel, and install again. For many, this means going to the location the Demae WAD is located, and pressing the <code>-</code> (minus) button on your Wii remote.</li>
</ul>
<h3>I'm getting an error message when adding food to my basket</h3>
<ul>
<li>Please try erasing save data for the Demae Channel, and setting it up again! Let us know in #demae-support if you continue to experience issues.</li>
</ul>
<h3>Will the Demae Channel order real food?</h3>
- Yes! Some current information:
- Support has been developed for Domino's in Canada, and Deliveroo in Europe.
- There are plans to expand more services over to Demae for other countries.
- If this ever changes throughout development, we will <strong>always</strong> have fake ordering, with restaurants curated from our team!
<h3>When Demae Channel releases, how will I pay for food?</h3>
<ul>
<li>The Demae Channel only supports <strong>pay-on-delivery</strong>, where you will have to pay in either cash or card, to the delivery driver. You cannot input your card details into the Demae Channel or Set Personal Data in any way.</li>
</ul>
<h3>Does WiiLink save my address when using Demae Channel?</h3>
<ul>
<li>No, we cannot see your address. The only time we ever receive it is when you place an order, where it is sent straight to the provider (e.g. Dominos), not us.</li>
</ul>
</div>

View file

@ -1,50 +0,0 @@
---
title: Food Channel
layout: no-section
---
<div class="header header-logo">
<h1>Food Channel</h1>
<h2>To your house without moving a finger.</h2>
</div>
<div class="section">
## Explore meals from the comfort of your time
- Deliver your favorites directly from your Wii.
- Order anything available.
- Find something new you enjoy.
- Secure.
## {{ site.info }}
### What do I do if I get error -1017 when installing?
- This is a known issue with the patcher!
- In the meantime, you will find a file titled `Demae.wad` on the root of your SD card. Use your favorite WAD manager to install!
### What do I do if I get error -1022 when installing?
- Using your favorite WAD manager, uninstall the Demae channel, and install again. For many, this means going to the location the Demae WAD is located, and pressing the `-` (minus) button on your Wii remote.
### I'm getting an error message when adding food to my basket
- Please try erasing save data for the Demae Channel, and setting it up again! Let us know in #demae-support if you continue to experience issues.
### Will the Demae Channel order real food?
- Yes! Some current information:
- Support has been developed for Domino's in Canada, and Deliveroo in Europe.
- There are plans to expand more services over to Demae for other countries.
- If this ever changes throughout development, we will **always** have fake ordering, with restaurants curated from our team!
### When Demae Channel releases, how will I pay for food?
- The Demae Channel only supports **pay-on-delivery**, where you will have to pay in either cash or card, to the delivery driver. You cannot input your card details into the Demae Channel or Set Personal Data in any way.
### Does WiiLink save my address when using Demae Channel?
- No, we cannot see your address. The only time we ever receive it is when you place an order, where it is sent straight to the provider (e.g. Dominos), not us.
</div>

30
services/s/kirby-tv.html Normal file
View file

@ -0,0 +1,30 @@
---
title: Kirby TV Channel
layout: no-section
---
<div class="header header-logo">
<h1>Kirby: Right Back At Ya</h1>
<h2>An old series, made new.</h2>
</div>
<div class="section">
<h2>Watch directly from your Wii</h2>
<ul>
<li>Enjoy Kirby in a whole new way.</li>
<li>Experience the Europe-only channel yourself.</li>
<li>Watch 50+ episodes of Kirby after closing.</li>
</ul>
<h2>{{ site.info }}</h2>
<h3>Kirby TV Channel freezes on the Now Showing page, what do I do?</h3>
<ul>
<li>If you find that the Kirby TV Channel is freezing when you get to the "Now Showing" screen, that's because all of the Kirby: Right Back At Ya' episodes have finished airing!</li>
<li>We are working on a rerun for the channel, so stay tuned for when we make an announcement about that in our <a href="{{ site.discord }}">Discord server</a> or on <a href="{{ site.twitter }}">Twitter</a>.</li>
</ul>
</div>

View file

@ -1,24 +0,0 @@
---
title: Kirby TV Channel
layout: no-section
---
<div class="header header-logo">
<h1>Kirby: Right Back At Ya</h1>
<h2>An old series, made new.</h2>
</div>
<div class="section">
## Watch directly from your Wii
- Enjoy Kirby in a whole new way.
- Experience the Europe only channel yourself.
- Watch 50+ episodes of Kirby after closing.
## {{ site.info }}
### Kirby TV Channel freezes on the Now Showing page, what do I do?
- If you find that the Kirby TV Channel is freezing when you get to the "Now Showing" screen, that's because all of the Kirby: Right Back At Ya' episodes have finished airing!
- We are working on a rerun for the channel, so stay tuned for when we make an announcement about that in our [Discord server]({{ site.discord }}) or on [Twitter]({{ site.twitter }}).
</div>

40
services/spd.html Normal file
View file

@ -0,0 +1,40 @@
---
title: Set Personal Data
layout: no-section
---
<div class="header header-logo">
<img src="/assets/services/set-personal-data.png" alt="Set Personal Data Logo">
<h2>All your personal info, safe and secure.</h2>
</div>
<div class="section">
<h2>Set Personal Data helps you use other services</h2>
<ul>
<li>Allow yourself to order food to your own home.</li>
<li>Keep your data secure with a personal PIN.</li>
<li>Customize other services to include your name.</li>
</ul>
<h2>{{ site.info }}</h2>
<h3>A channel is informing me I need to install Set Personal Data</h3>
<ul>
<li>Please follow <a href="{{ site.guide }}">our installation guide</a> to use the patcher. From there, you will be able to install the Set Personal Data channel.</li>
</ul>
<h3>What does this service do?</h3>
<ul>
<li>he original "Set Personal Data" channel does not work well on non-Japanese Wiis, so we made our own.</li>
<li>This allows you to set information such as your first/last name, and an email address.</li>
<li>Many other channels require it to be installed so that they can access address information.</li>
</ul>
<h3>Set Personal Data is telling me that my address is within "Dallas, TX"</h3>
<ul>
<li>This is the default address. You are welcome to update it to your own!</li>
</ul>
</div>

View file

@ -1,35 +0,0 @@
---
title: Set Personal Data
layout: no-section
---
<div class="header header-logo">
<img src="/assets/services/set-personal-data.png" alt="Set Personal Data Logo">
<h2>All your personal info, safe and secure.</h2>
</div>
<div class="section">
## Set Personal Data helps you use other services
- Allow yourself to order food to your own home.
- Keep your data secure with a personal PIN.
- Customize other services to include your name.
## {{ site.info }}
### A channel is informing me I need to install Set Personal Data
- Please follow [our installation guide]({{ site.guide }}) to use the patcher. From there, you will be able to install the Set Personal Data channel.
### What does this service do?
- The original "Set Personal Data" channel does not work well on non-Japanese Wiis, so we made our own.
- This allows you to set information such as your first/last name, and an email address.
- Many other channels require it to be installed so that they can access address information.
### Set Personal Data is telling me that my address is within "Dallas, TX"
- This is the default address. You are welcome to update it to your own!
</div>

17
services/tv-helper.html Normal file
View file

@ -0,0 +1,17 @@
---
title: TV no Tomo
layout: no-section
---
<div class="header header-logo">
<h1>TV no Tomo</h1>
<h2>The shows you want, right on your Wii.</h2>
</div>
<div class="section">
<h2>Explore a new way to discover shows, directly on your Wii.</h2>
<ul>
<li>View shows occuring around you.</li>
</ul>
</div>

View file

@ -1,14 +0,0 @@
---
title: TV no Tomo
layout: no-section
---
<div class="header header-logo">
<h1>TV no Tomo</h1>
<h2>The shows you want, right on your Wii.</h2>
</div>
<div class="section">
## Explore a new way to discover shows, directly on your Wii.
- View shows occuring around you.
</div>

66
services/wii-room.html Normal file
View file

@ -0,0 +1,66 @@
---
title: Wii Room
layout: no-section
---
<div class="header header-logo">
<img src="/assets/wii-room.png" alt="Wii Room Logo">
<h2>All the content you want, whenever you want it.</h2>
</div>
<div class="section">
<h2>Wii Room is an exciting new way to use your console</h2>
<ul>
<il>Interact with your Wii in a way never before seen.</il>
<il>View new content within the Homebrew community.</il>
<il>Watch videos and movies - or even a cooking guide.</il>
</ul>
<br>
<h2>{{ site.info }}</h2>
<h3>How can I install Wii Room?</h3>
<ul>
<il>It's simple! Visit <a href="{{ site.guide }}">our instructions on wii.guide</a> to get started.</il>
</ul>
<h3>Is there an ETA on the release of Wii Room?</h3>
<ul>
<il>We do not currently have an exact date. Progress on the development of Wii Room and other services can be checked within announcements on our <a href="{{ site.discord }}">Discord server</a> or <a href="{{ site.twitter }}">Twitter</a>!</il>
</ul>
<h3>Can I suggest videos to be put on Wii Room?</h3>
<ul>
<il>Because so many people would like to suggest videos for Wii Room, we currently restrict this ability to our <a href="{{ site.patreon }}">Patreon donators</a>.</il>
</ul>
<h3>When will new content be added?</h3>
<ul>
<il>We are currently working on new ways to more easily update content. Stay tuned!</il>
</ul>
<h3>Why can I not rent a movie in Wii Room?</h3>
<ul>
<il>You can't purchase yet because of technical issues, with the same going for the shop, however these are currently being researched and worked on. For now, you can watch Wii Room content by clicking the "Trailer" button on a video.</il>
</ul>
<h3>When will the Wii Room shop be functional?</h3>
<ul>
<il>We currently have no plans regarding this.</il>
</ul>
<h3>I have a PAL region console. Unfortunately, Wii Room freezes or crashes</h3>
<ul>
<il>Unfortunately, this is a known issue. We're aware of many crashes for PAL region consoles.</il>
<il>We continue to work on a solution for this, and thank you for your patience.</il>
</ul>
<h3>I keep running into an error code starting with `354`. What can I do?</h3>
<ul>
<il>Please join our <a href="{{ site.discord }}">Discord server</a> or message us on our <a href="{{ site.twitter }}">Twitter</a> account with more information. This error is server-side, so please let us know what happened for it to occur!</il>
</ul>
</div>

View file

@ -1,56 +0,0 @@
---
title: Wii Room
layout: no-section
---
<div class="header header-logo">
<img src="/assets/wii-room.png" alt="Wii Room Logo">
<h2>All the content you want, whenever you want it.</h2>
</div>
<div class="section">
## Wii Room is an exciting new way to use your console
- Interact with your Wii in a way never before seen.
- View new content within the Homebrew community.
- Watch videos and movies - or even a cooking guide.
<br>
## {{ site.info }}
### How can I install Wii Room?
- It's simple! Visit [our instructions on wii.guide]({{ site.guide }}) to get started.
### Is there an ETA on the release of Wii Room?
- We do not currently have an exact date. Progress on the development of Wii Room and other services can be checked within announcements on our [Discord server]({{ site.discord }}) or [Twitter]({{ site.twitter }})!
### Can I suggest videos to be put on Wii Room?
- Because so many people would like to suggest videos for Wii Room, we currently restrict this ability to our [Patreon donators]({{ site.patreon }}).
### When will new content be added?
- We are currently working on new ways to more easily update content. Stay tuned!
### Why can I not rent a movie in Wii Room?
- You can't purchase yet because of technical issues, with the same going for the shop, however these are currently being researched and worked on. For now, you can watch Wii Room content by clicking the "Trailer" button on a video.
### When will the Wii Room shop be functional?
- We currently have no plans regarding this.
### I have a PAL region console. Unfortunately, Wii Room freezes or crashes
- Unfortunately, this is a known issue. We're aware of many crashes for PAL region consoles.
- We continue to work on a solution for this, and thank you for your patience.
### I keep running into an error code starting with `354`. What can I do?
- Please join our [Discord server]({{ site.discord }}) or message us on our [Twitter]({{ site.twitter }}) account with more information. This error is server-side, so please let us know what happened for it to occur!
</div>