Clean code. Updated google custom search to handle quota limit and no query submit. Updated encoding issues for input searches: like "void safe" and "void + safe".
42 lines
1.0 KiB
Plaintext
42 lines
1.0 KiB
Plaintext
note
|
|
description: "[
|
|
Represent a google page map
|
|
"pagemap": {
|
|
"cse_image": [
|
|
{
|
|
"src": "https://www.eiffel.org/portal/files/userpictures/picture-40.jpg"
|
|
}
|
|
],
|
|
"cse_thumbnail": [
|
|
{
|
|
"width": "81",
|
|
"height": "61",
|
|
"src": "https://encrypted-tbn2.gstatic.com/images?q=tbn:ANd9GcRnC-RKzps6BFItx_MLYBVskFI7U6u0y3VJBInomPYEF5sO6gkip94mLw"
|
|
}
|
|
]
|
|
}
|
|
]"
|
|
date: "$Date: 2015-10-09 08:11:07 -0300 (vi., 09 oct. 2015) $"
|
|
revision: "$Revision: 97973 $"
|
|
EIS: "name=PageMaps", "src=https://developers.google.com/custom-search/docs/structured_data#pagemaps", "protocol=url"
|
|
|
|
class
|
|
GCSE_PAGE_MAP
|
|
|
|
feature -- Access
|
|
|
|
|
|
|
|
|
|
note
|
|
copyright: "2011-2015 Javier Velilla, Jocelyn Fiat, Eiffel Software and others"
|
|
license: "Eiffel Forum License v2 (see http://www.eiffel.com/licensing/forum.txt)"
|
|
source: "[
|
|
Eiffel Software
|
|
5949 Hollister Ave., Goleta, CA 93117 USA
|
|
Telephone 805-685-1006, Fax 805-685-6869
|
|
Website http://www.eiffel.com
|
|
Customer support http://support.eiffel.com
|
|
]"
|
|
end
|