[pmwiki-devel] Support for itunes itpc hyperlinks
Farhad Khan
farhad.khan at grype.ca
Tue Apr 20 14:59:52 CDT 2010
Hi PM and Petko,
Thank you so much for the prompt reply. I got itpc links to work. I used the
following:
$LinkFunctions['itpc:'] = 'LinkIMap';
$IMap['itpc:'] = 'itpc:$1';
Really appreciate your help.
Farhad
On Tue, Apr 20, 2010 at 3:02 PM, Patrick R. Michaud <pmichaud at pobox.com>wrote:
> On Tue, Apr 20, 2010 at 12:03:11PM -0400, Farhad Khan wrote:
> > I am wondering if anyone has tried to use iTunes hyperlinks before. It
> has the
> > following itpc format itpc:// feeds.feedburner.com/mypodcast. If I add
> this in
> > the link [[ ]] markup, the hyperlink is silently dropped.
> >
> > Can someone help me locate the code where the various link protocols are
> > checked?
>
> 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';
>
> Pm
>
--
Thanks,
Farhad
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.pmichaud.com/pipermail/pmwiki-devel/attachments/20100420/711ac0c4/attachment.html>
More information about the pmwiki-devel
mailing list