|
PmWiki
pmwiki.org
|
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 ...
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
- Cookbook:Add image type Add new image type extension
- Cookbook:Add newline Make wiki text end with a newline character, so the last line won't be marked as changed if text is added at the bottom
- Cookbook:All group header How to create a page that appears as a header (or footer) for all pages in all groups
- Cookbook:Attach links Get
Attach: links to display by default without the "Attach:" prefix
- Cookbook:Attachtable Actions to rename, delete & restore deleted attachments, as well as an attachlist replacement to use those actions, show file types and list attachment references.
- Cookbook:Attachlist enhanced How to list missing or orphaned attachments.
- Cookbook:Case correction Makes PmWiki intelligently case-insensitive
- Cookbook:Edit templates (
$EditTemplatesFmt) Specify a wiki page or pages to use as a template when a new page is created.
- Cookbook:Excel paste (Cookbook:Tabtable-jt) Copy and paste spreadsheet tables (e.g., from Excel) into pages (Support embedded line feeds, trim spaces and add prior patch (make first row a header))
- Cookbook:External links Configure external links to open in a new window, have a "tooltip title", or use other CSS classes
- Cookbook:Image map Directive to create image maps and image toolbars
- Cookbook:Include file How to include an external file (from the same file system)
- Cookbook:Include Url Include html pages into PmWiki 2.x pages
- Cookbook:Inline diff Shows the difference between 2 versions by highlighting the changes in markup on word level.
- Cookbook:Limit diffs per page Paginate the "diff" output (when viewing a page history, limit the number of displayed revisions at once)
Cookbook:Markup extensions Adds a range of character, start of line, and link markup extensions
- Cookbook:More custom page variables Additional custom page variables for use in pages, forms, includes and conditional markup.
- Cookbook:New group box Input box to create new wiki groups from predefined template pages
- Cookbook:New page box plus Adds customisable box plus button form for page creation
- Cookbook:Page Table of Contents Adds a clickable table of contents to a page
- Cookbook:Per Group Sub Directories Subdivide wiki.d into subdirectories according to page group
- Cookbook:Protect email Email obfuscation
- Cookbook:Random quote Insert random quotes or markup into a page
- Cookbook:Recent uploads log List all uploaded files in the RecentUploads pages
- Cookbook:Recipe check Check for new versions of recipes on pmwiki.org
- Cookbook:Rowspan in simple tables Markup to add a rowspan attribute on a simple table cell
- Cookbook:Skin change change skin via query or cookie setting
- Cookbook:Source block Source code syntax highlighter for PmWiki 2.x using GeSHi
- Cookbook:ROS patterns (
$ROSPatterns) How to use $ROSPatterns (Replace On Save Patterns)?
- Cookbook:Search patterns (
$SearchPatterns) Q & A's on search patterns
- Cookbook:Shared pages and groups Share selected pages among several wikis on a common server, as in WikiFarms
- Cookbook:Thumb list Cookbook:Thumb list-Talk A thumbnail picture gallery for PmWiki
- Cookbook:Toggle Adds links or buttons for toggling (hiding/showing) div sections and objects
- Cookbook:Upload form Alternative file upload form using
(:input file:)
- Cookbook:Watch lists Track the most recent changes to a list of pages
|
Config.php customisations used
Markup('[[<]]', '[[<<]]', '/\\[\\[<\\]\\]/', '<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
|
My configuration suggestions and customisations
Changes for config.php
$EditTemplatesFmt = array('$Group.Template', '$DefaultGroup.Template');
# include DefaultGroup in page search
$PagePathFmt = array ('$1.{$DefaultName}', '{$Group}.$1', '{$DefaultGroup}.$1', '$1.$1');
# Authors must give a name
$EnablePostAuthorRequired = 1;
# Create a simple 'last changed page' for including on other pages
$RecentChangesFmt['Site.LastChanged'] = '[-[[$Group.$Name]]-][[<<]] ';
# try to make recent changes show all recent changes (YMMV)
if (preg_match('![./]RecentChanges$!', $pagename))
$DefaultPageTextFmt = '(:include Site.AllRecentChanges lines=60 :)';
$RecentChangesFmt['$Group.RecentChanges'] = '(:include Site.AllRecentChanges lines=60 :)';
# add a soft break
Markup('[[<]]', '[[<<]]', '/\\[\\[<\\]\\]/', '<br />'); # break without clear all
# make search stay in group
$PageSearchForm = '$DefaultGroup.Search';
# better control over simple tables (''doesn't work, hoping for help'')
$BlockMarkups['table'] = '<table width=* class="wikisimpletable">';
# Additional uploads file types
$UploadExts['dot'] = 'application/msword'; # Word document template
Set $EnableDiag and
include_once("$FarmD/cookbook/analyze.php");
$AnalyzeKey = 'secret';
on one page only by creating a page specific configuration file.
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)
(: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.01105 | Open | Add to list processing | Add %item value=resume% to list processing |
| PITS.01093 | Open | see also | Enhance conditional markup to 'if attachments PAGENAME' |
| PITS.01091 | Open | see PITS:00986 | Pagelist default does not handle variable in trail |
| PITS.01087 | Discussion | reply: simpler? | Extend Conditional Markup (:if attachments:) to specify file names |
| PITS.00962 | Open | please vote for this | Make >><< behave identically with other block formatting when style= is used |
| PITS.00957 | ToDo | Status: ToDo | Pages to be added and updated in 2.2 release distribution |
| PITS.00951 | Awaiting feedback | please vote for this | {$SiteAdminGroup} page variable not created |
| PITS.00917 | Open | added reference to static pagelist capability and example of creating wiki trail | Page lists? to be able to create wiki trails? |
| PITS.00916 | Open | Support honeypot block list | Support honeypot block list |
| PITS.00915 | Closed in 2.2.0 beta 56 | correct link | Page text variable erroneous usage loops |
| PITS.00895 | Closed, added in 2.2.0-beta61 | closed | Allow multiple wiki trails on a page with anchors |
| PITS.00894 | Open | Alternative solution, allow quotes around the file name | Provide a better means of attaching images with spaces in their names |
| PITS.00885 | Open | restore | Definition list marked up as Intermap Entry |
| PITS.00884 | Open | | Make pagelist parameter names not case sensitive |
| PITS.00880 | Open | | Page text variables change request |
| PITS.00866 | Closed - not a bug | | Blocklist displays error |
| PITS.00860 | Open | removed BlockMarkup link | Add min and max width and height, clear; to table, div, block, and style directives |
| PITS.00850 | Closed, in 2.2.0-beta28 | closed | Blocklist to optionally check Author and Summary fields, and to optionally display blocklist name |
| PITS.00805 | Open | | Search: allow button text to be specified |
| PITS.00799 | Closed - too difficult for benefit obtained | | Odd behaviour of markup |
| PITS.00787 | Closed, in 2.2.0-beta32 | Closed, in 2.2.0-beta32 | (:else:) extension of Conditional Markup |
| PITS.00746 | Reopened - inconsistent with other wikis | restore | Link markup broken in 2.1.6 |
| PITS.00741 | Closed - use %-escapes | add ( example | Escape characters in URLs |
| PITS.00707 | Closed - available in 2.2.0-beta1 | closed - fixed/available in 2.2.0-beta1 | Add conditional markup to detect if text is included |
| PITS.00673 | Closed - not a bug | | PmWiki changes a character with a macron to a character with a circumflex on save |
| PITS.00665 | Open | Cookbook.Attachtable link | Allow customization of attachlist output |
| PITS.00646 | Closed | restore | Search should use the page it is called from to return the result if it contains (:searchresults:) |
| PITS.00638 | Reopened, does not really exist | | Simple table have CSS class added to facilitate customisation |
| PITS.00615 | Open | added space to priority ("5 X", was "5X") to get correct priority sorting | Suggested default template changes |
| PITS.00489 | Suspended - needs votes | votes solicited please | classes for Image frames and captions |
| PITS.00485 | Closed -- added to cookbook | link | Include NewPageBox in a release |
| PITS.00467 | Closed | closed, non existent page handling now changed | Describe DummyPage? here needs forced link |
| PITS.00466 | Closed - fixed for 2.0.0 | | Saving Approved URLs issues: Added twice; Case sensitive |
| PITS.00446 | Closed - added to documentation | restore | Approve Links tool tip |
| PITS.00423 | Closed - not a bug | de-sapm | Table attributes have a space added in string value |
| PITS.00411 | Open | | pagelist to exclude redirects |
| PITS.00396 | Confirmed, ToDo | confirmed, todo | Creating uploads directory error message may require tidy |
| PITS.00269 | Closed - not a bug | | %right% need blank line before and after |
| PITS.00250 | Closed | | Provide a "wikiright" to match the existing wikileft |
| PITS.00162 | Closed - fixed for 2.0.beta1 | | Move formatting of $PageLogoFmt into template |
(:template first:)
(:template each:)
|
(: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 AM | Group.Namespaced? | Profiles | |
| July 04, 2009, at 03:19 AM | Group.Name? | Profiles | |
| July 03, 2009, at 02:27 PM | Pm Wiki.Wiki Trails | uwe | (:publish:) did not work here - removed |
| July 02, 2009, at 09:43 AM | Pm Wiki.Uploads Admin | Petko | $EnableUploadGroupAuth |
| July 02, 2009, at 09:40 AM | Pm Wiki.Upload Variables | Petko | $EnableUploadGroupAuth |
| June 29, 2009, at 07:12 PM | Pm Wiki.Security | simon | Q&A attachment security |
| June 22, 2009, at 04:12 AM | Pm Wiki.Notify | Petko | Notification only for major edits |
| June 21, 2009, at 03:59 PM | Pm Wiki.Analyze Results | Petko | |
| June 20, 2009, at 11:37 AM | Pm Wiki.Conditional Markup | Petko | fix beta (2.2.beta66) |
| June 18, 2009, at 09:48 AM | Cookbook.Clean Urls | Julius B Thyssen? | apache 2.2 debian way |
| June 17, 2009, at 04:21 AM | Pm Wiki.Url Approvals | HansB | no change |
| June 12, 2009, at 12:56 PM | Pm Wiki.Wiki Farms | Eemeli Aro | revert irrelevant link |
| June 12, 2009, at 12:33 PM | Pm Wiki.Categories | dw | |
| June 04, 2009, at 06:57 AM | Pm Wiki.Uploads | szwip? | |
| May 26, 2009, at 05:16 PM | Cookbook.Web Admin | simon | does this work for 2.2.1 |
| May 05, 2009, at 11:40 PM | Pm Wiki.Include Other Pages | simon | adjust example |
| April 04, 2009, at 06:34 PM | Pm Wiki.Deleting Pages | simon | correct link |
| March 31, 2009, at 04:40 AM | Pm Wiki.Available Actions | Frank | |
| March 28, 2009, at 03:34 PM | Pm Wiki.Page Text Variables | Petko | rm link to Test |
| March 03, 2009, at 09:19 PM | Pm Wiki.Comment Markup | simon | mv to talk page |
| February 21, 2009, at 12:42 PM | Pm Wiki.Troubleshooting | Petko | +fixes, you should never modify pmwiki.php as a post suggested |
| February 14, 2009, at 08:03 AM | Pm Wiki.Blocklist | Petko | refactored, mv questions to talk page |
| February 07, 2009, at 10:54 AM | Pm Wiki.Mail Posts | Ian MacGregor? | restore |
| February 06, 2009, at 10:45 AM | Pm Wiki.How To Get Assistance | OliverBetz | removed link to (else empty) Administrative tasks category |
| April 15, 2008, at 05:53 PM | Cookbook.Wiki Gallery | Petko | CustomPageStore |
| April 14, 2008, at 03:41 PM | Pm Wiki.File Permissions | simon | see also Cookbook/DirectoryAndFilePermissions |
| March 13, 2008, at 05:39 AM | Pm Wiki.Site Analyzer | jdd | |
(:template first:)
(:template each:)
|
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}-]
''[-{=$LastModifiedSummary}-]'' [-{=$: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
- PmWiki.LinkSchemes 202.37.32.2 July 02, 2009, at 03:32 PM reference and link to Path Link schemes supported by PmWiki
- PmWiki.InterMap 202.37.32.2 July 02, 2009, at 03:29 PM anchor to path Interwiki links definition and use
- 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
- PITS.01105 202.37.32.2 June 30, 2009, at 09:03 PM Add to list processing Add %item value=resume% to list processing
- PmWiki.ListStyles-Talk 202.37.32.2 June 30, 2009, at 08:56 PM refactor Discussion of ListStyles?
- PmWiki.ListStyles 202.37.32.2 June 30, 2009, at 08:56 PM refactor to talk Styles for use in wiki lists
- PmWiki.Security 192.122.171.11 June 29, 2009, at 07:12 PM Q&A attachment security Resources for securing your PmWiki installation
- 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)
- PmWiki.Audiences-Talk 203.97.214.12 June 26, 2009, at 11:20 PM sign this Discussion of Audiences
- 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
- PmWiki.RoadMap 202.37.32.2 June 23, 2009, at 05:35 PM typo Possible 'future states' for the next few releases of PmWiki
- PmWiki.WikiTrails-Talk 202.37.32.2 June 21, 2009, at 04:31 PM summary Discussion of WikiTrails?
- PmWiki.PageVariables 203.97.214.12 June 21, 2009, at 02:31 AM clarify special references variables that are associated with pages
- 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
- Cookbook.ThumbList-Talk 203.97.214.12 June 20, 2009, at 02:02 PM true :-) Talk Page for ThumbList recipe
- Cookbook.ConvertHTML-Talk 202.37.32.2 June 18, 2009, at 05:29 PM thanks very much Eemeli Talk Page for ConvertHTML recipe
- Cookbook.SideBar 202.37.32.2 June 17, 2009, at 07:38 PM add missing summaries !!! The Cookbook group side bar
- Cookbook.Cookbook 202.37.32.2 June 17, 2009, at 07:36 PM use titlespaced List of cookbook recipe categories
- 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
- Cookbook.CSS 202.37.32.2 June 17, 2009, at 07:33 PM use anchors List of CSS-related recipes
- Cookbook.Obsolete 202.37.32.2 June 17, 2009, at 07:32 PM use anchors Obsolete, superceded, and deprecated recipes
- 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
- Cookbook.WikiConversion 202.37.32.2 June 17, 2009, at 07:28 PM use anchors Recipes for converting other wikis from and to PmWiki
- Cookbook.SystemTools 202.37.32.2 June 17, 2009, at 07:28 PM use anchors System tools
- Cookbook.Security 202.37.32.2 June 17, 2009, at 07:26 PM use anchors Security authentication and authorization methods and systems
- Cookbook.Searching 202.37.32.2 June 17, 2009, at 07:25 PM Search
- 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
- 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
- Cookbook.PageVariables 202.37.32.2 June 17, 2009, at 07:22 PM Page variables and page text variables
- 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
- 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.
- Cookbook.Media 202.37.32.2 June 17, 2009, at 07:18 PM use anchors Multi media related recipes
- Cookbook.Menus 202.37.32.2 June 17, 2009, at 07:18 PM use anchors Menu and navigation tools
- Cookbook.MarkupWriting 202.37.32.2 June 17, 2009, at 05:57 PM use anchors Functions and Recipes used in Markup Writing
- Cookbook.Markup 202.37.32.2 June 17, 2009, at 05:57 PM use anchors Markup additions
- Cookbook.Links 202.37.32.2 June 17, 2009, at 05:55 PM use anchors Links and page handling
- Cookbook.Layout 202.37.32.2 June 17, 2009, at 05:52 PM use anchors Layout enhancements
- Cookbook.International 202.37.32.2 June 17, 2009, at 05:51 PM use anchors Internationalizations, documentation in other languages
- 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.
- 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
- Cookbook.Forms 202.37.32.2 June 17, 2009, at 05:35 PM use anchors Form creating, configuring and processing
- Cookbook.Editing 202.37.32.2 June 17, 2009, at 05:34 PM use anchors Editing enhancements
- Cookbook.RecipeList 202.37.32.2 June 17, 2009, at 05:32 PM show categories The Cookbook RecipeList page list template
- Cookbook.CMS 202.37.32.2 June 17, 2009, at 05:32 PM use anchors List of all recipes in the CMS category
- Cookbook.Blog 202.37.32.2 June 17, 2009, at 05:31 PM use anchors List of recipes in Blog category
- Cookbook.Administration 202.37.32.2 June 17, 2009, at 05:26 PM use anchors Recipes for Wiki Administration and Administrators
- Cookbook.Uploads 202.37.32.2 June 17, 2009, at 05:26 PM use anchors Uploading and linking to attachments
- 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
- Cookbook.PagelistRecentChanges 203.97.214.12 June 17, 2009, at 04:44 AM A recent changes page created using Page lists
- PITS.00836 202.37.32.2 June 16, 2009, at 06:10 PM vote @_site_edit not handled in GroupAttributes?action=attr pages
- 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.
- 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
- 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)
- PmWiki.WikiStyles-Talk 202.37.32.2 June 10, 2009, at 08:05 PM heading Discussion of WikiStyles
- PmWiki.MarkupExpressions-Talk 202.37.32.2 June 10, 2009, at 08:04 PM how to nest expressions Discussion of MarkupExpressions
- 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
- 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
- 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
- PITS.00915 202.37.32.2 June 09, 2009, at 04:35 PM correct link Page text variable erroneous usage loops
- 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
- Cookbook.Template 202.37.32.2 June 09, 2009, at 03:45 PM add anchors
- 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
- Cookbook.PHP 202.37.32.2 June 09, 2009, at 03:28 PM add category PHP configuration for PmWiki
- PmWiki.GroupFooter 202.37.32.2 June 07, 2009, at 04:05 PM add summary Trail and talk page links
- Cookbook.PHPFilesManagement 202.37.32.2 May 26, 2009, at 05:36 PM see also PHP file manager
- 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
- PmWiki.Links 203.97.214.12 May 26, 2009, at 02:25 PM add anchor Linking within and between wiki pages
- 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.
- PmWiki.ConditionalMarkup-Talk 202.37.32.2 May 25, 2009, at 03:37 PM Numerical expressions Discussion of ConditionalMarkup
- Cookbook.ConditionalMarkupSamples 202.37.32.2 May 25, 2009, at 03:16 PM thanks List of default and custom conditional markup definitions
- Cookbook.Tabtable-raf 203.97.214.12 May 22, 2009, at 07:17 PM category tabtable with RAF patch of 2007/01/23 applied
- 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
- 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
- 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
- PmWiki.TextFormattingRules 202.37.32.2 May 19, 2009, at 10:05 PM de sandbox A list of some of the markup sequences available
- PmWiki.MarkupExpressions 202.37.32.2 May 18, 2009, at 08:36 PM always quote the string to be processed String and formatting operations
- Cookbook.Cookbook-New 202.37.32.2 May 06, 2009, at 11:25 PM deprecated, to be deleted List of cookbook recipe categories deprecated
- PmWiki.IncludeOtherPages 202.37.32.2 May 05, 2009, at 11:40 PM adjust example Include contents from other PmWiki pages
- Cookbook.EProtect-Talk 203.97.214.12 May 05, 2009, at 03:56 AM Discussion of EProtect
- PITS.01093 203.97.214.12 April 29, 2009, at 04:54 PM see also Enhance conditional markup to 'if attachments PAGENAME'
- PITS.00745 203.97.214.12 April 29, 2009, at 05:24 AM vote 4 conditional markup: ´if time´
- PmWiki.BasicVariables 203.97.214.12 April 25, 2009, at 07:21 PM see also
$EnablePostAuthorRequired core variables
- PmWiki.Forms-Talk 203.97.214.12 April 22, 2009, at 03:16 AM summary Discussion of Forms
- PmWiki.PageActions-Draft-Talk 203.97.214.12 April 22, 2009, at 03:14 AM summary, answer Discussion of PageActions-Draft
- PmWiki.PageListTemplates-Talk 203.97.214.12 April 22, 2009, at 03:12 AM summary Discussion of PageListTemplates
- PmWiki.PmwikiFriendlyHosting-Talk 203.97.214.12 April 22, 2009, at 03:11 AM summary Discussion of PmwikiFriendlyHosting
- PmWiki.Version-Talk 203.97.214.12 April 22, 2009, at 03:07 AM summary Discussion of Version
- PmWiki.WebFeeds-Talk 203.97.214.12 April 22, 2009, at 03:06 AM summary Discussion of WebFeeds
- PmWiki.WikiFarms-Talk 203.97.214.12 April 22, 2009, at 03:02 AM summary Discussion of WikiFarms
- PmWiki.FAQ-Talk 203.97.214.12 April 22, 2009, at 02:54 AM from discussion with Petko Discussion of FAQ
- 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
- PmWiki.DeletingPages 203.97.214.12 April 04, 2009, at 06:34 PM correct link Page maintenance
- Cookbook.FPLTemplate-Talk 203.97.214.12 April 03, 2009, at 06:22 PM suggestions for exit and continue
- 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.
- PmWiki.BlockMarkup 203.97.214.12 April 02, 2009, at 04:51 AM links
- 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
- PmWiki.Search 202.37.32.2 April 01, 2009, at 04:36 PM remove link Targeting and customising search results
- PITS.00951 202.37.32.2 April 01, 2009, at 04:28 PM please vote for this {$SiteAdminGroup} page variable not created
- PmWiki.UpgradeToSiteAdmin 202.37.32.2 April 01, 2009, at 04:20 PM summary Description of new 2.2 SiteAdmin group
- Cookbook.Backlinks 202.37.32.2 March 31, 2009, at 03:48 PM add category Pagelist List pages with links to a target
- Cookbook.RenamePage 203.97.214.12 March 21, 2009, at 06:03 PM echo issue Rename a wiki page from a browser
- PmWiki.UrlApprovals-Talk 202.37.32.2 March 03, 2009, at 09:49 PM summary Discussion of UrlApprovals
- PmWiki.UploadsAdmin-Talk 202.37.32.2 March 03, 2009, at 09:48 PM summary Discussion of UploadsAdmin
- PmWiki.Uploads-Talk 202.37.32.2 March 03, 2009, at 09:47 PM summary Discussion of Uploads
- PmWiki.TableDirectives-Talk 202.37.32.2 March 03, 2009, at 09:45 PM summary Discussion of TableDirectives
- PmWiki.SkinTemplates-Talk 202.37.32.2 March 03, 2009, at 09:45 PM summary Discussion of SkinTemplates
- PmWiki.SecurityVariables-Talk 202.37.32.2 March 03, 2009, at 09:44 PM summary Discussion of SecurityVariables
- PmWiki.PasswordsAdmin-Talk 202.37.32.2 March 03, 2009, at 09:43 PM summary Discussion of PasswordsAdmin
- PmWiki.GroupFooter-Talk 202.37.32.2 March 03, 2009, at 09:41 PM summary Discussion of GroupFooter
- PmWiki.CustomInterMap-Talk 202.37.32.2 March 03, 2009, at 09:40 PM summary Discussion of CustomInterMap
- PmWiki.CommentMarkup-Talk 202.37.32.2 March 03, 2009, at 09:39 PM summary Discussion of CommentMarkup
- PmWiki.Blocklist-Talk 202.37.32.2 March 03, 2009, at 09:38 PM summary Discussion of Blocklist
- 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
- 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)
- PmWiki.PageTextVariables-Talk 203.97.214.12 February 21, 2009, at 04:37 PM new Discussion of Page Text Variables
- 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
- 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)?
- Cookbook.ConvertHtml 202.37.32.2 February 18, 2009, at 05:00 PM summary, perhaps should be deleted? Redirects to Cookbook.ConvertHTML
- Cookbook.GroupHeader 202.37.32.2 February 15, 2009, at 02:29 PM add audience style
- PmWiki.Requirements 202.37.32.2 February 15, 2009, at 02:27 PM recommendations Prerequisites for running the PmWiki wiki engine
- Cookbook.InstallOnIIS 202.37.32.2 February 15, 2009, at 02:26 PM category How to install PmWiki on IIS
- Cookbook.DynamicTrails 202.37.32.2 February 08, 2009, at 08:52 PM add category Dynamic WikiTrails with pagelist
- Cookbook.Cookbook-Old 81.65.14.164 January 19, 2009, at 11:40 PM update Previous, manually updated version, of the Cookbook home page
- Cookbook.SiteMapsWithOptions 202.37.32.2 January 08, 2009, at 06:53 PM add category Standard Site Map for websites
- Cookbook.PageListWikiTrail 202.37.32.2 January 08, 2009, at 06:48 PM add category Enable a WikiTrails markup to use a (:pagelist ... :) directive
- Cookbook.BlogWithPageList 202.37.32.2 January 08, 2009, at 06:44 PM change link How to build a blog system with pagelists
- Cookbook.CompactPageList 202.37.32.2 January 08, 2009, at 06:43 PM change link How to make a compact pagelist
- PITS.00736 202.37.32.2 January 08, 2009, at 06:42 PM change link Incorrect group home page links in pagelists
- Cookbook.PageListExtensions 202.37.32.2 January 08, 2009, at 05:50 PM category Many Pagelist Enhancements
- Cookbook.PageListTemplates 202.37.32.2 January 08, 2009, at 05:49 PM correct link
- Cookbook.PagelistTemplateSamples 202.37.32.2 January 08, 2009, at 05:26 PM category Custom templates for pagelists formats
- Cookbook.PagelistNotes 202.37.32.2 January 08, 2009, at 03:49 PM category Notes on page lists
- Cookbook.IndentedPageList 202.37.32.2 January 08, 2009, at 03:47 PM category Sort and indent pagelist items using page text variable
- Cookbook.SearchResults 202.37.32.2 January 08, 2009, at 03:46 PM category How to change the way search results are displayed
- 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.
- 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
- Cookbook.AuthListShort 202.37.32.2 January 08, 2009, at 03:29 PM add category Authorisation permissions set report for big wikis
- Cookbook.Radio3Player 210.48.162.6 January 04, 2009, at 01:35 PM add tag Embeds the CBC Radio 3 Media Player
- PmWiki.QuestionsAnswered 202.37.32.2 November 20, 2008, at 08:28 PM Answers from questions organised
- 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
- Cookbook.UserAuth 202.37.32.2 October 12, 2008, at 03:08 PM answer User-based authorization
- Cookbook.CaseCorrection 203.97.214.12 September 13, 2008, at 01:34 AM minor suggestion Makes PmWiki intelligently case-insensitive
- PITS.01045 202.37.32.2 September 11, 2008, at 07:27 PM Also PITS/00916, Security Vandalisation protection
- PITS.00895 202.37.32.2 August 31, 2008, at 07:52 PM closed Allow multiple wiki trails on a page with anchors
- PITS.00546 202.37.32.2 August 31, 2008, at 07:45 PM vote for this PmWiki default skin - Web accessibility
- 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
- PmWiki.Troubleshooting-OldVersion 202.37.32.2 August 31, 2008, at 07:41 PM not in trail, can this page be deleted ?
- PmWiki.UpgradingFromPmWiki1 202.37.32.2 August 31, 2008, at 07:41 PM not on trail
- PmWiki.WikiArchitecture 202.37.32.2 August 31, 2008, at 07:40 PM not on trail
- PmWiki.WikiElements 202.37.32.2 August 31, 2008, at 07:40 PM not on trail An introduction to PmWiki page elements and features
- PmWiki.WikiFarms-Old 202.37.32.2 August 31, 2008, at 07:39 PM not in trail, can this page be deleted ?
- PmWiki.WikiFarmsAdvanced 202.37.32.2 August 31, 2008, at 07:39 PM not on trail
- PmWiki.References 202.37.32.2 August 31, 2008, at 07:07 PM not on trail References to PmWiki media coverage
- PmWiki.MarkupVariables 202.37.32.2 August 31, 2008, at 04:31 PM not on trail (deprecated) redirects to Page variables
- PmWiki.MailingLists-draft 202.37.32.2 August 31, 2008, at 04:26 PM not in trail, can this page be deleted ?
- PmWiki.LayoutBasics 202.37.32.2 August 31, 2008, at 04:26 PM not in trail, deprecated Deprecated, see Skin Templates
- PmWiki.InitialPasswords 203.97.214.12 August 31, 2008, at 06:06 AM not on trail PmWiki's initial password settings
- PmWiki.FlatFileAdvantages 203.97.214.12 August 31, 2008, at 06:05 AM not on trail Flat file usage by PmWiki
- 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
- PmWiki.AuthorTracking 203.97.214.12 August 31, 2008, at 06:02 AM no trail Deprecated, see All Recent Changes Per Author
- 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
- PmWiki.SimultaneousEdits 203.97.214.12 August 31, 2008, at 05:48 AM trails Handling multiple attempts to edit a page nearly simultaneously
- PmWiki.Glossary 203.97.214.12 August 31, 2008, at 05:39 AM trail Terms related to PmWiki
- PmWiki.I18nVariables 203.97.214.12 August 31, 2008, at 05:34 AM trail variables used for internationalization (i18n)
- 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
- PmWiki.CustomizationConcept 202.37.32.2 August 28, 2008, at 06:50 PM links List of PmWiki concepts specifically dealing with customization
- 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
- Cookbook.AttachlistEnhanced 202.37.32.2 August 05, 2008, at 05:25 PM Status Inactive? Correct link How to list missing or orphaned attachments.
- Cookbook.Quotes 202.37.32.2 August 05, 2008, at 03:48 PM more quotes A sample quotations file for the Cookbook.RandomQuote page
- PITS.00970 202.37.32.2 August 04, 2008, at 10:29 PM vote, and add suggestion Table Formatting: THEAD, TBODY, TFOOT
- 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
- 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
- PmWiki.LinkIMap 203.97.214.12 July 27, 2008, at 12:19 AM add summary Description PmWiki's internal function LinkIMap()
- 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
- 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
- Cookbook.RecentUploads 203.97.214.12 April 15, 2008, at 01:37 AM summary Redirects to Cookbook.RecentUploadsLog
- Cookbook.DirectoryAndFilePermissions-Talk 202.37.32.2 April 14, 2008, at 03:56 PM questions
- 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.
- 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
- 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
- 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
- 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
- PmWiki.WikiWords 202.37.32.2 January 30, 2008, at 08:31 PM summary Redirects to PmWiki.WikiWord
- PITS.GroupHeader 202.37.32.2 January 16, 2008, at 02:45 PM message now in AuthForm
- 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
- PITS.00855 202.37.32.2 January 08, 2008, at 08:55 PM de deface Nested variables do not work inside directives.
- PITS.00348 202.37.32.2 January 08, 2008, at 08:55 PM de deface Alphabetize Definition List
- PITS.00664 202.37.32.2 January 08, 2008, at 03:56 PM de deface Page link engine tweak for query strings
- PITS.00961 202.37.32.2 January 08, 2008, at 03:50 PM de deface Issue with nopass / @nopass when upgrading pmwiki
- PITS.00536 202.37.32.2 January 08, 2008, at 03:45 PM de deface MailPosts Cookbok Page - noob
- PITS.00297 202.37.32.2 January 08, 2008, at 03:43 PM de deface Problem with include and SideBar
- PITS.00012 202.37.32.2 January 08, 2008, at 02:33 PM de deface TextFormattingRules is out of date
- PITS.00522 202.37.32.2 January 08, 2008, at 02:31 PM de deface Allow InterMap entries to come from a wiki page
- PITS.00059 202.37.32.2 January 08, 2008, at 02:03 PM de deface Triple tilde not converted in preview
- Cookbook.AttachListEnhanced 203.97.214.12 January 03, 2008, at 01:19 AM summary redirects to AttachlistEnhanced
- PITS.00497 202.37.32.2 December 09, 2007, at 06:54 PM vote for this please Add a separate <span> for image captions
- Cookbook.Categories 202.37.32.2 November 27, 2007, at 05:09 PM does this not work because Link cannot have wildcards? Cookbook categories
- Cookbook.InputJumpBox 202.37.32.2 September 24, 2007, at 10:37 PM add summary Redirects to Test.JumpBox
- 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
- 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
- PmWiki.XLPageCookbookTemplate 202.37.32.2 August 06, 2007, at 07:04 PM summary Language conversion strings for another language for Cookbook strings
- 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.
- PmWiki.WikiGroups 202.37.32.2 July 22, 2007, at 04:38 PM Add summary Redirects to Wiki Group
- PmWiki.Robots 202.37.32.2 June 13, 2007, at 09:45 PM glean some robot variables Setting available to control robots
- 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
- PmWiki.SitePages 202.37.32.2 May 27, 2007, at 10:21 PM A description of Special site pages, see special pages
- Cookbook.Converttable 202.37.32.2 May 23, 2007, at 06:29 PM summary
- PITS.00489 202.37.32.2 May 02, 2007, at 05:56 PM votes solicited please classes for Image frames and captions
- Cookbook.OutlineLists 202.37.32.2 April 30, 2007, at 04:26 PM summary Deprecated, see WikiStylesPlus
- PITS.00916 202.37.32.2 April 26, 2007, at 06:30 PM Support honeypot block list Support honeypot block list
- PITS.00787 202.37.32.2 April 10, 2007, at 05:32 PM Closed, in 2.2.0-beta32
(:else:) extension of Conditional Markup
- Cookbook.PageActions 203.97.214.12 April 08, 2007, at 01:19 AM ] [
- Cookbook.SmallInstall 203.97.214.12 April 02, 2007, at 01:10 AM from mailing list Minimise the size of the PmWiki installed files
- 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-]'' [-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-] ''[-add recipeinfo-]'' [-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-] ''[-remove extra categories-]'' [-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-] ''[--]'' [-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-] ''[-copy edit; added Summary-]'' [-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-] ''[-added recipe info block-]'' [-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-] ''[-changed category-]'' [-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-] ''[-remove extraneous Categories:-]'' [-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-] ''[-obsolete-]'' [-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-] ''[-added recipeinfo-]'' [-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-] ''[--]'' [-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-] ''[--]'' [-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-] ''[--]'' [-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-] ''[-added recipe info block-]'' [-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-] ''[-added recipe info block-]'' [-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-] ''[-added recipe info block; copy edit-]'' [-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-] ''[-copy edit-]'' [-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-] ''[-added recipe info block-]'' [-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-] ''[-added recipe info block-]'' [-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-] ''[-use SkinsHeader-]'' [--]
(:ifend:)
(:if equal {(tolower "")} {(tolower "{Profiles.Simon$Name}")}:)
# [[Cookbook.ZAPBusinessDirectory]] [-76.3.9.114-] [-March 19, 2007, at 03:45 PM-] ''[-restore-]'' [-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-] ''[-open-]'' [-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-] ''[-Plug for Hans' Literal White Space recipe-]'' [-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-] ''[-the property is not cleared-]'' [-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-] ''[--]'' [--]
(:ifend:)
(:if equal {(tolower "Francis")} {(tolower "{Profiles.Simon$Name}")}:)
# [[PITS.00307]] [-195.54.230.103-] [-March 15, 2007, at 07:53 AM-] ''[--]'' [-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-] ''[--]'' [-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-] ''[-use [@...@]-]'' [-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-] ''[-Proposed existing solution.-]'' [-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-] ''[-restore-]'' [--]
(:ifend:)
(:if equal {(tolower "")} {(tolower "{Profiles.Simon$Name}")}:)
# [[Cookbook.Pywe-Discuss]] [-217.109.160.5-] [-March 08, 2007, at 10:57 AM-] ''[--]'' [--]
(:ifend:)
(:if equal {(tolower "lighans")} {(tolower "{Profiles.Simon$Name}")}:)
# [[Cookbook.Licenses]] [-213.126.138.18-] [-March 07, 2007, at 03:35 AM-] ''[--]'' [-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-] ''[--]'' [-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-] ''[--]'' [-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-] ''[-Status: Closed - included in 2.2.0-beta32-]'' [-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-] ''[-restore-]'' [--]
(:ifend:)
(:if equal {(tolower "")} {(tolower "{Profiles.Simon$Name}")}:)
# [[PITS.00857]] [-82.181.196.43-] [-March 04, 2007, at 02:23 AM-] ''[--]'' [-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-] ''[--]'' [-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-] ''[-Patch to make StopWatch give a little bit more information-]'' [-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-] ''[-closed - fixed in 2.2.0-beta33-]'' [-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-] ''[-link-]'' [-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-] ''[--]'' [-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-] ''[-Add a cookbook for svn as version control system for pmwiki-]'' [-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-] ''[-add to "see also" list; vote-]'' [-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-] ''[-"Order=size" not working-]'' [-"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-] ''[-new version-]'' [-{Cookbook.HandyTableOfContents$Description}-]
(:ifend:)
(:if equal {(tolower "")} {(tolower "{Profiles.Simon$Name}")}:)
# [[Cookbook.RecipeMap]] [-24.115.53.244-] [-February 16, 2007, at 01:19 AM-] ''[--]'' [-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-] ''[--]'' [-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-] ''[--]'' [--]
(:ifend:)
(:if equal {(tolower "Simon")} {(tolower "{Profiles.Simon$Name}")}:)
# [[Cookbook.AddDeleteLine]] [-202.37.32.2-] [-February 15, 2007, at 03:08 PM-] ''[-restore-]'' [-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-] ''[-add see also links-]'' [-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-] ''[--]'' [--]
(:ifend:)
(:if equal {(tolower "Anno")} {(tolower "{Profiles.Simon$Name}")}:)
# [[Cookbook.SimplemachinesUserSystemIntegration]] [-85.124.178.134-] [-February 15, 2007, at 01:15 AM-] ''[--]'' [--]
(:ifend:)
(:if equal {(tolower "Feral")} {(tolower "{Profiles.Simon$Name}")}:)
# [[Cookbook.QuoteBlock]] [-65.37.66.236-] [-February 14, 2007, at 10:15 PM-] ''[-Minor: Added note about being superceded as PITS:00887 is superior in every way.-]'' [-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-] ''[--]'' [--]
(:ifend:)
(:if equal {(tolower "")} {(tolower "{Profiles.Simon$Name}")}:)
# [[PITS.00881]] [-61.187.179.131-] [-February 12, 2007, at 12:21 AM-] ''[--]'' [-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-] ''[-closed-]'' [-[[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-] ''[--]'' [--]
(:ifend:)
(:if equal {(tolower "BenWilson")} {(tolower "{Profiles.Simon$Name}")}:)
# [[Cookbook.PyweDeletea]] [-69.243.109.103-] [-February 07, 2007, at 10:52 AM-] ''[--]'' [--]
(:ifend:)
(:if equal {(tolower "Scott Connard")} {(tolower "{Profiles.Simon$Name}")}:)
# [[PITS.00134]] [-66.173.252.1-] [-February 06, 2007, at 02:02 PM-] ''[-restore-]'' [-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-] ''[-allow guiedit buttons to work with other fields besides 'text'-]'' [-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-] ''[--]'' [- $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-] ''[-clarify-]'' [--]
(:ifend:)
(:if equal {(tolower "")} {(tolower "{Profiles.Simon$Name}")}:)
# [[Cookbook.ZAPData]] [-70.41.1.140-] [-February 02, 2007, at 08:26 PM-] ''[--]'' [--]
(:ifend:)
(:if equal {(tolower "PKHG")} {(tolower "{Profiles.Simon$Name}")}:)
# [[PITS.00874]] [-84.241.155.129-] [-February 02, 2007, at 01:51 AM-] ''[-Visualize PBN bridgenotation-]'' [-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-] ''[--]'' [-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-] ''[--]'' [-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-] ''[--]'' [-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-] ''[--]'' [-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-] ''[--]'' [-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-] ''[--]'' [-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-] ''[--]'' [-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-] ''[--]'' [-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-] ''[--]'' [-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-] ''[--]'' [-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-] ''[--]'' [-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-] ''[--]'' [-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-] ''[--]'' [-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-] ''[-voted-]'' [-bring an expanded [=(:breakpage:) directive into the core
- PITS.00579 203.97.214.12 January 05, 2007, at 03:02 PM try Cookbook/ImageMap Allow mapped images
- PITS.00088 203.97.214.12 December 29, 2006, at 12:24 AM I'd like it RecentUploads don't exists
- PITS.00485 202.37.32.2 November 05, 2006, at 06:16 PM link Include NewPageBox in a release
- PITS.00741 202.37.32.2 November 05, 2006, at 06:09 PM add ( example Escape characters in URLs
- 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
- 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
|
|