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 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

 $EditTemplatesFmt = array('$Group.Template', '$DefaultGroup.Template');
 # 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('[[<]]', '[[<<]]', '/\\[\\[&lt;\\]\\]/', '<br />'); # break without clear all 
 # make search stay in group
 $PageSearchForm = '$DefaultGroup.Search';  
 # better control over simple tables (''doesn't work, hoping for help'')
 $BlockMarkups['table'] = '<table width=* class="wikisimpletable">';
 # Additional uploads file types
 $UploadExts['dot'] = 'application/msword'; # Word document template

Set $EnableDiag and

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

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

PITS:PITS entries
PITS.01499OpenNumberFormatter? (+252)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.01368OpenHere is one way to do it (+55)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 UrlsPetko[B,QSA,L], hlt (-549)
December 23, 2021, at 06:48 AMCookbook.Web AdminDave
March 19, 2024, at 02:16 AMGroup.Namespaced?Profiles
March 12, 2024, at 11:10 PMPm Wiki.Include Other PagesPetkorm ominous line (-385)
February 26, 2024, at 07:49 AMPm Wiki.Upload VariablesPetko$ImgDarkSuffix: only embedded, not linked (+159)
February 24, 2024, at 07:55 AMPm Wiki.Markup ExpressionsMFWolfftypo (+0)
February 22, 2024, at 03:35 PMPm Wiki.NotifyPetko (+4)
February 19, 2024, at 08:10 PMPm Wiki.Available Actionssimonaction = hub (+90)
December 26, 2023, at 08:54 AMPm Wiki.Uploads Adminsimonadd link to another list of mime types (+195)
November 11, 2023, at 07:43 AMPm Wiki.TroubleshootingPetkoUpgrades#pmtoken (+204)
October 10, 2023, at 08:50 AMPm Wiki.Uploadssimonremove example links (+24)
June 11, 2023, at 01:26 PMPm Wiki.Categoriesgoodguy00?syntax err (+1)
February 12, 2023, at 11:10 AMPm Wiki.Wiki TrailsPetkolist styles? to be added to core documentation (-7)
December 17, 2022, at 09:49 AMPm Wiki.Conditional MarkupPetkocareful with for nested lines (-1) (+36)
November 24, 2022, at 09:38 PMPm Wiki.Comment Markupabdellah? (-8)
November 20, 2022, at 07:35 AMPm Wiki.File PermissionsMFWolfftypo (+0)
October 15, 2022, at 09:04 AMPm Wiki.Analyze Resultssimonhlt php, pm hlt (+43)
July 22, 2022, at 06:27 AMPm Wiki.Deleting Pagessimonpm hlt (+16)
July 15, 2022, at 08:23 PMPm Wiki.Securitysimonhttp+s, hlt php; suggest removal of register globals Q&A (+399)
July 03, 2022, at 01:00 AMPm Wiki.Wiki Farmssimonhlt php (+7)
June 09, 2022, at 10:47 PMPm Wiki.Blocklistsimonhlt php, http+s (+402)
May 27, 2022, at 06:28 AMPm Wiki.Url Approvalssimonhlt php, http+s (+139)
April 26, 2022, at 10:01 AMPm Wiki.Page Text Variablessimonpm hlt, hlt php (+9)
February 17, 2022, at 07:41 PMPm Wiki.How To Get Assistancesimonhttp+s, update links (+173)
January 01, 2022, at 06:01 AMPm Wiki.Site Analyzersimonhtps (+1)

(:template first:)

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

PmWiki.AvailableActions
February 19, 2024, at 08:10 PM
action = hub (+90)
All PmWiki page actions (?action=) and other query parameters
Cookbook.MarkupDirectiveFunctions-Users
February 19, 2024, at 07:27 PM
(+2)
User notes for the MarkupDirectiveFunctions recipe.
Cookbook.MarkupDirectiveFunctions
February 19, 2024, at 07:27 PM
add lhlt php (+210)
Simply configured custom directives
Cookbook.ExtensionHub-Users
February 19, 2024, at 07:26 PM
new user (+1000)
User notes for the ExtensionHub recipe.
Cookbook.Maxi2-Users
February 19, 2024, at 06:22 AM
add user (+196)
User notes for the Maxi2 recipe.
Cookbook.Maxi2
February 19, 2024, at 06:22 AM
more hlt (+23)
Inline picture zoom for modern browsers and touch-screen devices
PmWiki.CustomMarkup
February 17, 2024, at 05:44 AM
add Keep Block (+154)
Using the Markup() function for custom wiki syntax; migration to PHP 5.5
PmWiki.SpecialPages
February 02, 2024, at 10:54 PM
add skin elements (+111)
Pages in PmWiki that have special meaning or are created or updated in a special manner
Cookbook.GpxStat
January 20, 2024, at 09:56 PM
(+0)
A recipe to display statistics about a GPX file
Cookbook.GpxStat-Users
January 20, 2024, at 09:56 PM
user (+1045)
User notes for the GpxStat recipe.
PmWiki.MarkupMasterIndex
January 18, 2024, at 04:53 AM
update for make not in distribution (+9)
Tabulation of all PmWiki markup
Cookbook.DebuggingForCookbookAuthors-Talk
January 13, 2024, at 08:15 PM
update to refer to Debug Messages recipe (-1011)
Talk page for DebuggingForCookbookAuthors.
Cookbook.DebugMessages
January 13, 2024, at 08:11 PM
new (+4515)
Capture recipe debug messages for display by the messages directive
PmWiki.LinkIMap
January 13, 2024, at 08:04 PM
hlt (+19)
Description PmWiki's internal function LinkIMap()
PmWiki.LinkVariables
January 13, 2024, at 07:54 PM
hlt (+171)
variables that control the display of links in pages
PmWiki.MailPosts
January 13, 2024, at 07:38 PM
hlt, but perhaps should be removed (+109)
superseded by Notify from version 2.1.7
PmWiki.MarkupCharacters
December 28, 2023, at 12:04 AM
layout (+134)
A list of special characters used in PmWiki markup
PmWiki.UploadsAdmin
December 26, 2023, at 08:54 AM
add link to another list of mime types (+195)
Administration of PmWiki uploads
Cookbook.EditTitle-Talk
December 25, 2023, at 08:32 AM
update link (+73)
Talk page for EditTitle.
PmWiki.NumberedHeadings
December 25, 2023, at 08:24 AM
delete? (+0)
Redirects to Table of contents.
PmWiki.PageLocking
December 23, 2023, at 07:24 PM
add summary, this page is better elsewhere perhaps? (+46)
Exclusive author editing of a page
PmWiki.TableDirectives
December 23, 2023, at 07:20 PM
add missing hlt (+7)
Directives for table processing
PmWiki.DocumentationIndex
December 23, 2023, at 07:14 PM
add link to block markup (+50)
PmWiki documentation index
Cookbook.ParseArgs
December 23, 2023, at 01:04 AM
link to Test.ParseArgs (+52)
Description of ParseArgs function for parsing argument lists
PmWiki.PatrickMichaud
December 16, 2023, at 08:29 PM
https (+9)
PmWiki.PerGroupCustomization
December 16, 2023, at 08:27 PM
delete? (+0)
Skins.Lean
December 16, 2023, at 08:26 PM
update links, still some broken links (+74)
A clean, minimalist skin that was created with usability in mind
Cookbook.GoogleAdsense-Talk
December 16, 2023, at 08:26 PM
change link, hlt (+43)
Talk page for GoogleAdsense.
PmWiki.PathVariables
December 16, 2023, at 08:25 PM
hlt, change link (+122)
variables used to specify various locations on the server
PmWiki.PL
December 16, 2023, at 07:52 PM
delete? (+0)
Redirects to PmWiki.PageLists
PmWiki.PmwikiFriendlyHosting
December 16, 2023, at 07:51 PM
delete? (+0)
PmWiki.PmWikiUsers-GMap
December 16, 2023, at 07:50 PM
delete? (+0)
Cookbook.GMap
December 16, 2023, at 07:49 PM
change link to GMap (+26)
Easy Google Maps integration
PmWiki.QuotesAndAnecdotes
December 16, 2023, at 08:05 AM
delete? (+0)
Cookbook.LinkTitles
December 16, 2023, at 07:29 AM
hlt (+118)
Add "title" attributes to all links
Cookbook.ControllingWebRobots
December 16, 2023, at 06:50 AM
hlt (+14)
How to control web robots or bots trying to scan files
PmWiki.Robots
December 16, 2023, at 06:40 AM
hlt, https, remove broken link (+17)
Setting available to control robots
PmWiki.RSS
December 16, 2023, at 06:35 AM
delete? (+0)
Deprecated in favour of WebFeeds
PmWiki.SampleConfigFile
December 16, 2023, at 06:35 AM
does this have value (if its not being maintained) - delete? (+8)
PmWiki.SearchForPages
December 16, 2023, at 06:33 AM
delete? (+14)
PmWiki.SearchImprovements
December 16, 2023, at 06:32 AM
delete or cookbook? (+15)
Search improvements discussion
PmWiki.SecurityVariables
December 16, 2023, at 06:30 AM
hlt (+114)
variables crucial for site security
PmWiki.SettingAudienceSuggestion
December 16, 2023, at 06:25 AM
remove comment (-80)
Suggestions for setting Audience and Level on various Pages in PmWiki group
PmWiki.SetupHTTPS
December 16, 2023, at 06:24 AM
hlt (+146)
Setup PmWiki for HTTP over Transport Layer Security
PmWiki.SpecialCharacters
December 09, 2023, at 04:34 AM
move to cookbook? (+0)
PmWiki.SpecialCharactersList
December 09, 2023, at 04:34 AM
move to cookbook? (+0)
Entities defined in https://www.w3.org/TR/xhtml1/DTD/xhtml-lat1.ent from the rss.php script
PmWiki.SitePageActions
December 09, 2023, at 04:31 AM
hlt (+118)
how site page actions work
PmWiki.TempDirNotes
December 09, 2023, at 04:07 AM
move to cookbook? (+0)
PmWiki.UpgradingFromPmWiki1
December 09, 2023, at 04:04 AM
hlt, https (+21)
Version 1 to version 2 upgrade suggestions
PmWiki.Users
December 09, 2023, at 03:55 AM
add summary (+46)
The three types of PmWiki users
PmWiki.Version
December 09, 2023, at 03:53 AM
hlt (+14)
Determining and displaying the current version of PmWiki (pmwiki-2.3.31)
PmWiki.WikiCascades
December 09, 2023, at 03:49 AM
add category, fix broken link, lauout (+48)
The order of usage or selection of settings and files
Cookbook.Cookbook
December 09, 2023, at 03:40 AM
use category, layout (-12)
List of cookbook recipe categories
PmWiki.WikiFarmsAdvanced
December 09, 2023, at 03:29 AM
summary, hlt (+58)
Cookbook.AdminHints
December 09, 2023, at 01:22 AM
change link (+158)
Hints & suggestions for wiki administrators
PmWiki.Tables-Talk
December 09, 2023, at 01:07 AM
$EnableSimpleTableRowspan = 1; on PmWiki (+227)
Discussion of Tables
Cookbook.RowspanInSimpleTables-Talk
December 09, 2023, at 12:46 AM
Now implemented in the core (-151)
Talk page for Rowspan in simple tables.
  0: 00.00 00.00 config start
  1: 00.01 config end
  2: 00.20 MarkupToHTML begin
  3: 00.26 ReadApprovedUrls SiteAdmin.ApprovedUrls begin
  4: 00.26 ReadApprovedUrls SiteAdmin.ApprovedUrls end
  5: 00.45 FPLTemplate: Chain begin
  6: 00.45 FPLTemplate: FPLTemplateLoad
  7: 00.45 FPLTemplate: FPLTemplateDefaults
  8: 00.45 FPLTemplate: FPLTemplatePageList
  9: 00.45 MakePageList pre
 10: 00.45 PageListSources begin
 11: 00.45 PageStore::ls begin wiki.d/{$FullName}
 12: 00.45 PageStore::ls merge wiki.d/{$FullName}
 13: 00.46 PageStore::ls end wiki.d/{$FullName}
 14: 00.46 PageStore::ls begin $FarmD/wikilib.d/{$FullName}
 15: 00.46 PageStore::ls merge $FarmD/wikilib.d/{$FullName}
 16: 00.46 PageStore::ls end $FarmD/wikilib.d/{$FullName}
 17: 00.46 PageListSources end count=1294
 18: 00.46 PageListSort pre ret=4 order=name
 19: 00.46 MakePageList items count=1294, filters=PageListVariables
 20: 03.29 MakePageList post count=17, readc=0
 21: 03.29 PageListSort begin
 22: 03.29 PageListSort sort
 23: 03.29 PageListSort end
 24: 03.29 MakePageList end
 25: 03.29 FPLTemplate: FPLTemplatePmWikiOrg
 26: 03.29 MarkupToHTML begin
 27: 03.29 MarkupToHTML end
 28: 03.29 FPLTemplate: FPLTemplateSliceList
 29: 03.29 FPLTemplate: FPLTemplateFormat
 30: 03.30 MarkupToHTML begin
 31: 03.39 MarkupToHTML end
 32: 03.39 FPLTemplate: FPLTemplatePmWikiOrgPostFormat
 33: 03.39 FPLTemplate: Chain end
 34: 03.39 FPLTemplate: Chain begin
 35: 03.39 FPLTemplate: FPLTemplateLoad
 36: 03.39 FPLTemplate: FPLTemplateDefaults
 37: 03.39 FPLTemplate: FPLTemplatePageList
 38: 03.39 MakePageList pre
 39: 03.39 PageListSources begin
 40: 03.39 PageStore::ls begin wiki.d/{$FullName}
 41: 03.40 PageStore::ls merge wiki.d/{$FullName}
 42: 03.40 PageStore::ls end wiki.d/{$FullName}
 43: 03.40 PageStore::ls begin $FarmD/wikilib.d/{$FullName}
 44: 03.40 PageStore::ls merge $FarmD/wikilib.d/{$FullName}
 45: 03.40 PageStore::ls end $FarmD/wikilib.d/{$FullName}
 46: 03.40 PageListSources end count=15
 47: 03.41 PageListSort pre ret=4 order=name
 48: 03.41 MakePageList items count=15, filters=
 49: 03.41 MakePageList post count=15, readc=0
 50: 03.41 PageListSort begin
 51: 03.41 PageListSort sort
 52: 03.41 PageListSort end
 53: 03.41 MakePageList end
 54: 03.41 FPLTemplate: FPLTemplatePmWikiOrg
 55: 03.41 MarkupToHTML begin
 56: 03.41 MarkupToHTML end
 57: 03.41 FPLTemplate: FPLTemplateSliceList
 58: 03.41 FPLTemplate: FPLTemplateFormat
 59: 03.47 MarkupToHTML begin
 60: 03.49 MarkupToHTML end
 61: 03.49 FPLTemplate: FPLTemplatePmWikiOrgPostFormat
 62: 03.49 FPLTemplate: Chain end
 63: 03.49 FPLTemplate: Chain begin
 64: 03.49 FPLTemplate: FPLTemplateLoad
 65: 03.49 FPLTemplate: FPLTemplateDefaults
 66: 03.49 FPLTemplate: FPLTemplatePageList
 67: 03.49 MakePageList pre
 68: 03.49 PageListSources begin
 69: 03.49 PageStore::ls begin wiki.d/{$FullName}
 70: 03.50 PageStore::ls merge wiki.d/{$FullName}
 71: 03.50 PageStore::ls end wiki.d/{$FullName}
 72: 03.50 PageStore::ls begin $FarmD/wikilib.d/{$FullName}
 73: 03.50 PageStore::ls merge $FarmD/wikilib.d/{$FullName}
 74: 03.50 PageStore::ls end $FarmD/wikilib.d/{$FullName}
 75: 03.51 PageListSources end count=1513
 76: 03.51 PageListSort pre ret=4 order=-name
 77: 03.51 MakePageList items count=1513, filters=PageListVariables
 78: 04.36 MakePageList post count=93, readc=0
 79: 04.36 PageListSort begin
 80: 04.36 PageListSort sort
 81: 04.36 PageListSort end
 82: 04.36 MakePageList end
 83: 04.36 FPLTemplate: FPLTemplatePmWikiOrg
 84: 04.36 MarkupToHTML begin
 85: 04.36 MarkupToHTML end
 86: 04.36 FPLTemplate: FPLTemplateSliceList
 87: 04.36 FPLTemplate: FPLTemplateFormat
 88: 04.37 MarkupToHTML begin
 89: 04.45 MarkupToHTML end
 90: 04.45 FPLTemplate: FPLTemplatePmWikiOrgPostFormat
 91: 04.45 FPLTemplate: Chain end
 92: 04.45 FPLTemplate: Chain begin
 93: 04.45 FPLTemplate: FPLTemplateLoad
 94: 04.45 FPLTemplate: FPLTemplateDefaults
 95: 04.45 FPLTemplate: FPLTemplatePageList
 96: 04.45 MakePageList pre
 97: 04.45 PageListSources begin
 98: 04.45 PageListSources end count=25
 99: 04.45 PageListSort pre ret=6 order=group,-time
100: 04.45 MakePageList items count=25, filters=PageListSort
101: 04.46 MakePageList post count=25, readc=25
102: 04.46 PageListSort begin
103: 04.46 PageListSort sort
104: 04.46 PageListSort end
105: 04.46 MakePageList end
106: 04.46 FPLTemplate: FPLTemplatePmWikiOrg
107: 04.46 MarkupToHTML begin
108: 04.46 MarkupToHTML end
109: 04.46 FPLTemplate: FPLTemplateSliceList
110: 04.46 FPLTemplate: FPLTemplateFormat
111: 04.46 MarkupToHTML begin
112: 04.49 MarkupToHTML end
113: 04.49 FPLTemplate: FPLTemplatePmWikiOrgPostFormat
114: 04.49 FPLTemplate: Chain end
115: 04.50 FPLTemplate: Chain begin
116: 04.50 FPLTemplate: FPLTemplateLoad
117: 04.50 FPLTemplate: FPLTemplateDefaults
118: 04.50 FPLTemplate: FPLTemplatePageList
119: 04.50 MakePageList pre
120: 04.50 PageListSources begin
121: 04.56 PageListSources end count=1016
122: 04.56 PageListSort pre ret=6 order=-time,group
123: 04.56 MakePageList items count=1016, filters=PageListSort
124: 04.68 MakePageList post count=1016, readc=1016
125: 04.68 PageListSort begin
126: 04.69 PageListSort sort
127: 04.70 PageListSort end
128: 04.70 MakePageList end
129: 04.70 FPLTemplate: FPLTemplatePmWikiOrg
130: 04.70 MarkupToHTML begin
131: 04.70 MarkupToHTML end
132: 04.70 FPLTemplate: FPLTemplateSliceList
133: 04.70 FPLTemplate: FPLTemplateFormat
134: 04.81 MarkupToHTML begin
135: 05.06 MarkupToHTML end
136: 05.06 FPLTemplate: FPLTemplatePmWikiOrgPostFormat
137: 05.06 FPLTemplate: Chain end
138: 05.06 MarkupToHTML end
139: 05.06 MarkupToHTML begin
140: 05.07 MarkupToHTML end
141: 05.07 MarkupToHTML begin
142: 05.08 MarkupToHTML end
143: 05.08 now