Plagger::Plugin::Subscription::Planet - Ego search subscription


Plagger documentation  | view source Contained in the Plagger distribution.

Index


NAME

Top

Plagger::Plugin::Subscription::Planet - Ego search subscription

SYNOPSIS

Top

  - module: Subscription::Planet
    config:
      keyword: Plagger
      lang: en

DESCRIPTION

Top

This plugin gives a handy way to subscribe to dozens of feed / web search engine results by just supplying keywords.

CONFIG

Top

keyword

The keyword to use as a query in web search engines. Required.

lang

Language code to either 1) specify list of search engines or 2) pass to search query. Optional.

For example, technorati.jp will be added if you use ja, while technorati.com will be if you use en. Default is to search everything.

EXAMPLES

Top

  # search "Plagger" on default engines
  - module: Subscription::Planet
    config:
      keyword: Plagger

  # search "Pokemon" on Japanese search engines
  - module: Subscription::Planet
    config:
      keyword: Pokemon
      lang: ja

  # search "Plagger" and pages linking to "http://plagger.org/"
  - module: Subscription::Planet
    config:
      keyword: Plagger
      url: http://plagger.org/

AUTHOR

Top

youpy

Tatsuhiko Miyagawa

SEE ALSO

Top

Plagger


Plagger documentation  | view source Contained in the Plagger distribution.