A collection of macros for the MoinMoin wiki software.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Holger Frey aab6e81630 moving to gittea needs a push 5 years ago
.gitignore Initial commit 7 years ago
LICENSE Initial commit 7 years ago
PageRevision.md Added installation section in PageRevision readme 7 years ago
PageRevision.py renamed repository 7 years ago
README.md moving to gittea needs a push 5 years ago
YouTubeVideo.md And one more typo in filename 7 years ago
YouTubeVideo.py Plugin is now escaping input values correctly 7 years ago

README.md

MoinMoin Macros

A collection of macros for the [MoinMoin][moin] wiki software.

Available Macros

  • YouTubeVideo: Embed a single YouTube video in a wiki page
  • PageRevision: show the full page name and revision number of a wiki page

Installation

To install a macro, copy the python file (<macro name>.py) into the /path_to_wiki_instance/data/plugin/macro directory. This method should survive a MoinMoin or Python upgrade. Make shure, that the file has the right ownership and permissions.