GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Plagger::Plugin::Subscription::Bookmarks(3) User Contributed Perl Documentation Plagger::Plugin::Subscription::Bookmarks(3)

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

  # 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

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

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.

Tatsuhiko Miyagawa

Plagger, Netscape::Bookmarks, Win32::IEFavorites
2006-12-05 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.