Recent Changes - Search:

PmWiki

pmwiki.org

Simon

An itinerant webmaster for some clubs on Wellington Community Net. 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 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
Vaguely relevant

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

(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=*imon*,-*Simon?B*,-*Simoni*
fmt={$FullName}#pitsentry :)
>>comment<<
[[#pitsentry]]
(:template first:)
||width=*
(:template each:)
||[-[[{=$FullName}]]-] ||[-''{=$:Status}''-] ||[-{=$LastModifiedSummary}-]
||[-{=$:Summary}-] ||
[[#pitsentryend]]
>><<
PITS.01252OpenYes, link= works when category page doesn't existAdd 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.01220DiscussionEntry related to PITS:01178Group homepages not resolved correctly when group only supplied
PITS.01219Openextend for other inline markupAdd markup for inline markup such as soft break, clear left, clear right, fractions
PITS.01211Opencan be done now; could be optimized some daySupport Group/ in pagelist name parameter
PITS.01209OpenAdd more markup expressions to the coreAdd more markup expressions to the core
PITS.01204Openvotingpagelist frontlinks
PITS.01203OpenVote + suggestionBacklinks 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 - declined, +workaroundClosed - declined, +workaroundUse $Titlespaced for [[ |+]] markup
PITS.01105OpenCorrected typo, added vote.Add %item value=resume% to list processing
PITS.01093Opensee alsoEnhance conditional markup to 'if attachments PAGENAME'
PITS.01091Closed - duplicate of 00986Closed - duplicate of 00986?Pagelist default does not handle variable in trail
PITS.01087Suspended - needs votesbumpExtend Conditional Markup (:if attachments:) to specify file names
PITS.00962Closed - repliedClosed - repliedMake >><< 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.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 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.00880Openadded sigPage 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.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 %-escapesadd ( exampleEscape 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.00665Openadded voteAllow 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.00615OpenI'd like to vote, but I already have!Suggested default template changes
PITS.00489Suspended - needs votesvotes 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.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}

Watch list

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

>>comment<<
[[#watchlist]]
(:template first:)
||width=*
(:template each:)
||[-[[{=$FullName}?action=diff | {=$LastModified}]]-] ||[-''[[{=$FullName}
| {=$Groupspaced}.{=$Namespaced}]]''-] ||[-[[~{=$LastModifiedBy}]]-]
||[-{=$LastModifiedSummary}-]||
[[#watchlistend]]
>><<
October 26, 2011, at 04:09 AMCookbook.Clean UrlsHabogo?Compensated for missing / from certain links.
September 10, 2011, at 11:42 AMCookbook.Web AdminbereidenReplacement of deprecated code
September 10, 2011, at 11:42 AMCookbook.Wiki Gallerysimonremove brackets
February 09, 2012, at 11:23 AMGroup.Namespaced?Profiles
February 09, 2012, at 11:23 AMGroup.Name?Profiles
January 07, 2012, at 03:29 PMPm Wiki.Site AnalyzerPetko!UpdateMe
December 28, 2011, at 04:32 PMPm Wiki.Deleting PagesPetkofix find command
December 28, 2011, at 05:48 AMPm Wiki.Wiki Farmsgbdesandbox
November 29, 2011, at 07:02 AMPm Wiki.UploadsCaroline Guénettecorrection (removed a duplicate "not"
November 19, 2011, at 10:43 AMPm Wiki.Include Other PagesPetkoquestion moved to talk
September 28, 2011, at 08:26 PMPm Wiki.How To Get Assistancesimonfix link
September 20, 2011, at 03:47 AMPm Wiki.TroubleshootingPetkosession_save_path for windows
September 10, 2011, at 11:08 AMPm Wiki.Wiki TrailsPetkofix intermap link
September 10, 2011, at 11:08 AMPm Wiki.Comment MarkupSimonwarning about the use of HTML comments
September 10, 2011, at 11:08 AMPm Wiki.BlocklistPeter Bowersadd reference to !spam
September 10, 2011, at 11:08 AMPm Wiki.CategoriesPeter Bowerswarning re changing $CategoryGroup
September 10, 2011, at 11:08 AMPm Wiki.Upload VariablesPetkominor
September 10, 2011, at 11:08 AMPm Wiki.Conditional Markupmfwolff? is obsolete
September 10, 2011, at 11:08 AMPm Wiki.Url ApprovalsPeter Bowersadd somewhat nonstandard link to !spam. if it needs changing, feel free.
September 10, 2011, at 11:08 AMPm Wiki.Page Text Variablessimonrevert my change
September 10, 2011, at 11:08 AMPm Wiki.NotifyPetkofix link for a release
September 10, 2011, at 11:08 AMPm Wiki.SecurityPetko-3
September 10, 2011, at 11:08 AMPm Wiki.Available ActionsPetkofix link for a release
September 10, 2011, at 11:08 AMPm Wiki.File Permissionssimonsee also Cookbook/DirectoryAndFilePermissions
September 10, 2011, at 11:08 AMPm Wiki.Analyze ResultsPetkotypo
September 10, 2011, at 11:08 AMPm Wiki.Uploads AdminPetko

(:template first:)

(:template each:)

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

Last modified by me

(thanks Pico for the pagelist)

>>comment<<
[[#lastmodbyme]]
(:template defaults order=group,-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=group,-time:) (:template each:)

Pages that were last modified by Simon

  1. Cookbook.ThumbList-Talk 66.183.19.53 January 15, 2012, at 07:33 PM   add link   Talk Page for ThumbList recipe
  2. Cookbook.Cookbook 203.97.214.12 December 12, 2011, at 02:42 AM   layout   List of cookbook recipe categories
  3. Cookbook.FixURL-Users 202.37.32.2 November 09, 2011, at 06:43 PM   user   User notes for the FixURL-Users recipe.
  4. Cookbook.LoginLogout 85.171.160.186 October 26, 2011, at 04:06 AM   Add version for talk   How to log out after logging in
  5. Cookbook.TextExtract 93.199.198.120 October 19, 2011, at 03:00 AM   remove brackets   search, grep, and extract text from other pages or groups with search terms and regular expressions, using search form or markup expression.
  6. Cookbook.BlackList 85.171.160.186 September 10, 2011, at 12:58 PM   superceded?  
  7. Cookbook.XMLRPC 85.171.160.186 September 10, 2011, at 11:42 AM   remove brackets   How to communicate with PmWiki via the XML-RPC protocol
  8. Cookbook.TitleMarkup 85.171.160.186 September 10, 2011, at 11:42 AM   remove brackets   setting a page title with the first title markup, subsequent titles (from included pages etc.) are ignored
  9. Cookbook.CommentsSplit 85.171.160.186 September 10, 2011, at 11:42 AM   some other simon   A simple way to have publically-editable comments section at the bottom of your pages
  10. Cookbook.PreventHotlinking 85.171.160.186 September 10, 2011, at 11:42 AM   add see also   Prevent hotlinking of uploaded files
  11. Cookbook.InstallOnWindowsHomeServer-Users 85.171.160.186 September 10, 2011, at 11:42 AM   rate   User notes for the InstallOnWindowsHomeServer-Users recipe.
  12. Cookbook.WikiConversion 85.171.160.186 September 10, 2011, at 11:42 AM   remove brackets   Recipes for converting other wikis from and to PmWiki
  13. Cookbook.UploadPicCompression 85.171.160.186 September 10, 2011, at 11:42 AM   remove brackets   Compress uploaded image files
  14. Cookbook.AddImageType 85.171.160.186 September 10, 2011, at 11:42 AM   add bitmap example   Add new image type extension
  15. Cookbook.PmWikiDeveloper 85.171.160.186 September 10, 2011, at 11:42 AM   Add Pmwiki pages   PmWiki developer documentation
  16. Cookbook.UploadForm-Users 85.171.160.186 September 10, 2011, at 11:42 AM   rate   User notes for the UploadForm-Users recipe.
  17. Cookbook.Imagemaps 85.171.160.186 September 10, 2011, at 11:42 AM   broken link   an image based summary of the visitors to your site
  18. Cookbook.PHPFilesManagement 85.171.160.186 September 10, 2011, at 11:42 AM   see also   PHP file manager
  19. Cookbook.SystemTools 85.171.160.186 September 10, 2011, at 11:42 AM   use anchors   System tools
  20. Cookbook.ModuleGuidelines-Talk 85.171.160.186 September 10, 2011, at 11:42 AM   link to related content   Discussion of ModuleGuidelines
  21. Cookbook.SmallInstall 85.171.160.186 September 10, 2011, at 11:42 AM   from mailing list   Minimise the size of the PmWiki installed files
  22. Cookbook.UniversalEditButton 85.171.160.186 September 10, 2011, at 11:42 AM   remove brackets   Provide support for the Universal Edit Button in PmWiki
  23. Cookbook.MoreCustomPageVariables-Users 85.171.160.186 September 10, 2011, at 11:42 AM   user   User notes for the MoreCustomPageVariables-Users recipe.
  24. Cookbook.RssImproved 85.171.160.186 September 10, 2011, at 11:42 AM   defacement   How to get better RSS compatibility & support; how to create podcasts or audioblogs
  25. Cookbook.TitleSpaced-Users 85.171.160.186 September 10, 2011, at 11:42 AM   thanks   User notes for the TitleSpaced-Users recipe.
  26. Cookbook.PagelistRecentChanges-Users 85.171.160.186 September 10, 2011, at 11:42 AM   rate   User notes for the PagelistRecentChanges-Users recipe.
  27. Cookbook.ZAPChat 85.171.160.186 September 10, 2011, at 11:42 AM   remove brackets   Step by step procedure for creating a chat using ZAP.
  28. Cookbook.SharedPages 85.171.160.186 September 10, 2011, at 11:42 AM   add version to get user page   Share selected pages among several wikis on a common server, as in WikiFarms
  29. Cookbook.International 85.171.160.186 September 10, 2011, at 11:42 AM   use anchors   Internationalizations, documentation in other languages
  30. Cookbook.RSS 85.171.160.186 September 10, 2011, at 11:42 AM   use anchors   List of all recipes in the RSS category, RSS, webfeeds and tools
  31. Cookbook.Menus 85.171.160.186 September 10, 2011, at 11:42 AM   use anchors   Menu and navigation tools
  32. Cookbook.TagPages 85.171.160.186 September 10, 2011, at 11:42 AM   remove brackets   Allow categorizing/tagging of pages with an easy interface.
  33. Cookbook.TrailPageDescription 85.171.160.186 September 10, 2011, at 11:42 AM   remove brackets   Create and maintain additional infos for Trailpages within the Trailindexpage
  34. Cookbook.WebServerSecurity 85.171.160.186 September 10, 2011, at 11:42 AM   remove brackets   How to use ".htaccess" to make PmWiki more secure
  35. Cookbook.MarkupWriting 85.171.160.186 September 10, 2011, at 11:42 AM   use anchors   Functions and Recipes used in Markup Writing
  36. Cookbook.WikiFormsFeatureRequests 85.171.160.186 September 10, 2011, at 11:42 AM   remove brackets   Feature requests for the WikiForms recipe
  37. Cookbook.GuiEditResize-Users 85.171.160.186 September 10, 2011, at 11:42 AM   rate   User notes for the GuiEditResize-Users recipe.
  38. Cookbook.Txtdb 85.171.160.186 September 10, 2011, at 11:42 AM   remove brackets   Txtdb (A simple csv based database)
  39. Cookbook.CustomRecentChanges 85.171.160.186 September 10, 2011, at 11:42 AM   add link   How to create RecentChanges pages for selected groups
  40. Cookbook.ChordPro-Markup 85.171.160.186 September 10, 2011, at 11:42 AM   update for new version   ChordPro markup supported by this recipe
  41. Cookbook.WikiFarmStepByStep 85.171.160.186 September 10, 2011, at 11:42 AM   remove brackets   Step by step instruction on how to set up PmWiki as a WikiFarm from scratch
  42. Cookbook.CSVInclude 85.171.160.186 September 10, 2011, at 11:42 AM   add category   Include a CSV file as a table in your wiki page
  43. Cookbook.UserConfigurations 85.171.160.186 September 10, 2011, at 11:42 AM   remove brackets   How can users customise an edit form for their personal use, and customise other settings like access keys?
  44. Cookbook.TrackingMenu 85.171.160.186 September 10, 2011, at 11:42 AM   remove brackets   A sidebar menu tracking the current page
  45. Cookbook.UserAuth2Devel 85.171.160.186 September 10, 2011, at 11:42 AM   remove brackets  
  46. Cookbook.ConvertTABLE 85.171.160.186 September 10, 2011, at 11:42 AM   add category and see also   How to convert HTML pages with tables full of data into advanced tables
  47. Cookbook.WikiShCrypt 85.171.160.186 September 10, 2011, at 11:42 AM   remove brackets   Provide encryption/decryption for WikiSh commands and in other contexts
  48. Cookbook.Trackback 85.171.160.186 September 10, 2011, at 11:42 AM   remove brackets   Simple trackback feature
  49. Cookbook.SectionList-Talk 85.171.160.186 September 10, 2011, at 11:42 AM   remove brackets  
  50. Cookbook.PageListTemplates 85.171.160.186 September 10, 2011, at 11:42 AM   category   Recipe deprecated, see PmWiki.PageLists
  51. Cookbook.InstallOnWindowsHomeServer 85.171.160.186 September 10, 2011, at 11:42 AM   increase IIS upload file size   Install PmWiki on Windows Home Server and IIS6
  52. Cookbook.FoxForum 85.171.160.186 September 10, 2011, at 11:42 AM   remove brackets   How to build a simple forum with Fox
  53. Cookbook.Cookbook-ByCategory 85.171.160.186 September 10, 2011, at 11:42 AM   add summary   The PmWiki cookbook based on category tags added for recipes
  54. Cookbook.ChordPro 85.171.160.186 September 10, 2011, at 11:42 AM   add see also   Display ChordPro-formatted song sheets in a wiki page
  55. Cookbook.RestrictActions-Talk 85.171.160.186 September 10, 2011, at 11:42 AM   remove brackets  
  56. Cookbook.AutomaticLinks 85.171.160.186 September 10, 2011, at 11:42 AM   GroupCustomizations   How to automatically create Crosslinks for use in, e.g., a glossary
  57. Cookbook.CMS 85.171.160.186 September 10, 2011, at 11:42 AM   use anchors   List of all recipes in the CMS category
  58. Cookbook.DeltaBytesRecentChanges-Talk 85.171.160.186 September 10, 2011, at 11:42 AM   format delta in summary?   Talk page for DeltaBytesRecentChanges-Talk.
  59. Cookbook.Markup 85.171.160.186 September 10, 2011, at 11:42 AM   use anchors   Markup additions
  60. Cookbook.NewGroupBox-Users 85.171.160.186 September 10, 2011, at 11:42 AM   rate   User notes for the NewGroupBox-Users recipe.
  61. Cookbook.UserLastAction 85.171.160.186 September 10, 2011, at 11:42 AM   remove brackets   Record the last action for each user so that stale accounts can be detected
  62. Cookbook.Security 85.171.160.186 September 10, 2011, at 11:42 AM   use anchors   Security authentication and authorization methods and systems
  63. Cookbook.WikiSVN 85.171.160.186 September 10, 2011, at 11:42 AM   remove brackets   Handle TortoiseSVN (Subversion) via pmWiki
  64. Cookbook.Publishing 85.171.160.186 September 10, 2011, at 11:42 AM   use anchors   Recipes that support publishing wiki pages in some other form, such as printed or PDF
  65. Cookbook.VisitorsLogging 85.171.160.186 September 10, 2011, at 11:42 AM   remove brackets   How to have a clean log of visitor activity for each field of a farm
  66. Cookbook.WikimediaSearch 85.171.160.186 September 10, 2011, at 11:42 AM   remove brackets   Get a functional search form like on wikipedia pages
  67. Cookbook.AutomaticChangeSummary-Users 85.171.160.186 September 10, 2011, at 11:42 AM   vote   User notes for the AutomaticChangeSummary-Users recipe.
  68. Cookbook.StarRater 85.171.160.186 September 10, 2011, at 11:42 AM   typo   5 star rating system
  69. Cookbook.RandomQuote 85.171.160.186 September 10, 2011, at 11:42 AM   change revision history   Insert random quotes or markup into a page
  70. Cookbook.GroupHeader 85.171.160.186 September 10, 2011, at 11:42 AM   add audience style  
  71. Cookbook.UBBThreadsIntegration 85.171.160.186 September 10, 2011, at 11:42 AM   remove brackets   How to use the user authentification of the UBBThreads forums to control access to a PmWiki installation
  72. Cookbook.AllGroupHeader-Users 85.171.160.186 September 10, 2011, at 11:42 AM   rate   User notes for the AllGroupHeader-Users recipe.
  73. Cookbook.UpdateAttachments 85.171.160.186 September 10, 2011, at 11:42 AM   remove brackets   Add "update Attachment" link to Attach: links
  74. Cookbook.Tabtable-jt 85.171.160.186 September 10, 2011, at 11:42 AM   remove brackets   Support embedded line feeds, trim spaces and add prior patch (make first row a header)
  75. Cookbook.WbBackup 85.171.160.186 September 10, 2011, at 11:42 AM   remove brackets   Backup dynamic wiki data (wiki.d, cookbook, ...)
  76. Cookbook.Xml4pmwiki 85.171.160.186 September 10, 2011, at 11:42 AM   remove brackets   xml4pmwiki allows you to transform xml data using a xsl stylesheet in a pmwiki page
  77. Cookbook.PageActions 85.171.160.186 September 10, 2011, at 11:42 AM   ]   [
  78. Cookbook.WikiRefactoring 85.171.160.186 September 10, 2011, at 11:42 AM   remove brackets   Steps and methods to refactor and re-organize a wiki
  79. Cookbook.ShowHide 85.171.160.186 September 10, 2011, at 11:42 AM   remove brackets   Adds toggle buttons and links to show/hide sections and objects. Superseded by Toggle.
  80. Cookbook.XesAuthUserDbase 85.171.160.186 September 10, 2011, at 11:42 AM   remove brackets   Stand-Alone version of AuthUserDbase
  81. Cookbook.ThumbList-Talk-archive 85.171.160.186 September 10, 2011, at 11:42 AM   update url   ARCHIVE Talk Page for ThumbList recipe
  82. Cookbook.UserAuthDevel 85.171.160.186 September 10, 2011, at 11:42 AM   remove brackets   User-based authorization Development Page
  83. Cookbook.WikiGallery 85.171.160.186 September 10, 2011, at 11:42 AM   remove brackets   WikiGallery - automatic easy to use fully integrated gallery extension for PmWiki
  84. Cookbook.TwoWayMirroringWithRsync 85.171.160.186 September 10, 2011, at 11:42 AM   remove brackets   How to keep identical copies of a wiki on two systems, one hosted and the other local
  85. Cookbook.WikiToBook 85.171.160.186 September 10, 2011, at 11:42 AM   remove brackets   How to create and compile a printable book from your wiki documentation?
  86. Cookbook.Media 85.171.160.186 September 10, 2011, at 11:42 AM   use anchors   Multi media related recipes
  87. Cookbook.Layout 85.171.160.186 September 10, 2011, at 11:42 AM   use anchors   Layout enhancements
  88. Cookbook.UploadPlus 85.171.160.186 September 10, 2011, at 11:42 AM   remove brackets   Organise file uploads in Group and/or Group/Page subdirectories
  89. Cookbook.ZAPBusinessDirectory 85.171.160.186 September 10, 2011, at 11:42 AM   remove brackets   Adventures in building a business directory
  90. Cookbook.Categories 85.171.160.186 September 10, 2011, at 11:42 AM   does this not work because Link cannot have wildcards?   Cookbook categories
  91. Cookbook.ChordPro-Format 85.171.160.186 September 10, 2011, at 11:42 AM   provide image   ChordPro Basics and text format
  92. Cookbook.RecipeCheck-Users 85.171.160.186 September 10, 2011, at 11:42 AM     User notes for the RecipeCheck-Users recipe.
  93. Cookbook.ConvertHtml 85.171.160.186 September 10, 2011, at 11:42 AM   summary, perhaps should be deleted?   Redirects to Cookbook.ConvertHTML
  94. Cookbook.WikiShCL 85.171.160.186 September 10, 2011, at 11:42 AM   remove brackets   Provide Command Line capabilities to WikiSh
  95. Cookbook.Wikipath 85.171.160.186 September 10, 2011, at 11:42 AM   remove brackets   A page text lookup grammar which attempts to understand wiki page structure
  96. Cookbook.EditFormSamples 85.171.160.186 September 10, 2011, at 11:42 AM   change link   Provide administrators and authors with examples and instructions for replacing or customizing their site's Site.EditForm.
  97. Cookbook.Favicon 85.171.160.186 September 10, 2011, at 11:42 AM   add link, remove one option   Add a Favicon to your website
  98. Cookbook.RecipeInfoForm 85.171.160.186 September 10, 2011, at 11:42 AM   summary, anchors   Form to change recipeinfo fields
  99. Cookbook.PageNaming 85.171.160.186 September 10, 2011, at 11:42 AM   use anchors   List of page naming, URL modifying and hierarchical group recipes
  100. Cookbook.MultiUpload-Talk 85.171.160.186 September 10, 2011, at 11:42 AM     Talk Page for MultiUpload recipe
  101. Cookbook.WordWrapPreformattedText 85.171.160.186 September 10, 2011, at 11:42 AM   remove brackets   Prevent long lines of text stretching beyond the window edge
  102. Cookbook.Wordpress 85.171.160.186 September 10, 2011, at 11:42 AM   remove brackets   Allows showing the last 5 posts from a wordpress installation.
  103. Cookbook.Uploads 85.171.160.186 September 10, 2011, at 11:42 AM   remove brackets   Uploading and linking to attachments
  104. Cookbook.Converttable 85.171.160.186 September 10, 2011, at 11:42 AM   summary  
  105. Cookbook.Attachtable-Talk 85.171.160.186 September 10, 2011, at 11:42 AM   Case under windows   Talk Page for Attachtable recipe
  106. Cookbook.SubgroupMarkup-Users 85.171.160.186 September 10, 2011, at 11:42 AM   rate   User notes for the SubgroupMarkup-Users recipe.
  107. Cookbook.UploadsMarkup 85.171.160.186 September 10, 2011, at 11:42 AM   remove brackets   Providing an "Uploads:" markup similar to "Attach:", but with a storage-oriented way of referencing
  108. Cookbook.AttachLinks 85.171.160.186 September 10, 2011, at 11:42 AM   add version   Get Attach: links to display by default without the "Attach:" prefix
  109. Cookbook.ObfuscateEmail 85.171.160.186 September 10, 2011, at 11:42 AM   obsolete   Prevent email addresses from being harvested from your site
  110. Cookbook.WikiFooter-Users 85.171.160.186 September 10, 2011, at 11:42 AM   rate   User notes for the WikiFooter-Users recipe.
  111. Cookbook.InstallOnIIS-Users 85.171.160.186 September 10, 2011, at 11:42 AM   user   User notes for the InstallOnIIS-Users recipe.
  112. Cookbook.TextCaptcha 85.171.160.186 September 10, 2011, at 11:42 AM   remove brackets   Small and simple text captcha that uses ascii art and no session, cookies and images
  113. Cookbook.UserAuth 85.171.160.186 September 10, 2011, at 11:42 AM   remove brackets   User-based authorization
  114. Cookbook.WikiObjects 85.171.160.186 September 10, 2011, at 11:42 AM   remove brackets   Enable Object Oriented Extensions for PmWiki
  115. Cookbook.UploadTypes-Users 85.171.160.186 September 10, 2011, at 11:42 AM   user   User notes for the UploadTypes-Users recipe.
  116. Cookbook.Tabulate 85.171.160.186 September 10, 2011, at 11:42 AM   remove brackets   Handles tab-delimited tables so you can cut and paste to and from spreadsheet applications
  117. Cookbook.DirectoryAndFilePermissions-Talk 85.171.160.186 September 10, 2011, at 11:42 AM   questions  
  118. Cookbook.CommentPageLink-Talk 85.171.160.186 September 10, 2011, at 11:42 AM   remove brackets  
  119. Cookbook.SubpageMarkup 85.171.160.186 September 10, 2011, at 11:42 AM   update summary   Add one level of subpage using [[,subpage]] markup, deprecated in favour of Subgroup Markup
  120. Cookbook.UseAlternativeConfigurations 85.171.160.186 September 10, 2011, at 11:42 AM   remove brackets   Get the base URL from the server
  121. Cookbook.AttachLinks-Users 85.171.160.186 September 10, 2011, at 11:42 AM   rate   User notes for the AttachLinks-Users recipe.
  122. Cookbook.AttachListEnhanced 85.171.160.186 September 10, 2011, at 11:42 AM   summary   redirects to AttachlistEnhanced
  123. Cookbook.AutomaticChangeSummary 85.171.160.186 September 10, 2011, at 11:42 AM   add version, categories   Automatic change summaries
  124. Cookbook.WikiOnPDA 85.171.160.186 September 10, 2011, at 11:42 AM   remove brackets   Information on creating a read-only version of a wiki for handheld devices.
  125. Cookbook.XESBlog-Use 85.171.160.186 September 10, 2011, at 11:42 AM   remove brackets   How to blog using XesBlog recipe
  126. Cookbook.FoxEntryMaskPages 85.171.160.186 September 10, 2011, at 11:42 AM   remove brackets   use Fox forms as entry masks to store page data instead of wiki mark-up editing
  127. Cookbook.Radio3Player 85.171.160.186 September 10, 2011, at 11:42 AM   add tag   Embeds the CBC Radio 3 Media Player
  128. Cookbook.TellAFriend 85.171.160.186 September 10, 2011, at 11:42 AM   remove brackets   Gives Form to Send Page to Friend
  129. Cookbook.FPLTemplate-Talk 85.171.160.186 September 10, 2011, at 11:42 AM   suggestions for exit and continue  
  130. Cookbook.Kind-ofBlog 85.171.160.186 September 10, 2011, at 11:42 AM   remove categories   A blog for PmWiki - supports posting, digest, archive and syndication
  131. Cookbook.ZAPforum 85.171.160.186 September 10, 2011, at 11:42 AM   remove brackets   Step by step instructions for creating a forum using ZAP.
  132. Cookbook.TreeMenu 85.171.160.186 September 10, 2011, at 11:42 AM   remove brackets   Provides additional markup for creating a tree-like menu
  133. Cookbook.ChordPro-Users 85.171.160.186 September 10, 2011, at 11:42 AM   rate   User notes for the ChordPro-Users recipe.
  134. Cookbook.Trash 85.171.160.186 September 10, 2011, at 11:42 AM   remove brackets   "safely delete" pages so that they can be restored and listed with pagelists
  135. Cookbook.LinkedResourceExtras 85.171.160.186 September 10, 2011, at 11:42 AM   add category   Linked resource helper functions and scripts for recipe writers
  136. Cookbook.SearchResults 85.171.160.186 September 10, 2011, at 11:42 AM   refactor and add links to See Also   How to change the way search results are displayed
  137. Cookbook.WikiFormSample 85.171.160.186 September 10, 2011, at 11:42 AM   remove brackets   Defines the layout of a simple issues form to use with the WikiForms recipe
  138. Cookbook.SelectQuery 85.171.160.186 September 10, 2011, at 11:42 AM   remove brackets   Run a SQL SELECT query based on parameters submitted
  139. Cookbook.TitleCased 85.171.160.186 September 10, 2011, at 11:42 AM   remove brackets   Site customizeable title case of titles.
  140. Cookbook.InstallOnIIS 85.171.160.186 September 10, 2011, at 11:42 AM   refactor   How to install PmWiki on IIS v6 or v7
  141. Cookbook.Favicon-Users 85.171.160.186 September 10, 2011, at 11:42 AM   rate   User notes for the Favicon-Users recipe.
  142. Cookbook.WikipublisherJournal 85.171.160.186 September 10, 2011, at 11:42 AM   remove brackets   A journal separating content from presentation, aimed at delivering great web and printed results
  143. Cookbook.SimpleForumGroupFooter 85.171.160.186 September 10, 2011, at 11:42 AM   summary   Used by Cookbook:SimpleForum
  144. Cookbook.WbFAQ 85.171.160.186 September 10, 2011, at 11:42 AM   remove brackets   Create a "traditional" FAQ
  145. Cookbook.Tabtable-raf 85.171.160.186 September 10, 2011, at 11:42 AM   remove brackets   tabtable with RAF patch of 2007/01/23 applied
  146. Cookbook.HowToMakeATabbedSkin 85.171.160.186 September 10, 2011, at 11:42 AM   add version   How to make a tabbed skin
  147. Cookbook.ToggleHide 85.171.160.186 September 10, 2011, at 11:42 AM   remove brackets   Add links to toggle display of html block elements
  148. Cookbook.Links 85.171.160.186 September 10, 2011, at 11:42 AM   use anchors   Links and page handling
  149. Cookbook.PIM 85.171.160.186 September 10, 2011, at 11:42 AM   use anchors   List of all recipes in the PIM category, Personal Information Management
  150. Cookbook.WatchThatPage 85.171.160.186 September 10, 2011, at 11:42 AM   remove brackets   Tips for how to use http://www.watchthatpage.com/ with the Recent Changes page.
  151. Cookbook.Footer-standard 85.171.160.186 September 10, 2011, at 11:42 AM   summary   Used by Cookbook:Lens skin
  152. Cookbook.PHP 85.171.160.186 September 10, 2011, at 11:42 AM   Web platform installer   PHP windows installation and configuration for PmWiki
  153. Cookbook.CardsMarkup 85.171.160.186 September 10, 2011, at 11:42 AM   remove extra leading space in summary (not trimmed!) for layout   Markup suitable for displaying playing card games (e.g., contract bridge)
  154. Cookbook.WikiForms 85.171.160.186 September 10, 2011, at 11:42 AM   fix link   Use a form template to create, edit and list wiki pages
  155. Cookbook.AddDeleteLine 85.171.160.186 September 10, 2011, at 11:42 AM   restore   Create a list where entries can easily be inserted and deleted
  156. Cookbook.ChordPro-ChordSheets 85.171.160.186 September 10, 2011, at 11:42 AM   add image if not enabled   ChordPro chord sheet documentation and examples
  157. Cookbook.Toolbox 85.171.160.186 September 10, 2011, at 11:42 AM   remove brackets   Tools for recipe developers
  158. Cookbook.VisitorsLogging1337 85.171.160.186 September 10, 2011, at 11:42 AM   remove brackets   Log all activity on your wiki to a text file in a configurable way.
  159. Cookbook.VoteCounter 85.171.160.186 September 10, 2011, at 11:42 AM   remove brackets   Count & summarize votes
  160. Cookbook.Tables 85.171.160.186 September 10, 2011, at 11:42 AM   remove brackets   List of recipes in Tables category
  161. Cookbook.JavaScript 85.171.160.186 September 10, 2011, at 11:42 AM   GroupCustomizations   Embed (static) JavaScript into wiki pages
  162. Cookbook.DirectoryAndFilePermissions 85.171.160.186 September 10, 2011, at 11:42 AM   See also PmWiki/FilePermissions   Explains which directories and files need to be readable, writable, and servable by the webserver.
  163. Cookbook.RecentUploads 85.171.160.186 September 10, 2011, at 11:42 AM   summary   Redirects to Cookbook.RecentUploadsLog
  164. Cookbook.RssFeedDisplay-Talk 85.171.160.186 September 10, 2011, at 11:42 AM   remove brackets   Talk Page for RssFeedDisplay
  165. Cookbook.ToggleLink 85.171.160.186 September 10, 2011, at 11:42 AM   remove brackets   redirect to Cookbook:ShowHide for SiteAnalyzer click through link
  166. Cookbook.InputJumpBox 85.171.160.186 September 10, 2011, at 11:42 AM   add summary   Redirects to Test.JumpBox
  167. Cookbook.CustomBullets 85.171.160.186 September 10, 2011, at 11:42 AM   add link   Enable custom bullets to distinguish document types
  168. Cookbook.ImageMap-Users 85.171.160.186 September 10, 2011, at 11:42 AM   rate   User notes for the ImageMap-Users recipe.
  169. Cookbook.LeanSkin-Talk 85.171.160.186 September 10, 2011, at 11:42 AM   cannot edit skin - "Invalid code entered" - error message  
  170. Cookbook.ProtectEmail 85.171.160.186 September 10, 2011, at 11:42 AM   Obsolete   Email obfuscation
  171. Cookbook.InputDefault 85.171.160.186 September 10, 2011, at 11:42 AM   fix summary}  
  172. Cookbook.SecureAttachments 85.171.160.186 September 10, 2011, at 11:42 AM   add version to get User page   Security issues for attachments
  173. Cookbook.ToDo 85.171.160.186 September 10, 2011, at 11:42 AM   remove brackets   A nice looking ToDo list
  174. Cookbook.ViewPDF 85.171.160.186 September 10, 2011, at 11:42 AM   remove brackets   Embed PDF files in a wiki page
  175. Cookbook.TransferringPasswordsSecurely-Draft 85.171.160.186 September 10, 2011, at 11:42 AM   remove brackets   Provide basic protection against password sniffing and sessions theft where SSL is an infeasible or inappropriate solution
  176. Cookbook.RecipeList-Talk 85.171.160.186 September 10, 2011, at 11:42 AM   #default   Talk page for RecipeList
  177. Cookbook.PerGroupSubDirectories-Users 85.171.160.186 September 10, 2011, at 11:42 AM   rate   User notes for the PerGroupSubDirectories-Users recipe.
  178. Cookbook.RandomQuote-Users 85.171.160.186 September 10, 2011, at 11:42 AM   rate   User notes for the RandomQuote-Users recipe.
  179. Cookbook.ChordPro-Talk 85.171.160.186 September 10, 2011, at 11:42 AM     Discussion of ChordPro
  180. Cookbook.AttachlistEnhanced 85.171.160.186 September 10, 2011, at 11:42 AM   note its broken   How to list missing or orphaned attachments.
  181. Cookbook.Quotes 85.171.160.186 September 10, 2011, at 11:42 AM   more quotes   A sample quotations file for the Cookbook.RandomQuote page
  182. Cookbook.MakeColumns 85.171.160.186 September 10, 2011, at 11:42 AM   typo   Create columns on a page without using tables.
  183. Cookbook.SharedPages-Users 85.171.160.186 September 10, 2011, at 11:42 AM   rate   User notes for the SharedPages-Users recipe.
  184. Cookbook.PagelistSiteMap-Users 85.171.160.186 September 10, 2011, at 11:42 AM   rate   User notes for the PagelistSiteMap-Users recipe.
  185. Cookbook.CompressedUploads 85.171.160.186 September 10, 2011, at 11:42 AM   add see also   Modify scripts/upload.php to work with bzip2 archives
  186. Cookbook.SourceHistory 85.171.160.186 September 10, 2011, at 11:42 AM   add summary   Web php programming abilities from computers without any editor installed
  187. Cookbook.UploadTypes 85.171.160.186 September 10, 2011, at 11:42 AM   remove brackets   Add extensions to or remove them from the list of allowed upload types
  188. Cookbook.WikiMail 85.171.160.186 September 10, 2011, at 11:42 AM   remove brackets   Provide support for email for other recipes
  189. Cookbook.EProtect-Talk 85.171.160.186 September 10, 2011, at 11:42 AM     Discussion of EProtect
  190. Cookbook.Translatelink 85.171.160.186 September 10, 2011, at 11:42 AM   remove brackets   Insert Google translation links
  191. Cookbook.PagelistAuthListShort-Users 85.171.160.186 September 10, 2011, at 11:42 AM   rate   User notes for the PagelistAuthListShort-Users recipe.
  192. Cookbook.WikiFooter 85.171.160.186 September 10, 2011, at 11:42 AM   remove brackets   Website page footer
  193. Cookbook.CustomPagelistSortOrderFunctions-Users 85.171.160.186 September 10, 2011, at 11:42 AM   rate   User notes for the CustomPagelistSortOrderFunctions-Users recipe.
  194. Cookbook.SharedPages-Talk 85.171.160.186 September 10, 2011, at 11:42 AM   got it figured out   Talk Page for SharedPages recipe
  195. Cookbook.Favicon-Talk 85.171.160.186 September 10, 2011, at 11:42 AM   remove brackets  
  196. Cookbook.OutlineLists 85.171.160.186 September 10, 2011, at 11:42 AM   summary   Deprecated, see WikiStylesPlus
  197. Cookbook.FarmApacheConfiguration-Talk 85.171.160.186 September 10, 2011, at 11:42 AM   remove brackets   Talk Page for FarmApacheConfiguration recipe
  198. Cookbook.Obsolete 85.171.160.186 September 10, 2011, at 11:42 AM   set category   Obsolete, superceded, and deprecated recipes
  199. Cookbook.WhosWhere 85.171.160.186 September 10, 2011, at 11:42 AM   remove brackets   Show Who's Where on your wiki
  200. PITS.00955 203.97.214.12 January 06, 2012, at 09:05 PM   Bump, should be optional core feature   Automatic anchors for document sections
  201. PITS.01045 85.171.160.186 September 10, 2011, at 11:56 AM   Also PITS/00916, Security   Vandalisation protection
  202. PITS.00024 85.171.160.186 September 10, 2011, at 11:56 AM   closed, this will never be fixed   Character entities don't work inside links in PmWiki 1
  203. PITS.00244 85.171.160.186 September 10, 2011, at 11:56 AM   closed, no real need for this   Have documentation as one file.
  204. PITS.01224 85.171.160.186 September 10, 2011, at 11:56 AM   benefits from having a pagelist being able to select similarly named anchors from across a range of   Enhance page list templates to process anchors
  205. PITS.00633 85.171.160.186 September 10, 2011, at 11:56 AM   bump   Categories are incorrectly group qualified in pagelists of trails (or filtered out entirely)
  206. PITS.01032 85.171.160.186 September 10, 2011, at 11:56 AM   vote   Enable processing of arrays as input values
  207. PITS.00740 85.171.160.186 September 10, 2011, at 11:56 AM   link   Allow "tagging" of pages
  208. PITS.01233 85.171.160.186 September 10, 2011, at 11:56 AM   add suggestion   Cleanup the Cookbook
  209. PITS.00485 85.171.160.186 September 10, 2011, at 11:56 AM   link   Include NewPageBox in a release
  210. PITS.00411 85.171.160.186 September 10, 2011, at 11:56 AM   maybe this has been done?   pagelist to exclude redirects
  211. PITS.00943 85.171.160.186 September 10, 2011, at 11:56 AM   add example, please vote for this   allow logical NOT and AND for pagelists link attribute, allow wildcards
  212. PITS.00023 85.171.160.186 September 10, 2011, at 11:56 AM   closed, works OK ib version 2   Image styles break image alignment
  213. PITS.00398 85.171.160.186 September 10, 2011, at 11:56 AM   please vote   enhancements to wiki trails
  214. PITS.PITS 85.171.160.186 September 10, 2011, at 11:56 AM   please unlock pits 339   The PmWiki Issue Tracking System
  215. PITS.01054 85.171.160.186 September 10, 2011, at 11:56 AM   Closed, see cookbook   install fails on IIS7
  216. PITS.01126 85.171.160.186 September 10, 2011, at 11:56 AM   vote, I'd like to see as much content and forms as possible driven by wiki pages   ability to create custom pages for ?action=attr
  217. PITS.00649 85.171.160.186 September 10, 2011, at 11:56 AM   closed, trails now do this   Letting the 'trail link' link back to the corresponding entry in the trail list
  218. PITS.00895 85.171.160.186 September 10, 2011, at 11:56 AM   closed   Allow multiple wiki trails on a page with anchors
  219. PITS.00986 85.171.160.186 September 10, 2011, at 11:56 AM   and to pagelist parameter variables   PageVariables substitution in pagelist's (:template defaults:)
  220. PITS.00673 85.171.160.186 September 10, 2011, at 11:56 AM     PmWiki changes a character with a macron to a character with a circumflex on save
  221. PITS.00741 85.171.160.186 September 10, 2011, at 11:56 AM   add ( example   Escape characters in URLs
  222. PITS.01209 85.171.160.186 September 10, 2011, at 11:56 AM   Add more markup expressions to the core   Add more markup expressions to the core
  223. PITS.01246 85.171.160.186 September 10, 2011, at 11:56 AM   Closed, duplicate of PITS.00908   Allow negation of link parameter in pagelist
  224. PITS.00781 85.171.160.186 September 10, 2011, at 11:56 AM   closed, can be done in config file   Add WordPerfect document to list of allowed extensions
  225. PITS.00424 85.171.160.186 September 10, 2011, at 11:56 AM   vote   Easier Pasting from Word Documents
  226. PITS.00536 85.171.160.186 September 10, 2011, at 11:56 AM   de deface   MailPosts Cookbok Page - noob
  227. PITS.00916 85.171.160.186 September 10, 2011, at 11:56 AM   Support honeypot block list   Support honeypot block list
  228. PITS.01023 85.171.160.186 September 10, 2011, at 11:56 AM   vote, comment   Include PTVs and values and PVs and values in pageindex
  229. PITS.00855 85.171.160.186 September 10, 2011, at 11:56 AM   de deface   Nested variables do not work inside directives.
  230. PITS.01215 85.171.160.186 September 10, 2011, at 11:56 AM   vote   Add intermap prefix to link classname
  231. PITS.00489 85.171.160.186 September 10, 2011, at 11:56 AM   votes please   classes for Image frames and captions
  232. PITS.00787 85.171.160.186 September 10, 2011, at 11:56 AM   Closed, in 2.2.0-beta32   (:else:) extension of Conditional Markup
  233. PITS.00348 85.171.160.186 September 10, 2011, at 11:56 AM   de deface   Alphabetize Definition List
  234. PITS.00634 85.171.160.186 September 10, 2011, at 11:56 AM   vote   Define markup to add row attributes to advanced tables
  235. PITS.00657 85.171.160.186 September 10, 2011, at 11:56 AM   implemented syntax   Add "title" attribute to external links.
  236. PITS.00664 85.171.160.186 September 10, 2011, at 11:56 AM   de deface   Page link engine tweak for query strings
  237. PITS.01136 85.171.160.186 September 10, 2011, at 11:56 AM   add see also 01152   change PTV use in pagelists to be more intuitive
  238. PITS.00522 85.171.160.186 September 10, 2011, at 11:56 AM   de deface   Allow InterMap entries to come from a wiki page
  239. PITS.00012 85.171.160.186 September 10, 2011, at 11:56 AM   de deface   TextFormattingRules is out of date
  240. PITS.00521 85.171.160.186 September 10, 2011, at 11:56 AM   vote   Add ?action=backlinks
  241. PITS.00757 85.171.160.186 September 10, 2011, at 11:56 AM   Would >>pre<< do?   Escape sequence for block quotes (non-preformatted)
  242. PITS.01093 85.171.160.186 September 10, 2011, at 11:56 AM   see also   Enhance conditional markup to 'if attachments PAGENAME'
  243. PITS.00607 85.171.160.186 September 10, 2011, at 11:56 AM   My view   Newly saved, unchanged page appears in the RecentChanges
  244. PITS.00426 85.171.160.186 September 10, 2011, at 11:56 AM   refer to PITS/00521   Provide ?action=backlinks as special case of pagelist markup
  245. PITS.01219 85.171.160.186 September 10, 2011, at 11:56 AM   extend for other inline markup   Add markup for inline markup such as soft break, clear left, clear right, fractions
  246. PITS.00297 85.171.160.186 September 10, 2011, at 11:56 AM   de deface   Problem with include and SideBar
  247. PITS.01047 85.171.160.186 September 10, 2011, at 11:56 AM   try this, not ideal, but not bad   Escape-block within a code block to enable (inline) markup
  248. PITS.00041 85.171.160.186 September 10, 2011, at 11:56 AM   force link, fix link   Floatable "sticky-notes"
  249. PITS.00885 85.171.160.186 September 10, 2011, at 11:56 AM   add priority   Definition list marked up as Intermap Entry
  250. PITS.01138 85.171.160.186 September 10, 2011, at 11:56 AM   vote   Identify the PageStore of a page
  251. PITS.00055 85.171.160.186 September 10, 2011, at 11:56 AM   closed, can be achieved with a pagelist   Automatic Page listing in footer
  252. PITS.00850 85.171.160.186 September 10, 2011, at 11:56 AM   closed   Blocklist to optionally check Author and Summary fields, and to optionally display blocklist name
  253. PITS.00621 85.171.160.186 September 10, 2011, at 11:56 AM   vote   Safe_mode prevents sub-directories creation
  254. PITS.00579 85.171.160.186 September 10, 2011, at 11:56 AM   try Cookbook/ImageMap   Allow mapped images
  255. PITS.00467 85.171.160.186 September 10, 2011, at 11:56 AM   closed, non existent page handling now changed   Describe DummyPage? here needs forced link
  256. PITS.01247 85.171.160.186 September 10, 2011, at 11:56 AM   New Search Term Page variable   New Search Term Page variable
  257. PITS.00736 85.171.160.186 September 10, 2011, at 11:56 AM   change link   Incorrect group home page links in pagelists
  258. PITS.01170 85.171.160.186 September 10, 2011, at 11:56 AM     {$Name} and {$Group} do not contain name/group of actual page
  259. PITS.00961 85.171.160.186 September 10, 2011, at 11:56 AM   de deface   Issue with nopass / @nopass when upgrading pmwiki
  260. PITS.GroupHeader 85.171.160.186 September 10, 2011, at 11:56 AM   message now in AuthForm  
  261. PITS.00388 85.171.160.186 September 10, 2011, at 11:56 AM   bump   Sortable columns in simple tables
  262. PITS.00615 85.171.160.186 September 10, 2011, at 11:56 AM   I'd like to vote, but I already have!   Suggested default template changes
  263. PITS.00464 85.171.160.186 September 10, 2011, at 11:56 AM   vote   protect author identity
  264. PITS.00267 85.171.160.186 September 10, 2011, at 11:56 AM   vote   upload.php should check status of file_upload and report if disabled
  265. PITS.00425 85.171.160.186 September 10, 2011, at 11:56 AM   vote   Words like DVDs and CDs are mistaken for WikiWord links
  266. PITS.00942 85.171.160.186 September 10, 2011, at 11:56 AM   vote   Refactor code for Easier Unit Testing
  267. PITS.00447 85.171.160.186 September 10, 2011, at 11:56 AM   bump   Distinguish !Page and Category.Page in backlinks
  268. PITS.00497 85.171.160.186 September 10, 2011, at 11:56 AM   vote for this please   Add a separate <span> for image captions
  269. PITS.01087 85.171.160.186 September 10, 2011, at 11:56 AM   bump   Extend Conditional Markup (:if attachments:) to specify file names
  270. PITS.00951 85.171.160.186 September 10, 2011, at 11:56 AM   please vote for this   {$SiteAdminGroup} page variable not created
  271. PITS.00647 85.171.160.186 September 10, 2011, at 11:56 AM   vote   Use a different anchor class for links to group homepage
  272. PITS.01193 85.171.160.186 September 10, 2011, at 11:56 AM   vote   $RecentUploadsFmt should use $ChangeSummary
  273. PmWiki.Links 203.97.214.12 January 06, 2012, at 09:10 PM   add information links   Multiple mechanisms for creating links
  274. PmWiki.HowToGetAssistance 202.37.32.2 September 28, 2011, at 08:26 PM   fix link   How to seek help and assistance and report PmWiki bugs
  275. PmWiki.Variables 85.171.160.186 September 10, 2011, at 11:08 AM   smaller   Variables available for local customisation
  276. PmWiki.LayoutBasics 85.171.160.186 September 10, 2011, at 11:08 AM   not in trail, deprecated   Deprecated, see Skin Templates
  277. PmWiki.GroupFooter-Talk 85.171.160.186 September 10, 2011, at 11:08 AM   summary   Discussion of GroupFooter
  278. PmWiki.OtherVariables 85.171.160.186 September 10, 2011, at 11:08 AM   restore   Variables not yet classified
  279. PmWiki.WikiElements 85.171.160.186 September 10, 2011, at 11:08 AM   not on trail   An introduction to PmWiki page elements and features
  280. PmWiki.WikiWords 85.171.160.186 September 10, 2011, at 11:08 AM   summary   Redirects to PmWiki.WikiWord
  281. PmWiki.FunctionList 85.171.160.186 September 10, 2011, at 11:08 AM   add link   A simple list of the functions provided by PmWiki
  282. PmWiki.CustomizationConcept 85.171.160.186 September 10, 2011, at 11:08 AM   links   List of PmWiki concepts specifically dealing with customization
  283. PmWiki.PageActions-Draft-Talk 85.171.160.186 September 10, 2011, at 11:08 AM   summary, answer   Discussion of PageActions-Draft
  284. PmWiki.Robots 85.171.160.186 September 10, 2011, at 11:08 AM   glean some robot variables   Setting available to control robots
  285. PmWiki.DocumentationGuidelines 85.171.160.186 September 10, 2011, at 11:08 AM   adhere to guidelines, add whitespace section   Broad guidelines used for writing PmWiki documentation
  286. PmWiki.Blocklist-Talk 85.171.160.186 September 10, 2011, at 11:08 AM   standard header - note unanswered question   Discussion of Blocklist
  287. PmWiki.PmWikiPhilosophy-Talk 85.171.160.186 September 10, 2011, at 11:08 AM   add support   Discussion of PmWikiPhilosophy
  288. PmWiki.DetailedDebianSetup 85.171.160.186 September 10, 2011, at 11:08 AM   add comment  
  289. PmWiki.GroupHeader 85.171.160.186 September 10, 2011, at 11:08 AM   restore   PmWiki group header. Includes styles and trail.
  290. PmWiki.Functions 85.171.160.186 September 10, 2011, at 11:08 AM   Why can't PmWiki pages in release have categories?   How some of the functions in pmwiki.php work
  291. PmWiki.ListStyles-Talk 85.171.160.186 September 10, 2011, at 11:08 AM   refactor   Discussion of ListStyles?
  292. PmWiki.PageListTemplates 85.171.160.186 September 10, 2011, at 11:08 AM   add example of display PTV in pagelist   Creating page list format templates
  293. PmWiki.LinkSchemes 85.171.160.186 September 10, 2011, at 11:08 AM   reference and link to Path   Link schemes supported by PmWiki
  294. PmWiki.WikiStyleColors 85.171.160.186 September 10, 2011, at 11:08 AM   correct colours to reference   Standard and additional wiki colour styles
  295. PmWiki.BlockMarkup 85.171.160.186 September 10, 2011, at 11:08 AM   Added see also   Markup resulting in paragraphs
  296. PmWiki.PasswordsAdmin-Talk 85.171.160.186 September 10, 2011, at 11:08 AM   summary   Discussion of PasswordsAdmin
  297. PmWiki.FAQCandidate 85.171.160.186 September 10, 2011, at 11:08 AM   answers   Frequently asked (and answered) questions that may move to the FAQ page
  298. PmWiki.PerGroupCustomization 85.171.160.186 September 10, 2011, at 11:08 AM   no backlinks now  
  299. PmWiki.WikiFarmsAdvanced 85.171.160.186 September 10, 2011, at 11:08 AM   not on trail  
  300. PmWiki.AQ 85.171.160.186 September 10, 2011, at 11:08 AM   trail   Repository for questions about PmWiki that have been answered, see also FAQ
  301. PmWiki.WikiCascades 85.171.160.186 September 10, 2011, at 11:08 AM   GroupCustomizations   The order of usage or selection of settings and files
  302. PmWiki.CustomMarkupAlt 85.171.160.186 September 10, 2011, at 11:08 AM   GroupCustomizations   Alternate introduction to custom markup for beginners
  303. PmWiki.MailingLists-draft 85.171.160.186 September 10, 2011, at 11:08 AM   not in trail, can this page be deleted ?  
  304. PmWiki.WikiFarms-Old 85.171.160.186 September 10, 2011, at 11:08 AM   GroupCustomizations  
  305. PmWiki.Troubleshooting-OldVersion 85.171.160.186 September 10, 2011, at 11:08 AM   not in trail, can this page be deleted ?  
  306. PmWiki.MarkupVariables 85.171.160.186 September 10, 2011, at 11:08 AM   not on trail (deprecated)   redirects to Page variables
  307. PmWiki.SpecialMarkups 85.171.160.186 September 10, 2011, at 11:08 AM   not in trail, can this page be deleted ?   deprecated in favour of MarkupMasterIndex
  308. PmWiki.CommentMarkup 85.171.160.186 September 10, 2011, at 11:08 AM   warning about the use of HTML comments   various forms of comments and how to achieve them for wiki pages
  309. PmWiki.EditVariables-Talk 85.171.160.186 September 10, 2011, at 11:08 AM   From SItePages   Discussion of EditVariables
  310. PmWiki.WikiArchitecture 85.171.160.186 September 10, 2011, at 11:08 AM   not on trail  
  311. PmWiki.Version-Talk 85.171.160.186 September 10, 2011, at 11:08 AM   summary   Discussion of Version
  312. PmWiki.ChangeLogArchive 85.171.160.186 September 10, 2011, at 11:08 AM   summary   Version 2.0.devel1 (26-Aug-2004) to Version 2.1.beta38 (2006-03-09)
  313. PmWiki.BlockMarkup-Talk 85.171.160.186 September 10, 2011, at 11:08 AM   >>pre<<   This page covers discussion about the BlockMarkup character combinations
  314. PmWiki.AuthorTracking 85.171.160.186 September 10, 2011, at 11:08 AM   no trail   Deprecated, see All Recent Changes Per Author
  315. PmWiki.UrlApprovals-Talk 85.171.160.186 September 10, 2011, at 11:08 AM   GroupCustomizations   Discussion of UrlApprovals
  316. PmWiki.GroupAttributes-Talk 85.171.160.186 September 10, 2011, at 11:08 AM     Discussion of GroupAttributes
  317. PmWiki.ChangesFromPmWiki1 85.171.160.186 September 10, 2011, at 11:08 AM   no trail   features of PmWiki 1.0 that have been changed or eliminated in PmWiki 2.0
  318. PmWiki.SimultaneousEdits 85.171.160.186 September 10, 2011, at 11:08 AM   trails   Handling multiple attempts to edit a page nearly simultaneously
  319. PmWiki.WikiGroups 85.171.160.186 September 10, 2011, at 11:08 AM   Add summary   Redirects to Wiki Group
  320. PmWiki.Glossary 85.171.160.186 September 10, 2011, at 11:08 AM   trail   Terms related to PmWiki
  321. PmWiki.Audiences 85.171.160.186 September 10, 2011, at 11:08 AM   layout   Patrick Michaud's comments regarding the "audiences" for which PmWiki was designed
  322. PmWiki.PageTextVariables 85.171.160.186 September 10, 2011, at 11:08 AM   revert my change   Page variables automatically made available through natural or explicit page markup
  323. PmWiki.CommentMarkup-Talk 85.171.160.186 September 10, 2011, at 11:08 AM   standard header   Discussion of CommentMarkup
  324. PmWiki.QuestionsAnswered 85.171.160.186 September 10, 2011, at 11:08 AM     Answers from questions organised
  325. PmWiki.PmwikiFriendlyHosting-Talk 85.171.160.186 September 10, 2011, at 11:08 AM   summary   Discussion of PmwikiFriendlyHosting
  326. PmWiki.FilePermissions 85.171.160.186 September 10, 2011, at 11:08 AM   see also Cookbook/DirectoryAndFilePermissions   PmWiki's settings for file and directory permissions in a typical Unix environment
Edit - History - Print - Recent Changes - Search
Page last modified on September 10, 2011, at 11:50 AM