Skip to content

Instantly share code, notes, and snippets.

@apiraino
Created July 12, 2018 00:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save apiraino/8fd8bbbe797ec12fe8dd2bd3a3f2d8f8 to your computer and use it in GitHub Desktop.
Save apiraino/8fd8bbbe797ec12fe8dd2bd3a3f2d8f8 to your computer and use it in GitHub Desktop.
Langenscheidt OpenSearch description file
// Create these files on a webserver (also localhost is ok) and point your browser there
// Reference: https://developer.mozilla.org/en-US/docs/Web/OpenSearch
// lg.html
<html lang="en-US" dir="ltr" class="no-js">
<head prefix="og: http://ogp.me/ns#">
<meta charset="utf-8">
<link rel="search" type="application/opensearchdescription+xml" href="/lg_osd.xml" title="Langenscheidt Ita-Deu"/>
You should see a + icon on the custom search engine box.
</html>
// lg_osd.xml
<?xml version="1.0" encoding="UTF-8"?>
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/">
<ShortName>Langenscheidt Ita-Deu</ShortName>
<Description>Verwenden Sie Langenscheidt Italienisch-Deutsch Online Wörterbuch um einzelne Wörter oder Phrasen vom Italienischen ins Deutsche (oder umgekehrt) zu Ìbersetzen.</Description>
<Image height="16" width="16" type="image/x-icon">https://de.langenscheidt.com/favicon.ico</Image>
<Url type="text/html" template="https://de.langenscheidt.com/deutsch-italienisch/search?term={searchTerms}&q_cat=/deutsch-italienisch"/>
<Url type="application/opensearchdescription+xml" rel="self" template="lg_osd.xml"/>
<Contact>admin@storiepvtride.it</Contact>
<Tags>Langenscheidt dizionario wörterbuch online tradurre ÃŒbersetzen traduzione Übersetzung italiano deutsch italienisch</Tags>
<LongName>Langenscheidt Italienisch-Deutsch Online Wörterbuch</LongName>
<Query role="example" searchTerms="carta"/>
<Developer>Langenscheidt Digital GmbH &amp; Co. KG, München</Developer>
<Attribution>Copyright Langenscheidt Digital GmbH &amp; Co. KG, München</Attribution>
<SyndicationRight>private</SyndicationRight>
<AdultContent>false</AdultContent>
<InputEncoding>UTF-8</InputEncoding>
<OutputEncoding>UTF-8</OutputEncoding>
</OpenSearchDescription>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment