docidx: Generate an HTML index of installed Haskell packages and their documentation.
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
- docidx-1.0.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
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.8), 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 2011-07-18T11:17:09Z |
Distributions | |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Executables | docidx |
Downloads | 2823 total (14 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs not available [build log] All reported builds failed as of 2016-12-27 [all 7 reports] |