diff --git a/_layouts/default.html b/_layouts/default.html index edf49db..cff61a1 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -15,13 +15,16 @@
+ {% include header.html %} {% include nav.html %}
{{ content }}

- {% include footer.html %} +
diff --git a/ideas/index.md b/ideas/index.md new file mode 100644 index 0000000..25dedde --- /dev/null +++ b/ideas/index.md @@ -0,0 +1,25 @@ +--- +layout: default +title: "Ideas" +--- +# Ideas + +## 1. Accessible BIOS + +Some server motherboards include serial UART/I2C ports which can be used to manage a BIOS via serial. +If this is possible, would it be able to attach to a braille display via an intermediary like a Rockchip/Pi SBC or Arduino compatible chip using [BRLTTY](https://brltty.app) and serial input from the motherboard? +Maybe not as it [appears to require](https://tldp.org/HOWTO/Remote-Serial-Console-HOWTO/rhl-biosserial.html) a full Unicode terminal, which I have the suspicion that BRLTTY will not be able to automatically filter out the formatting characters. + +Just an idea. + + +## 2. Terminal-oriented browser + +Use selenium to allow a cross-engine compatible terminal-browser with JS support. Yes, sure, it has all the bloat of the modern web as it uses the full code of Chrome/Firefox/Webkit---but at least it can be used in the terminal. +Guaranteed to be accessible. + +I'm thinking of similar key commands to Orca/NVDA but output is send to the terminal. Unsure of how to handle aria-live regions, but perhaps a queue could be used to print text. Unsure how to calculate delay as the user may be using a screen reader at different speeds and/or a braille display. + +Change backend on-the-fly with a page reload. So if a website doesn't work with Webkit, load it in Firefox with a key command. + +Just an idea. diff --git a/test.md b/test.md deleted file mode 100644 index 3afeee3..0000000 --- a/test.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -layout: default -title: "Alert Test" ---- -

Paragraph #1

- -

Paragraph #2

diff --git a/test2.md b/test2.md deleted file mode 100644 index 51ee53e..0000000 --- a/test2.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "Test Alert blank" -layout: default ---- -

Paragraph #1

- -