User story #1812
closedinstall python-pygments and source-highlight on ci
Description
The source-highlight plugin for source code colorization has a far better output than the code plugin used now.
To use [source,xhtml] and [source, shell] instead of [code] in the code listing of etc files, some packages are missing on the ci platform.
You should also install pygments (sudo apt-get install python-pygments) and source-highlight (sudo apt-get install source-highlight).
This procedure is described here : https://github.com/gpr/redmine_asciidoc_formatter
After installing this packages, you should document these prerequisites in the README of the documentation, and replace occurences of [code] by accurate [source,xhtml], [source, shell], etc.
Note that the link provided here is also a link to a redmine plugin allowing to write in asciidoc format in redmine wiki ;)