~alcinnz/rhapsode

ref: 36872a78ccd8fb2d5646a475e5da8e9a84f2b3c8 rhapsode/src/Main.hs -rw-r--r-- 4.9 KiB
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.