Author: mesyeti <mesyeti@mesyeti.uk>
add non-bloat software list
wiki/non-bloat-software-list.md | 11 +++++++++++ wiki/pages.md | 1 +
diff --git a/wiki/non-bloat-software-list.md b/wiki/non-bloat-software-list.md new file mode 100644 index 0000000000000000000000000000000000000000..6a1662df240c69fc7132bd10110313d182157e5c --- /dev/null +++ b/wiki/non-bloat-software-list.md @@ -0,0 +1,11 @@ +# Non-bloat software list +This page is a list of software that follows the non-bloat collective's philosophy, +but is not part of the collective. + +## Databases +- SQLite + +## Cryptography +- BearSSL + - As this is apparently beta quality software, it's encouraged for programs to be able + to use both OpenSSL and BearSSL diff --git a/wiki/pages.md b/wiki/pages.md index e0da1087fa40ec674d97f180f4edfdacfa295ba7..d4a9b1c9df4d302a433cc5b00d0fa51920cc15e3 100644 --- a/wiki/pages.md +++ b/wiki/pages.md @@ -5,6 +5,7 @@ ## Articles - [AI threatens the computer](/ai-threatens-the-computer.html) - [Good Software](/good-software.html) +- [Non-bloat software list](/non-bloat-software-list.html) ## Collective projects - [DUI - Modular GUI library](/dui.html)