directory-listing-webpage-parser: directory listing webpage parser

[ bsd3, library, text ] [ Propose Tags ]

A parser that parses directory listings (webpage that autogenerated by web server).

example webpage that this package can parse:

nginx: https://www.kernel.org/pub/linux/devel/gcc/

apache: https://nixos.org/channels/nixos-15.09/

However, some hard coding is used in this package, so it may failed to parse depend on directory listings' html structure.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.1.0
Dependencies base (>=4.5 && <5), bytestring (>=0.10), network-uri, tagsoup (>=0.13), text, time (>=1.5) [details]
License BSD-3-Clause
Author mingchuan
Maintainer ming@culpring.com
Category Text
Source repo head: git clone https://github.com/sifmelcara/directory-listing-webpage-parser
Uploaded by sifmelcara at 2016-05-13T14:28:18Z
Distributions NixOS:0.1.1.0
Downloads 1591 total (13 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2016-11-11 [all 1 reports]

Readme for directory-listing-webpage-parser-0.1.1.0

[back to package description]

directory-listing-webpage-parser

A simple function that parses the directory listings generated by nginx.

Please view documentation on http://hackage.haskell.org/package/directory-listing-webpage-parser.