Differences between revisions 6 and 7
Revision 6 as of 2020-04-07 22:37:26
Size: 1375
Editor: SamatJain
Comment: mdBook
Revision 7 as of 2020-04-07 22:41:41
Size: 1406
Editor: SamatJain
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
See [[ikiwiki]] too. See [[ikiwiki]] too. See also StaticSiteGenerators.

My notes on other Wiki software.

See ikiwiki too. See also StaticSiteGenerators.

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/.

gitbook [ github ] is a Node.js powered documentation software that can also effectively be used as a Wiki.

Documentation generators

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

mdBook: Documentation generator used by Rust, for The Rust Programming Language and other Rust docs.

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