TMW policies mirror "as is"

Jesusaves 52bf347f1e Add a disclaimer that if a GM conducts a botcheck and you fail at following their vor 3 Jahren
.vscode a0b124bc80 [ci skip] add vscode and gitpod integration vor 3 Jahren
policies 52bf347f1e Add a disclaimer that if a GM conducts a botcheck and you fail at following their vor 3 Jahren
src 66a8771528 [ci skip] improve path aliasing vor 3 Jahren
.editorconfig 54563d39dd [ci skip] add editorconfig and fix misc formatting vor 4 Jahren
.gitignore 378c608539 first draft vor 4 Jahren
.gitpod.yml a0b124bc80 [ci skip] add vscode and gitpod integration vor 3 Jahren
LICENSE 378c608539 first draft vor 4 Jahren
Makefile 54563d39dd [ci skip] add editorconfig and fix misc formatting vor 4 Jahren
README.md a0b124bc80 [ci skip] add vscode and gitpod integration vor 3 Jahren

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