Daniel Peter Lepage on Mon, 8 Aug 2005 13:30:52 -0500 (CDT) |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Re: [s-d] Wonko, how does scripting work? |
> Wonko, > You appear to be the script master for the Wiki. > I'm a pretty fair programmer in a few languages, > and write Excel macros all the time to take care > of tedious tasks (such as the Banking Statement). > Can you recommend a decent reference on the subject? > Also, is it possible for me to see some of your > scripting for the existing automation? > I would appreciate it. The wiki software is MoinMoin: <http://moinmoin.wikiwikiweb.de/> It's written in Python: <http://www.python.org/> Much B-Nomic functionality is added through macros: <http://moinmoin.wikiwikiweb.de/HelpOnMacros>; see the last section of that page for info on writing new macros. Macros are of the form [[Macroname(arg1,arg2,...)]]; there are also parsers that do text processing: {{{ #!parsername lots of text more text etc. }}} <http://moinmoin.wikiwikiweb.de/MacroMarket> and <http://moinmoin.wikiwikiweb.de/ParserMarket> have example macros and parsers you can look at. If I get a chance in the next few days I'll try to put up the current scripts running B Nomic, but be warned that they're poorly documented and drastically kludged in some places. -- Wonko _______________________________________________ spoon-discuss mailing list spoon-discuss@xxxxxxxxx http://lists.ellipsis.cx/mailman/listinfo/spoon-discuss