Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

Pesquisar no site de suporte

Evite golpes de suporte. Nunca pedimos que você ligue ou envie uma mensagem de texto para um número de telefone, ou compartilhe informações pessoais. Denuncie atividades suspeitas usando a opção “Denunciar abuso”.

Saiba mais

Esta discussão foi arquivada. Faça uma nova pergunta se precisa de ajuda.

RAE search plugin

  • 1 resposta
  • 2 têm este problema
  • 1 exibição
  • Última resposta de 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.

Todas as respostas (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>

Alterado por JuLePe em