s/everyday_goodies/everyday/
parent
dc48931e13
commit
049b54fe19
|
@ -16,7 +16,7 @@ description 'calculate the date with an offset';
|
||||||
name 'DateMath';
|
name 'DateMath';
|
||||||
code_url 'https://github.com/duckduckgo/zeroclickinfo-goodies/blob/master/lib/DDG/Goodie/DateMath.pm';
|
code_url 'https://github.com/duckduckgo/zeroclickinfo-goodies/blob/master/lib/DDG/Goodie/DateMath.pm';
|
||||||
category 'time_sensitive';
|
category 'time_sensitive';
|
||||||
topics 'everyday_goodies';
|
topics 'everyday';
|
||||||
attribution github => ['http://github.com/cj01101', 'cj01101'];
|
attribution github => ['http://github.com/cj01101', 'cj01101'];
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -16,7 +16,7 @@ description 'calculate the number of days between two dates';
|
||||||
name 'DaysBetween';
|
name 'DaysBetween';
|
||||||
code_url 'https://github.com/duckduckgo/zeroclickinfo-goodies/blob/master/lib/DDG/Goodie/DaysBetween.pm';
|
code_url 'https://github.com/duckduckgo/zeroclickinfo-goodies/blob/master/lib/DDG/Goodie/DaysBetween.pm';
|
||||||
category 'calculations';
|
category 'calculations';
|
||||||
topics 'everyday_goodies';
|
topics 'everyday';
|
||||||
attribution github => ['http://github.com/JetFault', 'JetFault'];
|
attribution github => ['http://github.com/JetFault', 'JetFault'];
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -33,7 +33,7 @@ description 'take the average of a list of numbers';
|
||||||
name 'DuckDuckGo';
|
name 'DuckDuckGo';
|
||||||
code_url 'https://github.com/duckduckgo/zeroclickinfo-goodies/blob/master/lib/DDG/Goodie/DuckDuckGo.pm';
|
code_url 'https://github.com/duckduckgo/zeroclickinfo-goodies/blob/master/lib/DDG/Goodie/DuckDuckGo.pm';
|
||||||
category 'cheat_sheets';
|
category 'cheat_sheets';
|
||||||
topics 'everyday_goodies';
|
topics 'everyday';
|
||||||
attribution twitter => 'crazedpsyc',
|
attribution twitter => 'crazedpsyc',
|
||||||
cpan => 'CRZEDPSYC' ;
|
cpan => 'CRZEDPSYC' ;
|
||||||
|
|
||||||
|
|
|
@ -14,7 +14,7 @@ description "Lunar phase";
|
||||||
|
|
||||||
name "MoonPhases";
|
name "MoonPhases";
|
||||||
|
|
||||||
topics "special_interest", "everyday_goodies";
|
topics "special_interest", "everyday";
|
||||||
|
|
||||||
category "random";
|
category "random";
|
||||||
|
|
||||||
|
|
|
@ -9,7 +9,7 @@ description 'calculate a total including a percentage tip';
|
||||||
name 'Tips';
|
name 'Tips';
|
||||||
code_url 'https://github.com/duckduckgo/zeroclickinfo-goodies/blob/master/lib/DDG/Goodie/Tips.pm';
|
code_url 'https://github.com/duckduckgo/zeroclickinfo-goodies/blob/master/lib/DDG/Goodie/Tips.pm';
|
||||||
category 'calculations';
|
category 'calculations';
|
||||||
topics 'everyday_goodies';
|
topics 'everyday';
|
||||||
attribution github => [ 'http://github.com/mattlehning', 'mattlehning' ];
|
attribution github => [ 'http://github.com/mattlehning', 'mattlehning' ];
|
||||||
|
|
||||||
handle query_lc => sub {
|
handle query_lc => sub {
|
||||||
|
|
|
@ -11,7 +11,7 @@ description 'gives a description for a given UN number';
|
||||||
name 'UN Number';
|
name 'UN Number';
|
||||||
code_url 'https://github.com/duckduckgo/zeroclickinfo-goodies/blob/master/lib/DDG/Goodie/UN.pm';
|
code_url 'https://github.com/duckduckgo/zeroclickinfo-goodies/blob/master/lib/DDG/Goodie/UN.pm';
|
||||||
category 'facts';
|
category 'facts';
|
||||||
topics 'everyday_goodies';
|
topics 'everyday';
|
||||||
|
|
||||||
use constant WPHREF => "http://en.wikipedia.org/wiki/List_of_UN_numbers_%04d_to_%04d";
|
use constant WPHREF => "http://en.wikipedia.org/wiki/List_of_UN_numbers_%04d_to_%04d";
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue