26 lines
637 B
Markdown
26 lines
637 B
Markdown
# ANSI/VT100 text renderer for DokuWiki
|
|
|
|
Renders page as text with ANSI escape codes. Perfect for viewing in a terminal with an utility such as curl.
|
|
|
|
## Install
|
|
|
|
Install to `<doku_base>/lib/plugins/ansi`, with this exact name. Refer to http://www.dokuwiki.org/plugins for more info.
|
|
|
|
## Usage
|
|
|
|
`<page_name>?do=export_ansi`
|
|
|
|
## Features
|
|
|
|
- Bold, italics, underline, deleted, etc.
|
|
- Fancy code boxes
|
|
- Links (uses OSC 8)
|
|
- Nice headers (uses double-height lettering)
|
|
|
|
## Licence
|
|
|
|
Copyright (c) JP "Yuki" Savard
|
|
|
|
Licensed under GPLv2 (same as DokuWiki)
|
|
|
|
Inspired by the [text](http://www.dokuwiki.org/plugin:text) plugin but better |