AvalonDocumentationEngine/views/articles/Welcome.ejs
MeowcaTheoRange 1b9904aa02 Whee
2023-01-05 14:58:03 -06:00

11 lines
No EOL
790 B
Text

<%- include("blocks/MessageBox.ejs", {
title: "Welcome!",
content: "Welcome to the " + allPages.wikiData.fullName + " development resource!"
}) %>
<h1><%- allPages.wikiData.fullName %></h1>
<p>The Avalon Wiki Engine (also known as AWE) is a free and open-source piece of software, that lets site administrators manage content in a simple format.</p>
<h2>About</h2>
<p>The Avalon Wiki Engine is a bit tacky, but it functions well, allowing end users to easily navigate content, with fancy tricks like searching - by name or by tags.</p>
<p>Formatting is based on individual EJS files - see <a href="https://ejs.co">ejs.co</a> for more info on EJS templating.</p>
<h2>Installation and Source</h2>
<p>An installation guide can be found at <a href="/wiki/Installation">Installation</a>.</p>