docidx: Generate an HTML index of installed Haskell packages and their documentation.

[ bsd3, documentation, program ] [ Propose Tags ]

docidx is a small tool which creates an HTML index of your installed Haskell packages, with links to each package's Haddock docs locally and on Hackage. While "cabal install" now creates and maintains an index by module, sometimes it's nice to have this other view (and the quick links to Hackage). docidx queries your global and user package databases (via ghc-pkg, via the Cabal package), to build an index of all installed packages - including version numbers where more than one version is present, package synopses, links to the local Haddock docs, and a link to the package on Hackage. Packages are grouped by first letter, and there's an A-Z index at the top of the page, which can be easily extended via a config file to include extra links you think are handy - e.g. to the per-module index, to local ghc documentation, to the Haskell report, etc. - whatever you want).

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 1.0.0, 1.0.1, 1.1.0
Dependencies base (>=4 && <5), Cabal (>=1.16), containers (>=0.3), directory (>=1.0), filepath (>=1.1), html (>=1.0), MissingH (>=1.1), mtl (>=2), old-locale, tagsoup (>=0.11), time (>=1.1) [details]
License BSD-3-Clause
Copyright Andy Gimblett <haskell@gimbo.org.uk>, Andy Price <andy@andrewprice.me.uk>
Author Andy Gimblett <haskell@gimbo.org.uk>, Andy Price <andy@andrewprice.me.uk>
Maintainer Andy Gimblett <haskell@gimbo.org.uk>
Category Documentation
Home page http://github.com/gimbo/docidx.hs
Bug tracker http://github.com/gimbo/docidx.hs/issues
Source repo head: git clone http://github.com/gimbo/docidx.hs
Uploaded by AndyGimblett at 2012-12-06T22:41:31Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Executables docidx
Downloads 2753 total (9 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
Last success reported on 2015-05-19 [all 8 reports]