Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-10-30 | report: Romanize Arabic letter names. | Lars-Dominik Braun | 1 | -54/+50 | |
Although I’m not a fan of romanization/transcription I feel it improves accessibility of the English version when combined with Arabic script in brackets. | |||||
2021-10-27 | report: Optimize page load | Lars-Dominik Braun | 1 | -9/+21 | |
Switch to KaTeX, which is smaller than MathJax, and defer loading Bokeh’s big scripts. | |||||
2021-10-27 | report: Add triad analysis | Lars-Dominik Braun | 1 | -4/+63 | |
Create and add a new plot that should indicate how difficult typing common triads is. | |||||
2021-10-27 | report: style: Increase line height | Lars-Dominik Braun | 1 | -0/+6 | |
2021-10-27 | report: Remove example sentences. | Lars-Dominik Braun | 2 | -22/+0 | |
I feel they don’t really convey which parts of a layout are difficult to use and the sentences used were quite arbitrary. They should be replaced by something better. | |||||
2021-10-27 | layouts: Add ar-qtaish | Lars-Dominik Braun | 1 | -0/+53 | |
2021-10-27 | layouts: Add ergoarabic | Lars-Dominik Braun | 1 | -1/+30 | |
See https://github.com/darkstego/ergoarabic | |||||
2020-11-25 | report: Add klavaro data location for Windows | Lars-Dominik Braun | 1 | -2/+3 | |
2020-11-14 | render: Add Klavaro keyboard file | Lars-Dominik Braun | 1 | -0/+4 | |
Fixes #8, although Klavaro’s support for diacritics seems to be lacking right now. | |||||
2020-11-01 | Explain design decisions | Lars-Dominik Braun | 2 | -6/+79 | |
Fixes #10. | |||||
2020-10-17 | report: Move remarks into <details> element | Lars-Dominik Braun | 2 | -5/+21 | |
Hide them by default | |||||
2020-09-06 | report: Add b/w PDF for printouts | Lars-Dominik Braun | 1 | -0/+2 | |
Might come handy if you need a physical reference card. | |||||
2020-09-06 | report: Upgrade purecss and mathjax | Lars-Dominik Braun | 1 | -3/+3 | |
2020-08-22 | report: Fix swapped layers in layout properties | Lars-Dominik Braun | 1 | -2/+2 | |
2020-05-16 | report: Add simple sentence effort visualization | Lars-Dominik Braun | 2 | -0/+22 | |
Trying to give the reader a sense for how difficult carpalx thinks certain parts of a sentence are. Conclusions are only valid for a single layout and comparison between them is not possible. | |||||
2020-05-10 | report: Add translated source table, asymmetry definition | Lars-Dominik Braun | 2 | -59/+124 | |
Also fix the layout break point. | |||||
2020-04-25 | ar-lulua: Optimize layer two and three | Lars-Dominik Braun | 1 | -1/+7 | |
Take another stab at the symbol layers and call it v0.3. | |||||
2020-03-28 | report: Explain origin of Lam-Alif ligature | Lars-Dominik Braun | 1 | -1/+3 | |
2020-03-28 | Add analysis for ar-idlebi and ar-alramly | Lars-Dominik Braun | 1 | -4/+100 | |
2020-03-08 | report: Expand analysis | Lars-Dominik Braun | 2 | -91/+198 | |
Expand explanation of proposed layout and criticism of other layouts. | |||||
2020-03-07 | report: Add OS X layout | Lars-Dominik Braun | 1 | -0/+26 | |
2020-02-29 | Upgrade IBM Plex to 4.0.2 | Lars-Dominik Braun | 1 | -5/+5 | |
Arabic font was renamed. | |||||
2020-02-22 | doc: Switch to jinja2-based rendering | Lars-Dominik Braun | 3 | -0/+693 | |
Pre-rendering HTML was not the best idea. Instead pre-process the data, cache it into data files and do the HTML rendering only as the final step. Also adds asymmetry to analysis and uses tabular numbers and spaces instead of ugly table hacks to align numbers. |