hakyll-contrib-hyphenation: automatic hyphenation for Hakyll

[ library, mit, web ] [ Propose Tags ]

This library provides Hakyll compiler to automatically hyphenate each word in HTML output with Unicode SOFT-HYPHEN characters. It understands HTML markup and doesn't try, for example, to hyphenate tag names and attributes. It uses hyphenation package to do actual work of splitting words.


[Skip to Readme]

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
Dependencies base (>=4 && <5), hakyll (>=4 && <5), hyphenation (>=0.4 && <0.5), split (>=0.2 && <0.3), tagsoup (>=0.12) [details]
License MIT
Author Pavel Kretov <firegurafiku@gmail.com>
Maintainer Pavel Kretov <firegurafiku@gmail.com>
Category Web
Home page https://bitbucket.org/rvlm/hakyll-contrib-hyphenation
Bug tracker https://bitbucket.org/rvlm/hakyll-contrib-hyphenation/issues
Uploaded by firegurafiku at 2014-12-03T19:32:04Z
Distributions NixOS:0.1.0.3
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 2769 total (21 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for hakyll-contrib-hyphenation-0.1.0.3

[back to package description]

Automatic hyphenation for Hakyll

This library provides Hakyll compiler to automatically hyphenate each word in HTML output with Unicode SOFT-HYPHEN characters. It understands HTML markup and doesn't try, for example, to hyphenate tag names and attributes. It uses hyphenation package to do actual work of splitting words.