PodcastLinks

Summary: Enable iTunes podcast itpc: links to work
Version:
Prerequisites:
Status:
Maintainer:
License:
Users: (View? / Edit?)
Categories: Uncategorized
Discussion: PodcastLinks-Talk?

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';

See LinkIMap for more information.

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

See discussion at PodcastLinks-Talk?