The docidx package
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).
Properties
| Versions | 1.0.0, 1.0.1, 1.1.0 |
|---|---|
| Dependencies | base (4.*), 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) |
| License | BSD3 |
| 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 repository | git clone http://github.com/gimbo/docidx.hs |
| Executables | docidx |
| Upload date | Thu Dec 6 22:41:31 UTC 2012 |
| Uploaded by | AndyGimblett |
Downloads
- docidx-1.1.0.tar.gz (Cabal source package)
- package description (included in the package)