Alias Qli
Alias Qli
This pr is based on #622 as a gsoc project mentored by @gbaz. It just basically adds a user interface. Screenshot: 
This pr addresses #1036 as a gsoc project mentored by @gbaz.
This pull request implements issue #668 as an GSoC project, mentored by @gbaz. It adds an indicator for each package version with a working doc. It looks like this, where...
This pr addresses #704 as a gsoc project mentored by @gbaz. It adds searchbox metadata on the main page, which links to package search.
This pr resolves #1112 as a gsoc project mentored by @gbaz.
This pr resolves #592 as a gsoc project mentored by @gbaz. It devides the sitemap into 50000-url parts. Moreover, It add all the html files in the doc tarball to...
This pull request implements issue #637 as a gsoc project mentored by @gbaz. It displays hackage maintainers in Maintainer's Corner, on both package and candidate pages. Looks like this: 
This pr implements #961 as a gsoc project mentored by @gbaz.
This pr implements #1090 as a gsoc project mentored by @gbaz. Looks like this:  Note: - This pr depends on the haskell package `gd`, which in turn requires some...
In `Distribution.Server.Features`, the definition of `browseFeature` is enclosed in a `#ifndef MINIMAL`/`#endif` block: https://github.com/haskell/hackage-server/blob/c9952843dcdb02df7ef965c0368923f37af2f326/src/Distribution/Server/Features.hs#L346-L353 But below its usage isn't. https://github.com/haskell/hackage-server/blob/c9952843dcdb02df7ef965c0368923f37af2f326/src/Distribution/Server/Features.hs#L406-L408 I've not really tested it myself, but I think if...