|
Cookbook
PmWiki
pmwiki.org
|
The contents of the PmWiki cookbook from a recipe's category tags.
Table of Contents
- Administration - Recipes for Wiki Administration and Administrators
- Attachments/Uploads - Uploading and linking to attachments
- Blog - List of recipes in Blog category
- Content Management Systems - List of all recipes in the CMS category
- Editing - Editing enhancements
- Images - Picture generation, smileys, thumbnails, galleries, uploading, manipulating, and displaying of images
- Includes / Insertions - List of recipes in Includes category, including other pages, files, maps etc.
- Layout - Layout enhancements
- Links - Links and page handling
- Markup - Markup additions
- Markup Writing - Functions and Recipes used in Markup Writing
- Menus / Navigation - Menu and navigation tools
- Multi Media Tools - Multi media related recipes
- Page Naming - List of page naming, URL modifying and hierarchical group recipes
- Page Variables - Page variables and page text variables
- Personal Information Management - List of all recipes in the PIM category, Personal Information Management
- RSS Web Feeds - List of all recipes in the RSS category, RSS, webfeeds and tools
- Searching (Pagelists) - Search and page lists
- Security (Authentication/Authorization) - Security authentication and authorization methods and systems
- Skins - Different look and feel for PmWiki sites
- System Tools - System tools
- Wiki Conversion - Recipes for converting other wikis from and to PmWiki
- Wiki Trails - Ways to use and create WikiTrails along with extensions to enhance them
- Obsolete - Obsolete, superceded, and deprecated recipes
See also:
- Cookbook /
-
-
- Action Log Maintain a page log of wiki actions
-
- 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
-
- Add Url Schemes How to get PmWiki to recognize additional URL schemes such as
irc:, nntp:, etc.
-
- Administration Recipes for Wiki Administration and Administrators
-
- Alternate Naming Scheme Use other naming schemes for PmWiki pages
-
- Auth-SMF Integrate SMF Simple Machines Forum with PmWiki and use SMF user management for Pmwiki authentication
-
- Auth List Short Authorisation permissions set report for big wikis
-
- Authorcontribution-Old Version Author Contribution, old version
-
- Auth Php BB 2 Use phpBB2 user authentication for PmWiki page edit protection and author name
-
- Auth Phpbb 2 Sso Single Sign On for PmWiki and phpBB2
-
- Auto Group Pages How to create a number of pages for a new group automatically
-
- Auto Restore Automatically restore pages after a set time interval
-
- Auto Thumber Automatically resize uploaded images using ImageMagick
-
- Backup Pages Automatically back up the wiki.d directory to a .zip file
-
- Block Crawler Redirect web crawlers to different pages
-
- Clean Urls Enable URLs that are shorter (without .php) and/or look like paths to wiki pages.
-
- Clean Urls-Old Version How to make clean urls (Old version)
-
- CMS Like Make PmWiki behave as a CMS by showing only the actions the current user is allowed to perform
-
- Comment Db Comment recipe - with pagination and RSS feed
-
- Comment Page Link How to create a comment page
-
- Comments Comment addon - comments in separate files
-
- Compare Versions Determine if two versions of the same file are the same or how they differ
-
- Compressed Page Store Save wiki pages/files in compressed (gzip) format
-
- Compressed Uploads Modify scripts/upload.php to work with bzip2 archives
-
- Convert HTML Convert an HTML page to PmWiki markup
-
- Convert TABLE How to convert HTML pages with tables full of data into advanced tables
-
- Cookbook Basics Explains what the cookbook and its recipes are.
-
- Credits Block Create a "last edited by" block that includes everybody who had a hand in developing a page
-
- CSV Include Include a CSV file as a table in your wiki page
-
- Delete Action Use a separate password for deleting pages
-
- Delta Bytes Recent Changes Display the number of bytes (characters) added or deleted to a page in RecentChanges.
-
- Directory And File Permissions Explains which directories and files need to be readable, writable, and servable by the webserver.
-
- Dynamic Wiki Trails Define dynamic URL trails
-
- Edit-Restricted Profile Authors can only edit their own pages in the Profiles group.
-
- Edit Templates Specify a wiki page or pages to use as a template when a new page is created.
-
- E Protect Email obfuscation
-
- Expanding Menu A sidebar menu that supports nested lists where the nested items are displayed only if the user is in that group
-
- Expanding Menus How to create a sidebar menu which expands to show sublevel items
-
- Expire Diff How to remove a page's history
-
- Export HTML Export PmWiki pages as "static" HTML pages
-
- Extern Auth Use authentication mechanisms external to PmWiki
-
- Farm Side Bar Share a sidebar among several fields in a farm
-
- Fast Cache Caches complete wiki pages for very fast retrieval
-
- Fast Search how to improve the speed of searches and categories on large sites with slow machines
-
- Fix Short Sessions 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
-
- Global Operations How to apply an operation to every page of a wiki
-
- Google Analytics Add Google Analytics tracking code to wiki pages
-
- Group Home Page Change How to rename the group's starting page, i.e., be different than the default "HomePage".
-
- Handle Unknown Markups How to suppress unknown markup, instead of having it display
-
- How To Make A Tabbed Skin How to make a tabbed skin
-
- Htpasswd Form
.htpasswd/.htgroup file editor
-
- Info Box How to create Bubblehelp infoboxes, as seen in [+knoppix.org+]
-
- Inline Diff Shows the difference between 2 versions by highlighting the changes in markup on word level.
-
- Install On IIS How to install PmWiki on IIS
-
- ISO 8859 Make Page Name Patterns ISO 8859 character conversion for page names
-
- Limit Diffs Per Page Paginate the "diff" output (when viewing a page history, limit the number of displayed revisions at once)
-
- Limit New Pages In Wiki Groups How to limit the creation of new pages in your wiki group
-
- Limit Wiki Groups How to limit the names or number of groups in your wiki
-
- Login Logout How to log out after logging in
-
- Main Group Change How to change the Main (startup) group
-
- Member Mgmt Advanced member management (using ZAP and AuthUser). Allows self registration, logins, groups, site customization, and more!
-
- Modes Concept A place to remember thoughts/ideas related to using different modes
-
- Module Guidelines Guidelines for creating, distributing, and maintaining a recipe for the Cookbook.
-
- New Group Warning Display a warning when a user is creating a page in a non-existent wiki group.
-
- New Page Box How to provide a form or box to allow users to create new pages
-
- Number Of Articles Report the number of articles in a wiki
-
- Obfuscate Email Prevent email addresses from being harvested from your site
-
- One Group For All Confine all users to one group, named other than Main
-
- Open Urls Automatically create URL Path for use with EnablePathInfo.
-
- Output Compression Use zlib output compression to make pages load faster
-
- Page Attic How to store backup files of deleted pages in a separate directory
-
- Page Config Allow basic administrative configuration from a page
-
- Page Creator adds page creator (original author) to be stored as a page attribute
-
- Page Generation Time Display page generation time
-
- Page List Wiki Trail Enable a WikiTrails markup to use a (:pagelist ... :) directive
-
- Page Regenerate Make PmWiki regenerate a page, as if someone had done an edit+save sequence.
-
- Performance Comparisons Page to share site setups and performance
-
- Per Group Customization In Config Php Place your per-group and per-page customizations in config.php rather than in separate PHP scripts.
-
- Per Group Sub Directories Subdivide wiki.d into subdirectories according to page group
-
- PHP Alert use popup for debugging
-
- Php BB 2 Integration Integration options for PmWiki and phpBB2 forums (plus others)
-
- PHP Files Management PHP file manager
-
- PMW Compat Allow PHP 5 commands to be used in PHP 4
-
- Pm Wiki 2 PDF Generate a PDF; back up all wiki pages in PDF format
-
- Pm Wiki 2 PDF-Talk PmWiki2PDF Talk Page
-
- Pm Wiki As ACMS How to use PmWiki as a CMS
-
- Power Tools markup expressions for multi page processing
-
- Presence Awareness User-based authentication, a list of online logged users, tools to register and manage users and send posts via Jabber
-
- Presence Awareness Light Light version of PresenceAwareness
-
- Properties How to have your own set of properties/variables in wiki pages
-
- Publish Wiki Trail 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
-
- Random Quote Wiki How to display a random quote from a list stored in a PmWiki page
-
- Random Title How to make PmWiki have random titles in the browser title bar
-
- Recent Changes Deletion Allow authors to delete RecentChanges pages, there-by making it possible for authors to delete wiki groups.
-
- Recent Changes Excerpt How to display a list of last n RecentChanges
-
- Recent Uploads Log List all uploaded files in the RecentUploads pages
-
- Recipe Check Check for new versions of recipes on pmwiki.org
-
- Require Author Require author names when saving pages
-
- Require Category Require categories to be entered
-
- Require Summary Require a summary to be entered
-
- Restore Pm Wiki Restore or move a PmWiki installation from an archive
-
- Search Results How to change the way search results are displayed
-
- Secure Attachments Security issues for attachments
-
- SEO A set of best practices to Search Engine Optimization
-
- Side Bar Name Change How to change the name of the SideBar
-
- Side Notes Create "Side Notes" for jotting down notes
-
- Simple Discuss Link Add an action (or sidebar) link that leads to and from a -Talk page.
-
- Simple Page Counter A simple page counter of visits to each page
-
- Simultaneous Edits Enable simultaneous edits for platforms without popen or diff3
-
- Single Sign-On Use Windows-Logon for Authentication on pmwiki
-
- Site Information 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.
-
- SMF User Intergration Integrates Simple Machines Users into PmWiki
-
- Source Forge Servers Install PmWiki in SourceForge.net's project web space.
-
- SQ Lite Store wiki pages in an SQLite database file
-
- SQ Lite-Talk Talk Page for the SQLite recipe
-
- Stopwatch Use the $StopWatch function to measure PmWiki performance.
-
- Superscript Line Spacing How to fix line spacing of superscripts and subscripts
-
- Survey Your Access Permissions Generates a list of wikipages with special access permissions.
-
- Switch To SSL Mode How to force PmWiki to use SSL
-
- Sys Diff Use an external "diff" program to speed saving of long pages.
-
- Tags How to have tags (like Flickr)
-
- Time Zones Display all dates and times in user selectable timezone and format
-
- Title Markup setting a page title with the first title markup, subsequent titles (from included pages etc.) are ignored
-
- Title Spaced How to have spaces in a page title
-
- Total Counter A statistic counter - counts page views, users, languages, browsers, operating systems, referers, locations and web bots
-
- Total Counter-Talk Talk page for TotalCounter recipe
-
- Tracking Menu A sidebar menu tracking the current page
-
- Tree Menu Provides additional markup for creating a tree-like menu
-
- Upload Pic Compression Compress uploaded image files
-
- Use Alternative Configurations Get the base URL from the server
-
- User Auth User-based authorization
-
- User Auth 2 A user-based permission granting and authentication module
-
- User Auth2-Talk
-
- User Auth Devel User-based authorization Development Page
-
- User Last Action Record the last action for each user so that stale accounts can be detected
-
- Visitors Logging How to have a clean log of visitor activity for each field of a farm
-
- Visitors Logging 1337 Log all activity on your wiki to a text file in a configurable way.
-
- Watch That Page Tips for how to use http://www.watchthatpage.com/(approve links) with the Recent Changes page.
-
- Wb Backup Backup dynamic wiki data (wiki.d, cookbook, ...)
-
- Web Admin PHP file manager, works without ftp client
-
- Web Server Security How to use ".htaccess" to make PmWiki more secure
-
- Wiki Box Allow posting to and reading from PmWiki via email
-
- Wiki Farm Step By Step Step by step instruction on how to set up PmWiki as a WikiFarm from scratch
-
- Wiki Refactoring Steps and methods to refactor and re-organize a wiki
-
- Wiki Sh Wiki-based script language roughly emulating linux shell tools
-
- Word 2 Pm Wiki Word macro to convert a Word document to PmWiki syntax
-
- Word Wrap Preformatted Text Prevent long lines of text stretching beyond the window edge
- Cookbook /
-
-
- Attach Delete An enhancement to the current upload feature to allow the deletion of uploaded files.
-
- Attach Icons Add icon images to Attach file links according to file extension
-
- Attach Icons 2 Add icon images to Attach file links according to file extension
-
- Attach Links Get
Attach: links to display by default without the "Attach:" prefix
-
- Attachlist Enhanced How to list missing or orphaned attachments.
-
- Attachlist Extended-Draft A replacement version of the attachlist directive with additional functionality.
-
- Attach List Sort Sort an attachlist
-
- Attachtable Actions to rename, delete & restore deleted attachments, as well as an attachlist replacement to use those actions and show file MIME types.
-
- Audit Images View the images that have been uploaded to your wiki.
-
- Authenticated Attach Lets the user view an Attachment only if they have the appropriate password
-
- Auto Thumber Automatically resize uploaded images using ImageMagick
-
- Custom Bullets Enable custom bullets to distinguish document types
-
- Download Manager How can I know how many times a file was downloaded from my wiki?
-
- File Attach List Adds a Ajax list of quickly attachable files to the edit page
-
- File List Tabulated filelist markup as alternative to
(:attachlist:), for a simple, easy readable look.
-
- Linked Resource Extras Linked resource helper functions and scripts for recipe writers
-
- Multi Upload Upload multiple files at once by packing them in a zip archive & extracting them on the server
-
- Notify On Upload Generates notifications also on upload events
-
- Recent Uploads Log List all uploaded files in the RecentUploads pages
-
- Secure Attachments Security issues for attachments
-
- Thumb List A simple and lightweight picture gallery, written for PmWiki...
-
- Thumb List-Talk Talk Page for ThumbList recipe
-
- Thumb List-Talk-archive ARCHIVE Talk Page for ThumbList recipe
-
- Update Attachments Add "update Attachment" link to Attach: links
-
- Upload Form Alternative file upload form using
(:input file:)
-
- Upload Groups Allow uploads to be associated with individual pages or the entire site
-
- Upload Plus upload enhancements to organise uploads on a per group or per page base, and more
-
- Uploads Markup Providing an "Uploads:" markup similar to "Attach:", but with a storage-oriented way of referencing
-
- Upload Types Add extensions to or remove them from the list of allowed upload types
- Cookbook /
-
-
- Add Delete Line 2 An easy way to add information to a page and delete it again.
-
- Balus Blog How Balu built his blog using pagelists
-
- Blog List of recipes in Blog category
-
- Blog Parser A simple parser for RSS feeds from content blocks based on kind-of-blog
-
- Blog Simple Experimental blog bundle using pagelists
-
- Blog Simple 2 Simple blog bundle, revision of BlogSimple
-
- Blog Skin A blog-oriented skin that emphasizes content, with an easy-to-read default font size and no graphical frills
-
- Blog With Page List How to build a blog system with pagelists
-
- Bundle 4 Blog How to use PmWiki as a blogging engine.
-
- Comment Box Adds a simple form to post comments
-
- Comment Box Plus Simple styled form to post comments, plus comment counter
-
- Comment Db Comment recipe - with pagination and RSS feed
-
- Enhanced Web Feeds Enhances native PM Wiki Feed support.
-
- Feral Blog A basic Blosxom inspired PmWikiBlog.
-
- Feral Simple Calendar A small simple calendar suitable for a rightbar, or header/footer or anywhere you wish.
-
- Fox Form processor to add, replace, copy, delete content plus upload files and send email notifications using templates and Input markup
-
- Fox Blog How to build a blog with Fox
-
- Google Blog Ping Google Blog Search Ping - Support for Google's weblog search ping service
-
- Halo Scan Another commenting recipe, leveraging the power of the HaloScan service.
-
- Kind-of Blog A blog for PmWiki - supports posting, digest, archive and syndication
-
- List Categories use categories as tags
-
- News List Insert a list of recently changed/updated wikipages in a short form.
-
- Page Rank Vote on a page's popularity
-
- Plain Blog Skin A blog-oriented skin that emphasizes content, with an easy-to-read default font size and no graphical frills
-
- Tag Pages Allow categorizing/tagging of pages with an easy interface.
-
- Tags How to have tags (like Flickr)
-
- Trackback Simple trackback feature
-
- Wiki Calendar Add support for a simple calendar. Each date becomes a wiki page.
-
- XES Blog Provide blog application functionality for one point installation.
-
- XES Blog-Use How to blog using XesBlog recipe
- Cookbook /
-
-
- Ai Ai is another mysql data query using an original and efficient system of envelop and masks
-
- As Spaced Function In UTF-8 How to fix the broken
{$Namespaced}, {$Titlespaced}, {$Groupspaced} when the website is in UTF-8
-
- Auth User CMS Like Restricts access to PageActions by role
-
- Balus Blog How Balu built his blog using pagelists
-
- Blog Simple Experimental blog bundle using pagelists
-
- Blog Simple 2 Simple blog bundle, revision of BlogSimple
-
- Blog Skin A blog-oriented skin that emphasizes content, with an easy-to-read default font size and no graphical frills
-
- Break Page Breaks pages into sections with inserted markers and displays one section at a time
-
- CMS List of all recipes in the CMS category
-
- CMS Bundle Some scripts that add features useful for a CMS-type installation.
-
- CMS Like Make PmWiki behave as a CMS by showing only the actions the current user is allowed to perform
-
- CMS Mode Adds some customizations for a non-wiki (or hybrid) type installation.
-
- Comment Box Adds a simple form to post comments
-
- Comment Box Plus Simple styled form to post comments, plus comment counter
-
- Comment Db Comment recipe - with pagination and RSS feed
-
- Comment Page Link How to create a comment page
-
- Data Query Retrieve records and query results from any database supported by ADOdb (such as MySQL) and portray them as wiki pages, allowing them to be processed by other wiki functions such as pagelists, includes, page text variables, and ZAP.
-
- Download Manager How can I know how many times a file was downloaded from my wiki?
-
- Dynamic Trails Dynamic WikiTrails with pagelist
-
- Fast Cache Caches complete wiki pages for very fast retrieval
-
- Fox Form processor to add, replace, copy, delete content plus upload files and send email notifications using templates and Input markup
-
- Fox Blog How to build a blog with Fox
-
- Fox Comment Box Adding a comment form using Fox
-
- Fox Contacts Create personal or business Contacts pages and lists with Fox
-
- Fox Forum How to build a simple forum with Fox
-
- Fox Simple Todo List An example of how to use Fox to setup a simple 'todo list'.
-
- Fox Voting examples of using Fox for voting, polling and making choices
-
- Google Blog Ping Google Blog Search Ping - Support for Google's weblog search ping service
-
- JITS Issue Tracking System
-
- Jjs CMS Save wiki pages as html
-
- List Categories use categories as tags
-
- Member Mgmt Advanced member management (using ZAP and AuthUser). Allows self registration, logins, groups, site customization, and more!
-
- Merge Meta Tags A way to merge multiple meta tags into single entries
-
- Multi Language Display content in different languages on a a page by user's choice
-
- New Group Box Input box to create new wiki groups from predefined template pages
-
- New Page Box How to provide a form or box to allow users to create new pages
-
- New Page Box Plus Adds customisable box plus button form for page creation
-
- News List Insert a list of recently changed/updated wikipages in a short form.
-
- News Master How to handle newsletters and other mailings
-
- Page Rank Vote on a page's popularity
-
- Pm Wiki As ACMS How to use PmWiki as a CMS
-
- Quick Start For Auth User-comments 1 Just a quick guide for people to set up AuthUser to lock down their site.
-
- Router Router allows a website's url structure to be different from PmWiki's group/page structure.
-
- Select Query Run a MySQL SELECT query based on parameters submitted
-
- SEO A set of best practices to Search Engine Optimization
-
- Simple Discuss Link Add an action (or sidebar) link that leads to and from a -Talk page.
-
- Simple Forum Simple and styled forum
-
- Switch To And From Draft Provide a sidebar or PageActions link to switch to/from -Draft pages
-
- Tagger Easy tagging into multiple category groups.
-
- Tags How to have tags (like Flickr)
-
- Total Counter A statistic counter - counts page views, users, languages, browsers, operating systems, referers, locations and web bots
-
- Total Counter-Talk Talk page for TotalCounter recipe
-
- UBB Threads Integration How to use the user authentification of the UBBThreads forums to control access to a PmWiki installation
-
- UTF-8 A collection of UTF-8 related tips and fixes
-
- View Modes show selected content according to user choice (using a cookie)
-
- Web Admin PHP file manager, works without ftp client
-
- ZAP The ZAP forms processor handles data and file management, page insertions (forums, blogs), email & newsletters, e-commerce, and more.
- Cookbook /
-
-
- Add Delete Line 2 An easy way to add information to a page and delete it again.
-
- 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
-
- Any Wiki Draw Java based drawing tool to replace PmWikiDraw eventually
-
- At Links Alternative linking scheme with @ prefix (@Page)
-
- Author Contribution Automatically Produce an "Author Contributions" page for each author.
-
- Auto Group Pages How to create a number of pages for a new group automatically
-
- Chord Pro How to embed ChordPro-formatted song sheets into a wiki page
-
- Confirm Edit Not Saved Ask users to confirm if they are leaving the edit page without saving
-
- Convert TABLE How to convert HTML pages with tables full of data into advanced tables
-
- Default Table Attributes How to change the default attributes for tables created using PmWiki.Tables
-
- Delta Bytes Recent Changes Display the number of bytes (characters) added or deleted to a page in RecentChanges.
-
- Edit Form Samples Provide administrators and authors with examples and instructions for replacing or customizing their site's Site.EditForm.
-
- Edit More Provides desirable Site.EditForm additions for title, keywords, description, tags (categories), and notes (so far!).
-
- Edit On Dbl Click Enable edit on double-clicking a page
-
- Edit Templates Specify a wiki page or pages to use as a template when a new page is created.
-
- Edit This Page Link short markup for a link to 'edit this page'
-
- Edit Title Provide a separate edit field for the page title.
-
- Emacs Pm Wiki Mode Allow the use of Emacs for editing wiki pages in a PmWiki
-
- Excel Paste Copy and paste spreadsheet tables (e.g., from Excel) into pages
-
- FCK Editor How to implement FCKEdit in PmWiki
-
- File Attach List Adds a Ajax list of quickly attachable files to the edit page
-
- Film Script Enable film script markup
-
- Fox Form processor to add, replace, copy, delete content plus upload files and send email notifications using templates and Input markup
-
- Gui Buttons add guibuttons to any textarea edit box
-
- Gui Edit Date Button javascript calendar to insert a date
-
- Gui Edit Resize Allows resizing of the Edit text box, for convenience.
-
- Include With Edit Enable editing of included text
-
- Inline Diff Shows the difference between 2 versions by highlighting the changes in markup on word level.
-
- Latex Markup Enables the usage of a subset of LaTeX syntax as an alternative markup (except Math).
-
- Lazy Web Links Cause markup text beginning with "www." to be automatically converted into a link to an external site
-
- Limit Diffs Per Page Paginate the "diff" output (when viewing a page history, limit the number of displayed revisions at once)
-
- Literal White Space Preserve white spaces, tabs and extra lines
-
- Message After Posting Provide a message to users after posting and /or prompt them to notify relevant people
-
- Multilink How to create multilinks
-
- New Group Warning Display a warning when a user is creating a page in a non-existent wiki group.
-
- New Page Box How to provide a form or box to allow users to create new pages
-
- Pm Wiki Draw Java drawing recipe based on TWikiDraw
-
- Pm Wiki Draw Bugs And Features PmWikiDraw Bugs and Features - Reported/Proposed
-
- Pm Wiki Draw Bugs And Features Done PmWikiDraw Bugs and Features - Done/Implemented
-
- Pm Wiki Draw Change Log PmWikiDraw Change Log
-
- Positioning Cursor In Edit Form How to position the cursor at the end in the edit form
-
- PTV Replace Add link markup or input forms to replace values in PageTextVariables
-
- Pywe Provides author-preferred text editor support for PmWiki page edits
-
- Recent Changes Deletion Allow authors to delete RecentChanges pages, there-by making it possible for authors to delete wiki groups.
-
- Require Category Require categories to be entered
-
- Rich Edit WYSIWYG editor
-
- Section Edit Split a wiki page into separately editable sections with an edit link for each section
-
- Side Notes Create "Side Notes" for jotting down notes
-
- Spell Checker How to enable spell-checking on a wiki
-
- String Replace link or form markup for replacing text strings in pages
-
- Switch To And From Draft Provide a sidebar or PageActions link to switch to/from -Draft pages
-
- Table Edit Interactive table editor
-
- Time Zones Display all dates and times in user selectable timezone and format
-
- User Configurations How can users customise an edit form for their personal use, and customise other settings like access keys?
-
- Wiki Refactoring Steps and methods to refactor and re-organize a wiki
-
- Wiki Smileys Add graphical smileys to the markup
-
- Wikiwyg Integrate Wikiwyg into PmWiki for WYSIWYG editing
-
- XMLRPC How to communicate with PmWiki via the XML-RPC protocol
-
- ZAP The ZAP forms processor handles data and file management, page insertions (forums, blogs), email & newsletters, e-commerce, and more.
- Cookbook /
-
-
- Cached Number Of Articles Count pages in wiki
-
- CSV Include Include a CSV file as a table in your wiki page
-
- Data Sections Create formated lists of PTVs stored between anchor blocks on another page.
-
- Delicious Insert a del.icio.us user's links or tags into PmWiki
-
- Fortune Insert a fortune cookie into a wiki page
-
- Google Adsense How to add Google AdSense data to your wiki
-
- Google Calendar Embeds a Google Calendar in a PmWiki page
-
- Google Chart Include Charts generated by Google Chart API
-
- Google CSE Adds markup for a Google Custom Search Engine
-
- Google Maps How to add an interactive Google map into PmWiki
-
- Include Able How to include the current revision of a pmwiki page in another php page
-
- Include Field Page Extends the (:include:) directive functionality apply to pages from other fields of a wiki farm
-
- Include File How to include an external file (from the same file system)
-
- Includes List of recipes in Includes category, including other pages, files, maps etc.
-
- Include Site Include an entire page in a wiki page
-
- Include Upload Include an uploaded (attached) text or HTML file into a PmWiki page
-
- Include Url Include html pages into PmWiki 2.x pages
-
- Include Wiki Page How to syndicate wiki pages from other PmWiki 2.0 sites on your site
-
- Include With Edit Enable editing of included text
-
- Include XML Include processed XML into PmWiki 2.2 pages
-
- Inline RSS Allows insertion of an RSS feed's contents into a PmWiki page.
-
- Last FM Embed Last.fm widgets
-
- Number Of Articles Report the number of articles in a wiki
-
- Online Status Display online status for AOL, Yahoo! instant messaging, Skype, or Meebo Me!
-
- Random Page Include a random wiki page from a supplied list of pages.
-
- Random Quote Insert random quotes or markup into a page
-
- Rich Edit WYSIWYG editor
-
- Social Bookmark Icons Create dynamically a list of clickable icons for social bookmarking sites.
-
- Templates Extend the
(:include:) markup to allow passing parameters to included pages.
-
- Text Extract Context-sensitive search, grep, and extract text from multiple pages using search terms and regular expressions
-
- Wiki Sh Wiki-based script language roughly emulating linux shell tools
-
- Xml4pmwiki xml4pmwiki allows you to transform xml data using a xsl stylesheet in a pmwiki page
- Cookbook /
-
-
- All Group Header How to create a page that appears as a header (or footer) for all pages in all groups
-
- As Spaced Function In UTF-8 How to fix the broken
{$Namespaced}, {$Titlespaced}, {$Groupspaced} when the website is in UTF-8
-
- Automatic Page Refresh How to create pages that refresh automatically.
-
- Beautifier Perform syntax highlighting for source code displayed on wiki pages
-
- Bibtex Ref Integrate bibtex bibliography into PmWiki site, display, manipulate and easily cite references
-
- Change Time Format Change the format or timezone of dates and times
-
- Chord Pro How to embed ChordPro-formatted song sheets into a wiki page
-
- Columns Create columns out of lists without using table markup
-
- Content Type How to change PmWiki's default charset or Content-type
-
- CSS In Wiki Pages Apply CSS styles via wiki pages
-
- CSS Popups How to make popups with CSS
-
- Current Visitors Display the number of current visitors
-
- Custom Auth Form How to customise the authentication form (login form)
-
- Data Sections Create formated lists of PTVs stored between anchor blocks on another page.
-
- Divisions Explained Explanation of
(:div:) and >>..<< markup for creating page sections (divisions)
-
- Edit Form Samples Provide administrators and authors with examples and instructions for replacing or customizing their site's Site.EditForm.
-
- Expanding Menu A sidebar menu that supports nested lists where the nested items are displayed only if the user is in that group
-
- Expanding Menu 2 Provides markup to create an (automatically) expanding menu
-
- Expanding Menus How to create a sidebar menu which expands to show sublevel items
-
- FAQ Toggle List Adding toggle buttons to a definition list
-
- Favicon Add a Favicon to your website
-
- Fill Template Combines a template page with a data page to present PmWiki content
-
- Font Sizer Add buttons for instant font (text) resizing, preferrences are stored
-
- Formatting Tables Formatting and styling for tables
-
- Gui Edit Add graphical editing buttons, as in pmwiki.org's site
-
- Gui Edit Date Button javascript calendar to insert a date
-
- Gui Edit Resize Allows resizing of the Edit text box, for convenience.
-
- How To Make A Tabbed Skin How to make a tabbed skin
-
- Info Box How to create Bubblehelp infoboxes, as seen in [+knoppix.org+]
-
- Layout Layout enhancements
-
- Links Tree Menu A Simple Dynamic Hierarchical Tree Menu for PmWiki Groups and Pages
-
- Make Columns Create columns on a page without using tables.
-
- Make Many Columns How to make columns on a page using CSS
-
- Making Password Requests Explicit How can we tell which password is requested?
-
- Markdown Output Presents a wiki page in Markdown format instead of HTML
-
- Message After Posting Provide a message to users after posting and /or prompt them to notify relevant people
-
- Modes Concept A place to remember thoughts/ideas related to using different modes
-
- Multi Language Display content in different languages on a a page by user's choice
-
- No Preformatted Text Removes the default preformatted text rules
-
- Override CSS How to override previously defined styles without modifying the skin
-
- Page List Templates
-
- Pay Pal Buttons Creating neat markup for otherwise sloppy PayPal button forms
-
- Preview Top How to place the page preview above the edit box
-
- Publish FAQ Supplied with a raw list of Qs and As, it outputs a formatted FAQ complete with TOC
-
- Quick Page Table Of Contents Adds a dropdown clickable table of contents to a page - client side processing
-
- Quote Block Allow a small measure of nested 'wikistyles'.
-
- Recent Changes Excerpt How to display a list of last n RecentChanges
-
- SEO A set of best practices to Search Engine Optimization
-
- Show Hide Adds toggle buttons and links to show/hide sections and objects
-
- Skin Change change skin via query or cookie setting
-
- Skin Config Define interactively (via a wiki page) the main parameters of a skin
-
- Skin Guidelines A set of tips for skin design and packaging skins for distribution
-
- Source Block Source code syntax highlighter for PmWiki 2.x using GeSHi
-
- Styles Practical examples of CSS Style use (with some explanation)
-
- Superscript Line Spacing How to fix line spacing of superscripts and subscripts
-
- Templates Extend the
(:include:) markup to allow passing parameters to included pages.
-
- Toggle Hide Add links to toggle display of html block elements
-
- Tracking Menu A sidebar menu tracking the current page
-
- Tree Menu Provides additional markup for creating a tree-like menu
-
- UTF-8 A collection of UTF-8 related tips and fixes
-
- View Modes show selected content according to user choice (using a cookie)
-
- Website Icon Add broswer website icon (favicon) from config.php
|