RecipeMap

Summary: Map of older recipe filenames to recipe pages; Map of recipes moved to the Core
Status: Information
Maintainer: Pm

Recipes moved to the Core

RecipeSetting in config.php
Cookbook.Creole$EnableCreole = 1; # from PmWiki 2.3.37
Cookbook.DeltaBytesRecentChanges$EnableRCDiffBytes = 1; # Show bytes difference from previous version
Cookbook.DeObMail$EnableObfuscateEmails = 1;
Cookbook.DragDropMultiUpload$EnableUploadDrop = 1; # Enable drop zone, see Uploads#drop.
Cookbook.EditHelp$EnableEditAutoText = 1; # enable start-of-line auto-insert, keyboard shortcuts
Cookbook.FixURL$EnableGuiEditFixUrl = 2000; # See $EnableGuiEditFixUrl. The number, here 2000, is the position of that button relative to the other GUI edit buttons
Cookbook.LocalTimes
$EnableLocalTimes = 2; # Enable long local times, in the visitor's timezone:
$EnableLocalTimes = 1; # Enable compact (short) local times, in the visitor's timezone. This is similar to how some email and webmail clients display the dates:
$EnableLocalTimes = 3; # Enable compact dates even for very old dates 
Cookbook.NotSavedWarning$EnableNotSavedWarning = 1;
PmForm.PmForm$EnablePmForm = 1;
Cookbook.PmSyntax
$EnablePmSyntax = 1; # enable the syntax highlighting of documentation blocks.
$EnablePmSyntax = 2; # also enable the experimental syntax highlighting in the basic edit form.
Cookbook.PreviewChanges$EnablePreviewChanges = 1;
Cookbook.RecipeCheckComment out recipe in config.php
PmWiki.RefCount$EnableRefCount = 1;
Cookbook.RowspanInSimpleTables$EnableSimpleTableRowspan = 0; # enabled by default, disable rowspan
Skins.SkinChangeComment out recipe in config.php
PmWiki.Tables#sortable$EnableSortable = 0; # Disable sortable tables, enabled by default
PmWiki.UrlApprovals$EnableUrlApprove = 1;
PmWiki.WebFeeds
$EnableFeeds['rss'] = 1;
$EnableFeeds['atom'] = 1;
$EnableFeeds['rdf'] = 1;
$EnableFeeds['dc'] = 1;

Recipes without RecipeInfo

Many older cookbook recipes don't contain $RecipeInfo data needed for RecipeCheck. This page simply maps the names of common cookbook recipe scripts to the associated recipe page.

Feel free to add new entries to this list -- just follow the given format.

  authuser.php         Cookbook:AuthUser               Starting with version 2.0beta39, PmWiki includes an authuser.php script.
  blocklist.php        Cookbook:Blocklist              Obsolete recipe, please see PmWiki.Blocklist
  changesum.php        Cookbook:ChangeSummary          This recipe is superseded by pmwiki 2.0.beta44.
  currentvisitors.php  Cookbook:CurrentVisitors        -
  downloadman.php      Cookbook:DownloadManager        -
  extendmarkup.php     Cookbook:MarkupExtensions       -
  mimetex.php          Cookbook:MimeTeX                -
  pmcal.php            Cookbook:PmCalendar             -
  pmgraphviz.php       Cookbook:PmGraphViz             -
  rotatemarkup.php     Cookbook:RotateMarkup           - This recipe is obsolete -- see Cookbook.RandomQuote for an improved recipe.
  usemod.php           Cookbook:ConvertUseMod          -
  visitorslogging.php  Cookbook:VisitorsLogging
  ServerInfo.php       Cookbook:ServerInfo             -