Converts trac wiki to markdown
git clone https://github.com/Hirlam/Trac2Markdown.jl Trac2Markdown
To install the dependencies. From the Trac2Markdown
directory
julia --project --color=yes -e 'using Pkg; Pkg.instantiate()'
julia --project --color=yes -e 'using Pkg; Pkg.test()'
This will run the unit tests, downloads wiki pages from hirlam.org and converts them to markdown.
Add unit test to Travis so there is no need to have a local Julia installation.