1 """
   2     MoinMoin - Bablefish Macro
   3     
   4     Author: Jason Dillon <jason@planet57.com>
   5     
   6     Adds a Bablefish translation box to the current page.
   7     
   8     Usage: [[Bablefish]]
   9 """
  10 
  11 def execute(macro, args):
  12     return '<script language="JavaScript1.2" src="http://www.altavista.com/r?entr"></script>'

MoinMoin: macro/Bablefish.py (last edited 2007-10-29 19:21:24 by localhost)