=head1 NAME Kwiki::Widgets::Links - Just put some links on your widget pane. =head1 SYNOPSIS % kwiki -add Kwiki::Widgets::Links % vim config.yaml # edit "widgets_links"' value =head1 DESCRIPTION There are just some times you just want to put some convienent links on the side of your Kwiki screen, and this is the plugin that does it. After installing this plugin, please edit C, and add a keyword "widgets_links" like this: widgets_links: - Kwiki - http://kwiki.org - Perl - http://perl.org - CPAN - http://cpan.org You could also find the default value in C. It is a list that has titles of links in the odds elements, with its url next to it. It has to be written in this way because C doesn't fully implement YAML syntax. So this is a work-around. After editing, these links would appear on the widget pane of your kwiki screen. (So please make sure you're using a theme with widget pane.) Enjoy it. =head1 COPYRIGHT Copyright 2005 by Kang-min Liu . This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See