Description
directory listing webpage parser.
Description
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.
README.md
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.