Implement rudimentary wikitext renderer and buff deploy_archives script to be able to deploy the wiki archive, as well as sql/sqlite/xml data dumps.

This commit is contained in:
2020-08-17 01:51:09 -05:00
parent 0b1320a9da
commit 54fa852897
7 changed files with 121 additions and 31 deletions

View File

@@ -2,7 +2,7 @@
Welcome to the <b>Glitch City Laboratories Archives</b>.
<h2>Archives</h2>
<ul>
<li><a href="forums">Forums</a> (<a href="forums.tar.gz">.tar.gz</a>)</li>
<li><a href="wiki">Wiki</a> (<a href="wiki.tar.gz">.tar.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>
<li><a href="wiki">Wiki</a> (<a href="wiki.tar.gz">.tar.gz</a>) (<a href="wiki.xml.gz">.xml.gz</a>)</li>
</ul>
{{>footer}}

View File

@@ -1,6 +1,6 @@
{{>header}}
<h2>{{page.title}}</h2>
<article>
{{text}}
<article class="page">
{{{text}}}
</article>
{{>footer}}