https://store-images.s-microsoft.com/image/apps.52867.71afea6f-8379-4ec6-a775-7cfc6f5cb771.ea960b33-50f9-44d1-a866-b944dd8ed000.af7fc5c7-815d-4a16-a711-498e0a7f3e0a

MoinMoin

bởi bCloud LLC

(1 xếp loại)

Version 2.0.0 + Free Support on Ubuntu 24.04

MoinMoin is an open-source, Python-based wiki platform designed for collaborative documentation, knowledge sharing, and intranet solutions. It provides a flexible, extensible environment for teams to create, organize, and manage content efficiently, making it ideal for software documentation, internal knowledge bases, and project wikis.

Features of MoinMoin:
  • Lightweight and Python-based wiki engine for easy content creation and editing.
  • Versioned pages with full-page history for tracking changes and revisions.
  • Integrated search to quickly find pages and content within the wiki.
  • Macros and plugins to extend functionality and customize content dynamically.
  • Fine-grained user and group permission management for secure collaboration.
  • Simple markup syntax for fast editing without steep learning curves.
  • Supports integration with authentication systems like LDAP and OAuth for enterprise use.

Run these commands to check the version:
$ sudo su
$cd /opt
$ source moinenv/bin/activate
$ pip show moin
$to access on web : $cd /opt/moinwiki $moin run --host 0.0.0.0 --port 8080 and then open browser http://SERVER-IP:8080

Disclaimer: MoinMoin is an open-source project developed and maintained by the MoinMoin community. It is provided under the GPL license and distributed on an "as is" basis, without warranties or conditions of any kind. Users are responsible for validating configuration, security, and operational suitability in their environments.