MoinMoin Matters
Odds and sods for MoinMoin
Actions
DropBox.py - A modified AttachFile allowing attach and detach, without write, privileges
GuestPass.py - An action with companion macros to allow guest views of non-public pages
PDF.py - An action using wkhtmltopdf as a subprocess to render the page as a PDF
refresh.py - A modification of the in-built action to allow return to print mode
SlideSet.py - An action to include all SlideShow slides in a single page or PDF document
Logfile
passlog.py - a logfile with PassLog class to support GuestPass action, and GuestPasses and GuestPassFile macros
viewlog.py - a logfile with ViewLog class to support ViewLog, ViewHistory and Views macros
Macros
AnchorLink.py - Insert link to an anchor on the same page
ContentsAndAppendices.py - Insert a table of contents and appendices (subpages)
Close.py - Evoke a java close call
EmbeddedPage.py - Post-processes a formatted page to convert URL references to anchor links
FormattedPage.py - Returns HTML for a page formatted according to its processing instructions
Get.py - Variable substitution for #pragma X Y
GetTOC.py - Get the Table of Contents for another page
GuestPasses.py - Display table of currently valid guest passes
GuestPassFile.py - Insert link to attached file for guest pass access
HttpLink.py - Inserts a local wiki page link as an external link
LastEdit.py - Insert date, and optionally editor, of last revision
PageBreak.py - Force a page break when printing
RandomText.py - Inserts random text from list provided
RandomGroups.py - Tabulates random groups from list in attached files
Ref.py - A simple citation-reference macro using a key:value dictionary
ScheduledPages.py - Displays a list of pages with schedules for release using the schedule parser
SkypeLink.py - Inserts a link to Skype and optionally call a Skype user
TableOfAppendices.py - Insert a table of appendices (subpages)
UploadInfo.py - Insert upload information from DropBox action
UploadList.py - Insert upload listing from DropBox action
UserInfo.py - Insert user information, such as name and email address
ViewLog.py - Establish and update a page view log recording viewers
ViewLogs.py - Provide list of pages with view logs
ViewHistory.py - Tabulate page views by viewer
Views.py - Displays page view counts for self, other or all viewers
ImportingMail - example of getting mail importing operational
dropbox_mailimport.py - a replacement for the inbuilt incoming mail process to give integration with DropBox action
Parsers
collect.py - A parser that reads key:value pairs from a dictionary to combine pages into a collection for printing or saving as a booklet
chunks.py - A parser to allow chunks of wiki text (and other minetypes) to be embedded from attachments with some additional options
dictate.py - A simple key:value dictionary sorting, validating and tabulating parser
figures.py - A simple parser for laying out figures (specified in a key:value listing) within enclosing tables
gallery.py - A simple parser for inserting an image/PDF gallery (specified in a key:value listing) within enclosing tables
schedule.py A parser to schedule release of pages or sections according to supplied release and withdraw dates
slideshow_wiki.py - A slide parser for SlideShow action controlled by #pragma processing instructions
tables.py - A simple parser for laying out tables (specified in a key:value listing) within enclosing tables
Patches
CommentParsing - A patch to prevent ##comment lines breaking lists (needs more work)
SlideShowActionPatch - A patch to add page specific logo and remove edit link when not needed
StickyMessages - A patch to allow some messages not to be cleared
Processing instructions
PiAction - A new processing instruction to set the default action for a page
PiSchedule - A processing instruction for scheduling page release and withdrawal
Pygments
genstat.py - A Pygments highlighting regex lexer for GenStat Release 10