README.markdown @ bcc1fdf7aa10

Add GPLv3 license
author Steve Losh <steve@stevelosh.com>
date Tue, 05 Mar 2024 11:32:52 -0500
parents 8880bc047a85
children 1af33b2f2616
# mw

`mw` stands for any/all of the following:

* My Wiki
* Mini Wiki
* Make Wiki
* Markdown Wiki

## Design

Wiki pages are vanilla Markdown files, because writing in any other format is
awful and version control is good.  Metadata will be a single Lisp list at the
beginning of the file, read with `safe-read`.

Linking can be special-cased because it's so common.

The output will be static, vanilla HTML files that can be served with anything.
No Javascript required.