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
37e507782e
|
7 years ago | |
---|---|---|
.gitignore | 7 years ago | |
LICENSE | 7 years ago | |
PageRevision.md | 7 years ago | |
PageRevision.py | 7 years ago | |
README.md | 7 years ago | |
YouTubeVideo.md | 7 years ago | |
YouTubeVideo.py | 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.