mirror of
https://github.com/rvtr/rmc_website.git
synced 2025-06-18 18:25:31 -04:00
Add redirects for dead pages on google
This commit is contained in:
parent
e5a3948a3f
commit
89677e6c1a
1
Gemfile
1
Gemfile
@ -10,6 +10,7 @@ group :jekyll_plugins do
|
||||
gem 'jekyll-sitemap'
|
||||
gem 'jekyll-feed'
|
||||
gem 'jekyll-seo-tag'
|
||||
gem 'jekyll-redirect-from'
|
||||
end
|
||||
|
||||
gem "webrick", "~> 1.7"
|
||||
|
@ -35,6 +35,8 @@ GEM
|
||||
webrick (~> 1.7)
|
||||
jekyll-feed (0.17.0)
|
||||
jekyll (>= 3.7, < 5.0)
|
||||
jekyll-redirect-from (0.16.0)
|
||||
jekyll (>= 3.3, < 5.0)
|
||||
jekyll-sass-converter (3.0.0)
|
||||
sass-embedded (~> 1.54)
|
||||
jekyll-seo-tag (2.8.0)
|
||||
@ -79,6 +81,7 @@ PLATFORMS
|
||||
DEPENDENCIES
|
||||
jekyll (~> 4.2)
|
||||
jekyll-feed
|
||||
jekyll-redirect-from
|
||||
jekyll-seo-tag
|
||||
jekyll-sitemap
|
||||
webrick (~> 1.7)
|
||||
|
@ -10,5 +10,6 @@ plugins:
|
||||
- jekyll-feed
|
||||
- jekyll-sitemap
|
||||
- jekyll-seo-tag
|
||||
- jekyll-redirect-from
|
||||
feed:
|
||||
posts_limit: 20
|
3
dsidev/dsishop/startup.html
Executable file
3
dsidev/dsishop/startup.html
Executable file
@ -0,0 +1,3 @@
|
||||
---
|
||||
redirect_to: https://shop.randommeaninglesscharacters.com/
|
||||
---
|
@ -1,16 +0,0 @@
|
||||
---
|
||||
title: Index
|
||||
layout: dsiware
|
||||
---
|
||||
<p style="visibility: hidden;">paddingpaddingpaddingwhydoIneedpaddingwhydidImakethis siteIamsodumb</p>
|
||||
<p>
|
||||
Oops! This page moved to <a href='/'>here</a>, but we'll redirect you. :)<br>
|
||||
</p>
|
||||
<script type="text/javascript">
|
||||
function Redirect()
|
||||
{
|
||||
window.location="/";
|
||||
}
|
||||
document.write("");
|
||||
setTimeout('Redirect()', 3000);
|
||||
</script>
|
@ -1,6 +1,7 @@
|
||||
---
|
||||
layout: devinfo
|
||||
app: Nitro_EVA
|
||||
redirect_from: /dsidev/nitroeva.html
|
||||
---
|
||||
Nitro EVA, commonly known at NTR Aging, is a program to test and diagnose issues with DS consoles right off the assembly line. Nitro EVA has been used to test 3 generations of DS consoles (DS phat, DS lite, 3DS), with some small modifications between each version. The following is a list of each dumped version along with the console it was made for:<br>
|
||||
<code> - v1.0, v5.1, v6.0</code> (used to test the DS phat)<br>
|
||||
|
@ -1,6 +1,7 @@
|
||||
---
|
||||
layout: devinfo
|
||||
app: TWL_EVA
|
||||
redirect_from: /dsidev/twleva.html
|
||||
---
|
||||
TWL EVA is a program used for quality control on DSi consoles right off the assembly line, and possibly to test them for repairing as well (thought because TWL EVA makes references to a "repair" mode).
|
||||
<h2>Test list</h2>
|
||||
|
@ -1,6 +1,7 @@
|
||||
---
|
||||
title: Index
|
||||
layout: dsiware
|
||||
redirect_from: /dsidev/index.html
|
||||
---
|
||||
<marquee class="scroller"><code style="font-size:40px;" scrollamount="10">Greetings to ufo, lasscat, togemet2, Rolfie, HudU, xp, Haifisch, MaxiBash, NinjaCheetah, DamiDoop, scalr, pancake, and collection_nintendo! Thanks to everyone across the web who has dumped, mirrored, or documented these programs. This entire website was designed and created by me, and me alone (unless you count stack overflow). Sure, it's barely working, but at least it looks nicer and has more information than any other public sites. Y'all need to remember that there's more than just TwlNmenu and NandFiler. Also just include damn links! These programs don't do any good when you can't download and use them. Oh well, at least I've fixed that now... unless you're on my GBAtemp branch. Sorry for the stripped down site. I don't have much of a choice with silly terms of service and DMCA stuff.</code></marquee>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user