My notes on other Wiki software. See [[ikiwiki]] too. See also StaticSiteGenerators. == Using python's Sphinx as a wiki == Examples: * https://wiki.lacto.se/, whose source code is at https://github.com/polyzen/wiki * [[https://github.com/sphinx-doc/sphinx/tree/master/doc|Sphinx' own doc directory]] appears to be a Wiki-like document For each of these projects, make sure python-sphinx (Ubuntu) is installed and run `make html`. == 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/. [[https://www.gitbook.com/|gitbook]] [ [[https://github.com/GitbookIO/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. [[https://github.com/rust-lang/mdBook|mdBook]]: Documentation generator used by Rust, for [[https://doc.rust-lang.org/book/|The Rust Programming Language]] and other Rust docs.