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

NAME

Whim::Command::send - Send command

SYNOPSIS

  Usage: whim send [OPTIONS] [source-url] [target-url]

  Examples:
    whim send https://example.com/source https://example.com/target
    whim send https://example.com/source
    whim send --content https://example.com/source

  Options:
    -c, --content                        When run in one-argument mode,
                                         send webmentions only to targets
                                         within the page's first h-entry
                                         with a content property


  Run with two arguments to send a single webmention with the given
  source and target URLs.

  Run with one argument to send webmentions to every valid target found
  within the content found at the given source URL.

DESCRIPTION

This command sends webmentions, as described above. It prints a short description of what it did to standard output.

If called with one argument, it will attempt to load the content from the given source URL, and then try to send webmentions to all linked URLs found within.

SEE ALSO

whim