Enabling Mediawiki support in Gollum - tttaaaa/gollum GitHub Wiki
Download the following libraries:
- https://github.com/nricciar/wikicloth
- https://github.com/twitter/twitter-text
- https://github.com/knu/ruby-unf
- https://github.com/threedaymonk/htmlentities
- https://github.com/nricciar/expression_parser
then ensure your ruby runtime finds them by including them in your RUBYLIB environment variable:
export RUBYLIB=$RUBYLIB:/home/username/.ruby/wikicloth-master/lib
export RUBYLIB=$RUBYLIB:/home/username/.ruby/twitter-text-master/rb/lib
export RUBYLIB=$RUBYLIB:/home/username/.ruby/ruby-unf-master/lib
export RUBYLIB=$RUBYLIB:/home/username/.ruby/htmlentities-master/lib
export RUBYLIB=$RUBYLIB:/home/username/.ruby/expression_parser-master/lib