Logo
Explore Help
Sign In
glitch-city-laboratories/epilogue
1
0
Fork 0
You've already forked epilogue
Code Issues 4 Releases Wiki Activity
Files
7157757d4377caa872b5e2d5e5d5646d70c12af1
epilogue/templates/page.mustache

7 lines
113 B
Plaintext
Raw Normal View History

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}}
Add notice to the top of archived pages that this is an archive.
2020-09-03 03:34:22 -05:00
{{>wiki_notice}}
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
<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
Powered by Gitea Version: 1.24.5 Page: 488ms Template: 20ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API