From 39412d0be8b62a591b11f155e0659a73d6474b80 Mon Sep 17 00:00:00 2001 From: Spotlight Date: Fri, 16 Apr 2021 17:12:06 -0500 Subject: [PATCH] Convert to Jekyll This allows us to use templating and markdown. --- .gitignore | 5 ++ Gemfile | 15 +++++ Gemfile.lock | 78 ++++++++++++++++++++++++ _config.yml | 9 +++ _includes/footer.html | 22 +++++++ _includes/navbar.html | 19 ++++++ _layouts/default.html | 21 +++++++ donators.html | 101 ++++++++----------------------- index.html | 122 ++++++++++++-------------------------- news.html | 134 +++++++++++++----------------------------- services.html | 128 ++++++++++++---------------------------- wiiroom.html | 67 +++------------------ 12 files changed, 318 insertions(+), 403 deletions(-) create mode 100644 .gitignore create mode 100644 Gemfile create mode 100644 Gemfile.lock create mode 100644 _config.yml create mode 100644 _includes/footer.html create mode 100644 _includes/navbar.html create mode 100644 _layouts/default.html diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f40fbd8 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +_site +.sass-cache +.jekyll-cache +.jekyll-metadata +vendor diff --git a/Gemfile b/Gemfile new file mode 100644 index 0000000..c284f7d --- /dev/null +++ b/Gemfile @@ -0,0 +1,15 @@ +source "https://rubygems.org" + +gem "jekyll", "~> 4.2" + +# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem +# and associated library. +install_if -> { RUBY_PLATFORM =~ %r!mingw|mswin|java! } do + gem "tzinfo", "~> 1.2" + gem "tzinfo-data" +end + +# Performance-booster for watching directories on Windows +gem "wdm", "~> 0.1.1", :install_if => Gem.win_platform? + +gem "webrick", "~> 1.7" diff --git a/Gemfile.lock b/Gemfile.lock new file mode 100644 index 0000000..afc5746 --- /dev/null +++ b/Gemfile.lock @@ -0,0 +1,78 @@ +GEM + remote: https://rubygems.org/ + specs: + addressable (2.7.0) + public_suffix (>= 2.0.2, < 5.0) + colorator (1.1.0) + concurrent-ruby (1.1.8) + em-websocket (0.5.2) + eventmachine (>= 0.12.9) + http_parser.rb (~> 0.6.0) + eventmachine (1.2.7) + ffi (1.15.0) + forwardable-extended (2.6.0) + http_parser.rb (0.6.0) + i18n (1.8.10) + concurrent-ruby (~> 1.0) + jekyll (4.2.0) + addressable (~> 2.4) + colorator (~> 1.0) + em-websocket (~> 0.5) + i18n (~> 1.0) + jekyll-sass-converter (~> 2.0) + jekyll-watch (~> 2.0) + kramdown (~> 2.3) + kramdown-parser-gfm (~> 1.0) + liquid (~> 4.0) + mercenary (~> 0.4.0) + pathutil (~> 0.9) + rouge (~> 3.0) + safe_yaml (~> 1.0) + terminal-table (~> 2.0) + jekyll-sass-converter (2.1.0) + sassc (> 2.0.1, < 3.0) + jekyll-watch (2.2.1) + listen (~> 3.0) + kramdown (2.3.1) + rexml + kramdown-parser-gfm (1.1.0) + kramdown (~> 2.0) + liquid (4.0.3) + listen (3.5.1) + rb-fsevent (~> 0.10, >= 0.10.3) + rb-inotify (~> 0.9, >= 0.9.10) + mercenary (0.4.0) + pathutil (0.16.2) + forwardable-extended (~> 2.6) + public_suffix (4.0.6) + rb-fsevent (0.10.4) + rb-inotify (0.10.1) + ffi (~> 1.0) + rexml (3.2.5) + rouge (3.26.0) + safe_yaml (1.0.5) + sassc (2.4.0) + ffi (~> 1.9) + terminal-table (2.0.0) + unicode-display_width (~> 1.1, >= 1.1.1) + thread_safe (0.3.6) + tzinfo (1.2.9) + thread_safe (~> 0.1) + tzinfo-data (1.2021.1) + tzinfo (>= 1.0.0) + unicode-display_width (1.7.0) + wdm (0.1.1) + webrick (1.7.0) + +PLATFORMS + arm64-darwin-20 + +DEPENDENCIES + jekyll (~> 4.2) + tzinfo (~> 1.2) + tzinfo-data + wdm (~> 0.1.1) + webrick (~> 1.7) + +BUNDLED WITH + 2.2.15 diff --git a/_config.yml b/_config.yml new file mode 100644 index 0000000..2683c52 --- /dev/null +++ b/_config.yml @@ -0,0 +1,9 @@ +# Make all rendered pages use the default theme by default. +# Additionally, let scripts be defined but empty. +defaults: + - + scope: + path: "" + values: + layout: "default" + scripts: diff --git a/_includes/footer.html b/_includes/footer.html new file mode 100644 index 0000000..5cc8eec --- /dev/null +++ b/_includes/footer.html @@ -0,0 +1,22 @@ + diff --git a/_includes/navbar.html b/_includes/navbar.html new file mode 100644 index 0000000..529d40c --- /dev/null +++ b/_includes/navbar.html @@ -0,0 +1,19 @@ + + + diff --git a/_layouts/default.html b/_layouts/default.html new file mode 100644 index 0000000..a29cfd5 --- /dev/null +++ b/_layouts/default.html @@ -0,0 +1,21 @@ + + + + + {{ page.title }} — WiiLink24 + + + + + + + + + {% include navbar.html %} +
+ {{ content }} +
+ + {% include footer.html %} + + diff --git a/donators.html b/donators.html index 76291af..d409c0f 100644 --- a/donators.html +++ b/donators.html @@ -1,77 +1,24 @@ - - - - - Donators — WiiLink24 - - - - - - - -
-
-

Donators

-

We thank all of our donators, who will ensure that WiiLink24 will thrive for years to come.

- - - - - - - - - - - - - - - - -
Thank you!
Jed360
DylanWasHere64
nota
Cosm0s
-
-
-
- - - - +--- +title: Donators +--- +
+

Donators

+

We thank all of our donators, who will ensure that WiiLink24 will thrive for years to come.

+ + + + + + + + + + + + + + + + +
Thank you!
Jed360
DylanWasHere64
nota
Cosm0s
+
diff --git a/index.html b/index.html index 70c2b60..0c1fb69 100644 --- a/index.html +++ b/index.html @@ -1,85 +1,37 @@ - - - - Home — WiiLink24 - - - - - - - - -
-
-

WiiLink24 is a new online service for the Wii. Along with it, it brings some of the most highly requested channels back online — the channels released only in Japan!

-
    -
  • Go online with Wii Room, the revival of Wii no Ma that's been one of the most requested things in the scene for years
  • -
  • Use it alongside Wii Room Go, the DSi companion app (coming soon)
  • -
  • More features will be added to the service as time progresses
  • -
-
-
-

FAQ

-

Why should I use WiiLink24?

-
    -
  • You won't find another service like WiiLink24! WiiLink24 strives to bring back the Japanese exclusive Wii channels that were shut down many years ago. Namely Wii no Ma, Demae Channel, and Digicam Print Channel. With this service you can bring more life into your Nintendo Wii and use exclusive channels that you most likely haven't experienced yet.
  • -
-
-

Why does WiiLink24 exist?

-
    -
  • Without a replacement service for these Japanese 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 WiiLink24 legal?

-
    -
  • Absolutely! Our server development is completely clean of all copyrighted code and material. All code is written from the ground up. You will have no legal trouble from using our service.
  • -
-
-
-

Promotional Video

-
- -
-
- - - - +--- +title: Home +--- + +
+

WiiLink24 is a new online service for the Wii. Along with it comes some of the most highly requested channels back online — channels released only in Japan!

+
    +
  • Go online with Wii Room, the revival of Wii no Ma that's been one of the most requested things in the scene for years
  • +
  • Use it alongside Wii Room Go, the DSi companion app (coming soon!)
  • +
  • Features are in rapid development, and will be released as time progresses
  • +
+
+ +
+

FAQ

+

Why should I use WiiLink24?

+
    +
  • You won't find another service like WiiLink24! WiiLink24 strives to bring back the Japanese exclusive Wii channels that were shut down many years ago. Namely Wii no Ma, Demae Channel, and Digicam Print Channel. With this service you can bring more life into your Nintendo Wii and use exclusive channels that you most likely haven't experienced yet.
  • +
+
+

Why does WiiLink24 exist?

+
    +
  • Without a replacement service for these Japanese 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 WiiLink24 legal?

+
    +
  • Absolutely! Our server development is completely clean of all copyrighted code and material. All code is written from the ground up. You will have no legal trouble from using our service.
  • +
+
+ +
+

Promotional Video

+
+ +
+
diff --git a/news.html b/news.html index 64c9d0d..6439383 100644 --- a/news.html +++ b/news.html @@ -1,92 +1,42 @@ - - - - News — WiiLink24 - - - - - - - -
-
-

News

-

April 1st, 2021

-

An update to yesterday's update...

-
    -
  • Yes, the Wii Fit Body Check Channel was unfortunately a rickroll. April Fools! - However, we do have something good and legitimate to announce this lovely April 1st. After seeing how legitimately interested people were in the Wii Fit Body Check Channel and how excited people were for its release, we gained a real interest in bringing it back. As such, we are excited to announce that as of today, the Wii Fit Body Check Channel is officially in development!
  • -
-

We are all genuinely sorry for this and, as you can see, are now working on it. Thanks for reading and sorry for getting your hopes up.

-

— Oscie

-

March 31st, 2021

-

A brief (but large) WiiLink update!

-
    -
  • Digicam Print Channel is in private beta and is soon to release. - Testers have been going at it finding bugs, and also PPCHalts, as always :D.
  • -
  • Demae Channel update - As you may know, there used to be a channel exclusively in Japan that let you order food from your Wii. While ours may not allow you to order real food, you can still emulate the experience, with dummy ordering. The translation is going well, and the servers are going better, with new findings almost each week!
  • -
  • Wii Fit Body Check Channel - As you may have noticed, on the services page, The "Wii Fit Body Check channel" will release on April 1st. Bascially what it allowed you to do was use the Wii Fit game to do some body tests, and it would send it straight to your doctors office. While it wont work with us, you will get an email with the results, which is still amazing! Spotlight and Sketch have been working tirelessly for the last few days working on this, so dont forget to thank them!
  • -
-

Thanks for reading my first news update, it's been a while since one so I hope this cleared alot up!

-

— Oscie

-

December 14th, 2020

-

We're back with more news today! Here's the latest on everything WiiLink24:

-
    -
  • The site has gotten a bit of a makeover! Rather than have one page for everything, there are now individual pages for the services. This way, we can have screenshots and more detailed info about each service.
  • -
  • The Public Beta is OUT! Wii Room is now available to all in the form of a beta. This means that not everything is present as of now but we'll add more features in the future. To get it, check out the Guide!
  • -
  • Thanks to everyone who was part of the launch event on the 5th! We had an awesome time in our Discord!
  • -
-

Thanks for reading, see you next time for another news report!

-

— Mint

-

December 3rd, 2020

-

Welcome to the first news issue for WiiLink24! I'll be making news reports here every so often to tell you about what's going on at WL24. Here's what you need to know:

-
    -
  • Wii Room Public Beta - Starting this Saturday, we'll be opening up Wii Room as an open beta. This means that some things won't be fully finished but it'll be open for everyone to use. We'll be streaming on our YouTube channel on Saturday to commemorate this occasion, so be sure to join us then! Check it right here! We currently do not have anything to announce at this time regarding Dokodemo Wii no Ma/Wii Room Go, but we'll update the site with new info when we do.
  • -
  • Mascot - In case you haven't been following our Twitter, we're here to say that we have a mascot - Digi! He'll be used throughout promotional material, and we have emojis of him in our Discord. He also has a Twitter of his own, which you can see right here.
  • -
  • Ask us stuff! If you're in our Discord, we have a new channel called #wl24-ama, where you can ask us questions about the service. Don't be afraid to ask anything!
  • -
-

Thanks for reading today's news update! Check back later for more news about the service.

-

— Mint

-
-
- - - - +--- +title: News +--- + +
+

News

+

April 1st, 2021

+

An update to yesterday's update...

+
    +
  • Yes, the Wii Fit Body Check Channel was unfortunately a rickroll. April Fools! + However, we do have something good and legitimate to announce this lovely April 1st. After seeing how legitimately interested people were in the Wii Fit Body Check Channel and how excited people were for its release, we gained a real interest in bringing it back. As such, we are excited to announce that as of today, the Wii Fit Body Check Channel is officially in development!
  • +
+

We are all genuinely sorry for this and, as you can see, are now working on it. Thanks for reading and sorry for getting your hopes up.

+

— Oscie

+

March 31st, 2021

+

A brief (but large) WiiLink update!

+
    +
  • Digicam Print Channel is in private beta and is soon to release. - Testers have been going at it finding bugs, and also PPCHalts, as always :D.
  • +
  • Demae Channel update - As you may know, there used to be a channel exclusively in Japan that let you order food from your Wii. While ours may not allow you to order real food, you can still emulate the experience, with dummy ordering. The translation is going well, and the servers are going better, with new findings almost each week!
  • +
  • Wii Fit Body Check Channel - As you may have noticed, on the services page, The "Wii Fit Body Check channel" will release on April 1st. Bascially what it allowed you to do was use the Wii Fit game to do some body tests, and it would send it straight to your doctors office. While it wont work with us, you will get an email with the results, which is still amazing! Spotlight and Sketch have been working tirelessly for the last few days working on this, so dont forget to thank them!
  • +
+

Thanks for reading my first news update, it's been a while since one so I hope this cleared alot up!

+

— Oscie

+

December 14th, 2020

+

We're back with more news today! Here's the latest on everything WiiLink24:

+
    +
  • The site has gotten a bit of a makeover! Rather than have one page for everything, there are now individual pages for the services. This way, we can have screenshots and more detailed info about each service.
  • +
  • The Public Beta is OUT! Wii Room is now available to all in the form of a beta. This means that not everything is present as of now but we'll add more features in the future. To get it, check out the Guide!
  • +
  • Thanks to everyone who was part of the launch event on the 5th! We had an awesome time in our Discord!
  • +
+

Thanks for reading, see you next time for another news report!

+

— Mint

+

December 3rd, 2020

+

Welcome to the first news issue for WiiLink24! I'll be making news reports here every so often to tell you about what's going on at WL24. Here's what you need to know:

+
    +
  • Wii Room Public Beta - Starting this Saturday, we'll be opening up Wii Room as an open beta. This means that some things won't be fully finished but it'll be open for everyone to use. We'll be streaming on our YouTube channel on Saturday to commemorate this occasion, so be sure to join us then! Check it right here! We currently do not have anything to announce at this time regarding Dokodemo Wii no Ma/Wii Room Go, but we'll update the site with new info when we do.
  • +
  • Mascot - In case you haven't been following our Twitter, we're here to say that we have a mascot - Digi! He'll be used throughout promotional material, and we have emojis of him in our Discord. He also has a Twitter of his own, which you can see right here.
  • +
  • Ask us stuff! If you're in our Discord, we have a new channel called #wl24-ama, where you can ask us questions about the service. Don't be afraid to ask anything!
  • +
+

Thanks for reading today's news update! Check back later for more news about the service.

+

— Mint

+
diff --git a/services.html b/services.html index 650b872..79bb324 100644 --- a/services.html +++ b/services.html @@ -1,90 +1,38 @@ - - - - Services — WiiLink24 - - - - - - - -
-
-

Services

-

These are the services that we (either now or in the future) maintain and their current state in development

- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
ServiceStatus
Wii Fit Body Check Channel In Development - -
Wii Room Public Beta
Wii Room GO No Progress
Demae Channel In Development
Digicam Print Channel Closed Beta
TV no Tomo Channel No Progress
-
-
-
- - - - +--- +title: Services +--- + +
+

Services

+

These are the services that we (either now or in the future) maintain and their current state in development.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ServiceStatus
Wii Fit Body Check Channel In Development
Wii Room Public Beta
Wii Room GO No Progress
Demae Channel In Development
Digicam Print Channel Closed Beta
TV no Tomo Channel No Progress
+
diff --git a/wiiroom.html b/wiiroom.html index 2fd674a..ee8bedf 100644 --- a/wiiroom.html +++ b/wiiroom.html @@ -1,59 +1,8 @@ - - - - Wii Room — WiiLink24 - - - - - - -