Cookbook /
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
| Recipe | Setting in config.php |
|---|---|
| Cookbook.Creole | |
| Cookbook.DeltaBytesRecentChanges | |
| Cookbook.DeObMail | |
| Cookbook.DragDropMultiUpload | |
| Cookbook.EditHelp | |
| Cookbook.FixURL | |
| 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 | |
| PmForm.PmForm | |
| 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 | |
| Cookbook.RecipeCheck | Comment out recipe in config.php |
| PmWiki.RefCount | |
| Cookbook.RowspanInSimpleTables | |
| Skins.SkinChange | Comment out recipe in config.php |
| PmWiki.Tables#sortable | |
| 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 -