fromhtml: Simple library for transformation of HTML to other formats

[ library, mit, program, text ] [ Propose Tags ]

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.0.1, 0.1.0.2, 0.1.0.3, 0.1.0.4, 0.1.0.5, 1.0.0, 1.0.1, 1.0.2, 1.0.3, 1.0.4
Change log ChangeLog.md
Dependencies base (>=4.7 && <5), bytestring, fromhtml, pandoc (>=2.2), process, text [details]
License MIT
Copyright 2018 Marek Suchánek
Author Marek Suchánek
Maintainer marek.suchanek@fit.cvut.cz
Category Text
Home page https://github.com/MarekSuchanek/FromHTML#readme
Bug tracker https://github.com/MarekSuchanek/FromHTML/issues
Source repo head: git clone https://github.com/MarekSuchanek/FromHTML
Uploaded by MarekSuchanek at 2018-07-06T15:51:14Z
Distributions NixOS:1.0.4
Executables fromhtml
Downloads 4878 total (35 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2018-07-06 [all 1 reports]

Readme for fromhtml-0.1.0.1

[back to package description]

FromHTML

License Build Status Hackage Hackage-Deps

Simplified API for pure transformation of HTML to other formats with Pandoc in Haskell code.

Purpose

Pandoc is awesome but using its Haskell API can be a little bit bothersome. This project aims to provide simpler API to transform documents without using monads or even some more advanced magic.

License

This project is licensed under the MIT license - see the LICENSE file for more details.