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