welcome: please sign in

Diff for "WikiReplacement2021"

Differences between revisions 1 and 9 (spanning 8 versions)
Revision 1 as of 2021-02-12 03:45:10
Size: 1563
Editor: JackHill
Comment: Initial page content.
Revision 9 as of 2021-03-02 13:51:08
Size: 2809
Editor: KevinEverets
Comment: Add Phriction as an option
Deletions are marked like this. Additions are marked like this.
Line 17: Line 17:
 * Ability to use hcoop account to reduce need for additional login/account
Line 46: Line 47:
==== Moinmoin under Tauthon ====

[[https://github.com/naftaliharris/tauthon|Tauthon]] is a fork of Python 2 that is actively developed. It maintains backwards compatibility with Python 2 while adding language features from Python 3 in a backwards compatible way. We could run moinmoin 1.9 with Tauthon. It is currently not packaged for Debian.

==== OddMuse ====

 * https://oddmuse.org/wiki
 * Implemented in Perl
 * File storage
 * Many extension modules available; notably used for [[https://www.emacswiki.org|EmacsWiki]]

==== Phriction ====

 * https://phacility.com/phabricator/phriction/
 * Implemented in PHP
 * Appears to support File Storage, but default is Database backed
 * Integrates with Phabricator for task tracking (used by Wikimedia & Purism)

==== SourceHut ====

 * https://man.sr.ht/
 * Implemented in Python
 * Markdown syntax
 * Git (or Mercurial?) storage
 * Also has an issue tracker, mailing list, repository hosting (git/hg), and CI — in a modular design; parts can be mixed/matched.
 * Philosophically aligned (Software Freedom values)
 * Editing exclusively through version control (PRs via email patches).

1. Background

We are currently using moinmoin version 1.9 for this wiki. Version 1.9 requires Python 2.7 which is no longer developed by Python upstream, and will not be available in future Debian releases. Moinmoin 2 solves that and had many other improvements, but it is still in development.

2. Features

2.1. Current

  • Not tied to HCoop accounts, and anyone can create an account
  • TextCHA for spam prevention

  • Domtool/installer help for member's own installations
  • Filesystem storage

2.2. Desired

  • Current content can be migrated
  • Actively developed
  • Ability to use hcoop account to reduce need for additional login/account

2.3. Options

See also Wikipedia's wiki comparison

2.3.1. Gitit

2.3.2. Gollum

2.3.3. ikiwiki

2.3.4. MediaWiki

2.3.5. Moinmoin under Tauthon

Tauthon is a fork of Python 2 that is actively developed. It maintains backwards compatibility with Python 2 while adding language features from Python 3 in a backwards compatible way. We could run moinmoin 1.9 with Tauthon. It is currently not packaged for Debian.

2.3.6. OddMuse

2.3.7. Phriction

2.3.8. SourceHut

  • https://man.sr.ht/

  • Implemented in Python
  • Markdown syntax
  • Git (or Mercurial?) storage
  • Also has an issue tracker, mailing list, repository hosting (git/hg), and CI — in a modular design; parts can be mixed/matched.
  • Philosophically aligned (Software Freedom values)
  • Editing exclusively through version control (PRs via email patches).

2.3.9. Trac

See also Apache Bloodhound

2.3.10. XWiki

WikiReplacement2021 (last edited 2022-07-19 16:02:31 by JackHill)