App-sitelenmute
view release on metacpan or search on metacpan
script/sitelen-mute view on Meta::CPAN
--viewdir directory containing $me CSS/JavaScript ($viewdir)
--index URL URL location for the index/back button
--version output current $me version ($VERSION)
Add meta tags for Facebook/Twitter (must be specified all or none):
--url URL URL of gallery
--title "TITLE" title for Facebook and Twitter previews
--description "DESC" description for Facebook and Twitter previews};
exit $_[0];
}
# Options: text needs to be decoded based on locale, but filenames are not
# decoded; URLs are decoded because international domain names (IDNA) and
# internationalized resource identifiers (IRI) can still happen.
GetOptions(
'help|h' => sub { print_help(0); },
'version' => sub { say "$0 $VERSION"; exit 0; },
'c=s' => sub { @captions = @{ parse_captions($_[0], $_[1]) || [] }; },
'd' => sub { $nodown = 1; },
'f' => sub { $facedet = 1; },
'i' => sub { $include = 1; },
'o' => sub { $orient = 0; },
'k' => sub { $use_orig = 1; },
( run in 0.239 second using v1.01-cache-2.11-cpan-26ccb49234f )