Enabling Mediawiki support in Gollum - tttaaaa/gollum GitHub Wiki

Download the following libraries:

  1. https://github.com/nricciar/wikicloth
  2. https://github.com/twitter/twitter-text
  3. https://github.com/knu/ruby-unf
  4. https://github.com/threedaymonk/htmlentities
  5. 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