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

NAME

Plagger::Plugin::Subscription::Bookmarks - Subscribe to URLs in Favorites / Bookmarks

SYNOPSIS

  # DWIM: auto-detect browsers (and path) from your OS
  - module: Subscription::Bookmarks
  
  # be a little explicit
  - module: Subscription::Bookmarks
    config:
      browser: InternetExplorer

  # auto-configure as Mozilla
  - module: Subscription::Bookmarks
    config:
      path: /path/to/bookmarks.html

  # auto-configure as Safari
  - module: Subscription::Bookmarks
    config:
      path: /path/to/Bookmarks.plist

  # more verbose
  - module: Subscription::Bookmarks
    config:
      browser: Mozilla
      path: /path/to/bookmarks.html

DESCRIPTION

This plugin allows you to subscribe to your Bookmarks (or Favorites) of your browser like IE, Firefox or Safari.

CONFIGURATION

browser

Specify your browser name. Possible values are 'InternetExplorer', 'Mozilla' and 'Safari'.

path

Specify path to your bookmarks file (or directory).

Configuration is optional. When you omit browser, this plugin auto-configure the default config. On Win32, browser is "InternetExplorer" and path is looked up using Windows Registry. On darwin, browseris "Safari". Otherwise, browser is set to "Mozilla", but path isn't set.

AUTHOR

Tatsuhiko Miyagawa

SEE ALSO

Plagger, Netscape::Bookmarks, Win32::IEFavorites