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 1ee4ff0e48 renamed repository 7 years ago
.gitignore Initial commit 7 years ago
LICENSE Initial commit 7 years ago
PageRevision.md renamed repository 7 years ago
PageRevision.py renamed repository 7 years ago
README.md renamed repository 7 years ago
YouToubeVideo.md renamed repository 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 on 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.