diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2013-11-19 16:39:13 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2013-11-19 17:41:31 +0100 |
commit | 4ff1ef46d5a03e1fe19619ce41070c70a517d41d (patch) | |
tree | 5bd3532aad1d958e6737b620b73ff4f53ceafc7b /src/data/dictfr.xml | |
parent | Adopt a new loading icon. It seems fixing some problems :) (diff) | |
download | rekonq-4ff1ef46d5a03e1fe19619ce41070c70a517d41d.tar.xz |
improvement on urlbar suggestions
STEP 1: clean up!
- remember deleting ASAP the UrlSuggester
- remove preview label icon to let loading being faster
- remove unused opensearch inventories
- let ESC key on suggestions behave like major browser
(restoring original string)
Diffstat (limited to 'src/data/dictfr.xml')
-rw-r--r-- | src/data/dictfr.xml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/data/dictfr.xml b/src/data/dictfr.xml deleted file mode 100644 index 64e90ea3..00000000 --- a/src/data/dictfr.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/"> - <ShortName>Portail Lexical - CNRTL</ShortName> - <Description>Cherche dans le TLF sur le portail lexical du CNRTL</Description> - <Url method="get" template="http://www.cnrtl.fr/definition/{searchTerms}"/> - <Url method="get" type="application/x-suggestions+json" template="http://www.cnrtl.fr/utilities/OPEN?query={searchTerms}"/> - <Image>http://www.cnrtl.fr/favicon.ico</Image> -</OpenSearchDescription> |