From 032e6d59b8d4e091111b7287292b4e26a23ebe20 Mon Sep 17 00:00:00 2001 From: Bryan Ashby Date: Tue, 5 Feb 2019 18:53:38 -0700 Subject: [PATCH] Doc updates --- docs/installation/installation-methods.md | 6 +++--- docs/messageareas/netmail.md | 9 +++------ docs/modding/menu-modules.md | 1 + 3 files changed, 7 insertions(+), 9 deletions(-) diff --git a/docs/installation/installation-methods.md b/docs/installation/installation-methods.md index bb55dcce..5d751ea0 100644 --- a/docs/installation/installation-methods.md +++ b/docs/installation/installation-methods.md @@ -8,9 +8,9 @@ things manually versus have it automated for you. | Method | Operating System Compatibility | Notes | |--------|--------------------------------|-------| -| [Installation Script](install-script) | Linux, BSD, OSX | Quick and easy installation under most Linux/UNIX like environments (Linux, BSD, OS X, ...) | -| [Docker Images](docker) | Linux, BSD, OSX, Windows | Easy upgrades, compatible with all operating systems, no dependencies to install | -| [Manual](manual) | Linux, Windows (probably others but untested! | If you like doing things manually, or are running Windows | +| [Installation Script](install-script.md) | Linux, BSD, OSX | Quick and easy installation under most Linux/UNIX like environments (Linux, BSD, OS X, ...) | +| [Docker Images](docker.md) | Linux, BSD, OSX, Windows | Easy upgrades, compatible with all operating systems, no dependencies to install | +| [Manual](manual.md) | Linux, Windows (probably others but untested! | If you like doing things manually, or are running Windows | ## Keeping Up To Date After installing, you'll want to [keep your system updated](/docs/admin/updating.md). \ No newline at end of file diff --git a/docs/messageareas/netmail.md b/docs/messageareas/netmail.md index 3e947e68..f43c2a4b 100644 --- a/docs/messageareas/netmail.md +++ b/docs/messageareas/netmail.md @@ -2,16 +2,13 @@ layout: page title: Netmail --- -ENiGMA support import and export of Netmail from the Private Mail area. `RiPuk @ 21:1/136` and -`RiPuk <21:1/136>` 'To' address formats are supported. +ENiGMA support import and export of Netmail from the Private Mail area. `RiPuk @ 21:1/136` and `RiPuk <21:1/136>` 'To' address formats are supported. ## Netmail Routing -A configuration block must be added to the `scannerTossers::ftn_bso` `config.hjson` section to tell the -ENiGMA½ tosser where to route netmail. +A configuration block must be added to the `scannerTossers::ftn_bso` `config.hjson` section to tell the ENiGMA½ tosser where to route NetMail. -The following configuration would tell ENiGMA½ to route all netmail addressed to 21:* through 21:1/100, -and all 46:* netmail through 46:1/100: +The following configuration would tell ENiGMA½ to route all netmail addressed to 21:* through 21:1/100, and all 46:* netmail through 46:1/100: ````hjson diff --git a/docs/modding/menu-modules.md b/docs/modding/menu-modules.md index 0ab67956..ea3ea4a7 100644 --- a/docs/modding/menu-modules.md +++ b/docs/modding/menu-modules.md @@ -6,6 +6,7 @@ title: Local Doors Menu entries found within `menu.hjson` are backed by *menu modules*. ## Creating a New Module +TODO ### Lifecycle TODO