|
NAMEText::AutoLink - Perl extension for making hyperlinks in text automatically.SYNOPSISuse Text::Hatena::AutoLink; my $parser = Text::Hatena::AutoLink->new; my $html = $parser->parse($text); DESCRIPTIONText::Hatena::AutoLink makes many hyperlinks in text automatically. Urls will be changed into hyperlinks.
METHODSHere are common methods of Text::Hatena::AutoLink.
Text::Hatena::AutoLink SyntaxText::Hatena::AutoLink supports some simple syntaxes.http://www.hatena.ne.jp/ [http://www.hatena.ne.jp/:title=Hatena] [http://www.hatena.ne.jp/images/top/h1.gif:image] [http://www.hatena.ne.jp/images/top/h1.gif:image:w300] mailto:someone@example.com These lines all become into hyperlinks. []http://dont.link.to.me/[] You can avoid being hyperlinked with 2 pair brackets like the above line. SEE ALSOText::HatenaAUTHORJunya Kondo, <jkondo@hatena.ne.jp>COPYRIGHT AND LICENSECopyright (C) Hatena Inc. All Rights Reserved.This library is free software; you may redistribute it and/or modify it under the same terms as Perl itself.
Visit the GSP FreeBSD Man Page Interface. |