~alcinnz/rhapsode

489dd5c7 — Adrian Cochrane 4 years ago
Switch to C for I/O. FIXME currently segfaults.
832987a3 — Adrian Cochrane 4 years ago
Draft C Bindings, so C APIs can be used for I/O.
06d8ec36 — Adrian Cochrane 4 years ago
Prepare API to expose to C.

This'll be useful for accessing text-to-speech/vice-versa APIs.
e90a1a7e — Adrian Cochrane 4 years ago
Avoid reading out webforms, that's another to-be-implemented mode.
2e1b1a76 — Adrian Cochrane 4 years ago
Integrate dispatching to native apps.
9f81815f — Adrian Cochrane 4 years ago
CSS fixes, start implementing downloads.
2d6a43f4 — Adrian Cochrane 4 years ago
Fix CSS charset detection.

Previously I didn't handle cases where the charset was unspecified,
or where it wasn't valid text in the charsets I trialled.
e41dd031 — Adrian Cochrane 4 years ago
Extract URL resolver into 'hurl' hackage
36f30081 — Adrian Cochrane 4 years ago
Find links in the document (for interactions).
c900dfa4 — Adrian Cochrane 4 years ago
Add new URL & commandline arguments input interface.
1b39f12f — Adrian Cochrane 4 years ago
Simplify CSS parsing with new Haskell Stylist API.
be540b8d — Adrian Cochrane 4 years ago
Release Rhapsode 0.1.1.0!
a50ff310 — Adrian Cochrane 4 years ago
Integrate var(), @import, @document, @media, & @supports support.
bbf907ae — Adrian Cochrane 4 years ago
Fix crash upon pause/rest-before/after: none
b0b897ea — Adrian Cochrane 4 years ago
Add CSS speech properties reference.
3659b6d7 — Adrian Cochrane 4 years ago
Merge branch 'master' of git.nzoss.org.nz:alcinnz/rhapsode
122e0974 — Adrian Cochrane 4 years ago
Style <aside>.
e0502097 — Adrian Cochrane 4 years ago
Provide installation instructions.
97ae04ec — Adrian Cochrane 4 years ago
Upgrade Stylist dependency, fix default table styles.

I forgot that the content property replaces all children.
8adde0e9 — Adrian Cochrane 4 years ago
Don't use :not(), it's not supported by Stylish Haskell.
Next