Differences between revisions 2 and 3
Revision 2 as of 2015-12-27 08:27:46
Size: 524
Editor: PieterSmit
Comment: Add link to Maintenace notes.
Revision 3 as of 2018-03-14 08:59:26
Size: 952
Editor: PieterSmit
Comment:
Deletions are marked like this. Additions are marked like this.
Line 14: Line 14:


== Installing a Macro ==
 * Put the python file in data/plugin/macro dir.

e.g. https://moinmo.in/MacroMarket/ChildPages
{{{
root@server:/var/lib/moinmoin/server/data/plugin/macro# wget https://launchpadlibrarian.net/174198423/ChildPages.py
--2018-03-14 08:49:16-- https://launchpadlibrarian.net/174198423/ChildPages.py
Resolving launchpadlibrarian.net (launchpadlibrarian.net)... 91.189.89.228, 91.189.89.229
}}}

MoinMoin is a Wiki software implemented in Python and distributed as Free Software under GNU GPL v2+ license.

The name "MoinMoin" is a common German slang expression (see our "MoinMoin" etymology page for more about that).

For more information about MoinMoin, please see the project wiki at http://moinmo.in/.

MoinMoin/Maintenance

Installing a Macro

  • Put the python file in data/plugin/macro dir.

e.g. https://moinmo.in/MacroMarket/ChildPages

root@server:/var/lib/moinmoin/server/data/plugin/macro# wget https://launchpadlibrarian.net/174198423/ChildPages.py
--2018-03-14 08:49:16--  https://launchpadlibrarian.net/174198423/ChildPages.py
Resolving launchpadlibrarian.net (launchpadlibrarian.net)... 91.189.89.228, 91.189.89.229

MoinMoin (last edited 2018-03-14 09:20:34 by PieterSmit)