A minimal wiki in 23 lines of Python code

WyPyPlus

WyPyPlus (pronounced “whippy plus”) is a minimalist wiki server in 23 lines of code. It is an extension of wypy wiki written by Sean B. Palmer. The original project implements a wiki in just 11 lines of Python code, which is an amazing achievement. However, wypy wiki doesn’t have many features I consider as essential.

Runs in Chrome single window mode just like an App.

A minimal editor that does not get in the way.

editor

New Features:

  • Only 23 lines of Python code with no external dependency other than the standard library.
  • Runs on Mac, Linux and Windows.
  • A modernized and mobile-friendly look using Sakura CSS.
  • Wiki pages save to plain text files under the “w” directory
  • Delete a wiki page from disk

     

     

     

    To finish reading, please visit source site