PM Wiki Cookbook Realm

Log In

Main Page

Code Page

Supybot Plugins

PM Wiki Cookbook Page

Recipe Index

PM Wiki is my favorite CMS / Wiki. It has very nice plugin architecture. Each plugin or recipee are php scripts that interact with the main code to add new features. I have created many recipees while building websites.


Archive Calendar

This PmWiKi recipe is for a method to create a calender based archive page from a group of pages. I adapted code from the kind-of-blog recipe. It allows me to support an archive page in calendar format.

Continue...

Count Markup

This PmWIKi recipe is for a method to count blocks within a page. I created simple markup to make it easy to get a count of reference blocks on page. It allows me to count the number comments or entries in blog page.

Continue...

Data Sections

This PmWiKi recipe is for a method to create a formated list of PTVs stored between anchor blocks. I scoured the code base and examined a few recipes to create this recipe. It allows me to create a table of values on a page that can be displayed on another.

Continue...

Date Select Fox

This PmWiKi recipe is for a method to create a date select for web form on a page. I created simple markup to create the drop-down select of dates. It allows me to have valid date entry for a form.

Continue...

Enhanced Feeds

This PmWiKi recipe is for a method to create a blog feed from a group of pages. I have worked to extended my existing code from RSSParser and then enhanced the simple feed support from the native feeds. It allows me to support valid blog feed from my existing PmWiki installation.

Continue...

Txt 2 Img

This PmWiKi recipe is for a method to create a graphic from some text to help obfuscate that text. It allows me to call a special image creation script to process the text into an image.

Continue...

List Conditional

This PmWiKi recipe is for a method to create a a new coditional inlist to locate a value from a PTV list. It allows me to display text based on the existence of a vlue in a list.

Continue...

Random Text

This PmWiKi recipe is for a method to create an alternate security code generator for PM Wiki Fox Recipe. With easy modifications of the Fox Recipe, It allows me to support a wider range of secure CAPTCHA values.

Continue...

Alternate Feeds

This PmWiKi recipe is for a method to create a blog feed from a group of pages. I adapted code from the kind-of-blog recipe It allows me to support blog feed from my existing PmWiki installation.

Continue...

Show Post

This PmWiKi recipe is for a method to create a blog display from a group of pages. I modified existing code from the kind-of-blog recipe. It allows me to show only certain portions of a page within markup block.

Continue...


Contact with Questions or Feedback: Send email to tjaustinbardo AT gmail DOT com

Creative Commons License

modified: October 22, 2007, at 07:53 PM