~alcinnz/rhapsode

ref: 2d6a43f4853f32149d5e751dc7af7cbc6c2e7122 rhapsode/src/Main.hs -rw-r--r-- 7.6 KiB
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.
a50ff310 — Adrian Cochrane 4 years ago
Integrate var(), @import, @document, @media, & @supports support.
ec9a251c — Adrian Cochrane 5 years ago
Load userstyles.
362b4f07 — Adrian Cochrane 5 years ago
Render CSS counters into the webpage!
2adc7fb2 — Adrian Cochrane 5 years ago
Parse content & counter properties, cleanup property handling.
5b9b03db — Adrian Cochrane 5 years ago
Integrate CSS Speech Box Model, improve user agent stylesheet.
654b3f04 — Adrian Cochrane 5 years ago
Draft code for laying out CSS Speech Box Model.
b5f53aef — Adrian Cochrane 5 years ago
Allow adjusting keyword values.
eddbb26a — Adrian Cochrane 5 years ago
Output SSML that TTS software like eSpeak can read.
f1a311bd — Adrian Cochrane 5 years ago
Implement mappings to SSML <prosody> attributes.
2c6a5f58 — Adrian Cochrane 5 years ago
Turn off CSS inheritance for cleaner output.
53b9d822 — Adrian Cochrane 5 years ago
Upgrade to nonbroken Stylish Haskell.
10988819 — Adrian Cochrane 5 years ago
Incorporate Stylish HTML Conduit.

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

How did this regress?
ec796896 — Adrian Cochrane 5 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 5 years ago
Parse HTML, draft code to apply it.
Next