Go to file
dariog88a a1c8d901df Replaced trim function with inline regex. Added encoding to slurp. Using utf8 in test file to fix tests. 2013-10-07 19:32:53 -03:00
lib/DDG Replaced trim function with inline regex. Added encoding to slurp. Using utf8 in test file to fix tests. 2013-10-07 19:32:53 -03:00
share/goodie Moved trim function and slurp outside of the handle function. Renamed input file to shortcuts.csv. 2013-10-06 16:39:03 -03:00
t Replaced trim function with inline regex. Added encoding to slurp. Using utf8 in test file to fix tests. 2013-10-07 19:32:53 -03:00
.gitignore Added resource with shortcuts in CSV format (with pipe as separator). Replaced the HTTP request with file parsing. Adapted tests to the change. 2013-08-13 22:34:47 -03:00
.travis.yml Switched Travis dzil plugin, added new .travis.yml 2013-05-02 23:08:13 +02:00
README.md move replicated README info and point to duckduckgo readme 2013-06-24 19:39:01 -04:00
dist.ini removed travis metainfo from dist.ini 2013-06-05 14:20:13 -04:00
weaver.ini Added travis.yml and podweaver 2013-04-25 19:50:41 +02:00

README.md

DuckDuckHack Goodies

Goodies are DuckDuckGo plugins that work with pure Perl.

morse code example

We recommend starting at the DuckDuckHack Intro Site. If you've read that, but are still looking for more detail, checkout the DuckDuckHack Goodie Overview.

Writing a Goodie

If you're ready to start writing a Goodie, go to the Goodies Overview.