various typo/category fixes
parent
916e96793c
commit
dbf47b7ef6
|
@ -12,7 +12,7 @@ name 'Frequency';
|
|||
code_url 'https://github.com/duckduckgo/zeroclickinfo-goodies/blob/master/lib/DDG/Goodie/Frequency.pm';
|
||||
category 'calculations';
|
||||
topics 'geek';
|
||||
attribution github => [ 'http://github.com/unlisted', 'Morgan'],
|
||||
attribution github => [ 'http://github.com/unlisted', 'Morgan' ];
|
||||
|
||||
handle remainder => sub {
|
||||
if ($_ =~ /^of ([a-z]|(?:all ?|)(?:letters|characters|chars|)) in (.+)/i)
|
||||
|
|
|
@ -3,7 +3,7 @@ package DDG::Goodie::SigFigs;
|
|||
use DDG::Goodie;
|
||||
|
||||
primary_example_queries 'sigfigs 01.1234000';
|
||||
secondary_example_queries 'significant figures 000123000'
|
||||
secondary_example_queries 'significant figures 000123000';
|
||||
description 'return the count of significant figures in a number';
|
||||
name 'Significant Figures';
|
||||
code_url 'https://github.com/duckduckgo/zeroclickinfo-goodies/blob/master/lib/DDG/Goodie/SigFigs.pm';
|
||||
|
|
|
@ -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';
|
||||
topics 'everyday_goodies';
|
||||
|
||||
use constant WPHREF => "http://en.wikipedia.org/wiki/List_of_UN_numbers_%04d_to_%04d";
|
||||
|
||||
|
|
|
@ -9,9 +9,9 @@ attribution github => ['https://github.com/cosimo', 'cosimo'];
|
|||
primary_example_queries 'U+590c';
|
||||
secondary_example_queries 'unicode white smiling face';
|
||||
description 'get information about a unicode character';
|
||||
code_url 'https://github.com/duckduckgo/zeroclickinfo-goodies/blob/master/lib/DDG/Goodie/Unicode.pm'
|
||||
code_url 'https://github.com/duckduckgo/zeroclickinfo-goodies/blob/master/lib/DDG/Goodie/Unicode.pm';
|
||||
name 'Unicode';
|
||||
category 'computing';
|
||||
category 'computing_info';
|
||||
topics 'programming';
|
||||
|
||||
|
||||
|
|
|
@ -3,6 +3,7 @@ package DDG::Goodie::Unidecode;
|
|||
|
||||
use DDG::Goodie;
|
||||
use Text::Unidecode;
|
||||
use utf8;
|
||||
|
||||
triggers startend => "unidecode";
|
||||
|
||||
|
@ -10,11 +11,11 @@ zci is_cached => 1;
|
|||
zci answer_type => "convert_to_ascii";
|
||||
|
||||
attribution github => ['https://github.com/moritz', 'moritz'];
|
||||
primary_example_queries => 'unidecode møæp';
|
||||
secondary_example_queries => "unidecode å亰";
|
||||
primary_example_queries 'unidecode møæp';
|
||||
secondary_example_queries "unidecode å亰";
|
||||
description 'decode special non-latin characters';
|
||||
code_url 'https://github.com/duckduckgo/zeroclickinfo-goodies/blob/master/lib/DDG/Goodie/Unidecode.pm';
|
||||
category 'computing';
|
||||
category 'computing_tools';
|
||||
topics 'programming';
|
||||
|
||||
handle remainder => sub {
|
||||
|
|
|
@ -12,7 +12,7 @@ attribution github => ['http://github.com/nospampleasemam', 'nospampleasemam'],
|
|||
primary_example_queries 'zapp brannigan quote';
|
||||
name 'Zapp Brannigan';
|
||||
description 'retrieve a quote from the famous Zapp Brannigan';
|
||||
code_url 'https://github.com/duckduckgo/zeroclickinfo-goodies/blob/master/lib/DDG/Goodie/ZappBrannigan.pm'
|
||||
code_url 'https://github.com/duckduckgo/zeroclickinfo-goodies/blob/master/lib/DDG/Goodie/ZappBrannigan.pm';
|
||||
category 'entertainment';
|
||||
topics 'entertainment';
|
||||
|
||||
|
|
Loading…
Reference in New Issue