Recent Changes - Search:

PmWiki

pmwiki.org

Simon

An itinerant webmaster for some clubs on Wellington Community Net. Started with UseMod, tried MoinMoin, now found 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 use

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

Trying out, but not yet got to work
Search here if all else fails

Knows enough to be ...

Cookbook customisations used
Config.php customisations used
  • Markup('[[<]]', '[[<<]]', '/\\[\\[&lt;\\]\\]/', '<br />'); # break without clear all
  • $PageSearchForm = '$DefaultGroup.Search'; # to fully use customised search page.
  • $UploadNameChars = "-\w. !=+#"; # allow exclamations, equals, plus, and hash
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 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

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

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

My Questions and FAQs

How do I get a list of categories (as opposed to a page list of category pages)?

Corollary:

How do I refer to a category (eg [[Category/example]]) without joining (being listed in) the category (eg [[!example]])

(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
(:pagelist group=PITS order=-name
$:From=*simon*,*Simon*,-*Simon?B*,-*Simoni* fmt={$FullName}#pitsentry :)
>>comment<<
[[#pitsentry]]
(:template first:)
||width=*
(:template each:)
||[-[[{=$FullName}]]-] ||[-''{=$:Status}''-] ||[-{=$LastModifiedSummary}-]
||[-{=$:Summary}-] ||
[[#pitsentryend]]
>><<
PITS.01105OpenAdd to list processingAdd %item value=resume% to list processing
PITS.01093Opensee alsoEnhance conditional markup to 'if attachments PAGENAME'
PITS.01091Opensee PITS:00986Pagelist default does not handle variable in trail
PITS.01087Discussionreply: simpler?Extend Conditional Markup (:if attachments:) to specify file names
PITS.00962Openplease vote for thisMake >><< behave identically with other block formatting when style= is used
PITS.00957ToDoStatus: ToDoPages to be added and updated in 2.2 release distribution
PITS.00951Awaiting feedbackplease vote for this{$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 56correct linkPage text variable erroneous usage loops
PITS.00895Closed, added in 2.2.0-beta61closedAllow multiple wiki trails on a page with anchors
PITS.00894OpenAlternative solution, allow quotes around the file nameProvide a better means of attaching images with spaces in their names
PITS.00885OpenrestoreDefinition list marked up as Intermap Entry
PITS.00884OpenMake pagelist parameter names not case sensitive
PITS.00880OpenPage text variables change request
PITS.00866Closed - not a bugBlocklist displays error
PITS.00860Openremoved BlockMarkup linkAdd 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.00805OpenSearch: 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.00746Reopened - inconsistent with other wikisrestoreLink markup broken in 2.1.6
PITS.00741Closed - use %-escapesadd ( exampleEscape characters in URLs
PITS.00707Closed - available in 2.2.0-beta1closed - fixed/available in 2.2.0-beta1Add 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.00665OpenCookbook.Attachtable linkAllow customization of attachlist output
PITS.00646ClosedrestoreSearch should use the page it is called from to return the result if it contains (:searchresults:)
PITS.00638Reopened, does not really existSimple table have CSS class added to facilitate customisation
PITS.00615Openadded space to priority ("5 X", was "5X") to get correct priority sortingSuggested default template changes
PITS.00489Suspended - needs votesvotes solicited pleaseclasses 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.00411Openpagelist to exclude redirects
PITS.00396Confirmed, ToDoconfirmed, todoCreating 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}

Watch list

(:pagelist trail={$FullName} fmt={$FullName}#watchlist order=-time:)

>>comment<<
[[#watchlist]]
(:template first:)
||width=*
(:template each:)
||[-[[{=$FullName}?action=diff | {=$LastModified}]]-] ||[-''[[{=$FullName}
| {=$Groupspaced}.{=$Namespaced}]]''-] ||[-[[~{=$LastModifiedBy}]]-]
||[-{=$LastModifiedSummary}-]||
[[#watchlistend]]
>><<
July 04, 2009, at 03:19 AMGroup.Namespaced?Profiles
July 04, 2009, at 03:19 AMGroup.Name?Profiles
July 03, 2009, at 02:27 PMPm Wiki.Wiki Trailsuwe(:publish:) did not work here - removed
July 02, 2009, at 09:43 AMPm Wiki.Uploads AdminPetko$EnableUploadGroupAuth
July 02, 2009, at 09:40 AMPm Wiki.Upload VariablesPetko$EnableUploadGroupAuth
June 29, 2009, at 07:12 PMPm Wiki.SecuritysimonQ&A attachment security
June 22, 2009, at 04:12 AMPm Wiki.NotifyPetkoNotification only for major edits
June 21, 2009, at 03:59 PMPm Wiki.Analyze ResultsPetko
June 20, 2009, at 11:37 AMPm Wiki.Conditional MarkupPetkofix beta (2.2.beta66)
June 18, 2009, at 09:48 AMCookbook.Clean UrlsJulius B Thyssen?apache 2.2 debian way
June 17, 2009, at 04:21 AMPm Wiki.Url ApprovalsHansBno change
June 12, 2009, at 12:56 PMPm Wiki.Wiki FarmsEemeli Arorevert irrelevant link
June 12, 2009, at 12:33 PMPm Wiki.Categoriesdw
June 04, 2009, at 06:57 AMPm Wiki.Uploadsszwip?
May 26, 2009, at 05:16 PMCookbook.Web Adminsimondoes this work for 2.2.1
May 05, 2009, at 11:40 PMPm Wiki.Include Other Pagessimonadjust example
April 04, 2009, at 06:34 PMPm Wiki.Deleting Pagessimoncorrect link
March 31, 2009, at 04:40 AMPm Wiki.Available ActionsFrank
March 28, 2009, at 03:34 PMPm Wiki.Page Text VariablesPetkorm link to Test
March 03, 2009, at 09:19 PMPm Wiki.Comment Markupsimonmv to talk page
February 21, 2009, at 12:42 PMPm Wiki.TroubleshootingPetko+fixes, you should never modify pmwiki.php as a post suggested
February 14, 2009, at 08:03 AMPm Wiki.BlocklistPetkorefactored, mv questions to talk page
February 07, 2009, at 10:54 AMPm Wiki.Mail PostsIan MacGregor?restore
February 06, 2009, at 10:45 AMPm Wiki.How To Get AssistanceOliverBetzremoved link to (else empty) Administrative tasks category
April 15, 2008, at 05:53 PMCookbook.Wiki GalleryPetkoCustomPageStore
April 14, 2008, at 03:41 PMPm Wiki.File Permissionssimonsee also Cookbook/DirectoryAndFilePermissions
March 13, 2008, at 05:39 AMPm Wiki.Site Analyzerjdd

(:template first:)

(:template each:)

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

Last modified by me

(thanks Pico for the pagelist)

>>comment<<
[[#lastmodbyme]]
(:template defaults order=-time:)
(:template each:)
(:if equal {(tolower "{=$LastModifiedBy}")} {(tolower "{$Name}")}:) 
# [[{=$Group}.{=$Name}]] [-{=$LastModifiedHost}-] [-{=$LastModified}-]
&nbsp; ''[-{=$LastModifiedSummary}-]'' &nbsp; [-{=$:Summary}-]
(:ifend:)
[[#lastmodbymeend]] 
>><<

Pages that were [[{$Name}?action=search&q=fmt={$Name}#lastmodbyme|last
modified by {$Name}]]
(:pagelist fmt={$Name}#lastmodbyme group=PmWiki,Cookbook,PITS:)

(:template defaults order=-time:) (:template each:)

Pages that were last modified by Simon

  1. PmWiki.LinkSchemes 202.37.32.2 July 02, 2009, at 03:32 PM   reference and link to Path   Link schemes supported by PmWiki
  2. PmWiki.InterMap 202.37.32.2 July 02, 2009, at 03:29 PM   anchor to path   Interwiki links definition and use
  3. PmWiki.CustomInterMap 202.37.32.2 July 02, 2009, at 03:25 PM   link scheme   PmWiki's default InterMap links, and how to can create additional InterMap links
  4. PITS.01105 202.37.32.2 June 30, 2009, at 09:03 PM   Add to list processing   Add %item value=resume% to list processing
  5. PmWiki.ListStyles-Talk 202.37.32.2 June 30, 2009, at 08:56 PM   refactor   Discussion of ListStyles?
  6. PmWiki.ListStyles 202.37.32.2 June 30, 2009, at 08:56 PM   refactor to talk   Styles for use in wiki lists
  7. PmWiki.Security 192.122.171.11 June 29, 2009, at 07:12 PM   Q&A attachment security   Resources for securing your PmWiki installation
  8. Cookbook.Tabtable-jt 203.97.214.12 June 27, 2009, at 02:00 AM   tidy   Support embedded line feeds, trim spaces and add prior patch (make first row a header)
  9. PmWiki.Audiences-Talk 203.97.214.12 June 26, 2009, at 11:20 PM   sign this   Discussion of Audiences
  10. PmWiki.PageLists 202.37.32.2 June 23, 2009, at 08:40 PM   add to variables example   Listing pages by multiple criteria with templated output
  11. PmWiki.RoadMap 202.37.32.2 June 23, 2009, at 05:35 PM   typo   Possible 'future states' for the next few releases of PmWiki
  12. PmWiki.WikiTrails-Talk 202.37.32.2 June 21, 2009, at 04:31 PM   summary   Discussion of WikiTrails?
  13. PmWiki.PageVariables 203.97.214.12 June 21, 2009, at 02:31 AM   clarify special references   variables that are associated with pages
  14. PmWiki.Skins 203.97.214.12 June 21, 2009, at 02:17 AM   de sandbox   Change the look and feel of part or all of PmWiki
  15. Cookbook.ThumbList-Talk 203.97.214.12 June 20, 2009, at 02:02 PM   true :-)   Talk Page for ThumbList recipe
  16. Cookbook.ConvertHTML-Talk 202.37.32.2 June 18, 2009, at 05:29 PM   thanks very much Eemeli   Talk Page for ConvertHTML recipe
  17. Cookbook.SideBar 202.37.32.2 June 17, 2009, at 07:38 PM   add missing summaries !!!   The Cookbook group side bar
  18. Cookbook.Cookbook 202.37.32.2 June 17, 2009, at 07:36 PM   use titlespaced   List of cookbook recipe categories
  19. Cookbook.Publishing 202.37.32.2 June 17, 2009, at 07:34 PM   use anchors   Recipes that support publishing wiki pages in some other form, such as printed or PDF
  20. Cookbook.CSS 202.37.32.2 June 17, 2009, at 07:33 PM   use anchors   List of CSS-related recipes
  21. Cookbook.Obsolete 202.37.32.2 June 17, 2009, at 07:32 PM   use anchors   Obsolete, superceded, and deprecated recipes
  22. Cookbook.WikiTrails 202.37.32.2 June 17, 2009, at 07:31 PM   use anchors   Ways to use and create Wiki trails along with extensions to enhance them
  23. Cookbook.WikiConversion 202.37.32.2 June 17, 2009, at 07:28 PM   use anchors   Recipes for converting other wikis from and to PmWiki
  24. Cookbook.SystemTools 202.37.32.2 June 17, 2009, at 07:28 PM   use anchors   System tools
  25. Cookbook.Security 202.37.32.2 June 17, 2009, at 07:26 PM   use anchors   Security authentication and authorization methods and systems
  26. Cookbook.Searching 202.37.32.2 June 17, 2009, at 07:25 PM     Search
  27. Cookbook.RSS 202.37.32.2 June 17, 2009, at 07:24 PM   use anchors   List of all recipes in the RSS category, RSS, webfeeds and tools
  28. Cookbook.PIM 202.37.32.2 June 17, 2009, at 07:23 PM   use anchors   List of all recipes in the PIM category, Personal Information Management
  29. Cookbook.PageVariables 202.37.32.2 June 17, 2009, at 07:22 PM     Page variables and page text variables
  30. Cookbook.PageNaming 202.37.32.2 June 17, 2009, at 07:22 PM   use anchors   List of page naming, URL modifying and hierarchical group recipes
  31. Cookbook.Pagelist 202.37.32.2 June 17, 2009, at 07:19 PM   use anchors   List of recipes in Pagelist category, including other pages, files, maps etc.
  32. Cookbook.Media 202.37.32.2 June 17, 2009, at 07:18 PM   use anchors   Multi media related recipes
  33. Cookbook.Menus 202.37.32.2 June 17, 2009, at 07:18 PM   use anchors   Menu and navigation tools
  34. Cookbook.MarkupWriting 202.37.32.2 June 17, 2009, at 05:57 PM   use anchors   Functions and Recipes used in Markup Writing
  35. Cookbook.Markup 202.37.32.2 June 17, 2009, at 05:57 PM   use anchors   Markup additions
  36. Cookbook.Links 202.37.32.2 June 17, 2009, at 05:55 PM   use anchors   Links and page handling
  37. Cookbook.Layout 202.37.32.2 June 17, 2009, at 05:52 PM   use anchors   Layout enhancements
  38. Cookbook.International 202.37.32.2 June 17, 2009, at 05:51 PM   use anchors   Internationalizations, documentation in other languages
  39. Cookbook.Includes 202.37.32.2 June 17, 2009, at 05:37 PM   use anchors   List of recipes in Includes category, including other pages, files, maps etc.
  40. Cookbook.Images 202.37.32.2 June 17, 2009, at 05:36 PM   use anchors   Picture generation, smileys, thumbnails, galleries, uploading, manipulating, and displaying of images
  41. Cookbook.Forms 202.37.32.2 June 17, 2009, at 05:35 PM   use anchors   Form creating, configuring and processing
  42. Cookbook.Editing 202.37.32.2 June 17, 2009, at 05:34 PM   use anchors   Editing enhancements
  43. Cookbook.RecipeList 202.37.32.2 June 17, 2009, at 05:32 PM   show categories   The Cookbook RecipeList page list template
  44. Cookbook.CMS 202.37.32.2 June 17, 2009, at 05:32 PM   use anchors   List of all recipes in the CMS category
  45. Cookbook.Blog 202.37.32.2 June 17, 2009, at 05:31 PM   use anchors   List of recipes in Blog category
  46. Cookbook.Administration 202.37.32.2 June 17, 2009, at 05:26 PM   use anchors   Recipes for Wiki Administration and Administrators
  47. Cookbook.Uploads 202.37.32.2 June 17, 2009, at 05:26 PM   use anchors   Uploading and linking to attachments
  48. Cookbook.RequireSummary 202.37.32.2 June 17, 2009, at 05:08 PM   show summaries for see also items   Require a summary to be entered
  49. Cookbook.PagelistRecentChanges 203.97.214.12 June 17, 2009, at 04:44 AM     A recent changes page created using Page lists
  50. PITS.00836 202.37.32.2 June 16, 2009, at 06:10 PM   vote   @_site_edit not handled in GroupAttributes?action=attr pages
  51. Cookbook.PagelistAuthListShort 203.97.214.12 June 12, 2009, at 08:14 PM   new recipe   Display, in brief format, the permissions settings for pages that have permissions set.
  52. Cookbook.PagelistSiteMap 203.97.214.12 June 12, 2009, at 08:11 PM   adjust template to use comment   Create a sitemap using the page list directive
  53. Cookbook.CardsMarkup 202.37.32.2 June 10, 2009, at 08:33 PM   remove extra leading space in summary (not trimmed!) for layout   Markup suitable for displaying playing card games (e.g., contract bridge)
  54. PmWiki.WikiStyles-Talk 202.37.32.2 June 10, 2009, at 08:05 PM   heading   Discussion of WikiStyles
  55. PmWiki.MarkupExpressions-Talk 202.37.32.2 June 10, 2009, at 08:04 PM   how to nest expressions   Discussion of MarkupExpressions
  56. PmWiki.Audiences 202.37.32.2 June 10, 2009, at 07:49 PM   layout   Patrick Michaud's comments regarding the "audiences" for which PmWiki was designed
  57. PITS.01047 202.37.32.2 June 09, 2009, at 09:37 PM   try this, not ideal, but not bad   Escape-block within a code block to enable (inline) markup
  58. PITS.00962 202.37.32.2 June 09, 2009, at 09:33 PM   please vote for this   Make >><< behave identically with other block formatting when style= is used
  59. PITS.00915 202.37.32.2 June 09, 2009, at 04:35 PM   correct link   Page text variable erroneous usage loops
  60. PITS.01099 202.37.32.2 June 09, 2009, at 04:35 PM   See also http://www.pmwiki.org/wiki/PITS/00915   Page Text Variables Code that Locks up PHP in (Presumably) Endless Loop
  61. Cookbook.Template 202.37.32.2 June 09, 2009, at 03:45 PM   add anchors  
  62. Cookbook.WikiOnAStick 202.37.32.2 June 09, 2009, at 03:30 PM   add category   How to place a standalone wiki on a USB stick
  63. Cookbook.PHP 202.37.32.2 June 09, 2009, at 03:28 PM   add category   PHP configuration for PmWiki
  64. PmWiki.GroupFooter 202.37.32.2 June 07, 2009, at 04:05 PM   add summary   Trail and talk page links
  65. Cookbook.PHPFilesManagement 202.37.32.2 May 26, 2009, at 05:36 PM   see also   PHP file manager
  66. Cookbook.WebAdmin 202.37.32.2 May 26, 2009, at 05:16 PM   does this work for 2.2.1   PHP file manager, works without ftp client
  67. PmWiki.Links 203.97.214.12 May 26, 2009, at 02:25 PM   add anchor   Linking within and between wiki pages
  68. Cookbook.PagelistCalendar 202.37.32.2 May 25, 2009, at 10:13 PM   add category   Use PageTextVariables and ftime markup expression to create a calendar where each event has it's own page.
  69. PmWiki.ConditionalMarkup-Talk 202.37.32.2 May 25, 2009, at 03:37 PM   Numerical expressions   Discussion of ConditionalMarkup
  70. Cookbook.ConditionalMarkupSamples 202.37.32.2 May 25, 2009, at 03:16 PM   thanks   List of default and custom conditional markup definitions
  71. Cookbook.Tabtable-raf 203.97.214.12 May 22, 2009, at 07:17 PM   category   tabtable with RAF patch of 2007/01/23 applied
  72. Cookbook.CSVInclude 203.97.214.12 May 22, 2009, at 06:49 PM   add category   Include a CSV file as a table in your wiki page
  73. Cookbook.ExcelPaste 203.97.214.12 May 22, 2009, at 06:46 PM   add category   Copy and paste spreadsheet tables (e.g., from Excel) into pages
  74. Cookbook.ConvertTABLE 203.97.214.12 May 22, 2009, at 06:41 PM   add category and see also   How to convert HTML pages with tables full of data into advanced tables
  75. PmWiki.TextFormattingRules 202.37.32.2 May 19, 2009, at 10:05 PM   de sandbox   A list of some of the markup sequences available
  76. PmWiki.MarkupExpressions 202.37.32.2 May 18, 2009, at 08:36 PM   always quote the string to be processed   String and formatting operations
  77. Cookbook.Cookbook-New 202.37.32.2 May 06, 2009, at 11:25 PM   deprecated, to be deleted   List of cookbook recipe categories deprecated
  78. PmWiki.IncludeOtherPages 202.37.32.2 May 05, 2009, at 11:40 PM   adjust example   Include contents from other PmWiki pages
  79. Cookbook.EProtect-Talk 203.97.214.12 May 05, 2009, at 03:56 AM     Discussion of EProtect
  80. PITS.01093 203.97.214.12 April 29, 2009, at 04:54 PM   see also   Enhance conditional markup to 'if attachments PAGENAME'
  81. PITS.00745 203.97.214.12 April 29, 2009, at 05:24 AM   vote 4   conditional markup: ´if time´
  82. PmWiki.BasicVariables 203.97.214.12 April 25, 2009, at 07:21 PM   see also $EnablePostAuthorRequired   core variables
  83. PmWiki.Forms-Talk 203.97.214.12 April 22, 2009, at 03:16 AM   summary   Discussion of Forms
  84. PmWiki.PageActions-Draft-Talk 203.97.214.12 April 22, 2009, at 03:14 AM   summary, answer   Discussion of PageActions-Draft
  85. PmWiki.PageListTemplates-Talk 203.97.214.12 April 22, 2009, at 03:12 AM   summary   Discussion of PageListTemplates
  86. PmWiki.PmwikiFriendlyHosting-Talk 203.97.214.12 April 22, 2009, at 03:11 AM   summary   Discussion of PmwikiFriendlyHosting
  87. PmWiki.Version-Talk 203.97.214.12 April 22, 2009, at 03:07 AM   summary   Discussion of Version
  88. PmWiki.WebFeeds-Talk 203.97.214.12 April 22, 2009, at 03:06 AM   summary   Discussion of WebFeeds
  89. PmWiki.WikiFarms-Talk 203.97.214.12 April 22, 2009, at 03:02 AM   summary   Discussion of WikiFarms
  90. PmWiki.FAQ-Talk 203.97.214.12 April 22, 2009, at 02:54 AM   from discussion with Petko   Discussion of FAQ
  91. Cookbook.WatchLists 202.37.32.2 April 21, 2009, at 04:17 PM   replace if with comment in pagelist template   Track the most recent changes to a list of pages
  92. PmWiki.DeletingPages 203.97.214.12 April 04, 2009, at 06:34 PM   correct link   Page maintenance
  93. Cookbook.FPLTemplate-Talk 203.97.214.12 April 03, 2009, at 06:22 PM   suggestions for exit and continue  
  94. Cookbook.MoreCustomPageVariables 203.97.214.12 April 02, 2009, at 05:16 AM   more date related   Additional custom page variables for use in pages, forms, includes and conditional markup.
  95. PmWiki.BlockMarkup 203.97.214.12 April 02, 2009, at 04:51 AM   links  
  96. PmWiki.BlockMarkup-Talk 203.97.214.12 April 02, 2009, at 04:47 AM   talk   This page covers discussion about the block markup character combinations
  97. PmWiki.Search 202.37.32.2 April 01, 2009, at 04:36 PM   remove link   Targeting and customising search results
  98. PITS.00951 202.37.32.2 April 01, 2009, at 04:28 PM   please vote for this   {$SiteAdminGroup} page variable not created
  99. PmWiki.UpgradeToSiteAdmin 202.37.32.2 April 01, 2009, at 04:20 PM   summary   Description of new 2.2 SiteAdmin group
  100. Cookbook.Backlinks 202.37.32.2 March 31, 2009, at 03:48 PM   add category Pagelist   List pages with links to a target
  101. Cookbook.RenamePage 203.97.214.12 March 21, 2009, at 06:03 PM   echo issue   Rename a wiki page from a browser
  102. PmWiki.UrlApprovals-Talk 202.37.32.2 March 03, 2009, at 09:49 PM   summary   Discussion of UrlApprovals
  103. PmWiki.UploadsAdmin-Talk 202.37.32.2 March 03, 2009, at 09:48 PM   summary   Discussion of UploadsAdmin
  104. PmWiki.Uploads-Talk 202.37.32.2 March 03, 2009, at 09:47 PM   summary   Discussion of Uploads
  105. PmWiki.TableDirectives-Talk 202.37.32.2 March 03, 2009, at 09:45 PM   summary   Discussion of TableDirectives
  106. PmWiki.SkinTemplates-Talk 202.37.32.2 March 03, 2009, at 09:45 PM   summary   Discussion of SkinTemplates
  107. PmWiki.SecurityVariables-Talk 202.37.32.2 March 03, 2009, at 09:44 PM   summary   Discussion of SecurityVariables
  108. PmWiki.PasswordsAdmin-Talk 202.37.32.2 March 03, 2009, at 09:43 PM   summary   Discussion of PasswordsAdmin
  109. PmWiki.GroupFooter-Talk 202.37.32.2 March 03, 2009, at 09:41 PM   summary   Discussion of GroupFooter
  110. PmWiki.CustomInterMap-Talk 202.37.32.2 March 03, 2009, at 09:40 PM   summary   Discussion of CustomInterMap
  111. PmWiki.CommentMarkup-Talk 202.37.32.2 March 03, 2009, at 09:39 PM   summary   Discussion of CommentMarkup
  112. PmWiki.Blocklist-Talk 202.37.32.2 March 03, 2009, at 09:38 PM   summary   Discussion of Blocklist
  113. PmWiki.CommentMarkup 202.37.32.2 March 03, 2009, at 09:19 PM   mv to talk page   various forms of comments and how to achieve them for wiki pages
  114. PITS.00908 202.37.32.2 February 24, 2009, at 01:19 PM   vote for   Enhance the link parameter of page list (multiple and exclusions)
  115. PmWiki.PageTextVariables-Talk 203.97.214.12 February 21, 2009, at 04:37 PM   new   Discussion of Page Text Variables
  116. PITS.00266 203.97.214.12 February 21, 2009, at 04:00 PM   another comment   Last title encountered wins, it should be first title markup
  117. Cookbook.ROSPatterns 202.37.32.2 February 18, 2009, at 05:07 PM   refer to Convert HTML   How to use $ROSPatterns (Replace On Save Patterns)?
  118. Cookbook.ConvertHtml 202.37.32.2 February 18, 2009, at 05:00 PM   summary, perhaps should be deleted?   Redirects to Cookbook.ConvertHTML
  119. Cookbook.GroupHeader 202.37.32.2 February 15, 2009, at 02:29 PM   add audience style  
  120. PmWiki.Requirements 202.37.32.2 February 15, 2009, at 02:27 PM   recommendations   Prerequisites for running the PmWiki wiki engine
  121. Cookbook.InstallOnIIS 202.37.32.2 February 15, 2009, at 02:26 PM   category   How to install PmWiki on IIS
  122. Cookbook.DynamicTrails 202.37.32.2 February 08, 2009, at 08:52 PM   add category   Dynamic WikiTrails with pagelist
  123. Cookbook.Cookbook-Old 81.65.14.164 January 19, 2009, at 11:40 PM   update   Previous, manually updated version, of the Cookbook home page
  124. Cookbook.SiteMapsWithOptions 202.37.32.2 January 08, 2009, at 06:53 PM   add category   Standard Site Map for websites
  125. Cookbook.PageListWikiTrail 202.37.32.2 January 08, 2009, at 06:48 PM   add category   Enable a WikiTrails markup to use a (:pagelist ... :) directive
  126. Cookbook.BlogWithPageList 202.37.32.2 January 08, 2009, at 06:44 PM   change link   How to build a blog system with pagelists
  127. Cookbook.CompactPageList 202.37.32.2 January 08, 2009, at 06:43 PM   change link   How to make a compact pagelist
  128. PITS.00736 202.37.32.2 January 08, 2009, at 06:42 PM   change link   Incorrect group home page links in pagelists
  129. Cookbook.PageListExtensions 202.37.32.2 January 08, 2009, at 05:50 PM   category   Many Pagelist Enhancements
  130. Cookbook.PageListTemplates 202.37.32.2 January 08, 2009, at 05:49 PM   correct link  
  131. Cookbook.PagelistTemplateSamples 202.37.32.2 January 08, 2009, at 05:26 PM   category   Custom templates for pagelists formats
  132. Cookbook.PagelistNotes 202.37.32.2 January 08, 2009, at 03:49 PM   category   Notes on page lists
  133. Cookbook.IndentedPageList 202.37.32.2 January 08, 2009, at 03:47 PM   category   Sort and indent pagelist items using page text variable
  134. Cookbook.SearchResults 202.37.32.2 January 08, 2009, at 03:46 PM   category   How to change the way search results are displayed
  135. Cookbook.FplByDays 202.37.32.2 January 08, 2009, at 03:43 PM   add category   fmt=bydays for pagelists; A custom format for YYYYMMDDHHMM format page names.
  136. Cookbook.DictIndex 202.37.32.2 January 08, 2009, at 03:36 PM   add category   Enable page listings using a "dictionary index" format via fmt=dictindex
  137. Cookbook.AuthListShort 202.37.32.2 January 08, 2009, at 03:29 PM   add category   Authorisation permissions set report for big wikis
  138. Cookbook.Radio3Player 210.48.162.6 January 04, 2009, at 01:35 PM   add tag   Embeds the CBC Radio 3 Media Player
  139. PmWiki.QuestionsAnswered 202.37.32.2 November 20, 2008, at 08:28 PM     Answers from questions organised
  140. Cookbook.LimitWikiGroups 192.122.171.11 October 14, 2008, at 07:07 PM   update from PM's post   How to limit the names or number of groups in your wiki
  141. Cookbook.UserAuth 202.37.32.2 October 12, 2008, at 03:08 PM   answer   User-based authorization
  142. Cookbook.CaseCorrection 203.97.214.12 September 13, 2008, at 01:34 AM   minor suggestion   Makes PmWiki intelligently case-insensitive
  143. PITS.01045 202.37.32.2 September 11, 2008, at 07:27 PM   Also PITS/00916, Security   Vandalisation protection
  144. PITS.00895 202.37.32.2 August 31, 2008, at 07:52 PM   closed   Allow multiple wiki trails on a page with anchors
  145. PITS.00546 202.37.32.2 August 31, 2008, at 07:45 PM   vote for this   PmWiki default skin - Web accessibility
  146. PmWiki.SpecialMarkups 202.37.32.2 August 31, 2008, at 07:43 PM   not in trail, can this page be deleted ?   deprecated in favour of MarkupMasterIndex
  147. PmWiki.Troubleshooting-OldVersion 202.37.32.2 August 31, 2008, at 07:41 PM   not in trail, can this page be deleted ?  
  148. PmWiki.UpgradingFromPmWiki1 202.37.32.2 August 31, 2008, at 07:41 PM   not on trail  
  149. PmWiki.WikiArchitecture 202.37.32.2 August 31, 2008, at 07:40 PM   not on trail  
  150. PmWiki.WikiElements 202.37.32.2 August 31, 2008, at 07:40 PM   not on trail   An introduction to PmWiki page elements and features
  151. PmWiki.WikiFarms-Old 202.37.32.2 August 31, 2008, at 07:39 PM   not in trail, can this page be deleted ?  
  152. PmWiki.WikiFarmsAdvanced 202.37.32.2 August 31, 2008, at 07:39 PM   not on trail  
  153. PmWiki.References 202.37.32.2 August 31, 2008, at 07:07 PM   not on trail   References to PmWiki media coverage
  154. PmWiki.MarkupVariables 202.37.32.2 August 31, 2008, at 04:31 PM   not on trail (deprecated)   redirects to Page variables
  155. PmWiki.MailingLists-draft 202.37.32.2 August 31, 2008, at 04:26 PM   not in trail, can this page be deleted ?  
  156. PmWiki.LayoutBasics 202.37.32.2 August 31, 2008, at 04:26 PM   not in trail, deprecated   Deprecated, see Skin Templates
  157. PmWiki.InitialPasswords 203.97.214.12 August 31, 2008, at 06:06 AM   not on trail   PmWiki's initial password settings
  158. PmWiki.FlatFileAdvantages 203.97.214.12 August 31, 2008, at 06:05 AM   not on trail   Flat file usage by PmWiki
  159. PmWiki.ChangesFromPmWiki1 203.97.214.12 August 31, 2008, at 06:03 AM   no trail   features of PmWiki 1.0 that have been changed or eliminated in PmWiki 2.0
  160. PmWiki.AuthorTracking 203.97.214.12 August 31, 2008, at 06:02 AM   no trail   Deprecated, see All Recent Changes Per Author
  161. PmWiki.AQ 203.97.214.12 August 31, 2008, at 06:01 AM   trail   Repository for questions about PmWiki that have been answered, see also FAQ
  162. PmWiki.SimultaneousEdits 203.97.214.12 August 31, 2008, at 05:48 AM   trails   Handling multiple attempts to edit a page nearly simultaneously
  163. PmWiki.Glossary 203.97.214.12 August 31, 2008, at 05:39 AM   trail   Terms related to PmWiki
  164. PmWiki.I18nVariables 203.97.214.12 August 31, 2008, at 05:34 AM   trail   variables used for internationalization (i18n)
  165. PmWiki.PmWikiPhilosophy 203.97.214.12 August 31, 2008, at 05:34 AM   trail   This page describes some of the ideas that guide the design and implementation of PmWiki
  166. PmWiki.CustomizationConcept 202.37.32.2 August 28, 2008, at 06:50 PM   links   List of PmWiki concepts specifically dealing with customization
  167. Cookbook.AttachLinks 203.97.214.12 August 16, 2008, at 05:49 AM   minor layout   Get Attach: links to display by default without the "Attach:" prefix
  168. Cookbook.AttachlistEnhanced 202.37.32.2 August 05, 2008, at 05:25 PM   Status Inactive? Correct link   How to list missing or orphaned attachments.
  169. Cookbook.Quotes 202.37.32.2 August 05, 2008, at 03:48 PM   more quotes   A sample quotations file for the Cookbook.RandomQuote page
  170. PITS.00970 202.37.32.2 August 04, 2008, at 10:29 PM   vote, and add suggestion   Table Formatting: THEAD, TBODY, TFOOT
  171. PITS.00943 202.37.32.2 August 04, 2008, at 10:17 PM   vote   allow logical NOT and AND for pagelists link attribute, allow wildcards
  172. PmWiki.WikiCascades 203.97.214.12 July 27, 2008, at 12:22 AM   add summary, CSS cascade.   The order of usage or selection of settings and files
  173. PmWiki.LinkIMap 203.97.214.12 July 27, 2008, at 12:19 AM   add summary   Description PmWiki's internal function LinkIMap()
  174. Cookbook.Cookbook-ByCategory 203.97.214.12 June 28, 2008, at 09:54 PM   add summary   The PmWiki cookbook based on category tags added for recipes
  175. Cookbook.CommentsSplit 203.97.214.12 April 18, 2008, at 12:57 AM   some other simon   A simple way to have publically-editable comments section at the bottom of your pages
  176. Cookbook.RecentUploads 203.97.214.12 April 15, 2008, at 01:37 AM   summary   Redirects to Cookbook.RecentUploadsLog
  177. Cookbook.DirectoryAndFilePermissions-Talk 202.37.32.2 April 14, 2008, at 03:56 PM   questions  
  178. Cookbook.DirectoryAndFilePermissions 202.37.32.2 April 14, 2008, at 03:47 PM   See also PmWiki/FilePermissions   Explains which directories and files need to be readable, writable, and servable by the webserver.
  179. PmWiki.FilePermissions 202.37.32.2 April 14, 2008, at 03:41 PM   see also Cookbook/DirectoryAndFilePermissions   PmWiki's settings for file and directory permissions in a typical Unix environment
  180. PITS.01005 203.97.214.12 March 29, 2008, at 11:55 PM   Simon, try another non de plume, Simon   Publish button disabled if Drafts and PageTextVar() is used
  181. PITS.00976 202.37.32.2 March 12, 2008, at 03:27 PM   vote 5 because of safe mode   Notify doesn't work if safe_mode is enabled
  182. Cookbook.ToggleLink 203.97.214.12 February 19, 2008, at 10:28 PM   redirect to Cookbook:ShowHide for PmWiki/SiteAnalyzer click through link   redirect to Cookbook:ShowHide for SiteAnalyzer click through link
  183. PmWiki.WikiWords 202.37.32.2 January 30, 2008, at 08:31 PM   summary   Redirects to PmWiki.WikiWord
  184. PITS.GroupHeader 202.37.32.2 January 16, 2008, at 02:45 PM   message now in AuthForm  
  185. PITS.00894 202.37.32.2 January 16, 2008, at 02:43 PM   Alternative solution, allow quotes around the file name   Provide a better means of attaching images with spaces in their names
  186. PITS.00855 202.37.32.2 January 08, 2008, at 08:55 PM   de deface   Nested variables do not work inside directives.
  187. PITS.00348 202.37.32.2 January 08, 2008, at 08:55 PM   de deface   Alphabetize Definition List
  188. PITS.00664 202.37.32.2 January 08, 2008, at 03:56 PM   de deface   Page link engine tweak for query strings
  189. PITS.00961 202.37.32.2 January 08, 2008, at 03:50 PM   de deface   Issue with nopass / @nopass when upgrading pmwiki
  190. PITS.00536 202.37.32.2 January 08, 2008, at 03:45 PM   de deface   MailPosts Cookbok Page - noob
  191. PITS.00297 202.37.32.2 January 08, 2008, at 03:43 PM   de deface   Problem with include and SideBar
  192. PITS.00012 202.37.32.2 January 08, 2008, at 02:33 PM   de deface   TextFormattingRules is out of date
  193. PITS.00522 202.37.32.2 January 08, 2008, at 02:31 PM   de deface   Allow InterMap entries to come from a wiki page
  194. PITS.00059 202.37.32.2 January 08, 2008, at 02:03 PM   de deface   Triple tilde not converted in preview
  195. Cookbook.AttachListEnhanced 203.97.214.12 January 03, 2008, at 01:19 AM   summary   redirects to AttachlistEnhanced
  196. PITS.00497 202.37.32.2 December 09, 2007, at 06:54 PM   vote for this please   Add a separate <span> for image captions
  197. Cookbook.Categories 202.37.32.2 November 27, 2007, at 05:09 PM   does this not work because Link cannot have wildcards?   Cookbook categories
  198. Cookbook.InputJumpBox 202.37.32.2 September 24, 2007, at 10:37 PM   add summary   Redirects to Test.JumpBox
  199. Cookbook.SubpageMarkup 202.37.32.2 September 19, 2007, at 05:33 PM   update summary   Add one level of subpage using [[,subpage]] markup, deprecated in favour of Subgroup Markup
  200. Cookbook.AllGroupHeader 203.97.214.12 August 27, 2007, at 04:08 PM   link   How to create a page that appears as a header (or footer) for all pages in all groups
  201. PmWiki.XLPageCookbookTemplate 202.37.32.2 August 06, 2007, at 07:04 PM   summary   Language conversion strings for another language for Cookbook strings
  202. Cookbook.Edit-RestrictedProfile 202.37.32.2 July 24, 2007, at 04:28 PM   fix name   Authors can only edit their own pages in the Profiles group.
  203. PmWiki.WikiGroups 202.37.32.2 July 22, 2007, at 04:38 PM   Add summary   Redirects to Wiki Group
  204. PmWiki.Robots 202.37.32.2 June 13, 2007, at 09:45 PM   glean some robot variables   Setting available to control robots
  205. Cookbook.RssImproved 202.37.32.2 May 29, 2007, at 10:05 PM   defacement   How to get better RSS compatibility & support; how to create podcasts or audioblogs
  206. PmWiki.SitePages 202.37.32.2 May 27, 2007, at 10:21 PM     A description of Special site pages, see special pages
  207. Cookbook.Converttable 202.37.32.2 May 23, 2007, at 06:29 PM   summary  
  208. PITS.00489 202.37.32.2 May 02, 2007, at 05:56 PM   votes solicited please   classes for Image frames and captions
  209. Cookbook.OutlineLists 202.37.32.2 April 30, 2007, at 04:26 PM   summary   Deprecated, see WikiStylesPlus
  210. PITS.00916 202.37.32.2 April 26, 2007, at 06:30 PM   Support honeypot block list   Support honeypot block list
  211. PITS.00787 202.37.32.2 April 10, 2007, at 05:32 PM   Closed, in 2.2.0-beta32   (:else:) extension of Conditional Markup
  212. Cookbook.PageActions 203.97.214.12 April 08, 2007, at 01:19 AM   ]   [
  213. Cookbook.SmallInstall 203.97.214.12 April 02, 2007, at 01:10 AM   from mailing list   Minimise the size of the PmWiki installed files
  214. Cookbook.RandomQuote 202.37.32.2 March 21, 2007, at 06:45 PM   ''Because of some strane quirk in the include make sure the anchor [[#anchor]] is on a separate l-]'' &nbsp; [-Insert random quotes or markup into a page-] (:ifend:) (:if equal {(tolower "Pm")} {(tolower "{Profiles.Simon$Name}")}:) # [[Cookbook.ConvertUseMod]] [-76.183.97.54-] [-March 21, 2007, at 11:13 AM-] &nbsp; ''[-add recipeinfo-]'' &nbsp; [-Convert UseMod pages to PmWiki-] (:ifend:) (:if equal {(tolower "Pm")} {(tolower "{Profiles.Simon$Name}")}:) # [[Cookbook.Visio]] [-76.183.97.54-] [-March 21, 2007, at 10:13 AM-] &nbsp; ''[-remove extra categories-]'' &nbsp; [-Embed Visio (*.vsd) drawings into wiki pages-] (:ifend:) (:if equal {(tolower "Kevin Hayes")} {(tolower "{Profiles.Simon$Name}")}:) # [[Cookbook.PTViewer]] [-69.160.7.177-] [-March 21, 2007, at 10:06 AM-] &nbsp; ''[--]'' &nbsp; [-how to display panoramic images-] (:ifend:) (:if equal {(tolower "Kevin Hayes")} {(tolower "{Profiles.Simon$Name}")}:) # [[Cookbook.PHPImages]] [-69.160.7.177-] [-March 21, 2007, at 09:40 AM-] &nbsp; ''[-copy edit; added Summary-]'' &nbsp; [-Generate on-the-fly graphics within a PmWiki page using a PHP script.-] (:ifend:) (:if equal {(tolower "Kevin Hayes")} {(tolower "{Profiles.Simon$Name}")}:) # [[Cookbook.ImageSets]] [-69.160.7.177-] [-March 21, 2007, at 09:23 AM-] &nbsp; ''[-added recipe info block-]'' &nbsp; [-Create galleries that are not tied to a single wiki page-] (:ifend:) (:if equal {(tolower "HansB")} {(tolower "{Profiles.Simon$Name}")}:) # [[Cookbook.NewsList]] [-81.178.101.133-] [-March 21, 2007, at 07:38 AM-] &nbsp; ''[-changed category-]'' &nbsp; [-Insert a list of recently changed/updated wikipages in a short form.-] (:ifend:) (:if equal {(tolower "Scott Connard")} {(tolower "{Profiles.Simon$Name}")}:) # [[Cookbook.Variables]] [-71.225.230.171-] [-March 21, 2007, at 06:55 AM-] &nbsp; ''[-remove extraneous Categories:-]'' &nbsp; [-Allows to set variables in Wiki text to be used in the text and/or if markups-] (:ifend:) (:if equal {(tolower "HansB")} {(tolower "{Profiles.Simon$Name}")}:) # [[Cookbook.BlocklistHelperScripts]] [-81.178.101.133-] [-March 21, 2007, at 06:38 AM-] &nbsp; ''[-obsolete-]'' &nbsp; [-Use the output available from [[Cookbook/Blocklist2]] to build a better blocklist-] (:ifend:) (:if equal {(tolower "HansB")} {(tolower "{Profiles.Simon$Name}")}:) # [[Cookbook.MakingPasswordRequestsExplicit]] [-81.178.101.133-] [-March 21, 2007, at 06:35 AM-] &nbsp; ''[-added recipeinfo-]'' &nbsp; [-How can we tell which [[PmWiki/password(s)]] is requested?-] (:ifend:) (:if equal {(tolower "XES")} {(tolower "{Profiles.Simon$Name}")}:) # [[Cookbook.Blocklist2]] [-69.86.108.178-] [-March 21, 2007, at 06:04 AM-] &nbsp; ''[--]'' &nbsp; [-Block vandals and spammers by IP or phrase.-] (:ifend:) (:if equal {(tolower "XES")} {(tolower "{Profiles.Simon$Name}")}:) # [[Cookbook.Blocklist3]] [-69.86.108.178-] [-March 21, 2007, at 06:04 AM-] &nbsp; ''[--]'' &nbsp; [-Block vandals or spammers by IP, word, phrase, or regular expressions.-] (:ifend:) (:if equal {(tolower "Kevin Hayes")} {(tolower "{Profiles.Simon$Name}")}:) # [[Cookbook.CMSMode]] [-69.160.7.177-] [-March 21, 2007, at 12:30 AM-] &nbsp; ''[--]'' &nbsp; [-Adds some customizations for a non-wiki (or hybrid) type installation.-] (:ifend:) (:if equal {(tolower "Kevin Hayes")} {(tolower "{Profiles.Simon$Name}")}:) # [[Cookbook.UseAlternativeConfigurations]] [-69.160.7.177-] [-March 20, 2007, at 10:25 PM-] &nbsp; ''[-added recipe info block-]'' &nbsp; [-Get the base URL from the server-] (:ifend:) (:if equal {(tolower "Kevin Hayes")} {(tolower "{Profiles.Simon$Name}")}:) # [[Cookbook.RestorePmWiki]] [-69.160.7.177-] [-March 20, 2007, at 10:23 PM-] &nbsp; ''[-added recipe info block-]'' &nbsp; [-Restore or move a PmWiki installation from an archive-] (:ifend:) (:if equal {(tolower "Kevin Hayes")} {(tolower "{Profiles.Simon$Name}")}:) # [[Cookbook.CompareVersions]] [-69.160.7.177-] [-March 20, 2007, at 09:34 PM-] &nbsp; ''[-added recipe info block; copy edit-]'' &nbsp; [-Determine if two versions of the same file are the same or how they differ-] (:ifend:) (:if equal {(tolower "Kevin Hayes")} {(tolower "{Profiles.Simon$Name}")}:) # [[Cookbook.AttachlistExtended-Draft]] [-69.160.7.177-] [-March 20, 2007, at 09:07 PM-] &nbsp; ''[-copy edit-]'' &nbsp; [-A replacement version of the attachlist directive with additional functionality.-] (:ifend:) (:if equal {(tolower "Kevin Hayes")} {(tolower "{Profiles.Simon$Name}")}:) # [[Cookbook.UpdateAttachments]] [-69.160.7.177-] [-March 20, 2007, at 08:58 PM-] &nbsp; ''[-added recipe info block-]'' &nbsp; [-Add "update Attachment" link to Attach: links-] (:ifend:) (:if equal {(tolower "Kevin Hayes")} {(tolower "{Profiles.Simon$Name}")}:) # [[Cookbook.AbbreviationPlurals]] [-69.160.7.177-] [-March 20, 2007, at 05:45 PM-] &nbsp; ''[-added recipe info block-]'' &nbsp; [-Automatically format text like `CCDs as a plural abbreviation, instead of as a wikiword.-] (:ifend:) (:if equal {(tolower "Kathryn Andersen")} {(tolower "{Profiles.Simon$Name}")}:) # [[Cookbook.MarathonSkin]] [-202.173.183.92-] [-March 20, 2007, at 04:20 PM-] &nbsp; ''[-use SkinsHeader-]'' &nbsp; [--] (:ifend:) (:if equal {(tolower "")} {(tolower "{Profiles.Simon$Name}")}:) # [[Cookbook.ZAPBusinessDirectory]] [-76.3.9.114-] [-March 19, 2007, at 03:45 PM-] &nbsp; ''[-restore-]'' &nbsp; [-Adventures in building a business directory-] (:ifend:) (:if equal {(tolower "Francis")} {(tolower "{Profiles.Simon$Name}")}:) # [[PITS.00626]] [-80.41.203.86-] [-March 17, 2007, at 02:53 PM-] &nbsp; ''[-open-]'' &nbsp; [-refcount shows "orphaned" pages which are not orphaned-] (:ifend:) (:if equal {(tolower "Pico")} {(tolower "{Profiles.Simon$Name}")}:) # [[PITS.00773]] [-66.108.51.56-] [-March 17, 2007, at 12:10 PM-] &nbsp; ''[-Plug for Hans' Literal White Space recipe-]'' &nbsp; [-Escape sequence wygwnsy ("what you get will not surprise you")-] (:ifend:) (:if equal {(tolower "Petko")} {(tolower "{Profiles.Simon$Name}")}:) # [[Cookbook.RecipeInfo]] [-87.98.218.76-] [-March 15, 2007, at 09:52 PM-] &nbsp; ''[-the property is not cleared-]'' &nbsp; [-How to create a recipeinfo box like it is used in the cookbook-] (:ifend:) (:if equal {(tolower "HansB")} {(tolower "{Profiles.Simon$Name}")}:) # [[Cookbook.IntuitiveSpacing]] [-85.210.25.123-] [-March 15, 2007, at 11:07 AM-] &nbsp; ''[--]'' &nbsp; [--] (:ifend:) (:if equal {(tolower "Francis")} {(tolower "{Profiles.Simon$Name}")}:) # [[PITS.00307]] [-195.54.230.103-] [-March 15, 2007, at 07:53 AM-] &nbsp; ''[--]'' &nbsp; [-hide minor edits from RecentChanges-] (:ifend:) (:if equal {(tolower "")} {(tolower "{Profiles.Simon$Name}")}:) # [[Cookbook.Markdown]] [-218.186.11.2-] [-March 14, 2007, at 02:38 PM-] &nbsp; ''[--]'' &nbsp; [-A replacement for some of PmWiki's typographical wiki markup-] (:ifend:) (:if equal {(tolower "Petko")} {(tolower "{Profiles.Simon$Name}")}:) # [[PITS.00194]] [-87.98.218.76-] [-March 12, 2007, at 03:14 AM-] &nbsp; ''[-use [@...@]-]'' &nbsp; [-Code samples break numbered lists-] (:ifend:) (:if equal {(tolower "Feral")} {(tolower "{Profiles.Simon$Name}")}:) # [[PITS.00890]] [-65.37.66.28-] [-March 11, 2007, at 01:32 PM-] &nbsp; ''[-Proposed existing solution.-]'' &nbsp; [-Dynamically create a page by specially marked page sections-] (:ifend:) (:if equal {(tolower "Scott Connard")} {(tolower "{Profiles.Simon$Name}")}:) # [[PmWiki.WikiGroupMotivation]] [-71.225.230.171-] [-March 11, 2007, at 10:48 AM-] &nbsp; ''[-restore-]'' &nbsp; [--] (:ifend:) (:if equal {(tolower "")} {(tolower "{Profiles.Simon$Name}")}:) # [[Cookbook.Pywe-Discuss]] [-217.109.160.5-] [-March 08, 2007, at 10:57 AM-] &nbsp; ''[--]'' &nbsp; [--] (:ifend:) (:if equal {(tolower "lighans")} {(tolower "{Profiles.Simon$Name}")}:) # [[Cookbook.Licenses]] [-213.126.138.18-] [-March 07, 2007, at 03:35 AM-] &nbsp; ''[--]'' &nbsp; [-Markup to display licensing info on pages-] (:ifend:) (:if equal {(tolower "XES")} {(tolower "{Profiles.Simon$Name}")}:) # [[Cookbook.GettingThingsDone]] [-69.86.108.178-] [-March 06, 2007, at 04:33 PM-] &nbsp; ''[--]'' &nbsp; [-Using the GTD system with PmWiki-] (:ifend:) (:if equal {(tolower "BenoitDutilleul")} {(tolower "{Profiles.Simon$Name}")}:) # [[Cookbook.ZAPChat]] [-86.95.105.1-] [-March 06, 2007, at 09:36 AM-] &nbsp; ''[--]'' &nbsp; [-Step by step procedure for creating a chat using ZAP.-] (:ifend:) (:if equal {(tolower "Petko")} {(tolower "{Profiles.Simon$Name}")}:) # [[PITS.00875]] [-81.65.39.165-] [-March 06, 2007, at 04:38 AM-] &nbsp; ''[-Status: Closed - included in 2.2.0-beta32-]'' &nbsp; [-AsSpaced function in UTF-8, RequestedPage variable fixes-] (:ifend:) (:if equal {(tolower "Scott Connard")} {(tolower "{Profiles.Simon$Name}")}:) # [[PmWiki.WikiFarmTerminology]] [-66.173.252.1-] [-March 05, 2007, at 01:00 PM-] &nbsp; ''[-restore-]'' &nbsp; [--] (:ifend:) (:if equal {(tolower "")} {(tolower "{Profiles.Simon$Name}")}:) # [[PITS.00857]] [-82.181.196.43-] [-March 04, 2007, at 02:23 AM-] &nbsp; ''[--]'' &nbsp; [-non english characters are shown incorrectly in the trail-] (:ifend:) (:if equal {(tolower "XES")} {(tolower "{Profiles.Simon$Name}")}:) # [[Cookbook.PageRank]] [-69.86.108.178-] [-March 01, 2007, at 09:06 PM-] &nbsp; ''[--]'' &nbsp; [-Vote on a page's popularity-] (:ifend:) (:if equal {(tolower "Daniel Rairigh")} {(tolower "{Profiles.Simon$Name}")}:) # [[PITS.00896]] [-35.9.128.30-] [-March 01, 2007, at 10:14 AM-] &nbsp; ''[-Patch to make StopWatch give a little bit more information-]'' &nbsp; [-Patch to make StopWatch give a little bit more informative-] (:ifend:) (:if equal {(tolower "Pm")} {(tolower "{Profiles.Simon$Name}")}:) # [[PITS.00878]] [-76.183.97.54-] [-March 01, 2007, at 09:18 AM-] &nbsp; ''[-closed - fixed in 2.2.0-beta33-]'' &nbsp; [-Pagelist filter on negative page variable value problem-] (:ifend:) (:if equal {(tolower "Simon")} {(tolower "{Profiles.Simon$Name}")}:) # [[PITS.00740]] [-202.37.32.2-] [-February 28, 2007, at 01:28 PM-] &nbsp; ''[-link-]'' &nbsp; [-Allow "tagging" of pages-] (:ifend:) (:if equal {(tolower "")} {(tolower "{Profiles.Simon$Name}")}:) # [[PITS.00872]] [-212.112.184.254-] [-February 27, 2007, at 10:37 AM-] &nbsp; ''[--]'' &nbsp; [-allow php scripts inside wiki-] (:ifend:) (:if equal {(tolower "")} {(tolower "{Profiles.Simon$Name}")}:) # [[PITS.00892]] [-85.178.68.130-] [-February 25, 2007, at 09:43 AM-] &nbsp; ''[-Add a cookbook for svn as version control system for pmwiki-]'' &nbsp; [-Add a cookbook for svn as version control system for pmwiki-] (:ifend:) (:if equal {(tolower "TeganDowling")} {(tolower "{Profiles.Simon$Name}")}:) # [[PITS.00867]] [-69.131.21.195-] [-February 24, 2007, at 09:09 AM-] &nbsp; ''[-add to "see also" list; vote-]'' &nbsp; [-New notify option to exclude notification of selected author's posts-] (:ifend:) (:if equal {(tolower "Renato")} {(tolower "{Profiles.Simon$Name}")}:) # [[PITS.00891]] [-201.51.115.64-] [-February 22, 2007, at 08:07 PM-] &nbsp; ''[-"Order=size" not working-]'' &nbsp; [-"Order=size" not working-] (:ifend:) (:if equal {(tolower "Kathryn Andersen")} {(tolower "{Profiles.Simon$Name}")}:) # [[Cookbook.HandyTableOfContents]] [-202.173.183.92-] [-February 18, 2007, at 12:55 AM-] &nbsp; ''[-new version-]'' &nbsp; [-{Cookbook.HandyTableOfContents$Description}-] (:ifend:) (:if equal {(tolower "")} {(tolower "{Profiles.Simon$Name}")}:) # [[Cookbook.RecipeMap]] [-24.115.53.244-] [-February 16, 2007, at 01:19 AM-] &nbsp; ''[--]'' &nbsp; [-Map of older recipe filenames to recipe pages-] (:ifend:) (:if equal {(tolower "Pm")} {(tolower "{Profiles.Simon$Name}")}:) # [[Cookbook.RotateMarkup]] [-76.183.97.54-] [-February 15, 2007, at 09:42 PM-] &nbsp; ''[--]'' &nbsp; [-Insert rotating images or markup-] (:ifend:) (:if equal {(tolower "Pm")} {(tolower "{Profiles.Simon$Name}")}:) # [[Cookbook.RecipeUpdates]] [-76.183.97.54-] [-February 15, 2007, at 09:13 PM-] &nbsp; ''[--]'' &nbsp; [--] (:ifend:) (:if equal {(tolower "Simon")} {(tolower "{Profiles.Simon$Name}")}:) # [[Cookbook.AddDeleteLine]] [-202.37.32.2-] [-February 15, 2007, at 03:08 PM-] &nbsp; ''[-restore-]'' &nbsp; [-Create a list where entries can easily be inserted and deleted-] (:ifend:) (:if equal {(tolower "Pm")} {(tolower "{Profiles.Simon$Name}")}:) # [[Cookbook.ReverseHeadings]] [-76.183.97.54-] [-February 15, 2007, at 12:17 PM-] &nbsp; ''[-add see also links-]'' &nbsp; [-Reverse !'s so that more !'s are larger headings-] (:ifend:) (:if equal {(tolower "Anno")} {(tolower "{Profiles.Simon$Name}")}:) # [[Cookbook.UBBThreadsUserSystemIntegration]] [-85.124.178.134-] [-February 15, 2007, at 01:17 AM-] &nbsp; ''[--]'' &nbsp; [--] (:ifend:) (:if equal {(tolower "Anno")} {(tolower "{Profiles.Simon$Name}")}:) # [[Cookbook.SimplemachinesUserSystemIntegration]] [-85.124.178.134-] [-February 15, 2007, at 01:15 AM-] &nbsp; ''[--]'' &nbsp; [--] (:ifend:) (:if equal {(tolower "Feral")} {(tolower "{Profiles.Simon$Name}")}:) # [[Cookbook.QuoteBlock]] [-65.37.66.236-] [-February 14, 2007, at 10:15 PM-] &nbsp; ''[-Minor: Added note about being superceded as PITS:00887 is superior in every way.-]'' &nbsp; [-Allow a small measure of nested 'wikistyles'.-] (:ifend:) (:if equal {(tolower "")} {(tolower "{Profiles.Simon$Name}")}:) # [[Cookbook.PreviewSkins]] [-128.175.226.71-] [-February 12, 2007, at 09:08 PM-] &nbsp; ''[--]'' &nbsp; [--] (:ifend:) (:if equal {(tolower "")} {(tolower "{Profiles.Simon$Name}")}:) # [[PITS.00881]] [-61.187.179.131-] [-February 12, 2007, at 12:21 AM-] &nbsp; ''[--]'' &nbsp; [-UTF-8 Link misfunction with mbstring-] (:ifend:) (:if equal {(tolower "Simon")} {(tolower "{Profiles.Simon$Name}")}:) # [[PITS.00850]] [-202.37.32.2-] [-February 08, 2007, at 02:00 PM-] &nbsp; ''[-closed-]'' &nbsp; [-[[PmWiki/Blocklist]] to optionally check [[PmWiki/EditVariables#EnablePostAuthorRequired|Author]] and Summary fields, and to optionally display blocklist name-] (:ifend:) (:if equal {(tolower "BenWilson")} {(tolower "{Profiles.Simon$Name}")}:) # [[Cookbook.GoogleMapAPI-Discuss]] [-69.243.109.103-] [-February 08, 2007, at 12:11 PM-] &nbsp; ''[--]'' &nbsp; [--] (:ifend:) (:if equal {(tolower "BenWilson")} {(tolower "{Profiles.Simon$Name}")}:) # [[Cookbook.PyweDeletea]] [-69.243.109.103-] [-February 07, 2007, at 10:52 AM-] &nbsp; ''[--]'' &nbsp; [--] (:ifend:) (:if equal {(tolower "Scott Connard")} {(tolower "{Profiles.Simon$Name}")}:) # [[PITS.00134]] [-66.173.252.1-] [-February 06, 2007, at 02:02 PM-] &nbsp; ''[-restore-]'' &nbsp; [-Buggy implementation of the page PageNotFound-] (:ifend:) (:if equal {(tolower "Ben Stallings")} {(tolower "{Profiles.Simon$Name}")}:) # [[PITS.00877]] [-69.66.89.249-] [-February 05, 2007, at 09:19 AM-] &nbsp; ''[-allow guiedit buttons to work with other fields besides 'text'-]'' &nbsp; [-allow guiedit buttons to work with other fields besides 'text'-] (:ifend:) (:if equal {(tolower "PRZ")} {(tolower "{Profiles.Simon$Name}")}:) # [[PITS.00845]] [-89.83.189.122-] [-February 04, 2007, at 04:04 PM-] &nbsp; ''[--]'' &nbsp; [- $PagePathFmt no longer works in SideBar-] (:ifend:) (:if equal {(tolower "Pm")} {(tolower "{Profiles.Simon$Name}")}:) # [[PmWiki.TempDirNotes]] [-76.183.97.54-] [-February 03, 2007, at 05:46 PM-] &nbsp; ''[-clarify-]'' &nbsp; [--] (:ifend:) (:if equal {(tolower "")} {(tolower "{Profiles.Simon$Name}")}:) # [[Cookbook.ZAPData]] [-70.41.1.140-] [-February 02, 2007, at 08:26 PM-] &nbsp; ''[--]'' &nbsp; [--] (:ifend:) (:if equal {(tolower "PKHG")} {(tolower "{Profiles.Simon$Name}")}:) # [[PITS.00874]] [-84.241.155.129-] [-February 02, 2007, at 01:51 AM-] &nbsp; ''[-Visualize PBN bridgenotation-]'' &nbsp; [-Visualize PBN bridgenotation-] (:ifend:) (:if equal {(tolower "tthelen")} {(tolower "{Profiles.Simon$Name}")}:) # [[PITS.00873]] [-84.136.3.60-] [-February 01, 2007, at 03:34 PM-] &nbsp; ''[--]'' &nbsp; [-Restore not possible if draft exists-] (:ifend:) (:if equal {(tolower "BillReveile")} {(tolower "{Profiles.Simon$Name}")}:) # [[Cookbook.GoogleSearch]] [-70.128.183.138-] [-January 28, 2007, at 12:26 AM-] &nbsp; ''[--]'' &nbsp; [-Add a searchbox for site and websearch using google-] (:ifend:) (:if equal {(tolower "XES")} {(tolower "{Profiles.Simon$Name}")}:) # [[Cookbook.AuthUserVBulletin]] [-69.86.108.178-] [-January 27, 2007, at 04:25 PM-] &nbsp; ''[--]'' &nbsp; [-Allows PmWiki to use vBulletin for a user login/password base, and to borrow PmWiki groups from vBulletin.-] (:ifend:) (:if equal {(tolower "")} {(tolower "{Profiles.Simon$Name}")}:) # [[Cookbook.AuxSelect]] [-80.189.31.187-] [-January 27, 2007, at 12:53 PM-] &nbsp; ''[--]'' &nbsp; [-Dropdown widget that persists its selected value between pages-] (:ifend:) (:if equal {(tolower "XES")} {(tolower "{Profiles.Simon$Name}")}:) # [[Cookbook.XesAuthUserDbase]] [-69.86.108.178-] [-January 26, 2007, at 07:11 AM-] &nbsp; ''[--]'' &nbsp; [-Stand-Alone version of AuthUserDbase-] (:ifend:) (:if equal {(tolower "")} {(tolower "{Profiles.Simon$Name}")}:) # [[Cookbook.Flckr]] [-61.14.137.161-] [-January 24, 2007, at 11:57 PM-] &nbsp; ''[--]'' &nbsp; [-Tabless skin, inspired by the layout and colors of the site flickr.com.-] (:ifend:) (:if equal {(tolower "chr")} {(tolower "{Profiles.Simon$Name}")}:) # [[Cookbook.FilesNotify]] [-213.132.111.229-] [-January 21, 2007, at 12:46 PM-] &nbsp; ''[--]'' &nbsp; [-Notifications of files that change in a directory tree on the server.-] (:ifend:) (:if equal {(tolower "")} {(tolower "{Profiles.Simon$Name}")}:) # [[PITS.00846]] [-217.218.136.142-] [-January 21, 2007, at 05:22 AM-] &nbsp; ''[--]'' &nbsp; [-Nonconverted <vspace> on search results page-] (:ifend:) (:if equal {(tolower "")} {(tolower "{Profiles.Simon$Name}")}:) # [[Cookbook.PmWiki-DivsSkin]] [-70.55.13.124-] [-January 19, 2007, at 03:19 PM-] &nbsp; ''[--]'' &nbsp; [-pure css based skin in the style of the pmwiki default skin -] (:ifend:) (:if equal {(tolower "Feral")} {(tolower "{Profiles.Simon$Name}")}:) # [[PITS.00868]] [-207.173.253.143-] [-January 19, 2007, at 07:04 AM-] &nbsp; ''[--]'' &nbsp; [-Possible BUG in PageIndexGrep();-] (:ifend:) (:if equal {(tolower "")} {(tolower "{Profiles.Simon$Name}")}:) # [[Cookbook.JJSIterator]] [-66.36.148.67-] [-January 18, 2007, at 01:43 AM-] &nbsp; ''[--]'' &nbsp; [-let the browser iterate over a set of wiki pages-] (:ifend:) (:if equal {(tolower "jm")} {(tolower "{Profiles.Simon$Name}")}:) # [[Cookbook.Slender]] [-189.10.146.48-] [-January 17, 2007, at 06:08 PM-] &nbsp; ''[--]'' &nbsp; [-version of PmWiki with a light syntax. It includes more tools. -] (:ifend:) (:if equal {(tolower "")} {(tolower "{Profiles.Simon$Name}")}:) # [[Cookbook.QuickPageTableOfContents]] [-81.45.222.223-] [-January 16, 2007, at 04:15 AM-] &nbsp; ''[--]'' &nbsp; [-Adds a dropdown clickable table of contents to a page - client side processing-] (:ifend:) (:if equal {(tolower "Dfaure")} {(tolower "{Profiles.Simon$Name}")}:) # [[PITS.00126]] [-82.238.121.13-] [-January 16, 2007, at 03:42 AM-] &nbsp; ''[-voted-]'' &nbsp; [-bring an expanded [=(:breakpage:) directive into the core
  215. PITS.00579 203.97.214.12 January 05, 2007, at 03:02 PM   try Cookbook/ImageMap   Allow mapped images
  216. PITS.00088 203.97.214.12 December 29, 2006, at 12:24 AM   I'd like it   RecentUploads don't exists
  217. PITS.00485 202.37.32.2 November 05, 2006, at 06:16 PM   link   Include NewPageBox in a release
  218. PITS.00741 202.37.32.2 November 05, 2006, at 06:09 PM   add ( example   Escape characters in URLs
  219. PITS.00673 203.97.214.12 April 03, 2006, at 03:41 AM     PmWiki changes a character with a macron to a character with a circumflex on save
  220. PITS.00467 210.246.16.135 February 24, 2006, at 03:21 AM   closed, non existent page handling now changed   Describe DummyPage? here needs forced link
Edit - History - Print - Recent Changes - Search
Page last modified on June 29, 2009, at 05:41 PM