This website requires JavaScript.
Explore
Help
Sign In
glitch-city-laboratories
/
epilogue
Watch
1
Star
0
Fork
0
You've already forked epilogue
Code
Issues
4
Releases
Wiki
Activity
Files
0e3f1274cc78fb58472855b3f2381b248c5c8b2e
epilogue
/
templates
/
page.mustache
6 lines
96 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Rudimentary support for building wiki archives. The content is dumped to html but the wikitext isn't parsed yet. mwparserfromhell is used for parsing wikitext but it has no support for rendering to HTML so we'll have to build it manually.
2020-08-11 10:44:06 -05:00
{{>header}}
<h2>{{page.title}}</h2>
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.
2020-08-17 01:51:09 -05:00
<article class="page">
{{{text}}}
Rudimentary support for building wiki archives. The content is dumped to html but the wikitext isn't parsed yet. mwparserfromhell is used for parsing wikitext but it has no support for rendering to HTML so we'll have to build it manually.
2020-08-11 10:44:06 -05:00
</article>
{{>footer}}
Reference in New Issue
Copy Permalink