# HG changeset patch # User František Kučera # Date 1569019314 -7200 # Node ID c28f759961c7faec0ee12853357df0ef0f586e61 # Parent f315b3d27a9d260210c7dbb0a46904e6c9ff5dc5 some cleanup and clarifications diff -r f315b3d27a9d -r c28f759961c7 ssm.en.xml --- a/ssm.en.xml Sat Sep 21 00:41:25 2019 +0200 +++ b/ssm.en.xml Sat Sep 21 00:41:54 2019 +0200 @@ -16,27 +16,24 @@ Sane Software Manifesto fd466b50-6abd-4294-b11f-a5b8f2f39c2a - In respect to user freedoms, privacy, liberty, quality, mental health and world peace we create software according to these guidelines. + In respect to user freedoms, privacy, liberty and software quality we create software according to the following guidelines. Free software ca4d0f6c-9996-49ac-8647-b7f15b049b03 a755410b-6264-4094-b339-aeca55448e8d - Every piece of Sane software is also Free software. + Every piece of Sane software is also Free software (as originally defined by Richard Stallman). + Which means that the user has freedom to + run the program for any purpose, + to study and change it (i.e. has access to the source code under a free software license) + and to distribute modified or unmodified copies. see https://www.gnu.org/philosophy/free-sw.html - - - c75a518f-c155-4544-a439-5694ba6f1c53 - The user has freedom to run the program for any purpose, to study and change it (i.e. has access to the source code under a free software license) and to distribute modified or unmodified copies. + see https://www.gnu.org/philosophy/who-does-that-server-really-serve.html b7cd1a50-79eb-4df2-925c-7243a46d5ed8 - The user controls his/her computer and software and owns the data. - - - a61998fa-376a-4435-bd97-8225ea4e2808 - Non-free software can not be trusted. + The user controls his computer and software and owns the data. Not the author of the software or anyone else without user's explicit consent. c78a9796-7862-4dd2-8ad9-3fdae094fe2c @@ -44,14 +41,15 @@ b3c0daaf-dcaf-49a8-ae38-40590456a315 - Should not promote non-free (proprietary) software or services. + Must not promote non-free (proprietary) software or services. b2fd5d2d-4d47-48e8-8abc-4b1aa94a7951 - Copyleft licenses (like GNU GPL or GNU Affero GPL) are strongly recommended because they guarantee software freedoms to every single end-user and prevent possibility that freedom vanishes somewhere in the distribution chain and the user can't benefit from the free software albeit the software is build on originally free source code. + Copyleft licenses (like GNU GPL or GNU Affero GPL) are strongly recommended because they guarantee software freedoms to every single end-user and prevent possibility that freedom vanishes somewhere in the distribution chain and the user can not benefit from the free software albeit the software is build on originally free source code. c3599313-338b-428d-885f-964a443d76c6 + The license should be compatible with GNU GPL in order to allow mixing with the GPL code. @@ -123,6 +121,7 @@ + Compatible with itself d626bb57-a20a-4182-a88a-446e901e9de4 @@ -131,11 +130,11 @@ f9b07d6c-da34-4971-8a92-a50b3e9f80ff - Don't break things – rather postpone the release date than deliver a faulty product. + Do not break things – rather postpone the release date than deliver a faulty product. ae33d206-4988-44ec-b8e2-3120019fcf2f - Don't remove features unless they are really obsolete, unused or unrepairably broken. + Do not remove features unless they are really obsolete, unused or unrepairably broken. c542336a-fce8-412c-a8dd-1328c1a884ec @@ -153,6 +152,7 @@ + Compatible with others d34ce339-197c-44ee-9e5c-6d7e212f8c10 @@ -274,7 +274,7 @@ ebea0c16-f820-444d-a73c-3054ca6a38c8 - data structures must be known and well documented – don't use undocumented map keys or properties + data structures must be known and well documented – do not use undocumented map keys or properties e24e600e-6542-4664-8cf0-2d8c6feb6c13 @@ -286,7 +286,7 @@ b9345a0e-c672-45d3-b93b-8d0fb4ece8b3 - fail fast – errors in the code should be reported during build time or at least on first execution – don't silently continue if given error would lead to failure later in another part of the code – bad weak coupling leads to difficult debugging + fail fast – errors in the code should be reported during build time or at least on first execution – do not silently continue if given error would lead to failure later in another part of the code – bad weak coupling leads to difficult debugging @@ -337,7 +337,7 @@ helper tools: a5307bc9-36ed-4d83-963a-30c5c67613aa - if you e.g. use Bash and Perl during the build process, don't add also Python dependency, write it in Perl – or use Python instead of Perl. + if you e.g. use Bash and Perl during the build process, do not add also Python dependency, write it in Perl – or use Python instead of Perl. b0237d84-7068-4b2b-bc28-ce5e0a0061e4 @@ -393,7 +393,11 @@ e7ded437-aaa2-475a-9754-0b2d89394b24 a0d9322c-7d2b-4632-b543-7e0d75bb5f0b - every released version (binary or source) is cryptographically signed by the authors (GnuPG/OpenPGP is strongly recommended) + every released version (binary or source) must be cryptographically signed by the authors (GnuPG/OpenPGP is strongly recommended) + + + feb97ec0-c35c-49b8-b455-517a929b4a84 + there should be also checksums/hashes for every released package ff33e209-0460-4a43-997f-d6b32b73997b @@ -408,12 +412,8 @@ releases should be downloadable also (or exclusively) over BitTorrent or other P2P network - feb97ec0-c35c-49b8-b455-517a929b4a84 - there should be also checksums/hashes for every package - - f9275c3c-2b09-4aec-ac28-76ff827d52ce - source code repository is accessible through an encrypted connection + source code repository must be accessible through an encrypted connection @@ -473,7 +473,7 @@ character encoding: abd42a7f-bd4b-4034-98ee-85a33094b5c1 - always be aware of it, don't just blindly use current platform's default (because the other side might run on different platform with different default) + always be aware of it, do not just blindly use current platform's default (because the other side might run on different platform with different default) abd48eae-d287-4729-80ee-52dd018b0ba7 @@ -539,7 +539,7 @@ da2b84bd-a20d-4e76-af14-740a7c9ccfb3 - avoid spam and viruses, don't spam the users, don't push them to subscribe your „newsletter“ – always offer also anonymous channel like RSS/Atom + avoid spam and viruses, do not spam the users, do not push them to subscribe your „newsletter“ – always offer also anonymous channel like RSS/Atom @@ -552,7 +552,7 @@ e746eb5b-8d8b-4ec8-9315-a311f35e156a - don't push users to register at a proprietary social networks resp. at particular company like Facebook – users without such account must not be discriminated – use open and decentralized networks/protocols instead + do not push users to register at a proprietary social networks resp. at particular company like Facebook – users without such account must not be discriminated – use open and decentralized networks/protocols instead a1a3c037-37e3-4283-abab-e275f7d17442 @@ -564,11 +564,11 @@ b54d4978-974b-4743-bdba-7d4957bc9ba7 - but don't buy an internet domain if you are not prepared to mainain it for decades – rather use third level domain under some reliable second level domain maintained by a credible group or person – think of that every expired domain helps spammers and scammers and hurts the users + but do not buy an internet domain if you are not prepared to mainain it for decades – rather use third level domain under some reliable second level domain maintained by a credible group or person – think of that every expired domain helps spammers and scammers and hurts the users a1141312-5177-4d68-bb14-fce952d542c3 - URLs should be as stable as possible (don't break old links, set up redirections if needed) + URLs should be as stable as possible (do not break old links, set up redirections if needed) c5b6d3d7-2f1f-4371-acfa-d6af1588c2cb @@ -584,7 +584,7 @@ b6cf8d5f-0fc9-46f7-8e38-8342a1229037 - every security incident must be clearly documented and investigated – don't obscure it + every security incident must be clearly documented and investigated – do not obscure it @@ -663,18 +663,9 @@ feature/bug tracking system - d3fb6917-75b2-4243-adbb-0d1c93d14883 - roadmap of future releases - - ae430fee-4850-453f-9382-282d7eed27a4 plan of supported versions/branches - - fbe9e5d0-17b8-43e3-9e00-7660eb4833e5 - every release/version/branch must clearly declare the status (alpha, beta, prototype, stable, retired, deprecated…) - -