~alcinnz/rhapsode

ref: f1a311bde5149ce6abff67f809b4215a04ca5470 rhapsode/src/Main.hs -rw-r--r-- 5.1 KiB
f1a311bd — Adrian Cochrane 4 years ago
Implement mappings to SSML <prosody> attributes.
2c6a5f58 — Adrian Cochrane 4 years ago
Turn off CSS inheritance for cleaner output.
53b9d822 — Adrian Cochrane 4 years ago
Upgrade to nonbroken Stylish Haskell.
10988819 — Adrian Cochrane 4 years ago
Incorporate Stylish HTML Conduit.

Improves clarity of Rhapsody's code and possibly helps someone else create their own browser.
36872a78 — Adrian Cochrane 4 years ago
Correctly match tagnames (syntax error).

How did this regress?
ec796896 — Adrian Cochrane 4 years ago
Integrate stylizer, fix/silence errors.

Stylish Haskell's parser is freezing upon certain syntaxes,
the commented out code indicates that Rhapsode's logic is fine.
a59899dd — Adrian Cochrane 4 years ago
Parse HTML, draft code to apply it.
55478a6a — Adrian Cochrane 4 years ago
Fix merge conflict on imports.
f592768d — Adrian Cochrane 4 years ago
Fixes for CSS engine.

* Package default stylesheet in executable.
* Test for media attribute.
* Decode CSS responses correctly.
afbc3c05 — Adrian Cochrane 4 years ago
Fix for parsing HTTP responses, test for speech media.
aea2a653 — Adrian Cochrane 4 years ago
Locate all relevent CSS.
95cb9bfb — Adrian Cochrane 4 years ago
Locate all relevent CSS.
18bd686d — Adrian Cochrane 4 years ago
Fetch webpages from the Internet.
7523fb56 — Adrian Cochrane 4 years ago
Initialize codebase.