Hilfe durchsuchen

Vorsicht vor Support-Betrug: Wir fordern Sie niemals auf, eine Telefonnummer anzurufen, eine SMS an eine Telefonnummer zu senden oder persönliche Daten preiszugeben. Bitte melden Sie verdächtige Aktivitäten über die Funktion „Missbrauch melden“.

Weitere Informationen

RAE search plugin

  • 1 Antwort
  • 2 haben dieses Problem
  • 1 Aufruf
  • Letzte Antwort von JuLePe

more options

The Spanish version of Firefox has "Diccionario RAE" search engine in the code. The problem is that the code is obsolete because www.rae.es has improved and updated his site to "23ª Edición", also it's difficult to identify with that icon.

I've tried deleting the installed one with Firefox (ok, deleted) and adding a drae.xml to searchplugins folder (C:\Program Files (x86)\Mozilla Firefox\browser\searchplugins) but it's not shown in search bar as other xml files I added. Later, I modified search.json and that worked but until the next update; so, everytime Firefox is updated I need to edit the file.

I would like to have the fixed, by me, "Diccionario RAE" but don't know why it doesn't work like other search engines I added (they are NOT in Firefox code).

P.S. I can post my drae.xml if needed.

The Spanish version of Firefox has "Diccionario RAE" search engine in the code. The problem is that the code is obsolete because www.rae.es has improved and updated his site to "23ª Edición", also it's difficult to identify with that icon. I've tried deleting the installed one with Firefox (ok, deleted) and adding a drae.xml to searchplugins folder (C:\Program Files (x86)\Mozilla Firefox\browser\searchplugins) but it's not shown in search bar as other xml files I added. Later, I modified search.json and that worked but until the next update; so, everytime Firefox is updated I need to edit the file. I would like to have the fixed, by me, "Diccionario RAE" but don't know why it doesn't work like other search engines I added (they are NOT in Firefox code). P.S. I can post my drae.xml if needed.

Alle Antworten (1)

more options

Thanks to Ralph Fox a new working code:

<SearchPlugin xmlns="http://www.mozilla.org/2006/browser/search/">

 <ShortName>Diccionario R.A.E.</ShortName> 
 <Description>Real Academia Española. Diccionario Usual.</Description> 
 <InputEncoding>UTF-8</InputEncoding> 
 <Image width="16" height="16">data:image/x-icon;base64,AAABAAEAEBAAAAEAIABoBAAAFgAAACgAAAAQAAAAIAAAAAEAIAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACTTk40gjQ0g5hiX0uOU00rAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKlUVAmWUVFVjUQ/pKF2dIOSTEmnhDAsyIs5NpKQV1NMAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACNQECHjkBAs5VST5GUXmFxmGFeaZ1lZY2SSUOuizk2wJNUXEUAAAAAAAAAAAAAAAAAAAAAAAAAAKmFhRWPUlCSjUdGwY5JTqOjgX1+mF5eYY07NoSbaWl5l1lWon8oKNCOREi6oHZ2KwAAAAAAAAAAAAAAAAAAAACWVlY4jUVFgJZSVpqUU1aunGlnoJZZVYaPREKSj1BMvqBwco+UT0+unGlrlp9zbV0AAAAAAAAAAAAAAAAAAAAAoWxsapVXVYOWVVVrk1VXlZZlapeRUFB+mGFhXJZeXq2eb295l1lXj4Q3OqKNQ0OfAAAAAAAAAAAAAAAAAAAAAJNTWIqSVVinjERBu5VYWIWhdHZwoGpqiY9DQKebamdnlGhsf5VKTIyRTU+OhEJCrQAAAAAAAAAAAAAAAAAAAACYXV05iDAsvZhgXamXYl2ZqIiFdqF6emqOSkusnG5tkaR3dXORTk6ziDY2xJZdW3AAAAAAAAAAAAAAAAAAAAAAf39/AptnaX6HMi/MkFNWn6V6eGqbY2NukE5RWKR/fYKQTlGmmmZpk45BQbyWUFAzAAAAAAAAAAAAAAAAAAAAAKmNjRKWWVRpj0ZDuZFTT5CUUlJ4klxcbp1lZ4qcaWtvkFJUbIk2NsWLODuaqHl5LAAAAAAAAAAAAAAAAAAAAAC/v78EmmRkVpNLS4eOT0+6gSgsyZJNS3ORVVV3iC4yxok3N8GSTlOZklxYhJZpaREAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACYYl05tra2FYpAO5uGNTW6kD5Dr4MwMMKJREFKlVRSY5FbWw4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJNTUzSQVE+RjkNAroUrK7aDJyevm25jFwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKeKiiOOTEyjj0NDuYozMMKTUFCojD9HuZZSUp6qf38MAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD///8CpX96NqSFf1qVWFqKlFZejaFpaWiodnY4f///AgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAmFRZOayUlB////8BAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/v8AAPwfAADxjwAA40cAAOAHAADpowAAwmMAAOMnAADzhwAA82cAAPGHAAD8PwAA/D8AAPgfAAD+fwAA//8AAA==</Image> 
 <Url type="text/html" method="GET" template="http://dle.rae.es/" resultDomain="rae.es"> 
   <Param name="w" value="{searchTerms}"/> 
 </Url> 
 <SearchForm>http://www.rae.es/</SearchForm> 

</SearchPlugin>

Geändert am von JuLePe