Wiki that renders AsciiDoc

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
5 messages Options
Ted
Reply | Threaded
Open this post in threaded view
|

Wiki that renders AsciiDoc

Ted
I'm looking for a wiki that renders AsciiDoc files and work on a private intranet.

I know that Atlassian Confluence wiki has an Asciidoctor plugin.

GitHub previews AsciiDoc files in repos and wiki which is perfect, except everyone in the company would need an account to edit pages and keep it private. They are not happy about that idea. Ideally it would use Microsoft's Active Directory to authorize viewing/editing.

Anything else?

I'm trying to convince my bosses to let me build one that would work with a Git repo since Asciidoctor.js renders files so quickly and beautifully, but they don't want to spend time on yet-another-wiki.

Are there any wikis that you know of that would be a good choice for adding in a custom Asciidoctor plugin?

- Ted @TedAtCIS
Reply | Threaded
Open this post in threaded view
|

Re: Wiki that renders AsciiDoc

lodestone
Gollum is probably what you are looking for:

https://github.com/gollum/gollum
Reply | Threaded
Open this post in threaded view
|

Re: Wiki that renders AsciiDoc

mojavelinux
Administrator
Gollum is what powers the GitHub wiki.

-Dan

On Thu, Nov 30, 2017 at 12:21 PM, lodestone [via Asciidoctor :: Discussion] <[hidden email]> wrote:
Gollum is probably what you are looking for:

https://github.com/gollum/gollum



If you reply to this email, your message will be added to the discussion below:
http://discuss.asciidoctor.org/Wiki-that-renders-AsciiDoc-tp6042p6043.html
To start a new topic under Asciidoctor :: Discussion, email [hidden email]
To unsubscribe from Asciidoctor :: Discussion, click here.
NAML



--
Dan Allen | @mojavelinux | https://twitter.com/mojavelinux
Ted
Reply | Threaded
Open this post in threaded view
|

Re: Wiki that renders AsciiDoc

Ted
In reply to this post by lodestone
lodestone wrote
Gollum is probably what you are looking for:  https://github.com/gollum/gollum
Thanks lodestone! Gollum looks like what I need.

I tried the Windows install and could not make it work. There is a note that Windows version is a 'work in progress'.

I'll test it on a Linux box later. Thanks for the suggestion.
- Ted @TedAtCIS
Ted
Reply | Threaded
Open this post in threaded view
|

Re: Wiki that renders AsciiDoc

Ted
Ted wrote
I'll test it on a Linux box later.
I was able to run Gollum in the new Windows 10: Linux Subsystem (which is Ubuntu 16.04)

I installed Ruby, Gollum, and Asciidoctor and it works very well. I found this tutorial helpful Install and configure Gollum on Ubuntu

The thing I like about Gollum is all the docs are saved in a Git repo. This could run on a server on our company intranet.
- Ted @TedAtCIS