Simon's profile
An itinerant webmaster for some clubs.
Started with UseMod, tried MoinMoin, now found and converted to PmWiki.
Once a software developer (Pascal), now joined the dark side as a Project Manager, ETL Team Leader, now Data Architect. Still dabble with CSS, HTML, JavaScript, and now PHP to support the websites.
Jack of all trades ... Features I usethe 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('[[<]]', '[[<<]]', '/\\[\\[<\\]\\]/', '<br style="clear:left;" />');
# break clear leftMarkup('[[>]]', '[[<<]]', '/\\[\\[>\\]\\]/', '<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} ({*$PageUrl}) - {*$: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 customisationsWhen 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 customisationsChange 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
Like to create where I can
Like to contribute where I can
Simon
|
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('[[<]]', '[[<<]]', '/\\[\\[<\\]\\]/', '<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
and
$EnableDiag
include_once("$FarmD
/cookbook/analyze.php");
$AnalyzeKey = 'secret';
on one page only by creating a page specific configuration file.
My Questions and FAQs
(2006-05-02) Automatic population of the AuthorTracking field
Running PmWiki as an intranet in a fully windows environment, is there any possibility of hiding, but populating the Author name field from (say) Windows authentication, so that the author for every change is captured (and does not need to be entered (and cannot be changed) by the user)
PITS:PITS entries
PITS.01476 | Closed - documented | Status: Closed - documented (+15) | Markup in Category.GroupFooter |
PITS.01472 | Closed - updated for 2.2.144 | Thanks (+425) | Update intermap.txt |
PITS.01469 | Open | Extend ConditionalMarkup with less and greater (+796) | Extend ConditionalMarkup with "less" and "greater" operators |
PITS.01464 | Open | Support ABBR (+339) | Support ABBR |
PITS.01454 | Closed - added for 2.2.133 | Closed - added for 2.2.133 (+67) | Add new default image types |
PITS.01433 | Open | RecipeCheck enhancements | RecipeCheck enhancements |
PITS.01431 | Open | Approve URLs treats http and https as separate | Approve URLs treats http and https as separate |
PITS.01425 | Open | noted time and result of last measurement | Improve the OOTB security of PmWiki |
PITS.01400 | Closed, added for 2.2.98 | < fixes this, I'll just change it, closed | Markup doesn't work as expected |
PITS.01398 | Open | Category: Cookbook | Add access key for copy/move |
PITS.01393 | Open | Add additional markup expressions | Add additional markup expressions |
PITS.01389 | Open | related to 01425? | Improve PmWiki Security through Content Security Policy support and removing inline javascript and style |
PITS.01385 | Open | Category: Cookbook | Recipe enhancement: Grep to allow wild cards in Groupnam*/Pagenam*#ancho* |
PITS.01384 | Open | Add markup for caption to table directive markup | Add markup for caption to table directive markup |
PITS.01382 | Open | Use ARIA landmarks to improve PmWiki accessibility | Increase PmWiki accessibility |
PITS.01373 | Closed, added for 2.2.79 | added, also orange and grey | Support gray and grey colours, support all basic colour keywords |
PITS.01371 | Closed | Closed, PmWiki accepts units | Add support for additional relative CSS lengths |
PITS.01368 | Open | Here is one way to do it (+55) | add parameter to (:messages:) page directive |
PITS.01366 | Open | Anonymous numerical reference link not orthogonal | Anonymous numerical reference link not orthogonal |
PITS.01364 | Open | Have a separate page for PmForm templates. | |
PITS.01362 | Open | not needed | Allow quoted page names in conditional markup |
PITS.01354 | Closed | Closed, thanks | ftime broken on PmWiki |
PITS.01353 | Open | PageTextVariables (+95) | Add parameter to (:include :) to allow an inline include |
PITS.01341 | Closed - added for 2.2.63 | Enhance Forms to support the required attribute | |
PITS.01329 | Closed, added for 2.2.68 | Closed, added for 2.2.68 | Add 'clear' as a CSS style attribute recognised by Wiki Styles |
PITS.01321 | Open | pagelist order=name does not work in some circumstances | pagelist with order=name does not sort by pagename correctly in some circumstances |
PITS.01315 | Open | add further example | Complex page text variables in pagelist sort |
PITS.01309 | Open | Add Cookbook.SignalWhenMarkup to Core | Add Cookbook.SignalWhenMarkup to Core |
PITS.01302 | Closed - fixed for pmwiki.org | Consider for PmWiki 3 | Link to group incorrectly directed to page PmWiki/group |
PITS.01299 | Open | wording | Allow "Results of search" message to be disabled from searchresults directive |
PITS.01298 | Closed - local customization provided | Closed - local customization | Page variable for Page directives |
PITS.01297 | Open | make {$PageLogoUrl} work | make {$PageLogoUrl} work |
PITS.01296 | Open | Link brackets should not be removed when link has text | |
PITS.01294 | Open | see also | Suggestion for pmwiki.tmpl |
PITS.01291 | Open | Add anchors to page lists | Add anchors to page lists |
PITS.01290 | Open | skins | Pagelists to handle internal intermap links |
PITS.01285 | Closed, added for 2.2.37 | Closed, added for 2.2.37 | include does not use the same definition of an anchor token as does the code that parses links and anchors |
PITS.01252 | Open | Yes, link= works when category page doesn't exist | Add category= parameter to PageLists |
PITS.01247 | Open | New Search Term Page variable | New Search Term Page variable |
PITS.01246 | Closed, duplicate of PITS.00908 | Closed, duplicate of PITS.00908 | Allow negation of link parameter in pagelist |
PITS.01245 | Closed - replied | See also Cookbook:FixURL | Links with quotes don't work correctly |
PITS.01224 | Open | benefits from having a pagelist being able to select similarly named anchors from across a range of | Enhance page list templates to process anchors |
PITS.01220 | Discussion | clarifying | Group homepages not resolved correctly when group only supplied |
PITS.01219 | Open | simplify break suggestion based on experience of using markup | Add markup for inline markup such as soft break, clear left, clear right, fractions |
PITS.01211 | Closed | mv recent grouphomes bug to separate page (-425) | Support Group/ in pagelist name parameter |
PITS.01209 | Open | bump | Add more markup expressions to the core |
PITS.01204 | Open | bump | pagelist frontlinks |
PITS.01203 | Open | bump | Backlinks to incorporate pagelists, redirect, and include |
PITS.01152 | Closed - added for 2.2.14 | Closed - added for 2.2.14 | Display empty and undefined variables as null |
PITS.01140 | Closed - added $EnableLinkPlusTitlespaced | Use $Titlespaced for [[ |+]] markup | |
PITS.01105 | Closed, added as Cookbook:ListResume | Closed, added as Cookbook:ListResume | Add %item value=resume% to list processing |
PITS.01093 | Open | comment out pagelists | Enhance conditional markup to 'if attachments PAGENAME' |
PITS.01091 | Closed - duplicate of 00986 | Closed - duplicate of 00986? | Pagelist default does not handle variable in trail |
PITS.01087 | Closed, added for 2.2.77 | typo (note: this PITS entry is now Closed, Petko added it for 2.2.77) | Extend Conditional Markup (:if attachments:) to specify file names |
PITS.00962 | Closed, not a bug | fix example, add example | Make >><< behave identically with other block formatting when style= is used |
PITS.00957 | Closed - added in 2.2.3 | Closed - added in 2.2.3 | Pages to be added and updated in 2.2 release distribution |
PITS.00951 | Closed, added for 2.2.88 | I am highly pleased | {$SiteAdminGroup} page variable not created |
PITS.00917 | Open | added reference to static pagelist capability and example of creating wiki trail | Page lists? to be able to create wiki trails? |
PITS.00916 | Open | Support honeypot block list | Support honeypot block list |
PITS.00915 | Closed in 2.2.0 beta 56 | fixed for 2.2.3 | Page text variable erroneous usage loops |
PITS.00895 | Closed, added in 2.2.0-beta61 | closed | Allow multiple wiki trails on a page with anchors |
PITS.00894 | Open | Provide a better means of attaching images with spaces in their names | |
PITS.00885 | Open | add priority | Definition list marked up as Intermap Entry |
PITS.00884 | Open | Make pagelist parameter names not case sensitive | |
PITS.00880 | Closed, issues resolved | closed | Page text variables change request |
PITS.00866 | Closed - not a bug | Blocklist displays error | |
PITS.00860 | Closed - added for 2.2.68 | min-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.00850 | Closed, in 2.2.0-beta28 | closed | Blocklist to optionally check Author and Summary fields, and to optionally display blocklist name |
PITS.00805 | Closed - exists | Closed - exists: label="Search Wiki" | Search: allow button text to be specified |
PITS.00799 | Closed - too difficult for benefit obtained | Odd behaviour of markup | |
PITS.00787 | Closed, in 2.2.0-beta32 | Closed, in 2.2.0-beta32 | (:else:) extension of Conditional Markup |
PITS.00746 | Closed - declined | Closed - declined | Link markup broken in 2.1.6 |
PITS.00741 | Closed - use %-escapes | See Cookbook/FixURL | Escape characters in URLs |
PITS.00707 | Closed - available in 2.2.0-beta1 | re: Simon | Add conditional markup to detect if text is included |
PITS.00673 | Closed - not a bug | PmWiki changes a character with a macron to a character with a circumflex on save | |
PITS.00665 | Open | or replaced by AttachTable (+41) | Allow customization of attachlist output |
PITS.00646 | Closed | restore | Search should use the page it is called from to return the result if it contains (:searchresults:) |
PITS.00638 | Closed, added for 2.2.89 | Clearly the default classname is applied below. (+478) | Simple table have CSS class added to facilitate customisation |
PITS.00615 | Open | I'd like to vote, but I already have! | Suggested default template changes |
PITS.00489 | Closed, added for 2.2.76 | Closed, added for 2.2.76 | classes for Image frames and captions |
PITS.00485 | Closed -- added to cookbook | link | Include NewPageBox in a release |
PITS.00467 | Closed | closed, non existent page handling now changed | Describe DummyPage? here needs forced link |
PITS.00466 | Closed - fixed for 2.0.0 | Saving Approved URLs issues: Added twice; Case sensitive | |
PITS.00446 | Closed - added to documentation | restore | Approve Links tool tip |
PITS.00423 | Closed - not a bug | de-sapm | Table attributes have a space added in string value |
PITS.00411 | Open | maybe this has been done? | pagelist to exclude redirects |
PITS.00396 | Closed (added for 2.2.3) | Closed (Added for 2.2.3) | Creating uploads directory error message may require tidy |
PITS.00269 | Closed - not a bug | %right% need blank line before and after | |
PITS.00250 | Closed | Provide a "wikiright" to match the existing wikileft | |
PITS.00162 | Closed - fixed for 2.0.beta1 | Move formatting of $PageLogoFmt into template |
Watch list
Last modified by me
(thanks Pico for the pagelist)
Recent pages that were last modified by Simon
PmWiki.SitePreferences July 03, 2022, at 01:05 AM | hlt php (+27) Customisable browser setting preferences: Access keys, edit form |
PmWiki.WikiFarms July 03, 2022, at 01:00 AM | hlt php (+7) Running multiple wikis from a single installation |
PmWiki.FAQCandidate June 17, 2022, at 06:21 AM | hlt php, pm hlt (+91) Frequently asked (and answered) questions that may move to the FAQ page |
PmWiki.Troubleshooting June 17, 2022, at 06:13 AM | hlt php, pm hlt (+441) Advice for troubleshooting an installation, keywords: deprecated, preg_replace, crypt, blank pages, headers, .flock, upgrade, create_function |
Cookbook.RecipeMap June 17, 2022, at 05:48 AM | Remove GeneratePDF which has RecipeInfo, add ServerInfo (+21) Map of older recipe filenames to recipe pages |
Cookbook.Flash June 17, 2022, at 05:47 AM | as flash is no longer a thing, added Delete Me category (+15) Embedding Flash movies; plus recipes for embedding Flash from specific sites like YouTube, Vimeo, GoogleVideo, Flickr, Archive.org, and more... |
PmWiki.BasicVariables June 11, 2022, at 05:17 AM | fix gmane link (+17) core variables |
Cookbook.SimpleRecipeTemplate June 11, 2022, at 02:55 AM | new version (+659) A Simple Recipe Template to provide a framework for PmWiki recipes |
PmWiki.BackupAndRestore June 10, 2022, at 11:03 AM | fix Gmane link, http+s (+15) background information and some basic backup and restore procedures |
PmWiki.AuthUser June 10, 2022, at 10:54 AM | fix gmane link (+33) Authorization system that uses usernames and passwords |
PmWiki.Blocklist June 09, 2022, at 10:47 PM | hlt php, http+s (+402) Blocking IP addresses, phrases, and expressions to counteract spam and vandalism. |
PmWiki.Variables June 09, 2022, at 10:29 PM | pm hlt (+39) Variables available for local customisation |
Cookbook.InCategory-Users June 07, 2022, at 10:07 AM | explanation (+286) User notes for the InCategory recipe. |
PmWiki.Notify June 03, 2022, at 08:41 AM | hlt php, pm hlt, http+s (+984) How to receive email messages whenever pages are changed on the whole wiki site, individual groups or selected watchlists of pages |
PmWiki.Passwords June 03, 2022, at 06:15 AM | http+s, hlt php, pm hlt (+83) General use of passwords and login |
PmWiki.PasswordsAdmin June 03, 2022, at 06:04 AM | hlt php, pm hlt (+300) More password options for the administrator |
PmWiki.RefCount May 27, 2022, at 06:29 AM | hlt php (+9) Link references counts on pages |
PmWiki.UrlApprovals May 27, 2022, at 06:28 AM | hlt php, http+s (+139) Require approval of Url links |
Cookbook.ModuleGuidelines May 27, 2022, at 06:21 AM | hlt php (+102) Guidelines for creating, distributing, and maintaining a recipe for the Cookbook. |
PmWiki.PageFileFormat May 27, 2022, at 06:05 AM | pm hlt, hlt html (+46) Create wiki formatted pages in bulk and for upload to your pmwiki site |
Cookbook.Functions May 21, 2022, at 03:05 AM | hlt php, pm hlt, hlt html, hlt css (+1027) Brief description of some of PmWiki's internal functions available to cookbook recipe authors and custom markup developers |
PmWiki.InitialSetupTasks May 15, 2022, at 09:26 AM | Category group footer (+346) First steps following a fresh installation |
Cookbook.PageListMultiTargets May 15, 2022, at 06:16 AM | A feature similar to this was added to PmWiki 2.3.0. (+20) Enable multiple pages and wildcards in PageList |
Cookbook.ReindexCategories May 15, 2022, at 06:09 AM | pm hlt, $Name (+27) Update link targets and page index for PmWiki 2.3.0 |
Cookbook.BackgroundImages May 13, 2022, at 09:04 PM | hlt css, pm hlt, pm php, http+s (+50) How to add background images to divisions, tables & cells |
PmWiki.TableDirectives May 13, 2022, at 08:47 PM | pm hlt, hlt html (+203) Directives for table processing |
PmWiki.BlockMarkup May 13, 2022, at 08:34 PM | http+s (+1) Markup resulting in paragraphs |
PmWiki.WikiStyles May 12, 2022, at 08:54 AM | pm hlt, hlt html. hlt php (+265) Modifying the style of page contents |
PmWiki.AvailableActions May 07, 2022, at 11:29 PM | change link, hlt php (+5) All PmWiki page actions (?action=) and other query parameters |
PmWiki.PageTextVariables April 26, 2022, at 10:01 AM | pm hlt, hlt php (+9) Page variables automatically made available through natural or explicit page markup |
PmWiki.FunctionList April 25, 2022, at 02:29 AM | PageStartFmt PageEndFmt (+115) A simple list of the functions provided by PmWiki |
PmWiki.PageVariables April 24, 2022, at 09:06 PM | pm hlt, hlt php (+3) variables that are associated with pages |
Cookbook.OpenPass April 24, 2022, at 08:40 PM | pm hlt, hlt php (+38) Set a global password which is openly displayed to reduce spam |
PmWiki.PageListTemplates April 05, 2022, at 10:11 PM | pm hlt (+321) Creating page list format templates |
PmWiki.MarkupExpressions April 05, 2022, at 09:55 PM | pm hlt, http+s (+13) String and formatting operations |
Cookbook.MarkupExpressionSamples April 01, 2022, at 06:36 AM | hlt php, pm hlt (+9) custom markup expression samples |
PmWiki.Forms-Talk April 01, 2022, at 06:22 AM | pm hlt, hlt php, http +s (+182) Discussion of Forms |
PmWiki.MarkupMasterIndex March 24, 2022, at 06:53 AM | change link from deprecated recipe (+3) Tabulation of all PmWiki markup |
PmWiki.Version March 16, 2022, at 08:34 PM | pm hlt, add extra links (+201) Determining and displaying the current version of PmWiki (pmwiki-2.3.7) |
Skins.SkinChange March 16, 2022, at 08:52 AM | refactor, hlt php (+144) change skin via query or cookie setting |
PmWiki.Uploads March 15, 2022, at 10:21 PM | pm hlt, http+s (+97) Allow authors to upload files, also known as page attachments |
PmWiki.CreatingNewPages March 14, 2022, at 07:35 AM | pm hlt (+21) How to create a new page |
Cookbook.WikiStylesPlus March 03, 2022, at 02:01 AM | hlt (+119) Lots of useful Wikistyles (rollovers, code blocks, notes, warnings, outlines) |
PmWiki.ListStyles March 03, 2022, at 01:57 AM | pm hlt (+21) Styles for use in wiki lists |
Cookbook.AutomaticChangeSummary February 28, 2022, at 09:41 AM | hlt php, core candidate (+16) Automatic change summaries |
Cookbook.NZTopo February 25, 2022, at 08:01 AM | update (-4) Use https://www.topomap.co.nz/ to display an excerpt from a New Zealand topographic map in a PmWiki website |
PmWiki.HowToGetAssistance February 17, 2022, at 07:41 PM | http+s, update links (+173) How to seek help and assistance and report PmWiki bugs |
Cookbook.SwitchToSSLMode February 09, 2022, at 04:56 AM | add link to PmWiki/SetupH TTP S (+53) How to force PmWiki to use Transport Layer Security (TLS) |
Cookbook.CustomSyntax-Talk January 31, 2022, at 08:09 AM | more goodness, thanks so much (+324) Talk page for $CustomSyntax. |
Cookbook.CustomSyntax-Users January 30, 2022, at 06:52 AM | add user (+1092) User notes for the $CustomSyntax recipe. |
Cookbook.CustomSyntax January 30, 2022, at 06:52 AM | deprecate category in favour of PmWiki developer (-22) Design notes of PmSyntax and custom markup rules |
Cookbook.TextExtract January 26, 2022, at 07:02 PM | fix Array and string offset access syntax with curly braces is deprecated warning (+281) search, grep, and extract text from other pages or groups with search terms and regular expressions, using search form or markup expression. |
Cookbook.MessagesReplacement January 26, 2022, at 07:03 AM | new (+2692) A drop in replacement for the PmWiki (:messages:) directive |
Cookbook.CookbookBasics January 23, 2022, at 10:38 PM | add links (-4) Explains what the cookbook and its recipes are. |
Cookbook.ComplexRecipes January 23, 2022, at 10:35 PM | add link (+27) Guidelines for people who want to share complex cookbook recipes with other PmWiki user |
Cookbook.Content January 23, 2022, at 10:30 PM | Add !PmWikiDeveloper (-1299) API to create external pages dependent upon text in a wiki page. |
Cookbook.MarkupRulesetDebugging January 23, 2022, at 10:27 PM | add !PmWikiDeveloper, remove broken link, http+s (-136) Debugging Markup Ruleset |
Cookbook.RegularExpressions January 23, 2022, at 10:22 PM | add PmWiki Developer, http+s (+64) Some basic info about PHP regular expressions. |
Cookbook.ChordPro January 21, 2022, at 11:24 PM | 2022-01-22 (-5) Display ChordPro-formatted song sheets in a wiki page |
Cookbook.TotalCounter January 21, 2022, at 11:10 PM | 1.12 (+285) A statistic counter - counts page views, users, languages, browsers, operating systems, referers, locations and web bots |
Cookbook.Reindex January 21, 2022, at 04:47 AM | see also ReindexCategories (-13) Force re-creation of entire .pageindex |
Cookbook.ParseArgs January 19, 2022, at 08:19 PM | add headings, described quoted strings (+316) Description of ParseArgs function for parsing argument lists |
Cookbook.RecipeList January 17, 2022, at 12:31 AM | use category= (-5) The Cookbook RecipeList page list template |
Cookbook.PmWikiDeveloper January 17, 2022, at 12:30 AM | use category= (-5) PmWiki developer documentation |
Cookbook.WikiMail January 17, 2022, at 12:18 AM | deprecate category in favour of PmWiki developer (+1) Provide support for email for other recipes |
Cookbook.Toolbox January 17, 2022, at 12:18 AM | deprecate category in favour of PmWiki developer (+1) Tools for recipe developers |
Cookbook.SecLayer January 17, 2022, at 12:17 AM | deprecate category in favour of PmWiki developer (+1) Provide a ready-made security layer (while developing recipes) for controlling page access |
PmWiki.EditGettingStarted January 16, 2022, at 11:05 PM | show examples, http+s (+394) Introduction to markup (editing for beginners) |
Cookbook.ReindexCategories-Users January 16, 2022, at 08:14 PM | add name (+945) User notes for the ReindexCategories recipe. |
Cookbook.UploadTypes January 14, 2022, at 08:49 PM | update links (-76) Add extensions to or remove them from the list of allowed upload types |
PmWiki.UploadsAdmin January 14, 2022, at 08:46 PM | http+s, update links (+3) Administration of PmWiki uploads |
Cookbook.WikiGallery January 09, 2022, at 10:41 PM | remove duplicate ToC (-525) WikiGallery - automatic easy to use fully integrated gallery extension for PmWiki |
PmWiki.PageTextVariables-Talk January 09, 2022, at 04:04 AM | str ftime to PSFT (+26) Discussion of Page Text Variables |
PmWiki.OtherVariables January 09, 2022, at 03:58 AM | str ftime to PSFT (+30) Variables not yet classified |
PmWiki.SampleConfigFile January 02, 2022, at 06:04 AM | http+s, suggest that this may need updating, and vice versa (+9) |
PmWiki.WikiTrails-Talk January 02, 2022, at 03:49 AM | http+s (-14) Discussion of WikiTrails? |
PmWiki.WebHosts-Talk January 02, 2022, at 03:46 AM | http+s (-27) |
PmWiki.WebFeeds-Talk January 02, 2022, at 03:45 AM | http+s (-26) Discussion of WebFeeds |
PmWiki.SearchImprovements January 02, 2022, at 03:44 AM | http+s (-47) Search improvements discussion |
PmWiki.DocumentationGuidelines-Talk January 02, 2022, at 03:38 AM | http+s (-5) |
PmWiki.TextFormattingRules-Talk January 02, 2022, at 03:33 AM | http+s (+3) |
PmWiki.SkinTemplates January 02, 2022, at 03:33 AM | http+s (+2) Skin templates (.tmpl files) |
PmWiki.Skins January 02, 2022, at 03:32 AM | http+s (+6) Change the look and feel of part or all of PmWiki |
PmWiki.ReleaseNotesArchive January 02, 2022, at 03:31 AM | http+s (-71) Version 2.0.devel releases to Version 2.0.13 (2005-11-10) |
PmWiki.RoadMap January 02, 2022, at 03:29 AM | http+s (+4) Possible 'future states' for the next few releases of PmWiki |
PmWiki.Platforms January 02, 2022, at 02:56 AM | tidy (-2) |
PmWiki.LinkIMap January 02, 2022, at 02:29 AM | http+s (+5) Description PmWiki's internal function LinkIMap() |
PmWiki.Internationalizations-Talk January 02, 2022, at 02:28 AM | http+s (+16) Discussion of Internationalizations |
PmWiki.Internationalizations January 02, 2022, at 02:26 AM | http+s (+7) Language internationalisation of web pages |
PmWiki.Features January 02, 2022, at 02:11 AM | http+s (+2) A listing of PmWiki features |
PmWiki.ContactUs January 02, 2022, at 02:10 AM | http+s (+1) How to reach the PmWiki developers and community |
PmWiki.Blocklist-Talk January 02, 2022, at 02:09 AM | http+s (+1) Discussion of Blocklist |
PmWiki.SitePageActions January 02, 2022, at 02:00 AM | http+s (+5) how site page actions work |
PmWiki.RSS January 02, 2022, at 01:59 AM | http+3 (+2) Deprecated in favour of WebFeeds |
PmWiki.PmWiki-Talk January 02, 2022, at 01:34 AM | http+3, remove old comment (-620) |