ndmitchell / ndmitchell/hoogle

Improve OpenSearch support

Open
#123 0 comments 0 reactions 0 assignees View on GitHub

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:

  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.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.