NAME
Kwiki::ForeignLinkGlyphs - display an image after links that aren't local
SYNOPSIS
$ cd /path/to/kwiki
$ kwiki -add Kwiki::ForeignLinkGlyphs
DESCRIPTION
AxKit::XSP::Wiki has a nifty feature where it places a tiny little arrow after non-wiki links. The arrow is useful for identifying links that would direct the user off the wiki.
Configuration Directives
foreignlinkglyph_image
This will be the contents of the
src
attribute in the<img>
tag placed after foreign links. The image foreignlinkglyph.png included with this distribution is the default.foreignlinkglyph_new_window
Set this to "yes" if you would like foreign links to open in a new browser window.
AUTHORS
Ian Langworth <ian@cpan.org>
SEE ALSO
Kwiki, AxKit::XSP::Wiki used by http://www.axkit.org/wiki/
COPYRIGHT AND LICENSE
Copyright (C) 2004 by Ian Langworth
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
The file foreignlinkglyph.png, included with this distribution, is copyright its respective author.