ndmitchell / hoogle

Haskell API search engine
http://hoogle.haskell.org/
Other
738 stars 134 forks source link

Improve OpenSearch support #123

Open ndmitchell opened 9 years ago

ndmitchell commented 9 years ago

From https://code.google.com/p/ndmitchell/issues/detail?id=407

Turns out there are three issues left:

  1. Link "search plugin" from a bar in the top right of the Hoogle page is now: http://localhost/http://localhost:8080/res/search.xml?domain=http%3A//localhost/ instead of: http://localhost:8080/res/search.xml?domain=http%3A//localhost/
  2. Local hoogle fails to server favicon; probably because it is hidden in localhost:8080/res/favicon.ico, not localhost:8080/favicon.ico.
  3. One cannot automatically add both haskell.org Hoogle, and Hoogle(localhost), since they have the same name.