Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add stateless workstation post | EuAndreh | 2019-06-02 | 4 | -1/+21 |
| | |||||
* | Make hunspell call more clear | EuAndreh | 2019-06-01 | 1 | -2/+8 |
| | |||||
* | Fix check-spelling.sh linter offenses | EuAndreh | 2019-06-01 | 1 | -5/+6 |
| | |||||
* | Move test code out of default.nix | EuAndreh | 2019-06-01 | 1 | -0/+29 |
| | | | | | - use common utils.nix code for generic test derivation; - move spell checking code into standalone Bash file. | ||||
* | Check spelling with hunspell and fix current errors | EuAndreh | 2019-05-22 | 4 | -7/+44 |
| | | | | | | | | The =sort= command requires $LANG to be set in order to sort consistently acrros environments and OSes. hunspell needs it to properly interpret non-ascii characters from the provided custom dictionaries. | ||||
* | Setup hunspell spellchecking to run against HTML output | EuAndreh | 2019-05-22 | 1 | -0/+7 |