![]() |
![]()
| ![]() |
![]()
NAMEPlagger::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 DESCRIPTIONThis plugin allows you to subscribe to your Bookmarks (or Favorites) of your browser like IE, Firefox or Safari. CONFIGURATION
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. AUTHORTatsuhiko Miyagawa SEE ALSOPlagger, Netscape::Bookmarks, Win32::IEFavorites
|