The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

  Kwiki::Widgets::Links - Just put some links on your widget pane.

SYNOPSIS

  % kwiki -add Kwiki::Widgets::Links
  % vim config.yaml
  # edit "widgets_links"' value

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 config.yaml, 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 config/widgets_links.yaml. 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 Kwiki::Config 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.

COPYRIGHT

Copyright 2005 by Kang-min Liu <gugod@gugod.org>.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

See <http://www.perl.com/perl/misc/Artistic.html>