ndmitchell / ndmitchell/hoogle
Improve OpenSearch support
Open
Nobody has claimed this yet.
- Dominant language
- Haskell
- Stars
- 803
- Forks
- 152
- PR merge metrics
- No merged PRs in 30d
Description
From https://code.google.com/p/ndmitchell/issues/detail?id=407
Turns out there are three issues left:
- 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/ - Local hoogle fails to server favicon; probably because it is hidden in localhost:8080/res/favicon.ico,
not localhost:8080/favicon.ico. - One cannot automatically add both haskell.org Hoogle, and Hoogle(localhost), since they have the same name.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the three reported local Hoogle problems: the top-right search-plugin URL, favicon serving, and duplicate names when adding Hoogle instances. Done means each behavior works correctly, but the issue does not mention files, tests, or entry points to guide implementation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- haskell
- Domain
- web-dev
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100