Add notice to the top of archived pages that this is an archive.
This commit is contained in:
parent
b33ea016d5
commit
5859ee0408
@ -1,4 +1,5 @@
|
|||||||
{{>header}}
|
{{>header}}
|
||||||
|
{{>forums_notice}}
|
||||||
{{#categories}}
|
{{#categories}}
|
||||||
<h2 class="category-name">{{name}}</h2>
|
<h2 class="category-name">{{name}}</h2>
|
||||||
{{>child_boards}}
|
{{>child_boards}}
|
||||||
|
9
templates/category.mustache
Normal file
9
templates/category.mustache
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
{{>header}}
|
||||||
|
{{>wiki_notice}}
|
||||||
|
<h2>{{title}}</h2>
|
||||||
|
<ul>
|
||||||
|
{{#pages}}
|
||||||
|
<li><a href="{{url}}">{{title}}</a></li>
|
||||||
|
{{/pages}}
|
||||||
|
</ul>
|
||||||
|
{{>footer}}
|
@ -1,5 +1,7 @@
|
|||||||
{{>header}}
|
{{>header}}
|
||||||
Welcome to the <b>Glitch City Laboratories Archives</b>.
|
Welcome to the <b>Glitch City Laboratories Archives</b>.
|
||||||
|
<p>Glitch City Laboratories was a Pokémon glitch website that existed from March 2006 to September 2020 (<a href="forums/board-2/thread-9114/page-0.html">announcement of closure</a>). This is an <b>archive</b> of content from the website prior to its closure.</p>
|
||||||
|
<p>Further development and discussion is happening at <a href="https://discord.com/invite/EA7jxJ6">Glitch City Research Institute</a>, the successor community.</p>
|
||||||
<h2>Archives</h2>
|
<h2>Archives</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="forums">Forums</a> (<a href="forums.tar.gz">.tar.gz</a>) (<a href="forums.sql.gz">.sql.gz</a>) (<a href="forums.sqlite.gz">.sqlite.gz</a>)</li>
|
<li><a href="forums">Forums</a> (<a href="forums.tar.gz">.tar.gz</a>) (<a href="forums.sql.gz">.sql.gz</a>) (<a href="forums.sqlite.gz">.sqlite.gz</a>)</li>
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
{{>header}}
|
{{>header}}
|
||||||
|
{{>wiki_notice}}
|
||||||
<h2>{{page.title}}</h2>
|
<h2>{{page.title}}</h2>
|
||||||
<article class="page">
|
<article class="page">
|
||||||
{{{text}}}
|
{{{text}}}
|
||||||
|
5
templates/partials/forums_notice.mustache
Normal file
5
templates/partials/forums_notice.mustache
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
<div class="notice">
|
||||||
|
<p>Glitch City Laboratories closed on 1 September 2020 (<a href="{{base}}board-2/thread-9114/page-0.html">announcement</a>). This is an <b>archived</b> copy of a thread from Glitch City Laboratories Forums.</p>
|
||||||
|
<p>You can join <a href="https://discord.com/invite/EA7jxJ6">Glitch City Research Institute</a> to ask questions or discuss current developments.</p>
|
||||||
|
<p>You may also download the archive of this forum in <a href="{{base}}../forums.tar.gz">.tar.gz</a>, <a href="{{base}}../forums.sql.gz">.sql.gz</a>, or <a href="{{base}}../forums.sqlite.gz">.sqlite.gz</a> formats.</p>
|
||||||
|
</div>
|
5
templates/partials/wiki_notice.mustache
Normal file
5
templates/partials/wiki_notice.mustache
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
<div class="notice">
|
||||||
|
<p>Glitch City Laboratories closed on 1 September 2020 (<a href="{{base}}../forums/board-2/thread-9114/page-0.html">announcement</a>). This is an <b>archived</b> copy of an article from Glitch City Laboratories wiki.</p>
|
||||||
|
<p>You can join <a href="https://discord.com/invite/EA7jxJ6">Glitch City Research Institute</a> to ask questions or discuss current developments.</p>
|
||||||
|
<p>You may also download the archive of the wiki in <a href="{{base}}../wiki.tar.gz">.tar.gz</a> or <a href="{{base}}../wiki.xml.gz">.xml.gz</a> formats.</p>
|
||||||
|
</div>
|
@ -1,4 +1,5 @@
|
|||||||
{{>header}}
|
{{>header}}
|
||||||
|
{{>forums_notice}}
|
||||||
<h2><a href="../">{{board.name}}</a></h2>
|
<h2><a href="../">{{board.name}}</a></h2>
|
||||||
<h3>{{thread.subject}} - Page {{next}}</h3>
|
<h3>{{thread.subject}} - Page {{next}}</h3>
|
||||||
{{>pagination}}
|
{{>pagination}}
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
{{>header}}
|
{{>header}}
|
||||||
|
{{>forums_notice}}
|
||||||
<h2>{{board.name}}</h2>
|
<h2>{{board.name}}</h2>
|
||||||
<table id="threads">
|
<table id="threads">
|
||||||
<tr>
|
<tr>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user