Differences between revisions 1 and 4 (spanning 3 versions)
Revision 1 as of 2017-03-25 00:48:22
Size: 410
Editor: SamatJain
Comment:
Revision 4 as of 2018-07-14 05:48:14
Size: 1014
Editor: SamatJain
Comment:
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
== Using Sphinx as a wiki == == Using python's Sphinx as a wiki ==
Line 13: Line 13:

== Other Wiki software ==

[[https://github.com/gollum/gollum|gollum]] is a Ruby-powered solution by GitHub. Not sure who uses it. Stores files on disk, relies on git for revision control.

[[https://realms.io/|realms]] ([[https://github.com/scragg0x/realms-wiki|realms-wiki on github]]) is a gollum-inspired, Python and git-powered Wiki. Database is required for multi-user. Great deployment at https://flexget.com/.

== Documentation generators ==

http://www.mkdocs.org/: Static site generator oriented around creating documentation, like Sphinx. Used for gluster's documentation.

My notes on other Wiki software.

See ikiwiki too.

Using python's Sphinx as a wiki

Examples:

For each of these projects, make sure python-sphinx (Ubuntu) is installed and run make html.

Other Wiki software

gollum is a Ruby-powered solution by GitHub. Not sure who uses it. Stores files on disk, relies on git for revision control.

realms (realms-wiki on github) is a gollum-inspired, Python and git-powered Wiki. Database is required for multi-user. Great deployment at https://flexget.com/.

Documentation generators

http://www.mkdocs.org/: Static site generator oriented around creating documentation, like Sphinx. Used for gluster's documentation.

SamatsWiki: OtherWikiSoftware (last edited 2020-04-07 22:41:41 by SamatJain)