See also MacroMarket and CategoryMarket.

Contents

  1. Attic

Attic

This list contains macros that are now part of the standard distribution, possibly with a (slightly) different implementation.

Macro

Author

Email

Designed for MoinMoin Release...

... and Revision...

Sample

IncludeFile

Charles Bevali

charles@clubdesmo.com

0.9

N/A

n/a

Macro used to insert an inline picture or file in a WikiWiki page. The macro manages the dialog in order to walk the user through the upload process. Images are diplayed right in the page, documents are diplayed as a link. The macro requires the use of the uploadfile.py action. More detailled help and the source code for the 2 files can be found @ IncludeFile

macro/Include.py

Richard Jones

richard@bizarsoftware.com.au

0.8

1.106

This macro includes the formatted content of the given page, following recursive includes if encountered. Cycles are detected!
Now part of the standard distribution!

macro/Orphans.py

Christian Bird

chris.bird@lineo.com

0.8

N/A

Orphans

Lists the Orphan (some call them Zombies) pages (those with no ForwardLinks in MoinMoin)

MailTo.py

ThomasWaldmann

ThomasWaldmann

1.1

1.0

<first DOT last AT provider DOT NOSPAM c o m>

Now part of standard distribution. Outputs an anchor mailto link (for logged in users) or the argument string (for not logged in users) to discourage spam robots. Replaces AT, DOT and DASH, strips blanks and ALLUPPERCASE words.

macro/NewWindow.py

JuneKim

juneaftn@orgio.net

0.8

N/A

NewWindow("http://www.python.org","Python Headquater") clicking the link will open up a new window to the Python home page

1.1 allows this with the [^URL TEXT] syntax. Opens up a new browser window to the URL. If the optional text is given, it'll be shown as the link instead of the URL.

macro/WikiTips.py

KeithNaas

KeithNaas

0.12

WikiTips(PageName)

RandomQuote is now part of the distribution. Macro used to randomly select an item from another page. Needs to be updated to take advantage of new request object

macro/MailTo.py

Simon

Simon

1.162

0.0

<<MailTo(Name,Url[,Description])>>

Outputs an anchor mailto link munged to discourage spam robots. Selected characters are replaced by numeric character references. Includes Title attribute for anchor. If description not supplied name is used.

macro/ShowSmileys.py

Nick Trout

NickTrout

1.1 (CVS)

n/a

[[ShowSmileys()]]

Show all the smileys on a wiki. Smileys can be shown a bullet list or a table. Now in CVS

macro/PartialInclude.py

AdamShand, ThomasWaldmann

adam@personaltelco.net

1.1 (CVS)

n/a

[[PartialInclude(PageNameRegEx)]]

Great for including the top parts of other pages. We use it for putting a few of our most recent news items on the front page.
Obsoleted by new Include macro parameters (from, to, sort)..

MoinMoin: MacroMarket/Attic (last edited 2009-11-06 23:49:44 by ThomasWaldmann)