Alias Qli

Results 15 issues of Alias Qli

This pr is based on #622 as a gsoc project mentored by @gbaz. It just basically adds a user interface. Screenshot: ![6](https://user-images.githubusercontent.com/42169770/180268735-1fe66cfc-1995-4e39-bef3-43cd69d9d584.png)

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: ![4](https://user-images.githubusercontent.com/42169770/178150654-17ece2b9-2018-4f8b-917b-59c0ff6039de.png)

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: ![5](https://user-images.githubusercontent.com/42169770/178233678-b3b1ce29-aabd-4208-bfb7-201ed6d615ad.png) 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...