|
PmWiki
pmwiki.org
|
Anything to do with changes or maintenance to be done on the server
- Archive /
-
-
- Blocklist
-
- ImportText How to import plain text files into PmWiki
- Backup /
-
-
- CookbookBasics Explains what the cookbook and its recipes are.
- Cookbook /
-
-
- ActionLog Maintain a page log of wiki actions (Stable)
-
- AddNewline 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
-
- AddUrlSchemes How to get PmWiki to recognize additional URL schemes such as
irc:, nntp:, etc.
-
- AdminHints Hints & suggestions for wiki administrators (Documentation)
-
- Administration Recipes for Wiki Administration and Administrators
-
- AlternateNamingScheme Use other naming schemes for PmWiki pages
-
- Attache-ImageSizer Resize and manipulate uploaded images (beta)
-
- Auth-SMF Integrate SMF Simple Machines Forum with PmWiki and use SMF user management for Pmwiki authentication (new)
-
- AuthCAS Central Authentication Service(CAS) based authentication
-
- AuthDNS Password-less authentication based on the visitor's IP address or (dynamic) hostname (Beta)
-
- Authorcontribution-OldVersion Author Contribution, old version
-
- AuthPhpBB2 Use phpBB2 user authentication for PmWiki page edit protection and author name (Stable)
-
- AuthPhpbb2Sso Single Sign On for PmWiki and phpBB2 (Stable)
-
- AuthPhpBB3 Use phpBB3 user authentication for PmWiki
-
- AuthPhpBBUsersAndGroups Use phpBB3 user authentication and groups for PmWiki
-
- AuthProfile Like AuthUser, but designed to store login information in profile pages (Beta)
-
- AuthPunBB Use PunBB/FluxBB user authentication for PmWiki (Draft)
-
- AuthUserFederated OpenID and OAuth authentication extension for AuthUser (In active use)
-
- AuthUserSignup Allow users to sign up themselves (with email verification) for authuser accounts (Beta)
-
- AuthUserViaMicrosoftLDAP Configure AuthUser with Microsoft AD LDAP
-
- AutoCreateCategory Automatically creates category pages for all tags in the page text (BETA)
-
- AutoCreatePages Automatically create pages based on the name of the current page. (Alpha)
-
- AutoGroupPages How to create a number of pages for a new group automatically (stable)
-
- AutomaticChangeSummary Automatic change summaries
-
- AutoRestore Automatically restore pages after a set time interval (Stable)
-
- AutoThumber Automatically resize uploaded images using ImageMagick (beta)
-
- BackupPages Automatically back up the wiki.d directory to a .zip file
-
- BackupWithRsync How to backup a PmWiki installation with the program `rsync`. (new)
-
- BlockCrawler Redirect web crawlers to different pages
-
- Blocklist
-
- Bloge-ShortUrl Get short URLs on your own site (beta)
-
- BulkReplace Change the content of many pages at a time (just a rough draft)
-
- Bundle A (proposed) community-supported bundle of commonly used cookbook recipes (proposal)
-
- CaseCorrection Makes PmWiki intelligently case-insensitive (beta)
-
- CleanUp Purge deleted pages and attachments from the server directories (Beta)
-
- CleanUrls Enable URLs that are shorter (without .php) and/or look like paths to wiki pages.
-
- CleanUrls-archive How to make clean urls (Old version)
-
- CMSLike Make PmWiki behave as a CMS by showing only the actions the current user is allowed to perform
-
- CommentDb Comment recipe - with pagination and RSS feed
-
- CommentPageLink How to create a comment page
-
- Comments Comment addon - comments in separate files
-
- Comments-UseCases
-
- CompareVersions Determine if two versions of the same file are the same or how they differ
-
- CompressedPageStore Save wiki pages/files in compressed (gzip) format
-
- CompressedUploads Modify scripts/upload.php to work with bzip2 archives
-
- ConfigPhp config.php tips and tricks
-
- ConvertHTML Convert an HTML page to PmWiki markup (beta)
-
- ConvertHTML-Talk Talk Page for ConvertHTML recipe
-
- ConvertTABLE How to convert HTML pages with tables full of data into advanced tables
-
- CookbookBasics Explains what the cookbook and its recipes are.
-
- CreditsBlock Create a "last edited by" block that includes everybody who had a hand in developing a page
-
- CSVAction Adds a ?action=csv capability to pmwiki to output tables as a CSV (stable)
-
- CSVInclude Include a CSV file as a table in your wiki page
-
- DeleteAction Use a separate password for deleting pages
-
- DeltaBytesRecentChanges Display the number of bytes (characters) added or deleted to a page in RecentChanges.
-
- DirectoryAndFilePermissions Explains which directories and files need to be readable, writable, and servable by the webserver. (Initial version)
-
- DotsInLinks How to enable dots in wiki links (Experimental)
-
- DynamicWikiTrails Define dynamic URL trails
-
- Edit-RestrictedProfile Authors can only edit their own pages in the Profiles group.
-
- EditTemplates Specify a wiki page or pages to use as a template when a new page is created. (Stable)
-
- EProtect Email obfuscation
-
- ExpandingMenu A sidebar menu that supports nested lists where the nested items are displayed only if the user is in that group
-
- ExpandingMenus How to create a sidebar menu which expands to show sublevel (group) items using conditional markup only (Stable)
-
- ExpireDiff How to remove a page's history
-
- ExportHTML Export PmWiki pages as "static" HTML pages
-
- ExternAuth Use authentication mechanisms external to PmWiki
-
- ExtraWordsInTitleTag This is a really simple recipe for adding extra words to the title tag in the head. (Functional, tested on 2.2.0-beta67)
-
- FarmSideBar Share a sidebar among several fields in a farm
-
- FastCache Caches complete wiki pages for very fast retrieval (beta)
-
- FastSearch how to improve the speed of searches and categories on large sites with slow machines
-
- FixShortSessions How to fix short sessions so you aren't prompted frequently for a password
-
- Flickr How to integrate Flickr into a PmWiki page
-
- Forum Provide a simple forum
-
- FoxTextReplace replace text strings on multiple pages (experimental)
-
- GetRidOfMain How to get rid of "Main" group, i.e. all pages in "Main" are accessible and accessed directly in the wiki root
-
- GlobalOperations How to apply an operation to every page of a wiki
-
- GoogleAnalytics Add Google Analytics tracking code to wiki pages (Stable)
-
- GraphVizSitemap Provide a GraphViz format for sitemap (alpha)
-
- GrepRC Search the RecentChanges entries similarly to a pagelist (Beta)
-
- GroupHomePageChange How to rename the group's starting page, i.e., be different than the default "HomePage".
-
- HandleUnknownMarkups How to suppress unknown markup, instead of having it display
-
- HowToMakeATabbedSkin How to make a tabbed skin
-
- HtpasswdForm Form based management of users and passwords using
.htpasswd/.htgroup files (Stable)
-
- InfoBox How to create Bubblehelp infoboxes, as seen in knoppix.org (Stable, Active)
-
- InlineDiff Shows the difference between 2 versions by highlighting the changes in markup on word level. (stable)
-
- InstallOnIIS How to install PmWiki on IIS v6 or v7 (living document)
-
- InstallOnWindowsHomeServer Install PmWiki on Wondows Server 2003 or Windows Home Server and IIS6 (Living document)
-
- ISO8859MakePageNamePatterns ISO 8859 character conversion for url page names; strip accents etc. from characters for easier readable page names
-
- LimitDiffsPerPage Paginate the "diff" output (when viewing a page history, limit the number of displayed revisions at once) (Stable/Beta)
-
- LimitNewPagesInWikiGroups How to limit the creation of new pages in your wiki group
-
- LimitWikiGroups How to limit the names or number of groups in your wiki
-
- LoginLogout How to log out after logging in (Q&A)
-
- MacOSX Tips for PmWiki configuration on a MacOS X server
-
- MailmanAuth Use an external mailing list for PmWiki authentication (beta)
-
- MainGroupChange How to change the Main (startup) group
-
- MemberMgmt Advanced member management (using ZAP and AuthUser). Allows self registration, logins, groups, site customization, and more! (Beta (relies on latest Beta version of PmWiki))
-
- ModesConcept A place to remember thoughts/ideas related to using different modes
-
- ModuleGuidelines Guidelines for creating, distributing, and maintaining a recipe for the Cookbook.
-
- ModuleGuidelines-Talk Discussion of ModuleGuidelines
-
- MovePage Move and copy wiki pages (beta)
-
- MovePage-Talk Talk Page for MovePage recipe
-
- NetstreamsCMS A CMS (Content Management System) extension for pmwiki features different page-types (article, blog, comment issues), separation of content and layout, basic workflow capabilities, content-type based authentication and wysiwyg editing. (Experimental)
-
- NetstreamsMenu A desktop-application like menu for authors and admins (beta)
-
- NewGroupWarning Display a warning when a user is creating a page in a non-existing wiki group.
-
- NewPageBox How to provide a form or box to allow users to create new pages (deprecated in favour of NewPageBoxPlus) (Deprecated)
-
- NumberOfArticles Report the number of articles in a wiki
-
- OneGroupForAll Confine all users to one group, named other than Main
-
- OpenUrls Automatically create URL Path for use with EnablePathInfo.
-
- OutputCompression Use zlib output compression to make pages load faster
-
- PageAction Change the page actions on a page-by-page basis (new)
-
- PageAttic How to store backup files of deleted pages in a separate directory
-
- PageConfig Allow basic administrative configuration from a page (Alpha)
-
- PageCreator adds page creator (original author) to be stored as a page attribute
-
- PageDiffSize Add an accurate count of characters added & removed to each edit summary (beta)
-
- PageGenerationTime Display page generation time
-
- PageListWikiTrail Enable a WikiTrails markup to use a (:pagelist ... :) directive
-
- PageRegenerate Make PmWiki regenerate a page, as if someone had done an edit+save sequence. (Stable)
-
- PageTopStore A PageStore alternative which doesn't mangle page contents when viewed outside PmWiki (beta)
-
- PerformanceComparisons Page to share site setups and performance
-
- PerGroupCustomizationInConfigPhp Place your per-group and per-page customizations in config.php rather than in separate PHP scripts. (Quo)
-
- PerGroupSubDirectories Subdivide wiki.d into subdirectories according to page group
-
- PersistentLogin Login form with "Remember me/Stay signed in" option (Beta)
-
- PHPAlert use popup for debugging (Working)
-
- PhpBB2Integration Integration options for PmWiki and phpBB2 forums (plus others) (Stable)
-
- PHPExecute Lets you execute PHP-Code in any page. (BETA)
-
- PHPFilesManagement PHP file manager
-
- PMWCompat Allow PHP 5 commands to be used in PHP 4 (Working)
-
- PmWiki2PDF-Talk PmWiki2PDF Talk Page
-
- PmWiki2PDF-v2 Generate a PDF (Stable)
-
- PmWikiAsACMS How to use PmWiki as a CMS
-
- PowerTools markup expressions for multi page processing incl. plist, pagelist, rename, pagecount, wordcount, trail, serialname, serial, newticket, sumdata, allptvs, random (new)
-
- PresenceAwareness User-based authentication, a list of online logged users, tools to register and manage users and send posts via Jabber
-
- PreviewFirst How to get the page preview to appear before the edit box
-
- Properties How to have your own set of properties/variables in wiki pages
-
- PublishWikiTrail Provide the ability to publish the pages of a wiki trail as a single web page, formatted for printing
-
- Quotes A sample quotations file for the Cookbook.RandomQuote page
-
- RandomQuoteWiki How to display a random quote from a list stored in a PmWiki page
-
- RandomTitle How to make PmWiki have random titles in the browser title bar
-
- RecentChangesDeletion Allow authors to delete RecentChanges pages, there-by making it possible for authors to delete wiki groups.
-
- RecentChangesExcerpt How to display a list of last n RecentChanges
-
- RecentUploadsLog List all uploaded files in RecentUploads pages
-
- RecipeCheck Check for new versions of recipes on pmwiki.org (Stable)
-
- RedirectMap create short urls for redirects using mapping similar to intermap (new)
-
- RequireAuthor Require author names when saving pages (Documentation)
-
- RequireCategory Require categories to be entered
-
- RequireSummary Require a summary to be entered
-
- RestorePmWiki Restore or move a PmWiki installation from an archive
-
- RunningPmwikiOnMageiaLinux Running Pmwiki on Mageia Linux
-
- SearchResults How to change the way search results are displayed
-
- SecureAttachments Security issues for attachments
-
- SEO A set of best practices to Search Engine Optimization
-
- SideBarNameChange How to change the name of the SideBar
-
- SideNotes Create "Side Notes" for jotting down notes
-
- SimpleDiscussLink Add an action (or sidebar) link that leads to and from a -Talk page. (Initial Release)
-
- SimplePageCounter A simple page counter of visits to each page
-
- SimpleSiteMap Easy site map using only core PmWiki features (Stable)
-
- SimultaneousEdits Enable simultaneous edits for platforms without popen or diff3 (Stable)
-
- SingleSign-On Use Windows-Logon for Authentication on pmwiki (Stable)
-
- Sisterly Lets wikis on a farm access each other as easily as accessing other pages within a wiki (beta)
-
- SiteInformation How to quickly see the settings for a site without having to look at the contents of the local configuration file
-
- Sitemapper Adds a dynamically generated sitemap to PmWiki. (beta)
-
- SMFUserIntergration Integrates Simple Machines Users into PmWiki (Testing)
-
- SourceForgeServers Install PmWiki in SourceForge.net's project web space. (Outdated)
-
- SpamFilters Automatic blocking of some spambots (beta)
-
- SpeedOptimizations How to tune PmWiki and its environment for speed
-
- SQLite Store wiki pages in an SQLite database file (Beta)
-
- SQLite-Talk Talk Page for the SQLite recipe
-
- Stopwatch Use the $StopWatch function to measure PmWiki performance.
-
- StoredAuthName How to set a stored author name to an authenticated user (Stable)
-
- SuperscriptLineSpacing How to fix line spacing of superscripts and subscripts
-
- SurveyYourAccessPermissions Generates a list of wikipages with special access permissions. (stable)
-
- SwitchToSSLMode How to force PmWiki to use SSL (Beta)
-
- SysDiff Use an external "diff" program to speed saving of long pages. (Stable)
-
- SystemLimits Ways to increase various memory and filesize limits for a PmWiki installation
-
- Tags How to have tags (like Flickr)
-
- TimeZones Display all dates and times in user selectable timezone and format (alpha)
-
- TitleMarkup setting a page title with the first title markup, subsequent titles (from included pages etc.) are ignored
-
- TitleSpaced How to have spaces in a page title
-
- TotalCounter A statistic counter - counts page views, users, languages, browsers, operating systems, referers, locations and web bots
-
- TotalCounter-Talk Talk page for TotalCounter recipe
-
- TrackChanges Ways to more easily detect and verify all recent edits
-
- TrackingMenu A sidebar menu tracking the current page
-
- Trash "safely delete" pages so that they can be restored and listed with pagelists
-
- TreeMenu Provides additional markup for creating a tree-like menu
-
- UpgradeBashScript A script that tries to automate the process of upgrading the wiki. (Maintained)
-
- UploadPicCompression Compress uploaded image files
-
- UseAlternativeConfigurations Get the base URL from the server
-
- UserAdmin AuthUser account self-registration and management (alpha)
-
- UserAuth User-based authorization
-
- UserAuth2 A user-based permission granting and authentication module (released, stable, maintained (tested with Pmwiki 2.1.11, 2.2.0-beta45))
-
- UserAuth2-Talk
-
- UserAuthDevel User-based authorization Development Page
-
- UserLastAction Record the last action for each user so that stale accounts can be detected (stable)
-
- VisitorsLogging How to have a clean log of visitor activity for each field of a farm
-
- VisitorsLogging1337 Log all activity on your wiki to a text file in a configurable way. (stable (works for me))
-
- WatchThatPage Tips for how to use http://www.watchthatpage.com/ with the Recent Changes page. (Documentation)
-
- WbBackup Backup dynamic wiki data (wiki.d, cookbook, ...) (Stable)
-
- WebAdmin PHP file manager, works without ftp client
-
- WebServerSecurity How to use ".htaccess" to make PmWiki more secure
-
- WhosWhere Show Who's Where on your wiki (Experimental)
-
- WhosWhere-Talk Talk page for WhosWhere.
-
- WikiBox Allow posting to and reading from PmWiki via email (Alpha)
-
- WikiFarmStepByStep Step by step instruction on how to set up PmWiki as a WikiFarm from scratch
-
- WikiRefactoring Steps and methods to refactor and re-organize a wiki
-
- WikiSh Wiki-based script language roughly emulating linux shell tools (Beta)
-
- Word2PmWiki Word macro to convert a Word document to PmWiki syntax (Beta)
-
- WordWrapPreformattedText Prevent long lines of text stretching beyond the window edge
-
- XMLPageStore Store pages as XML files (Beta)
- CookbookFr /
-
-
- AuthTable Liste toutes les pages du wiki avec leurs attributs (working)
- PmWiki /
-
-
- AdminTask List of PmWiki administration related tasks organized in alphabetical order
- Test /
-
-
- AlternativeViewProposal Functionality in skins, and recipe bundles
-
- DocumentationXref Cross reference from pages in the 2.2.0-beta31 distribution, starting with pages listed in "### Page locations" of XLPageTemplate
|