AvalonDocumentationEngine/views/articles/Welcome.ejs

11 lines
790 B
Text
Raw Normal View History

2023-01-05 04:18:04 +00:00
<%- include("blocks/MessageBox.ejs", {
title: "Welcome!",
2023-01-05 20:58:03 +00:00
content: "Welcome to the " + allPages.wikiData.fullName + " development resource!"
2023-01-05 04:18:04 +00:00
}) %>
2023-01-05 20:58:03 +00:00
<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>
2023-01-05 04:18:04 +00:00
<h2>About</h2>
2023-01-05 20:58:03 +00:00
<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>