summaryrefslogtreecommitdiff
path: root/docs/markdown/Design-rationale.md
AgeCommit message (Collapse)Author
2025-05-14docs: gender neutral pronouns for "the user"nasso
2025-01-06docs: fix cxx -> cppDylan Baker
2023-04-11Change "can not" to "cannot" throughout projectHiPhish
The word "cannot" expresses inability to do something whereas "can not" expresses the ability to refrain from doing something.
2022-12-05docs: change old SourceForge link to GitHubTony Finch
I accidentally followed a very old link and was briefly discombobulated. To save other people from this mistake, use the current location of the Meson repository, and tweak the surrounding text so it is more clear that it was written nearly 10 years ago. Signed-off-by: Tony Finch <dot@dotat.at>
2021-01-30Rewrap long text lines in docs. [skip ci]Jussi Pakkanen
2020-06-18docs: replaced `ninja` with appropriate `meson` commands [skip ci]TheQwertiest
2019-11-06Fix typos found by codespellWolfgang Stöggl
- Typos were found by codespell v1.16.0
2018-07-09docs: sources changed into sourcelist (#3855) [skip ci]gadic
2017-10-24docs: Fix date being interpreted as an ordered list itemLuis Menina
2017-10-23docs: Fix markdown in 'design rationale' pageLuis Menina
2017-08-21Rewrapped lines of a few more files.Jussi Pakkanen
2017-05-03doc: Use https links wherever possible.Elliott Sales de Andrade
2017-05-03doc: Fix several minor typos.Elliott Sales de Andrade
2017-05-03doc: Capitalize things more consistently.Elliott Sales de Andrade
Upper or lower case depending on the official spelling, or the more consistent usage.
2017-04-26docs: Import the website and wiki and build with hotdocThibault Saunier
This allows us to more easily have the documentation in sync with the source code as people will have to document new features etc right at the time where they implement it.