﻿<?xml version="1.0" encoding="UTF-8"?>

<OpenSearchDescription	xmlns="http://a9.com/-/spec/opensearch/1.1/" 
						xmlns:moz="http://www.mozilla.org/2006/browser/search/">
	<ShortName>Edward Goldsmith</ShortName>
	<Description>Search engine for Edward Goldsmith</Description>
	<LongName>Edward Goldsmith - Environmentalist, Author, Philosopher</LongName>
	<Contact>www.edwardgoldsmith.org</Contact>
	<Developer>2tix</Developer>
	<Attribution>Copyright © 1969-Present The Estate of Edward Goldsmith</Attribution>
	<Tags>Edward Goldsmith</Tags>
	<Language>en-UK</Language>
	<OutputEncoding>UTF-8</OutputEncoding>
	<InputEncoding>UTF-8</InputEncoding>
	<!-- For all opensearch compatible browsers -->
	<Url	type="text/html" 
			template="http://www.edwardgoldsmith.org/?s={searchTerms}"
			method="get"/>
	<!-- Search suggestions -->
	<Url	type="application/x-suggestions+json" 
			template="http://www.edwardgoldsmith.org/opensearchsuggest.php?s={searchTerms}"
			method="get"/>
	<!-- Feeds -->
	<Url	type="application/rss+xml" 
			template="http://www.edwardgoldsmith.org/?feed=rss2&amp;amp;s={searchTerms}"/>
	<Url	type="application/atom+xml" 
			template="http://www.edwardgoldsmith.org/?feed=atom&amp;amp;s={searchTerms}"/>
	<!-- Automatic updates -->			
	<Url	type="application/opensearchdescription+xml" 
			rel="self" 
			template="http://www.edwardgoldsmith.org/opensearchdescription.xml" />
	<Image height="16" width="16" type="image/x-icon">http://www.edwardgoldsmith.org/favicon.ico</Image>
	<Image height="64" width="64" type="image/png">http://www.edwardgoldsmith.org/favicon.png</Image>
	<Query role="example" searchTerms="test" />
	<AdultContent>false</AdultContent>
	<SyndicationRight>open</SyndicationRight>
</OpenSearchDescription>
