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


Plagger documentation  | view source Contained in the Plagger distribution.

Index


NAME

Top

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

SYNOPSIS

Top

  # 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

Top

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

CONFIGURATION

Top

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, browser is "Safari". Otherwise, browser is set to "Mozilla", but path isn't set.

AUTHOR

Top

Tatsuhiko Miyagawa

SEE ALSO

Top

Plagger, Netscape::Bookmarks, Win32::IEFavorites


Plagger documentation  | view source Contained in the Plagger distribution.