Summary:
Version:
Prerequisites:
Status:
Maintainer:
Questions answered by this recipe
This section is optional; use it to indicate the types of questions (if any) this recipe is intended to answer.
How do I add iTunes-type Podcast links?
Description
Add iTunes podcast links
Notes
If you're wanting itpc: to be treated the same a http:, https:, etc., then
add the following to local/config.php:
$LinkFunctions['itpc:'] = 'LinkIMap';
$IMap['itpc:'] = 'itpc:$1';
Release notes
If the recipe has multiple releases, then release notes can be placed here. Note that it's often easier for people to work with "release dates" instead of "version numbers".
See also
Contributors
Comments
This space is for User-contributed commentary and notes.
Please include your name and a date (eg 2007-05-19) along with your comment.
Optional alternative: create a new page with a name like "ThisRecipe-Talk" (e.g. PmCalendar-Talk).