Simon's profile

An itinerant webmaster for some clubs. Started with UseMod, tried MoinMoin, found and converted to PmWiki many years ago.
Once a software developer (Pascal), now joined the dark side as a Project Manager, ETL Team Leader, Data Architect, Solution Architect, now Enterprise Architect. Still dabble with CSS, HTML, JavaScript, and now PHP to support the PmWiki websites.

Jack of all trades ...

Features I use

the documentation to read if you're going to read documentation

Skins customisations used
Trying out, but not yet got to work
Vaguely relevant

Knows enough to be ...

Cookbook customisations used (favourites, recommended%)
Config.php customisations used
  • Markup('[[<]]', '[[<<]]', '/\\[\\[&lt;\\]\\]/', '<br style="clear:left;" />'); # break clear left
  • Markup('[[>]]', '[[<<]]', '/\\[\\[&gt;\\]\\]/', '<br style="clear:right;" />'); # break clear right
  • $PageSearchForm = '$DefaultGroup.Search'; # to fully use customised search page.
  • $UploadNameChars = "-\w. !=+#"; # allow exclamations, equals, plus, and hash
  • [[mailto:?Subject=InfoStore: {*$Namespaced}&Body=From the InfoStore: {*$Namespaced} &#40;{*$PageUrl}&#41; - {*$:Summary}|[-email page as link-]]]
My weapons

Used as a home intranet (great for the kids), and for community group websites.

My CSS suggestions and customisations

When creating a skin simply include the original PmWiki CSS file, this ensures you benefit from pmwiki upgrades, viz

 @import url("/pmwiki/pub/skins/pmwiki/pmwiki.css");

Use CSS to suppress and change some elements of the page when printing (latterly pmwiki also uses this), eg

  @media print {
  /* style sheet for print */
    #wikilogo, #wikihead, #wikifoot, #wikileft, #wikicmds, 
   .wikitrail, .noprint {
  	display : none;
	}
  }
My template suggestions and customisations

Change the order of the skin CSS and run time CSS lines (which replace the Headertext) to ensure your customised skin CSS overrides the page by page generated CSS, viz

 <!--HeaderText-->
 <link rel='stylesheet' href='$SkinDirUrl/pmwiki.css' type='text/css' />
General tips
Make Firefox refresh every time
type about:config in the location bar, right click on browser.cache.check_doc_frequency and select modify, change to 1 and Firefox will now check for a new version of the page on every page load
Safe Mode and uploads
try chmod 777 /home/username/public_html/pmwikiuploads/

Like to create where I can

Like to contribute where I can

Simon

(:template each:)

My configuration suggestions and customisations

Changes for config.php

 # include DefaultGroup in page search
 $PagePathFmt = array ('$1.{$DefaultName}', '{$Group}.$1', '{$DefaultGroup}.$1', '$1.$1');
 # Authors must give a name
 $EnablePostAuthorRequired = 1;
 # Create a simple 'last changed page' for including on other pages
 $RecentChangesFmt['Site.LastChanged'] = '[-[[$Group.$Name]]-][[<<]]  ';
 # try to make recent changes show all recent changes (YMMV)
 if (preg_match('![./]RecentChanges$!', $pagename))
  $DefaultPageTextFmt = '(:include Site.AllRecentChanges lines=60 :)';
 $RecentChangesFmt['$Group.RecentChanges'] = '(:include Site.AllRecentChanges lines=60 :)';
 # add a soft break markup
 Markup('[[<]]', '[[<<]]', '/\\[\\[&lt;\\]\\]/', '<br />'); # break without clear all 
 # make search stay in group
 $PageSearchForm = '$DefaultGroup.Search';  

Set $EnableDiag and

 include_once("$FarmD/cookbook/analyze.php");
$AnalyzeKey = 'secret'; 

on one page only by creating a page specific configuration file.

PITS:PITS entries
PITS.01511Closed, added for 2.3.37.Closed, added for 2.3.37, except for xlpage-utf-8.php. (+167)the use of scripts in config.php
PITS.01499Opendecimal (+2)Markup Expression number_format
PITS.01491OpenCookbook:International PTVs (+178)enable diacritics in the names of Page Text Variables?
PITS.01479Closed, added for 2.3.10Closed, added for 2.3.10 (+20)Add option to set PmSyntax on by default
PITS.01476Closed - documentedStatus: Closed - documented (+15)Markup in Category.GroupFooter
PITS.01472Closed - updated for 2.2.144Thanks (+425)Update intermap.txt
PITS.01469OpenExtend ConditionalMarkup with less and greater (+796)Extend ConditionalMarkup with "less" and "greater" operators
PITS.01464OpenSupport ABBR (+339)Support ABBR
PITS.01454Closed - added for 2.2.133Closed - added for 2.2.133 (+67)Add new default image types
PITS.01433OpenRecipeCheck enhancementsRecipeCheck enhancements
PITS.01431Closed, enabled in 2.3.28sorry, too kind (+163)Approve URLs treats http and https as separate
PITS.01425Opennoted time and result of last measurementImprove the OOTB security of PmWiki
PITS.01400Closed, added for 2.2.98< fixes this, I'll just change it, closedMarkup doesn't work as expected
PITS.01398OpenCategory: CookbookAdd access key for copy/move
PITS.01393OpenAdd additional markup expressionsAdd additional markup expressions
PITS.01389Openrelated to 01425?Improve PmWiki Security through Content Security Policy support and removing inline javascript and style
PITS.01385OpenCategory: CookbookRecipe enhancement: Grep to allow wild cards in Groupnam*/Pagenam*#ancho*
PITS.01384OpenAdd markup for caption to table directive markupAdd markup for caption to table directive markup
PITS.01382OpenUse ARIA landmarks to improve PmWiki accessibilityIncrease PmWiki accessibility
PITS.01373Closed, added for 2.2.79added, also orange and greySupport gray and grey colours, support all basic colour keywords
PITS.01371ClosedClosed, PmWiki accepts unitsAdd support for additional relative CSS lengths
PITS.01368InProgressCoreCandidate (+6)add parameter to (:messages:) page directive
PITS.01366OpenAnonymous numerical reference link not orthogonalAnonymous numerical reference link not orthogonal
PITS.01364OpenHave a separate page for PmForm templates.
PITS.01362Opennot neededAllow quoted page names in conditional markup
PITS.01354ClosedClosed, thanksftime broken on PmWiki
PITS.01353OpenPageTextVariables (+95)Add parameter to (:include :) to allow an inline include
PITS.01341Closed - added for 2.2.63Enhance Forms to support the required attribute
PITS.01329Closed, added for 2.2.68Closed, added for 2.2.68Add 'clear' as a CSS style attribute recognised by Wiki Styles
PITS.01321Openpagelist order=name does not work in some circumstancespagelist with order=name does not sort by pagename correctly in some circumstances
PITS.01315Openadd further exampleComplex page text variables in pagelist sort
PITS.01309Closed - exists as $MarkupMarkupLevelClosed - exists as $MarkupMarkupLevel (+33)Add Cookbook.SignalWhenMarkup to Core
PITS.01302Closed - fixed for pmwiki.orgConsider for PmWiki 3Link to group incorrectly directed to page PmWiki/group
PITS.01299OpenwordingAllow "Results of search" message to be disabled from searchresults directive
PITS.01298Closed - local customization providedClosed - local customizationPage variable for Page directives
PITS.01297Closed - added for 2.3.18.$ScriptUrl = "URL to the script" (+512)make {$PageLogoUrl} work
PITS.01296OpenLink brackets should not be removed when link has text
PITS.01294Opensee alsoSuggestion for pmwiki.tmpl
PITS.01291OpenAdd anchors to page listsAdd anchors to page lists
PITS.01290OpenskinsPagelists to handle internal intermap links
PITS.01285Closed, added for 2.2.37Closed, added for 2.2.37include does not use the same definition of an anchor token as does the code that parses links and anchors
PITS.01252ClosedClosed, implemented in 2.3.0 (+2)Add category= parameter to PageLists
PITS.01247OpenNew Search Term Page variableNew Search Term Page variable
PITS.01246Closed, duplicate of PITS.00908Closed, duplicate of PITS.00908Allow negation of link parameter in pagelist
PITS.01245Closed - repliedSee also Cookbook:FixURLLinks with quotes don't work correctly
PITS.01224Openbenefits from having a pagelist being able to select similarly named anchors from across a range ofEnhance page list templates to process anchors
PITS.01220DiscussionclarifyingGroup homepages not resolved correctly when group only supplied
PITS.01219Opensimplify break suggestion based on experience of using markupAdd markup for inline markup such as soft break, clear left, clear right, fractions
PITS.01211Closedmv recent grouphomes bug to separate page (-425)Support Group/ in pagelist name parameter
PITS.01209OpenbumpAdd more markup expressions to the core
PITS.01204OpenUpdate for 2.3.0 (+196)pagelist frontlinks
PITS.01203OpenbumpBacklinks to incorporate pagelists, redirect, and include
PITS.01152Closed - added for 2.2.14Closed - added for 2.2.14Display empty and undefined variables as null
PITS.01140Closed - added $EnableLinkPlusTitlespacedUse $Titlespaced for [[ |+]] markup
PITS.01105Closed, added as Cookbook:ListResumeClosed, added as Cookbook:ListResumeAdd %item value=resume% to list processing
PITS.01093Opencomment out pagelistsEnhance conditional markup to 'if attachments PAGENAME'
PITS.01091Closed - duplicate of 00986Closed - duplicate of 00986?Pagelist default does not handle variable in trail
PITS.01087Closed, added for 2.2.77typo (note: this PITS entry is now Closed, Petko added it for 2.2.77)Extend Conditional Markup (:if attachments:) to specify file names
PITS.00962Closed, not a bugfix example, add exampleMake >><< behave identically with other block formatting when style= is used
PITS.00957Closed - added in 2.2.3Closed - added in 2.2.3Pages to be added and updated in 2.2 release distribution
PITS.00951Closed, added for 2.2.88I am highly pleased{$SiteAdminGroup} page variable not created
PITS.00917Openadded reference to static pagelist capability and example of creating wiki trailPage lists? to be able to create wiki trails?
PITS.00916OpenSupport honeypot block listSupport honeypot block list
PITS.00915Closed in 2.2.0 beta 56fixed for 2.2.3Page text variable erroneous usage loops
PITS.00895Closed, added in 2.2.0-beta61closedAllow multiple wiki trails on a page with anchors
PITS.00894OpenProvide a better means of attaching images with spaces in their names
PITS.00885Openadd priorityDefinition list marked up as Intermap Entry
PITS.00884OpenMake pagelist parameter names not case sensitive
PITS.00880Closed, issues resolvedclosedPage text variables change request
PITS.00866Closed - not a bugBlocklist displays error
PITS.00860Closed - added for 2.2.68min-width and max-width cannot be used for table cells (+134)Add min and max width and height, clear; to table, div, block, and style directives
PITS.00850Closed, in 2.2.0-beta28closedBlocklist to optionally check Author and Summary fields, and to optionally display blocklist name
PITS.00805Closed - existsClosed - exists: label="Search Wiki"Search: allow button text to be specified
PITS.00799Closed - too difficult for benefit obtainedOdd behaviour of markup
PITS.00787Closed, in 2.2.0-beta32Closed, in 2.2.0-beta32(:else:) extension of Conditional Markup
PITS.00746Closed - declinedClosed - declinedLink markup broken in 2.1.6
PITS.00741Closed - use %-escapesSee Cookbook/FixURLEscape characters in URLs
PITS.00707Closed - available in 2.2.0-beta1re: SimonAdd conditional markup to detect if text is included
PITS.00673Closed - not a bugPmWiki changes a character with a macron to a character with a circumflex on save
PITS.00665Openor replaced by AttachTable (+41)Allow customization of attachlist output
PITS.00646ClosedrestoreSearch should use the page it is called from to return the result if it contains (:searchresults:)
PITS.00638Closed, added for 2.2.89Clearly the default classname is applied below. (+478)Simple table have CSS class added to facilitate customisation
PITS.00615OpenI'd like to vote, but I already have!Suggested default template changes
PITS.00489Closed, added for 2.2.76Closed, added for 2.2.76classes for Image frames and captions
PITS.00485Closed -- added to cookbooklinkInclude NewPageBox in a release
PITS.00467Closedclosed, non existent page handling now changedDescribe DummyPage? here needs forced link
PITS.00466Closed - fixed for 2.0.0Saving Approved URLs issues: Added twice; Case sensitive
PITS.00446Closed - added to documentationrestoreApprove Links tool tip
PITS.00423Closed - not a bugde-sapmTable attributes have a space added in string value
PITS.00411Openmaybe this has been done?pagelist to exclude redirects
PITS.00396Closed (added for 2.2.3)Closed (Added for 2.2.3)Creating uploads directory error message may require tidy
PITS.00269Closed - not a bug%right% need blank line before and after
PITS.00250ClosedProvide a "wikiright" to match the existing wikileft
PITS.00162Closed - fixed for 2.0.beta1Move formatting of $PageLogoFmt into template

(:template first:)

(:template each:)

{=$FullName}?{=$:Status}{=$LastModifiedSummary}{=$:Summary}

(:template last:)

Watch list

September 03, 2023, at 08:40 AMCookbook.Clean Urls Petko[B,QSA,L], hlt (-549)
December 23, 2021, at 06:48 AMCookbook.Web Admin Dave
October 06, 2024, at 11:30 AMGroup.Namespaced? Profiles
September 15, 2024, at 05:34 PMPm Wiki.Security admin? (-34)
August 22, 2024, at 11:33 AMPm Wiki.Upload Variables PetkoAdd $UploadBlockPatterns, deprecate $UploadBlacklist. (+594)
August 07, 2024, at 02:24 PMPm Wiki.Uploads Petko$EnableUploadDrop (+1134)
July 13, 2024, at 08:39 PMPm Wiki.Available Actions simonadd migr8 (+90)
May 02, 2024, at 05:38 AMPm Wiki.Troubleshooting PetkoMove "warning may go away" up just after the question (-6)
April 28, 2024, at 07:20 AMPm Wiki.Conditional Markup Petkoif action browse,edit (case insensitive) (+78)
April 26, 2024, at 09:49 AMPm Wiki.Markup Expressions Petko (+39)
April 21, 2024, at 01:34 PMPm Wiki.Url Approvals Petkoupdate for PmToken (+91)
March 12, 2024, at 11:10 PMPm Wiki.Include Other Pages Petkorm ominous line (-385)
February 22, 2024, at 03:35 PMPm Wiki.Notify Petko (+4)
December 26, 2023, at 08:54 AMPm Wiki.Uploads Admin simonadd link to another list of mime types (+195)
June 11, 2023, at 01:26 PMPm Wiki.Categories goodguy00?syntax err (+1)
February 12, 2023, at 11:10 AMPm Wiki.Wiki Trails Petkolist styles? to be added to core documentation (-7)
November 24, 2022, at 09:38 PMPm Wiki.Comment Markup abdellah? (-8)
November 20, 2022, at 07:35 AMPm Wiki.File Permissions MFWolfftypo (+0)
October 15, 2022, at 09:04 AMPm Wiki.Analyze Results simonhlt php, pm hlt (+43)
July 22, 2022, at 06:27 AMPm Wiki.Deleting Pages simonpm hlt (+16)
July 03, 2022, at 01:00 AMPm Wiki.Wiki Farms simonhlt php (+7)
June 09, 2022, at 10:47 PMPm Wiki.Blocklist simonhlt php, http+s (+402)
April 26, 2022, at 10:01 AMPm Wiki.Page Text Variables simonpm hlt, hlt php (+9)
February 17, 2022, at 07:41 PMPm Wiki.How To Get Assistance simonhttp+s, update links (+173)
January 01, 2022, at 06:01 AMPm Wiki.Site Analyzer simonhtps (+1)

(:template first:)

(:template each:)

{=$LastModified}{=$Groupspaced}.{=$Namespaced}? {=$LastModifiedBy}?{=$LastModifiedSummary}

(:template last:)

Last modified by me

(thanks Pico for the pagelist)

(:template defaults order=-time,group group=PmWiki,Cookbook,Skins,PITS trail=Site.AllRecentChanges:) (:template first:)

Recent pages that were last modified by Simon (:template each:) (:template last:)

Recent pages that were last modified by Simon

Cookbook.ExtensionHub
September 16, 2024, at 06:11 AM
sorry, I assumed from the documentation that $SiteAdminGroup was customisable (+0)
Configuration panel for extensions
Cookbook.EditToolbar
August 18, 2024, at 12:00 AM
fix PHP 8 warning (was not able to contact Dave G) (-193)
A shiny new set of icons, replacing and extending those on the standard edit toolbar.
Cookbook.ExtensionHub-Users
August 17, 2024, at 09:58 PM
update my feedback (+83)
User notes for the ExtensionHub extension.
Cookbook.PmWikiInfo-Users
August 17, 2024, at 09:56 PM
add myself as a user (+1020)
User notes for the PmWikiInfo extension.
Cookbook.PmWikiInfo
August 17, 2024, at 09:53 PM
its '!extensions' not '!extension' for the category! (+1)
Display of selected PmWiki Information in a wiki page
PmWiki.InterMap
August 12, 2024, at 11:59 AM
update intermap.txt contents to 2.3.36 value (+81)
Interwiki links definition and use
PmWiki.MarkupMasterIndex
July 15, 2024, at 10:14 AM
hlt (+61)
Tabulation of all PmWiki markup
PmWiki.AvailableActions
July 13, 2024, at 08:39 PM
add migr8 (+90)
All PmWiki page actions (?action=) and other query parameters
Cookbook.MessagesReplacement
June 02, 2024, at 09:55 PM
add key= parameter to maintain compatibility with built in directive (+520)
A drop in replacement for the PmWiki (:messages:) directive
Cookbook.InstallOnIIS10
May 25, 2024, at 11:10 PM
add clarification (+126)
Install PmWiki on Windows 10 and IIS 10
Cookbook.ToggleNext
May 22, 2024, at 06:57 PM
don't include obsolete recipe in pagelist (+1)
Unobtrusive WikiStyle-based toggle-next element
Cookbook.ExtractText
May 08, 2024, at 08:17 AM
add an actual redirect. (delete me perhaps?) (+39)
Redirects to TextExtract
PITS.01506
May 08, 2024, at 06:07 AM
more thoughts (+822)
Malformed pagelist template
Cookbook.AutomaticChangeSummary
May 07, 2024, at 06:12 AM
fix for PHP 8 warnings (+118)
Automatic change summaries
PmWiki.ConditionalMarkup-Talk
May 06, 2024, at 11:33 PM
How can I achieve ? (+74)
Discussion of ConditionalMarkup
Cookbook.EditToolbar-Talk
May 06, 2024, at 11:08 PM
Dave, please contact me re PHP 8.3.4 warnings. I tried emailing you (+9)
Talk page for EditToolbar.
Cookbook.GuiEdit
May 06, 2024, at 11:02 PM
hlt (+212)
Add graphical editing buttons, as in pmwiki.org's site
PmWiki.LayoutVariables-Talk
May 06, 2024, at 10:38 PM
add links to PITS and Recipe (+40)
Discussion of LayoutVariables
Cookbook.GpxStat
May 05, 2024, at 01:04 AM
update for PHP 8 warnings (+424)
A recipe to display statistics about a GPX file
  0: 00.00 00.00 config start
  1: 00.02 config end
  2: 00.37 MarkupToHTML begin
  3: 00.51 ReadApprovedUrls SiteAdmin.ApprovedUrls begin
  4: 00.52 ReadApprovedUrls SiteAdmin.ApprovedUrls end
  5: 00.72 FPLTemplate: Chain begin
  6: 00.72 FPLTemplate: FPLTemplateLoad
  7: 00.72 FPLTemplate: FPLTemplateDefaults
  8: 00.72 FPLTemplate: FPLTemplatePageList
  9: 00.72 MakePageList pre
 10: 00.72 PageListSources begin
 11: 00.72 PageStore::ls begin wiki.d/{$FullName}
 12: 00.73 PageStore::ls merge wiki.d/{$FullName}
 13: 00.74 PageStore::ls end wiki.d/{$FullName}
 14: 00.74 PageStore::ls begin $FarmD/wikilib.d/{$FullName}
 15: 00.74 PageStore::ls merge $FarmD/wikilib.d/{$FullName}
 16: 00.74 PageStore::ls end $FarmD/wikilib.d/{$FullName}
 17: 00.74 PageListSources end count=1298
 18: 00.74 PageListSort pre ret=4 order=name
 19: 00.74 MakePageList items count=1298, filters=PageListVariables
 20: 04.32 MakePageList post count=18, readc=0
 21: 04.32 PageListSort begin
 22: 04.32 PageListSort sort
 23: 04.32 PageListSort end
 24: 04.32 MakePageList end
 25: 04.32 FPLTemplate: FPLTemplatePmWikiOrg
 26: 04.32 MarkupToHTML begin
 27: 04.32 MarkupToHTML end
 28: 04.32 FPLTemplate: FPLTemplateSliceList
 29: 04.32 FPLTemplate: FPLTemplateFormat
 30: 04.33 MarkupToHTML begin
 31: 04.43 MarkupToHTML end
 32: 04.43 FPLTemplate: FPLTemplatePmWikiOrgPostFormat
 33: 04.43 FPLTemplate: Chain end
 34: 04.43 FPLTemplate: Chain begin
 35: 04.43 FPLTemplate: FPLTemplateLoad
 36: 04.43 FPLTemplate: FPLTemplateDefaults
 37: 04.43 FPLTemplate: FPLTemplatePageList
 38: 04.43 MakePageList pre
 39: 04.43 PageListSources begin
 40: 04.43 PageStore::ls begin wiki.d/{$FullName}
 41: 04.44 PageStore::ls merge wiki.d/{$FullName}
 42: 04.44 PageStore::ls end wiki.d/{$FullName}
 43: 04.44 PageStore::ls begin $FarmD/wikilib.d/{$FullName}
 44: 04.44 PageStore::ls merge $FarmD/wikilib.d/{$FullName}
 45: 04.44 PageStore::ls end $FarmD/wikilib.d/{$FullName}
 46: 04.44 PageListSources end count=15
 47: 04.44 PageListSort pre ret=4 order=name
 48: 04.44 MakePageList items count=15, filters=
 49: 04.44 MakePageList post count=15, readc=0
 50: 04.44 PageListSort begin
 51: 04.44 PageListSort sort
 52: 04.44 PageListSort end
 53: 04.44 MakePageList end
 54: 04.44 FPLTemplate: FPLTemplatePmWikiOrg
 55: 04.44 MarkupToHTML begin
 56: 04.44 MarkupToHTML end
 57: 04.44 FPLTemplate: FPLTemplateSliceList
 58: 04.44 FPLTemplate: FPLTemplateFormat
 59: 04.54 MarkupToHTML begin
 60: 04.55 MarkupToHTML end
 61: 04.55 FPLTemplate: FPLTemplatePmWikiOrgPostFormat
 62: 04.55 FPLTemplate: Chain end
 63: 04.56 FPLTemplate: Chain begin
 64: 04.56 FPLTemplate: FPLTemplateLoad
 65: 04.56 FPLTemplate: FPLTemplateDefaults
 66: 04.56 FPLTemplate: FPLTemplatePageList
 67: 04.56 MakePageList pre
 68: 04.56 PageListSources begin
 69: 04.56 PageStore::ls begin wiki.d/{$FullName}
 70: 04.56 PageStore::ls merge wiki.d/{$FullName}
 71: 04.57 PageStore::ls end wiki.d/{$FullName}
 72: 04.57 PageStore::ls begin $FarmD/wikilib.d/{$FullName}
 73: 04.57 PageStore::ls merge $FarmD/wikilib.d/{$FullName}
 74: 04.57 PageStore::ls end $FarmD/wikilib.d/{$FullName}
 75: 04.57 PageListSources end count=1527
 76: 04.57 PageListSort pre ret=4 order=-name
 77: 04.57 MakePageList items count=1527, filters=PageListVariables
 78: 05.85 MakePageList post count=94, readc=0
 79: 05.85 PageListSort begin
 80: 05.85 PageListSort sort
 81: 05.85 PageListSort end
 82: 05.85 MakePageList end
 83: 05.85 FPLTemplate: FPLTemplatePmWikiOrg
 84: 05.85 MarkupToHTML begin
 85: 05.85 MarkupToHTML end
 86: 05.85 FPLTemplate: FPLTemplateSliceList
 87: 05.85 FPLTemplate: FPLTemplateFormat
 88: 05.86 MarkupToHTML begin
 89: 05.94 MarkupToHTML end
 90: 05.94 FPLTemplate: FPLTemplatePmWikiOrgPostFormat
 91: 05.94 FPLTemplate: Chain end
 92: 05.94 FPLTemplate: Chain begin
 93: 05.94 FPLTemplate: FPLTemplateLoad
 94: 05.94 FPLTemplate: FPLTemplateDefaults
 95: 05.94 FPLTemplate: FPLTemplatePageList
 96: 05.94 MakePageList pre
 97: 05.94 PageListSources begin
 98: 05.95 PageListSources end count=25
 99: 05.95 PageListSort pre ret=6 order=group,-time
100: 05.95 MakePageList items count=25, filters=PageListSort
101: 05.95 MakePageList post count=25, readc=25
102: 05.95 PageListSort begin
103: 05.95 PageListSort sort
104: 05.95 PageListSort end
105: 05.95 MakePageList end
106: 05.95 FPLTemplate: FPLTemplatePmWikiOrg
107: 05.95 MarkupToHTML begin
108: 05.95 MarkupToHTML end
109: 05.95 FPLTemplate: FPLTemplateSliceList
110: 05.95 FPLTemplate: FPLTemplateFormat
111: 05.96 MarkupToHTML begin
112: 05.98 MarkupToHTML end
113: 05.98 FPLTemplate: FPLTemplatePmWikiOrgPostFormat
114: 05.98 FPLTemplate: Chain end
115: 05.99 FPLTemplate: Chain begin
116: 05.99 FPLTemplate: FPLTemplateLoad
117: 05.99 FPLTemplate: FPLTemplateDefaults
118: 05.99 FPLTemplate: FPLTemplatePageList
119: 05.99 MakePageList pre
120: 05.99 PageListSources begin
121: 06.06 PageListSources end count=1022
122: 06.06 PageListSort pre ret=6 order=-time,group
123: 06.06 MakePageList items count=1022, filters=PageListSort
124: 06.17 MakePageList post count=1022, readc=1022
125: 06.17 PageListSort begin
126: 06.18 PageListSort sort
127: 06.19 PageListSort end
128: 06.19 MakePageList end
129: 06.19 FPLTemplate: FPLTemplatePmWikiOrg
130: 06.19 MarkupToHTML begin
131: 06.19 MarkupToHTML end
132: 06.19 FPLTemplate: FPLTemplateSliceList
133: 06.19 FPLTemplate: FPLTemplateFormat
134: 06.49 MarkupToHTML begin
135: 06.70 MarkupToHTML end
136: 06.70 FPLTemplate: FPLTemplatePmWikiOrgPostFormat
137: 06.70 FPLTemplate: Chain end
138: 06.71 MarkupToHTML end
139: 06.71 MarkupToHTML begin
140: 06.72 MarkupToHTML end
141: 06.72 MarkupToHTML begin
142: 06.73 MarkupToHTML end
143: 06.73 now