{"id":464,"date":"2008-10-08T22:39:03","date_gmt":"2008-10-08T20:39:03","guid":{"rendered":"https:\/\/devpath.pro\/?p=464"},"modified":"2008-10-08T22:39:03","modified_gmt":"2008-10-08T20:39:03","slug":"ita-creare-plugin-motore-di-ricerca-per-firefox-e-internet-explorer","status":"publish","type":"post","link":"https:\/\/fabiocicerchia.it\/web\/ita-creare-plugin-motore-di-ricerca-per-firefox-e-internet-explorer","title":{"rendered":"[ITA] Creare plugin motore di ricerca per Firefox e Internet Explorer"},"content":{"rendered":"\n
Oggi vi mostrer\u00f2 come creare facilmente e in poco tempo un plugin motore di ricerca, per Firefox e Internet Explorer 7, utilizzando il formato OpenSearch.<\/p>\n\n\n\n
Iniziamo subito con il codice XML del plugin, e poi dopo passiamo alla teoria…<\/p>\n\n\n\n
<?xml version=\"1.0\" encoding=\"UTF-8\"?>
<OpenSearchDescription xmlns=\"http:\/\/a9.com\/-\/spec\/opensearch\/1.1\/\">
<ShortName>Motore di ricerca<\/ShortName>
<Description>Descrizione del motore di ricerca.<\/Description>
<Tags>esempi tag tags web<\/Tags>
<Contact>admin@miosito.it<\/Contact>
<Url type=\"text\/html\" template=\"http:\/\/www.miosito.it\/?q={searchTerms}\"\/>
<LongName>Il mio motore di ricerca<\/LongName>
<Image height=\"64\" width=\"64\" type=\"image\/png\">http:\/\/www.miosito.it\/search.png<\/Image>
<Image height=\"16\" width=\"16\" type=\"image\/vnd.microsoft.icon\">http:\/\/www.miosito.it\/websearch.ico<\/Image>
<Developer>Nome Cognome<\/Developer>
<Attribution>Copyright 2008, MioSito.it, Tutti i diritti riservati<\/Attribution>
<SyndicationRight>open<\/SyndicationRight>
<AdultContent>false<\/AdultContent>
<Language>it-IT<\/Language>
<OutputEncoding>UTF-8<\/OutputEncoding>
<InputEncoding>UTF-8<\/InputEncoding>
<\/OpenSearchDescription><\/pre>\n\n\n\nIntroduzione a OpenSearch<\/h3>\n\n\n\n