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 [(approve links) edit diff] 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.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.01431OpenApprove URLs treats http and https as separateApprove 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.01204Open$NotLinks prevent errors with blank page targets (+4)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

December 23, 2021, at 06:48 AMCookbook.Web AdminDave
December 23, 2021, at 06:48 AMCookbook.Clean UrlsbttrAdded notes about RewriteBase und ScriptUrl
June 10, 2023, at 10:35 PMGroup.Namespaced?Profiles
May 25, 2023, at 07:28 AMPm Wiki.Upload VariablesPetko$EnableDownloadRanges (+342)
April 30, 2023, at 02:02 PMPm Wiki.TroubleshootingPetkomod_security: Cookbook:EncodePost (+60)
March 12, 2023, at 07:01 AMPm Wiki.Available ActionsMFWolfftypo (-1)
February 27, 2023, at 12:34 PMPm Wiki.Uploads AdminPetkocorrupted indirect downloads (-28) (+707)
February 24, 2023, at 09:34 AMPm Wiki.UploadsPetkoChange upload extensions to a table, move pdf & csv into office category (+0) (+95)
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 30, 2022, at 02:58 AMPm Wiki.Markup ExpressionsPetko%L, note about undefined formats into WikiStyles (+0) (+355)
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)
June 03, 2022, at 08:41 AMPm Wiki.Notifysimonhlt php, pm hlt, http+s (+984)
May 27, 2022, at 06:28 AMPm Wiki.Url Approvalssimonhlt php, http+s (+139)
May 14, 2022, at 06:02 AMPm Wiki.CategoriesPetkoeither full URL or page variable $PageUrl; remove outdated "guts" section (-634) (-546)
April 26, 2022, at 10:01 AMPm Wiki.Page Text Variablessimonpm hlt, hlt php (+9)
March 17, 2022, at 04:30 AMPm Wiki.Include Other PagesPetko (-6)
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

Cookbook.InternationalPTVs-Users
June 02, 2023, at 09:13 PM
user (+1003)
User notes for the InternationalPTVs recipe.
PITS.01252
March 15, 2023, at 08:21 AM
Closed, implemented in 2.3.0 (+2)
Add category= parameter to PageLists
PmWiki.MarkupMasterIndex
March 07, 2023, at 04:50 AM
add open for details (+10)
Tabulation of all PmWiki markup
Cookbook.Router
February 17, 2023, at 06:19 AM
hlt php, pm hlt (+223)
Router allows a website's url structure to be different from PmWiki's group/page structure.
Cookbook.Licenses
February 05, 2023, at 12:10 AM
https, pm hlt, hlt php (+39)
Markup to display licensing info on pages
Cookbook.UnaccentUTF8-Users
February 04, 2023, at 10:39 PM
add user (+967)
User notes for the UnaccentUTF8 recipe.
Cookbook.ThumbList-Talk
January 27, 2023, at 04:24 AM
awesome, thanks (+92)
Talk Page for ThumbList recipe
Cookbook.ConditionalMarkupSamples
January 27, 2023, at 04:13 AM
pm hlt, hlt php (+189)
List of default and custom conditional markup definitions
Cookbook.InstallOnIIS10
January 17, 2023, at 07:53 AM
minor update (+1537)
Install PmWiki on Windows 10 and IIS 10
Cookbook.SkinList
January 09, 2023, at 07:02 AM
update note (+50)
List skins installed on a site
PmWiki.Skins
January 08, 2023, at 07:32 PM
update browsers (+16)
Change the look and feel of part or all of PmWiki
Cookbook.LocalCSS
January 08, 2023, at 03:34 AM
hlt php, pm hlt (+92)
Flexible CSS compilation from a wiki page
Cookbook.ParseArgs
January 07, 2023, at 08:23 PM
hlt php, pm hlt (+201)
Description of ParseArgs function for parsing argument lists
Skins.PmWiki-responsive
January 07, 2023, at 07:58 PM
addďinks, hlt php, hlt css, pm hlt (+240)
Responsive skin shipped with PmWiki
Skins.SkinChange
January 07, 2023, at 07:23 PM
Obsolete (+14)
change skin via query or cookie setting
PmWiki.FunctionList
January 06, 2023, at 02:42 AM
see $PageIndexTermsFunction (+30)
A simple list of the functions provided by PmWiki
Cookbook.MarkdownMarkupExtension
January 05, 2023, at 09:32 AM
pmhlt (+48)
Use Markdown markup with PmWiki
Cookbook.WikiFooter
January 04, 2023, at 09:25 PM
hlt php, hlt pm (-66)
Website page footer
PmWiki.MakeLink
January 04, 2023, at 08:53 PM
pm hlt, hlt php, hlt html (-4)
Describes an internal function in PmWiki's engine called MakeLink()
PmWiki.MailingLists
January 04, 2023, at 08:25 PM
hlt html, 2022 (+19)
The email discussion lists available and their archives
  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.27 ReadApprovedUrls SiteAdmin.ApprovedUrls end
  5: 00.47 FPLTemplate: Chain begin
  6: 00.47 FPLTemplate: FPLTemplateLoad
  7: 00.47 FPLTemplate: FPLTemplateDefaults
  8: 00.47 FPLTemplate: FPLTemplatePageList
  9: 00.47 MakePageList pre
 10: 00.47 PageListSources begin
 11: 00.47 PageStore::ls begin wiki.d/{$FullName}
 12: 00.48 PageStore::ls merge wiki.d/{$FullName}
 13: 00.48 PageStore::ls end wiki.d/{$FullName}
 14: 00.48 PageStore::ls begin $FarmD/wikilib.d/{$FullName}
 15: 00.48 PageStore::ls merge $FarmD/wikilib.d/{$FullName}
 16: 00.48 PageStore::ls end $FarmD/wikilib.d/{$FullName}
 17: 00.48 PageListSources end count=1281
 18: 00.48 PageListSort pre ret=4 order=name
 19: 00.48 MakePageList items count=1281, filters=PageListVariables
 20: 03.37 MakePageList post count=15, readc=0
 21: 03.37 PageListSort begin
 22: 03.37 PageListSort sort
 23: 03.37 PageListSort end
 24: 03.37 MakePageList end
 25: 03.37 FPLTemplate: FPLTemplatePmWikiOrg
 26: 03.37 MarkupToHTML begin
 27: 03.38 MarkupToHTML end
 28: 03.38 FPLTemplate: FPLTemplateSliceList
 29: 03.38 FPLTemplate: FPLTemplateFormat
 30: 03.38 MarkupToHTML begin
 31: 03.47 MarkupToHTML end
 32: 03.47 FPLTemplate: FPLTemplatePmWikiOrgPostFormat
 33: 03.47 FPLTemplate: Chain end
 34: 03.47 FPLTemplate: Chain begin
 35: 03.47 FPLTemplate: FPLTemplateLoad
 36: 03.47 FPLTemplate: FPLTemplateDefaults
 37: 03.47 FPLTemplate: FPLTemplatePageList
 38: 03.47 MakePageList pre
 39: 03.47 PageListSources begin
 40: 03.47 PageStore::ls begin wiki.d/{$FullName}
 41: 03.48 PageStore::ls merge wiki.d/{$FullName}
 42: 03.48 PageStore::ls end wiki.d/{$FullName}
 43: 03.48 PageStore::ls begin $FarmD/wikilib.d/{$FullName}
 44: 03.48 PageStore::ls merge $FarmD/wikilib.d/{$FullName}
 45: 03.48 PageStore::ls end $FarmD/wikilib.d/{$FullName}
 46: 03.48 PageListSources end count=15
 47: 03.48 PageListSort pre ret=4 order=name
 48: 03.48 MakePageList items count=15, filters=
 49: 03.48 MakePageList post count=15, readc=0
 50: 03.48 PageListSort begin
 51: 03.48 PageListSort sort
 52: 03.48 PageListSort end
 53: 03.48 MakePageList end
 54: 03.48 FPLTemplate: FPLTemplatePmWikiOrg
 55: 03.48 MarkupToHTML begin
 56: 03.49 MarkupToHTML end
 57: 03.49 FPLTemplate: FPLTemplateSliceList
 58: 03.49 FPLTemplate: FPLTemplateFormat
 59: 03.54 MarkupToHTML begin
 60: 03.56 MarkupToHTML end
 61: 03.56 FPLTemplate: FPLTemplatePmWikiOrgPostFormat
 62: 03.56 FPLTemplate: Chain end
 63: 03.56 FPLTemplate: Chain begin
 64: 03.56 FPLTemplate: FPLTemplateLoad
 65: 03.56 FPLTemplate: FPLTemplateDefaults
 66: 03.56 FPLTemplate: FPLTemplatePageList
 67: 03.56 MakePageList pre
 68: 03.56 PageListSources begin
 69: 03.56 PageStore::ls begin wiki.d/{$FullName}
 70: 03.57 PageStore::ls merge wiki.d/{$FullName}
 71: 03.57 PageStore::ls end wiki.d/{$FullName}
 72: 03.57 PageStore::ls begin $FarmD/wikilib.d/{$FullName}
 73: 03.57 PageStore::ls merge $FarmD/wikilib.d/{$FullName}
 74: 03.57 PageStore::ls end $FarmD/wikilib.d/{$FullName}
 75: 03.57 PageListSources end count=1505
 76: 03.57 PageListSort pre ret=4 order=-name
 77: 03.57 MakePageList items count=1505, filters=PageListVariables
 78: 04.37 MakePageList post count=92, readc=0
 79: 04.37 PageListSort begin
 80: 04.37 PageListSort sort
 81: 04.37 PageListSort end
 82: 04.37 MakePageList end
 83: 04.37 FPLTemplate: FPLTemplatePmWikiOrg
 84: 04.37 MarkupToHTML begin
 85: 04.37 MarkupToHTML end
 86: 04.37 FPLTemplate: FPLTemplateSliceList
 87: 04.37 FPLTemplate: FPLTemplateFormat
 88: 04.38 MarkupToHTML begin
 89: 04.45 MarkupToHTML end
 90: 04.45 FPLTemplate: FPLTemplatePmWikiOrgPostFormat
 91: 04.45 FPLTemplate: Chain end
 92: 04.46 FPLTemplate: Chain begin
 93: 04.46 FPLTemplate: FPLTemplateLoad
 94: 04.46 FPLTemplate: FPLTemplateDefaults
 95: 04.46 FPLTemplate: FPLTemplatePageList
 96: 04.46 MakePageList pre
 97: 04.46 PageListSources begin
 98: 04.46 PageListSources end count=25
 99: 04.46 PageListSort pre ret=6 order=group,-time
100: 04.46 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.47 MarkupToHTML begin
112: 04.50 MarkupToHTML end
113: 04.50 FPLTemplate: FPLTemplatePmWikiOrgPostFormat
114: 04.50 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=951
122: 04.57 PageListSort pre ret=6 order=-time,group
123: 04.57 MakePageList items count=951, filters=PageListSort
124: 04.66 MakePageList post count=951, readc=951
125: 04.66 PageListSort begin
126: 04.67 PageListSort sort
127: 04.68 PageListSort end
128: 04.68 MakePageList end
129: 04.68 FPLTemplate: FPLTemplatePmWikiOrg
130: 04.68 MarkupToHTML begin
131: 04.68 MarkupToHTML end
132: 04.68 FPLTemplate: FPLTemplateSliceList
133: 04.68 FPLTemplate: FPLTemplateFormat
134: 04.78 MarkupToHTML begin
135: 04.95 MarkupToHTML end
136: 04.95 FPLTemplate: FPLTemplatePmWikiOrgPostFormat
137: 04.95 FPLTemplate: Chain end
138: 04.95 MarkupToHTML end
139: 04.95 MarkupToHTML begin
140: 04.96 MarkupToHTML end
141: 04.96 MarkupToHTML begin
142: 04.97 MarkupToHTML end
143: 04.97 now