1cli Plugin for DokuWiki
2
3This plugin brings a Command Line Interface formatter to Dokuwiki allowing you to format the output of a transcript say for a user manual or on-line tutorial. It is designed to work with the output of a standard Unix Bash Shell, but should be suitable to document other kinds of CLI interaction, e.g. Windows Command Window, Python and Ruby, Matlab, etc.
4
5
6All documentation for this plugin can be found at
7https://www.dokuwiki.org/plugin:cli
8
9Development, bug report, feature request happen at
10https://github.com/schplurtz/dokuwiki-plugin-cli
11
12If you install this plugin manually, make sure it is installed in
13lib/plugins/cli/ - if the folder is called different it
14will not work!
15
16Please refer to https://www.dokuwiki.org/plugins for additional info
17on how to install plugins in DokuWiki.
18
19----
20Copyright (C) Chris P. Jobling <C.P.Jobling@Swansea.ac.uk>
21Copyright (C) Stephan Chazelas <stephane.chazelas@emerson.com>
22Copyright (C) Andy Webber <dokuwiki@andywebber.com>
23Copyright (C) Schplurtz le Déboulonné <Schplurtz@laposte.net>
24
25This program is free software; you can redistribute it and/or modify
26it under the terms of the GNU General Public License as published by
27the Free Software Foundation; version 2 of the License
28
29This program is distributed in the hope that it will be useful,
30but WITHOUT ANY WARRANTY; without even the implied warranty of
31MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
32GNU General Public License for more details.
33
34See the COPYING file in your DokuWiki folder for details
35