amend MD5 and Sha goodie metadata, add attribution

master
Jarmo Kivekas 2014-10-28 22:05:20 +02:00
parent e3949e4240
commit 5f51d5b82c
2 changed files with 7 additions and 3 deletions

View File

@ -16,7 +16,11 @@ secondary_example_queries 'duckduckgo md5',
name 'MD5';
description 'Calculate the MD5 digest of a string.';
code_url 'https://github.com/duckduckgo/zeroclickinfo-goodies/blob/master/lib/DDG/Goodie/MD5.pm';
category 'transformations';
category 'calculations';
topics 'cryptography';
attribution web => [ 'http://www.guttula.com'],
github => [ 'jarmokivekas', 'Jarmo Kivekäs'];
triggers startend => 'md5', 'md5sum';

View File

@ -8,12 +8,12 @@ zci is_cached => 1;
zci answer_type => "sha";
primary_example_queries 'SHA this';
secondary_example_queries 'sha-512 that', 'sha512sum dim-dims';
secondary_example_queries 'sha-512 that', 'sha512sum dim-dims', 'sha hash of "this and that"';
description 'SHA hash cryptography';
name 'SHA';
code_url 'https://github.com/duckduckgo/zeroclickinfo-goodies/blob/master/lib/DDG/Goodie/Sha.pm';
category 'calculations';
topics 'math';
topics 'cryptography';
attribution web => [ 'https://www.duckduckgo.com', 'DuckDuckGo' ],
github => [ 'https://github.com/duckduckgo', 'duckduckgo'],
twitter => ['http://twitter.com/duckduckgo', 'duckduckgo'];