Skip to content

Commit

Permalink
Make IIDX .html names consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
mon committed May 26, 2024
1 parent 1c991f7 commit 229eb9e
Show file tree
Hide file tree
Showing 15 changed files with 32 additions and 18 deletions.
24 changes: 19 additions & 5 deletions .htaccess
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Over time, some patchers have changed path due to reorganisation and cleanup.
# This avoids link rot on mon's server by redirecting the old paths to the new ones

Redirect permanent "/bemanipatcher/chuninewplus.html" "/bemanipatcher/chusannewplus.html"
Redirect permanent "/bemanipatcher/resort_anthem.html" "/bemanipatcher/resortanthem.html"
# Over time, some patchers have changed path due to reorganisation and cleanup.
# This avoids link rot on mon's server by redirecting the old paths to the new ones

Redirect permanent "/bemanipatcher/chuninewplus.html" "/bemanipatcher/chusannewplus.html"

Redirect permanent "/bemanipatcher/resort_anthem.html" "/bemanipatcher/iidx18resortanthem.html"
Redirect permanent "/bemanipatcher/resortanthem.html" "/bemanipatcher/iidx18resortanthem.html"
Redirect permanent "/bemanipatcher/lincle.html" "/bemanipatcher/iidx19lincle.html"
Redirect permanent "/bemanipatcher/tricoro.html" "/bemanipatcher/iidx20tricoro.html"
Redirect permanent "/bemanipatcher/spada.html" "/bemanipatcher/iidx21spada.html"
Redirect permanent "/bemanipatcher/pendual.html" "/bemanipatcher/iidx22pendual.html"
Redirect permanent "/bemanipatcher/copula.html" "/bemanipatcher/iidx23copula.html"
Redirect permanent "/bemanipatcher/sinobuz.html" "/bemanipatcher/iidx24sinobuz.html"
Redirect permanent "/bemanipatcher/ballerz.html" "/bemanipatcher/iidx25ballerz.html"
Redirect permanent "/bemanipatcher/rootage.html" "/bemanipatcher/iidx26rootage.html"
Redirect permanent "/bemanipatcher/heroicverse.html" "/bemanipatcher/iidx27heroicverse.html"
Redirect permanent "/bemanipatcher/bistrover.html" "/bemanipatcher/iidx28bistrover.html"
Redirect permanent "/bemanipatcher/casthour.html" "/bemanipatcher/iidx29casthour.html"
Redirect permanent "/bemanipatcher/resident.html" "/bemanipatcher/iidx30resident.html"
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
26 changes: 13 additions & 13 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -123,55 +123,55 @@ <h1>Pick a game!</h1>
</label>
<input type="checkbox" id="check_iidx" class="sectionToggle"/>
<div class="subsection">
<a href="resortanthem.html" class="gameicon">
<a href="iidx18resortanthem.html" class="gameicon">
<img src="img/iidx/18resortanthem.png">
<div>beatmania IIDX 18 Resort Anthem</div>
</a>
<a href="lincle.html" class="gameicon">
<a href="iidx19lincle.html" class="gameicon">
<img src="img/iidx/19lincle.png">
<div>beatmania IIDX 19 Lincle</div>
</a>
<a href="tricoro.html" class="gameicon">
<a href="iidx20tricoro.html" class="gameicon">
<img src="img/iidx/20tricoro.png">
<div>beatmania IIDX 20 tricoro</div>
</a>
<a href="spada.html" class="gameicon">
<a href="iidx21spada.html" class="gameicon">
<img src="img/iidx/21spada.png">
<div>beatmania IIDX 21 SPADA</div>
</a>
<a href="pendual.html" class="gameicon">
<a href="iidx22pendual.html" class="gameicon">
<img src="img/iidx/22pendual.png">
<div>beatmania IIDX 22 PENDUAL</div>
</a>
<a href="copula.html" class="gameicon">
<a href="iidx23copula.html" class="gameicon">
<img src="img/iidx/23copula.png">
<div>beatmania IIDX 23 copula</div>
</a>
<a href="sinobuz.html" class="gameicon">
<a href="iidx24sinobuz.html" class="gameicon">
<img src="img/iidx/24sinobuz.png">
<div>beatmania IIDX 24 SINOBUZ</div>
</a>
<a href="ballerz.html" class="gameicon">
<a href="iidx25ballerz.html" class="gameicon">
<img src="img/iidx/25ballerz.png">
<div>beatmania IIDX 25 CANNON BALLERS</div>
</a>
<a href="rootage.html" class="gameicon">
<a href="iidx26rootage.html" class="gameicon">
<img src="img/iidx/26rootage.png">
<div>beatmania IIDX 26 Rootage</div>
</a>
<a href="heroicverse.html" class="gameicon">
<a href="iidx27heroicverse.html" class="gameicon">
<img src="img/iidx/27heroicverse.png">
<div>beatmania IIDX 27 HEROIC VERSE</div>
</a>
<a href="bistrover.html" class="gameicon">
<a href="iidx28bistrover.html" class="gameicon">
<img src="img/iidx/28bistrover.png">
<div>beatmania IIDX 28 BISTROVER</div>
</a>
<a href="casthour.html" class="gameicon">
<a href="iidx29casthour.html" class="gameicon">
<img src="img/iidx/29casthour.png">
<div>beatmania IIDX 29 CastHour</div>
</a>
<a href="resident.html" class="gameicon">
<a href="iidx30resident.html" class="gameicon">
<img src="img/iidx/30resident.png">
<div>beatmania IIDX 30 Resident</div>
</a>
Expand Down

0 comments on commit 229eb9e

Please sign in to comment.