#format wiki #language en #pragma section-numbers off #acl IanRiley:read,write,delete,revert,admin All:read [[RileyLink|{{attachment:RileyLinkFiles/public/[ir].png||align="left",height=35,width=35,target="./RileyLink"}}]]{{attachment:RileyLinkFiles/public/blank.png||align="left",height=35,width=10}} = MoinMoin Matters = ----- = Odds and sods for MoinMoin = ----- == Actions == * [[DropBox.py]] - A modified !AttachFile allowing attach and detach, without write, privileges * [[attachment:DropBox.py/DropBox-1.2.py|Python code file]] * [[DropBox.py/Example|Example]] * [[GuestPass.py]] - An action with companion macros to allow guest views of non-public pages * [[attachment:GuestPass.py/GuestPass-1.2.py|Python code file]] * [[PDF.py]] - An action using wkhtmltopdf as a subprocess to render the page as a PDF * [[attachment:PDF.py/PDF-1.6.py|Python code file]] * [[refresh.py]] - A modification of the in-built action to allow return to print mode * [[attachment:refresh.py/refresh-1.1.py|Python code file]] * [[SlideSet.py]] - An action to include all !SlideShow slides in a single page or PDF document * [[attachment:SlideSet.py/SlideSet-1.0.py|Python code file]] == Logfile == * [[GuestPass.py|passlog.py]] - a logfile with !PassLog class to support [[GuestPass.py|GuestPass]] action, and [[GuestPass.py|GuestPasses]] and [[GuestPass.py|GuestPassFile]] macros * [[attachment:GuestPass.py/passlog-1.1.py|Python code file]] * [[ViewLog.py|viewlog.py]] - a logfile with !ViewLog class to support [[ViewLog.py|ViewLog]], [[ViewLog.py|ViewHistory]] and [[ViewLog.py|Views]] macros * [[attachment:ViewLog.py/viewlog-logfile-1.0.py|Python code file]] == Macros == * [[AnchorLink.py]] - Insert link to an anchor on the same page * [[attachment:AnchorLink.py/AnchorLink-1.0.py|Python code file]] * [[TableOfAppendices.py|ContentsAndAppendices.py]] - Insert a table of contents and appendices (subpages) * [[attachment:TableOfAppendices.py/ContentsAndAppendices-1.3.py|Python code file]] * [[Close.py]] - Evoke a java close call * [[attachment:Close.py/Close.py|Python code file]] * [[EmbeddedPage.py]] - Post-processes a formatted page to convert URL references to anchor links * [[attachment:EmbeddedPage.py/EmbeddedPage-1.0.py|Python code file]] * [[FormattedPage.py]] - Returns HTML for a page formatted according to its processing instructions * [[attachment:FormattedPage.py/FormattedPage-1.0.py|Python code file]] * [[Get.py]] - Variable substitution for #pragma X Y * [[attachment:Get.py/Get.py|Python code file]] * [[GetTOC.py]] - Get the Table of Contents for another page * [[attachment:GetTOC.py/GetTOC-1.0.py|Python code file]] * [[GuestPass.py|GuestPasses.py]] - Display table of currently valid guest passes * [[attachment:GuestPass.py/GuestPasses-1.1.py|Python code file]] * [[GuestPass.py|GuestPassFile.py]] - Insert link to attached file for guest pass access * [[attachment:GuestPass.py/GuestPassFile-1.1.py|Python code file]] * [[HttpLink.py]] - Inserts a local wiki page link as an external link * [[attachment:HttpLink.py/HttpLink-1.1.py|Python code file]] * [[LastEdit.py]] - Insert date, and optionally editor, of last revision * [[attachment:LastEdit.py/LastEdit-1.0.py|Python code file]] * [[PageBreak.py]] - Force a page break when printing * [[attachment:PageBreak.py/PageBreak-1.2.py|Python code file]] * [[RandomText.py]] - Inserts random text from list provided * [[attachment:RandomText.py/RandomText-1.0.py|Python code file]] * [[RandomGroups.py]] - Tabulates random groups from list in attached files * [[attachment:RandomGroups.py/RandomGroups-1.2.py|Python code file]] * [[RandomGroups.py/Example1|Example for random student groups]] * [[RandomGroups.py/Example2|Example for randomisation of treatments]] * [[Ref.py]] - A simple citation-reference macro using a key:value dictionary * [[attachment:Ref.py/Ref-2.7.py|Python code file]] * [[Ref.py/RefDict|RefDict]] * [[Ref.py/Example1|Example 1]] * [[Ref.py/Example1a|Example 1a]] * [[Ref.py/Example2|Example 2]] * [[Ref.py/Example2a|Example 2a]] * [[Ref.py/Example3|Example 3]] * [[Ref.py/Example4|Example 4]] * [[ScheduledPages.py]] - Displays a list of pages with schedules for release using the `schedule` parser * [[attachment:ScheduledPages.py/ScheduledPages-1.0.py|Python code file]] * [[SkypeLink.py]] - Inserts a link to Skype and optionally call a Skype user * [[attachment:SkypeLink.py/SkypeLink-1.0.py|Python code file]] * [[TableOfAppendices.py]] - Insert a table of appendices (subpages) * [[attachment:TableOfAppendices.py/TableOfAppendices-1.3.py|Python code file]] * [[UploadInfo.py]] - Insert upload information from [[DropBox.py|DropBox]] action * [[attachment:UploadInfo.py/UploadInfo-1.0.py|Python code file]] * [[UploadList.py]] - Insert upload listing from [[DropBox.py|DropBox]] action * [[attachment:UploadList.py/UploadList-1.0.py|Python code file]] * [[UserInfo.py]] - Insert user information, such as name and email address * [[attachment:UserInfo.py/UserInfo-1.0.py|Python code file]] * [[ViewLog.py]] - Establish and update a page view log recording viewers * [[attachment:ViewLog.py/ViewLog-1.2.py|Python code file]] * [[ViewLog.py|ViewLogs.py]] - Provide list of pages with view logs * [[attachment:ViewLog.py/ViewLogs-1.0.py|Python code file]] * [[ViewLog.py|ViewHistory.py]] - Tabulate page views by viewer * [[attachment:ViewLog.py/ViewHistory-1.4.py|Python code file]] * [[ViewLog.py|Views.py]] - Displays page view counts for self, other or all viewers * [[attachment:ViewLog.py/Views-1.2.py|Python code file]] == Mail == * [[ImportingMail]] - example of getting mail importing operational * [[dropbox_mailimport.py]] - a replacement for the inbuilt incoming mail process to give integration with [[DropBox.py|DropBox]] action *[[attachment:dropbox_mailimport.py/dropbox_mailimport-1.0.py|Python code file]] == 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 * [[attachment:collect.py/collect-1.1.py|Python code file]] * [[chunks.py]] - A parser to allow chunks of wiki text (and other minetypes) to be embedded from attachments with some additional options * [[attachment:chunks.py/chunks-1.0.py|Python code file]] * [[chunks.py/Example|Example]] * [[dictate.py]] - A simple key:value dictionary sorting, validating and tabulating parser * [[attachment:dictate.py/dictate-1.3.py|Python code file]] * [[dictate.py/Example1|Example 1]] * [[dictate.py/Example2|Example 2]] * [[dictate.py/Example3|Example 3]] * [[figures.py]] - A simple parser for laying out figures (specified in a key:value listing) within enclosing tables * [[attachment:figures.py/figures-1.6.py|Python code file]] * [[figures.py/Example|Example]] * [[gallery.py]] - A simple parser for inserting an image/PDF gallery (specified in a key:value listing) within enclosing tables * [[attachment:gallery.py/gallery-1.0.py|Python code file]] * [[gallery.py/Example|Example]] * [[schedule.py]] A parser to schedule release of pages or sections according to supplied release and withdraw dates * [[attachment:schedule.py/schedule-1.1.py|Python code file]] * [[slideshow_wiki.py]] - A slide parser for !SlideShow action controlled by `#pragma` processing instructions * [[attachment:slideshow_wiki.py/slideshow_wiki-1.0.py|Python code file]] * [[tables.py]] - A simple parser for laying out tables (specified in a key:value listing) within enclosing tables * [[attachment:tables.py/tables-1.3.py|Python code file]] * [[tables.py/Example|Example]] == 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 * [[attachment:genstat.py/genstat.py|Pygments lexer file]] * [[genstat.py/Example|Example]] == Job Card == * JobCard - an unsorted, non-prioritised list of MoinMoin miscellanea to be done