TMW policies mirror "as is"

Jesusaves 80b05e664e Prsm also applies ban due to racist nicknames, make that explicit on ToS il y a 2 ans
.vscode a0b124bc80 [ci skip] add vscode and gitpod integration il y a 3 ans
policies 80b05e664e Prsm also applies ban due to racist nicknames, make that explicit on ToS il y a 2 ans
src 66a8771528 [ci skip] improve path aliasing il y a 3 ans
.editorconfig 54563d39dd [ci skip] add editorconfig and fix misc formatting il y a 4 ans
.gitignore 378c608539 first draft il y a 4 ans
.gitpod.yml a0b124bc80 [ci skip] add vscode and gitpod integration il y a 3 ans
LICENSE 378c608539 first draft il y a 4 ans
Makefile 54563d39dd [ci skip] add editorconfig and fix misc formatting il y a 4 ans
README.md a0b124bc80 [ci skip] add vscode and gitpod integration il y a 3 ans

README.md

The Mana World Policies

Contains the legal documents and policies observed by The Mana World.

Policy files

Policy files are are located in the policies directory. Currently, only Markdown is supported for policy files.

Front Matter

The Front Matter is a YAML document that defines the properties of the policy.

Required properties

  • name: the full name of the policy
  • description: a short summary of the policy

Optional properties

  • aliases: an array of path aliases (redirects)
  • ignore: prevents the policy file from being processed
  • autoupdate: bindings for Policybot

Example

---
name: Policy Name
description: A short summary
aliases: [foo, bar]

autoupdate:
  forums: {forum: 1, topic: 69, post: 420}
  wiki: Protected_Wiki_Page
---

# title
content



Generating the static site

Dependencies

  • GNU Make (available in the repos of most linux distros)
  • Deno 1.x (can be installed with make deno)
make build

Instant prototyping Gitpod ready-to-code

Click the badge to launch a pre-configured online IDE