NAME

locale_simple_scraper_old_old - Old Command line tool for finding tokens in code

VERSION

version 0.019

SYNOPSIS

# ignoring specific regexps for the filename
# please be aware that you must escape the . and because we use bash here you
# must also be aware to escape the \ for escaping the .
locale_simple_scraper_old --ignores \\.build --ignores some/dir

# only use specific regexps for the filename
locale_simple_scraper_old --only core --only site/something

# different output parameter, might require more modules
locale_simple_scraper_old --output perl
locale_simple_scraper_old --output yaml
locale_simple_scraper_old --output json

# scramble real filename with md5 (for security)
locale_simple_scraper_old --md5

# setting additional extensions for Javascript (default: js)
locale_simple_scraper_old --js jjs,ajs

# setting additional extensions for Perl (default: pl, pm, t)
locale_simple_scraper_old --pl ppl,pppl

# setting additional extensions for Text::Xslate (default: tx)
locale_simple_scraper_old --tx ttx,xxx

DESCRIPTION

This tool parses all Perl, Python, Javascript and Text::Xslate templates in the current directory and subdirectories to find calls to the Locale::Simple API.

It gives out on STDERR which files are parsed right now, while it dumps the resulting data to the screen. By default it generates a .po file, but you can specify via --output to dump json, yaml or a perl data structure.

Be aware that we add the domain as flag in the .po file. So double token may appear which only differs through a #, flag.

SUPPORT

Repository

http://github.com/Getty/p5-locale-simple
Pull request and additional contributors are welcome

Issue Tracker

http://github.com/Getty/p5-locale-simple/issues

AUTHOR

Torsten Raudssus <torsten@raudss.us>

COPYRIGHT AND LICENSE

This software is copyright (c) 2012 by DuckDuckGo, Inc. http://duckduckgo.com/, Torsten Raudssus <torsten@raudss.us>.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.