s/everyday_goodies/everyday/

master
Dylan Lloyd 2012-11-07 00:59:54 -05:00
parent dc48931e13
commit 049b54fe19
6 changed files with 6 additions and 6 deletions

View File

@ -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'];

View File

@ -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'];

View File

@ -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' ;

View File

@ -14,7 +14,7 @@ description "Lunar phase";
name "MoonPhases";
topics "special_interest", "everyday_goodies";
topics "special_interest", "everyday";
category "random";

View File

@ -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 {

View File

@ -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";