tildemush-docs/tildemush-handbook.md

72 lines
2.0 KiB
Markdown
Raw Normal View History

# tildemush handbook
This handbook will serve as a reference for [tilde.town](https://tilde.town)'s tildemush virtual community. It is
intended for new and experienced users. This handbook will provide an
introduction to tildemush, understanding the interface, using
tildemush, and the WITCH scripting language.
2020-01-07 22:24:28 +00:00
<!-- markdown-toc start - Don't edit this section. Run M-x markdown-toc-refresh-toc -->
**Table of Contents**
- [tildemush handbook](#tildemush-handbook)
- [Quick start](#quick-start)
- [What is tildemush?](#what-is-tildemush)
- [Description](#description)
- [Background](#background)
- [Getting started](#getting-started)
2020-01-07 22:24:28 +00:00
- [Conventions used in this handbook](#conventions-used-in-this-handbook)
- [Requirements](#requirements)
- [Platforms](#platforms)
- [Software](#software)
- [Starting tildemush](#starting-tildemush)
- [Understanding the interface](#understanding-the-interface)
- [Using tildemush](#using-tildemush)
- [Scripting with WITCH](#scripting-with-witch)
- [More information](#more-information)
2020-01-07 22:24:28 +00:00
<!-- markdown-toc end -->
# Quick start
2020-01-07 22:24:28 +00:00
This section is for people who are comfortable with what they know
about tildemush, but need a few commands to get them started.
1. `ssh` into [tilde.town](https://tilde.town)
2. Run `tmclient`
3. Use the `up-arrow`, `down-arrow`, and `enter-key` to login or register
# What is tildemush?
2020-01-07 22:24:28 +00:00
## Description
2020-01-07 22:24:28 +00:00
## Background
# Getting started
## Conventions used in this handbook
2020-01-07 22:24:28 +00:00
2020-01-07 23:07:48 +00:00
* **Note ++** - Notes signify additional information
* **Tip ->** - Tips signify an alternate procedure for completing a step
* **Caution !!** - Cautions signify that damage may occur
* *Example* - Examples provide a visual reference of how a procedure would be performed
* `Inline code` - Inline code signifies package names, filenames, commands, and keyboard keys
2020-01-07 23:08:27 +00:00
* ```Code block - Code blocks signify file contents, or an interface element```
2020-01-07 22:24:28 +00:00
## Requirements
### Platforms
### Software
2020-01-07 22:49:41 +00:00
## Starting tildemush
# Understanding the interface
# Using tildemush
# Scripting with WITCH
# More information