sonny
October 2nd, 2006, 10:39 PM
I didn't know where to put this question, but as the cafe is the one that gets the most reads I decided to put it here.
I have one question, I'm a spanish native speaker and the dictionary that comes with Ubuntu doesn't have spanish-to-spanish dictionary it only has spanish-to-english dictionary, so I've tried to find an online spanish dictionary, and I've found it, http://www.rae.es/ the Real Academia Espaņola (Spanish Royal Academy) has a firefox plugin (a java script) that goes into the bookmark toolbar next to getting started, when you select a word in a web-page and you click the "bookmark" it takes you to the definition in their website, my question is, How can I use that script within ubuntu, not only in firefox, and have it display the results in a window without opening firefox. The script looks like this:
javascript:Qr=document.getSelection();if(!Qr){void (Qr=prompt('Diccionario%20de%20la%20Real%20Academi a%20Espa%C3%83%C2%B1ola.%20Vig%C3%83%C2%A9sima%20s egunda%20edici%C3%83%C2%B3n.%20Teclee%20la%20palab ra%20que%20desea%20consultar:',''))}if(Qr)location .href='http://buscon.rae.es/draeI/SrvltGUIBusUsual?TIPO_HTML=2&TIPO_BUS=3&LEMA='+escape(Qr)+' '
Just one more thing, I'm no programmer, I'm a economist. Don't tell me to program this or that, it has to be simple, or you'll have to be willing to teach me.
I have one question, I'm a spanish native speaker and the dictionary that comes with Ubuntu doesn't have spanish-to-spanish dictionary it only has spanish-to-english dictionary, so I've tried to find an online spanish dictionary, and I've found it, http://www.rae.es/ the Real Academia Espaņola (Spanish Royal Academy) has a firefox plugin (a java script) that goes into the bookmark toolbar next to getting started, when you select a word in a web-page and you click the "bookmark" it takes you to the definition in their website, my question is, How can I use that script within ubuntu, not only in firefox, and have it display the results in a window without opening firefox. The script looks like this:
javascript:Qr=document.getSelection();if(!Qr){void (Qr=prompt('Diccionario%20de%20la%20Real%20Academi a%20Espa%C3%83%C2%B1ola.%20Vig%C3%83%C2%A9sima%20s egunda%20edici%C3%83%C2%B3n.%20Teclee%20la%20palab ra%20que%20desea%20consultar:',''))}if(Qr)location .href='http://buscon.rae.es/draeI/SrvltGUIBusUsual?TIPO_HTML=2&TIPO_BUS=3&LEMA='+escape(Qr)+' '
Just one more thing, I'm no programmer, I'm a economist. Don't tell me to program this or that, it has to be simple, or you'll have to be willing to teach me.