Tagged Questions

Gollum wikis are simply Git repositories that adhere to a specific format. Gollum pages may be written in a variety of formats and can be edited in a number of ways depending on your needs. You can edit your wiki locally: With your favorite text editor or IDE (changes will be visible after ...

learn more… | top users | synonyms

16
votes
3answers
1k views

Gollum Wiki - undefined method `new' for Redcarpet:Module

I'm trying to use Gollumn Wiki, so I could edit my GitHub Wiki but I can't seem to get it to work. I'm on Ubuntu 11.10, 64Bit. I've tried this as well with Ruby 1.9, also the same error. I cloned ...
2
votes
1answer
52 views

How can you track or be notified of changes to github wikis?

Are there service hooks for github wiki repos? Is there some other mechanism that github provides for me to track wiki edits?
1
vote
2answers
208 views

Any good alternatives for Sphinx to provide software documentation?

i was wondering if there are any good alternatives to Sphinx when i want to provide static html documentation for software projects. Sphinx seems ok but is mostly used in the Python area. I am ...
1
vote
0answers
260 views

Gollum wiki on passenger on Amazon Linux AMI [closed]

I'm trying to get the gollum wiki running under passenger, as described here: https://github.com/tecnh/gollum/wiki/Gollum-and-Passenger I'm using the Amazon Linux AMI, not Debian, and I'm hoping ...
0
votes
0answers
81 views

undefined method `Py_IsInitialized' for RubyPython::Python:Module

I'm attempting to use Gollum on an Ubuntu server to serve up markdown pages but am receiving the following error whenever I attempt to highlight any syntax. undefined method `Py_IsInitialized' for ...
0
votes
1answer
229 views

Have anyone use gollum-site to generete markdown wikis and host it on heroku?

Hi i have tried using gollum-site gem, but it seems to only generate the site on localhost:8000 by default. How can i get the markdown wiki hosted on heroku. Anyone tried doing it before ?
0
votes
0answers
84 views

OpenSource Wiki hosting

I have several .md files (in markdown format) initially on github, but I would like to put it up as a wiki with a custom link. I use the Gollum gem and like it alot, however it is only built on top of ...
0
votes
1answer
85 views

How can I include a unicode symbol in a Gollum wiki (Sinatra app)?

I'm trying to use a Unicode character in a Gollum wiki, but it gets escaped - the & gets turned into $amp;. Is there something like Rails' .html_safe for Gollum or for Sintra apps in general?