Differences between revisions 3 and 4
Revision 3 as of 2018-03-14 08:59:26
Size: 952
Editor: PieterSmit
Comment:
Revision 4 as of 2018-03-14 09:20:34
Size: 1043
Editor: PieterSmit
Comment:
Deletions are marked like this. Additions are marked like this.
Line 18: Line 18:
 * From v1.6 call with <<MacroName()>>
Line 25: Line 26:

=== E.G. Subpages ===

<<ChildPages(on=all)>>

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.
  • From v1.6 call with <<MacroName()>>

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

E.G. Subpages

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