Commit Graph

30 Commits (433a989c7461830f20c73db9b0fe36186731b692)

Author SHA1 Message Date
Zach Thompson a32452fed6 Merge branch 'master' into zt/rm-meta
Conflicts:
	lib/DDG/Goodie/Anagram.pm
	lib/DDG/Goodie/Average.pm
	lib/DDG/Goodie/Chess960.pm
	lib/DDG/Goodie/ColorCodes.pm
	lib/DDG/Goodie/Constants.pm
	lib/DDG/Goodie/Factorial.pm
	lib/DDG/Goodie/LaserShip.pm
	lib/DDG/Goodie/Passphrase.pm
	lib/DDG/Goodie/ResistorColors.pm
	lib/DDG/Goodie/RubiksCubePatterns.pm
	lib/DDG/Goodie/Shortcut.pm
	lib/DDG/Goodie/Sort.pm
	lib/DDG/Goodie/TwelveOclock.pm
	lib/DDG/Goodie/Unicode.pm
	lib/DDG/Goodie/Zodiac.pm
2015-12-30 13:54:57 -07:00
tagawa c3f77a117d Unicode: Added 'emoji' trigger word 2015-12-22 15:26:43 +00:00
tagawa bbb545c4ff Unicode: Added UTF triggers 2015-12-11 09:13:42 +00:00
marianosimone fe8b5d71b2 only return Unicode match result when there is a match
fixes #1430
2015-12-08 18:07:23 +00:00
Zach Thompson 07b9def34a Goodbye metadata...mostly 2015-11-11 11:14:02 -07:00
U P Satish 845ab13f0e Added pod documentation for unicode goodie 2015-05-29 13:13:41 +00:00
U P Satish fa66f0e745 Revert "Added pod documentation for unicode goodie"
This reverts commit 1e6998abb1.
2015-05-29 12:50:21 +00:00
U P Satish 1e6998abb1 Added pod documentation for unicode goodie 2015-05-23 07:16:23 +00:00
Rob Emery 56c5ea4a5e Goodies: Enabling `use strict` on all goodies 2015-02-22 20:09:29 +00:00
jagtalon 981538c7c1 Attribution updates!
The string in index 1 should be the name of the developer. This allows us to group them together, i.e., we need a way to group the attribution by people.
2015-01-07 18:24:47 +00:00
Matt Miller 5481cf4ebc Fix minor code layout issues.
Reducing scroll spam from dzil by:

- Providing ABSTRACTs for all packages.
- Leaving VERSION vertical space where necessary.

Addresses #600 plus other annoyances in the process.
2014-08-20 14:45:33 -04:00
U P Satish f425e32f9f Add support for hex values in query #138 2014-06-16 10:59:24 -04:00
Dylan Lloyd ec280b5ebe Merge branch 'pr/174' 2013-05-13 09:07:07 -04:00
Konrad Scorciapino 702a9b6f5e My first plugin that helps finding out unicode symbols is ready to go! 2013-05-02 19:54:54 -03:00
Michael Smith 5d444e77a0 Fix displaying control characters of any sort in Unicode and HTMLEntities 2013-04-30 14:31:43 -06:00
Dylan Lloyd b7e6dd5f3e expand unicode trigger for \uXXXX syntax 2012-01-26 00:22:15 -05:00
Dylan Lloyd dbf47b7ef6 various typo/category fixes 2012-11-06 17:48:08 -05:00
Michael Smith 2751322ff8 Five more goodies with metadata... 2012-11-06 14:56:31 -07:00
Michael Smith 83a44c61e4 Add metadata to some more goodies 2012-11-06 14:22:53 -07:00
Torsten Raudssus 9d72a38dcd Cleanup, adding multiword trigger, checking for html encoded requirements (non there hehe) 2012-05-24 04:05:08 +02:00
Dylan Lloyd bf6bea7607 fixed typos in unicode goodie 2012-05-18 16:05:21 -04:00
Cosimo Streppone ccaf602190 Added unicode char lookup ("unicode æ") 2012-05-05 10:02:10 +02:00
yegg eb6ad375b1 fix unitilized bug 2012-05-02 12:31:28 -04:00
Cosimo Streppone 6f28e7a0f4 Added lookup by name to existing Unicode goodie
Now handles both raw "U+xxxx" queries (query_raw trigger),
and "unicode <...>" (start trigger). Any of these are valid:
* `U+590c`
* `unicode U+590C`
* `unicode white smiling face`
2012-05-01 23:51:31 +02:00
hunterlang cbcfc305de apparently i can't read after 10pm 2012-03-21 00:08:12 -04:00
hunterlang d760e75995 CamelCase to answer_type and update tests with regexp 2012-03-20 23:44:51 -04:00
Moritz Lenz f8d4ea08c9 [Unicode] make decomposition more robust 2012-03-11 09:40:10 +01:00
Moritz Lenz 5622b561cf [Unicode] include UTF-8 bytes in the output 2012-03-11 09:39:45 +01:00
Moritz Lenz 5273fd466e [Unicode] add decimal and HTML entity output 2012-03-10 21:20:09 +01:00
Moritz Lenz 465de3b3dd implement Unicode info
currently this is fetched from Wolfram Alpha, but generating it locally is nicer.
This also returns slightly different information, including case folding,
Unicode block, script and decomposition information
2012-03-10 09:54:44 +01:00