~alcinnz/haskell-stylist

ref: f631afbfa52890771560b5511e5fca8892d29a4b haskell-stylist/xml-conduit-stylist/xml-conduit-stylist.cabal -rw-r--r-- 2.3 KiB
f631afbf — Adrian Cochrane 5 years ago
Normalize the license.

I decided I care more about this code getting used than whether it's aiding proprietary software.
The latter doesn't appear to be much of a threat given all other browser engines are open source.
ceebe613 — Adrian Cochrane 5 years ago
Rename to Haskell Stylist, old name was taken.
d073900e — Adrian Cochrane 5 years ago
Add additional hooks for callers:

* Resolve relative URLs.
* Set priority on any stylesheet implementation.
* Substitute content during XML Conduit traversal in place of computed styles.
c134671e — Adrian Cochrane 5 years ago
Update Stylish HTML Conduit to use fixed psuedoelement handling.
ce996690 — Adrian Cochrane 5 years ago
Add support for ::before/::after psuedoclasses to HTML Conduit bindings.
7061161d — Adrian Cochrane 5 years ago
Parse HTML 'style' attributes.
6b742e7e — Adrian Cochrane 5 years ago
Have Stylish HTML Conduit depend on a non-buggy version of Stylish Haskell.
3630f677 — Adrian Cochrane 5 years ago
Draft html-conduit to Stylish Haskell bindings.
03ba02a4 — Adrian Cochrane 5 years ago
Initialize stylish-html-conduit sidemodule.