diff options
author | Ludovic Courtès <ludo@gnu.org> | 2020-01-21 14:57:21 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2020-01-21 14:57:21 +0100 |
commit | 851d9cc88397d121d1f04689750d2b512ba93582 (patch) | |
tree | df3dc96c2fa9f76d7d9ef24204c9c90783cc03b8 /pages | |
parent | Add draft of the GNU Social Contract. (diff) |
social-contract: Convert to Markdown.
* pages/social-contract.txt: Turn into Markdown with special tags before
and after.
Diffstat (limited to 'pages')
-rw-r--r-- | pages/social-contract.txt | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/pages/social-contract.txt b/pages/social-contract.txt index f7e2389..ec2ff60 100644 --- a/pages/social-contract.txt +++ b/pages/social-contract.txt | |||
@@ -1,4 +1,6 @@ | |||
1 | <markdown> | ||
1 | GNU Social Contract [DRAFT] | 2 | GNU Social Contract [DRAFT] |
3 | -------------------- | ||
2 | 4 | ||
3 | This document states the core commitments of the GNU Project to the | 5 | This document states the core commitments of the GNU Project to the |
4 | broader free software community. All current GNU Project members | 6 | broader free software community. All current GNU Project members |
@@ -8,7 +10,7 @@ have agreed to uphold these values. | |||
8 | The purpose of the GNU Project is to provide software and systems that | 10 | The purpose of the GNU Project is to provide software and systems that |
9 | respect users' freedoms. | 11 | respect users' freedoms. |
10 | 12 | ||
11 | * GNU respects users' freedoms | 13 | # GNU respects users' freedoms |
12 | 14 | ||
13 | We provide software that guarantees to users the four essential freedoms, | 15 | We provide software that guarantees to users the four essential freedoms, |
14 | without compromise: | 16 | without compromise: |
@@ -30,26 +32,24 @@ to new threats to users' freedom as they arise, such as services as a | |||
30 | software substitute (SaaSS), use of non-free scripts on web pages, mass | 32 | software substitute (SaaSS), use of non-free scripts on web pages, mass |
31 | surveillance, digital restrictions management (DRM), etc. | 33 | surveillance, digital restrictions management (DRM), etc. |
32 | 34 | ||
33 | 35 | # GNU provides consistent systems | |
34 | * GNU provides consistent systems | ||
35 | 36 | ||
36 | We develop an operating system and a set of applications, in the form of | 37 | We develop an operating system and a set of applications, in the form of |
37 | GNU packages. GNU package developers work together to ensure consistency | 38 | GNU packages. GNU package developers work together to ensure consistency |
38 | across packages. GNU packages follow the design and development guidelines | 39 | across packages. GNU packages follow the design and development guidelines |
39 | of the GNU Project. | 40 | of the GNU Project. |
40 | 41 | ||
41 | 42 | # GNU collaborates with the broader free software community | |
42 | * GNU collaborates with the broader free software community | ||
43 | 43 | ||
44 | Free software has extended beyond the GNU Project, and we work with | 44 | Free software has extended beyond the GNU Project, and we work with |
45 | companion free software projects that develop key components of our system. | 45 | companion free software projects that develop key components of our system. |
46 | We aim to extend the reach of free software to new fields. | 46 | We aim to extend the reach of free software to new fields. |
47 | 47 | ||
48 | 48 | # GNU welcomes contributions from all and everyone | |
49 | * GNU welcomes contributions from all and everyone | ||
50 | 49 | ||
51 | We want to give everyone the opportunity to contribute to our efforts | 50 | We want to give everyone the opportunity to contribute to our efforts |
52 | on any of the many tasks that require work. We welcome all contributors, | 51 | on any of the many tasks that require work. We welcome all contributors, |
53 | regardless of their gender, ethnicity, sexual orientation, level of | 52 | regardless of their gender, ethnicity, sexual orientation, level of |
54 | experience, or any other personal characteristics. We commit to providing | 53 | experience, or any other personal characteristics. We commit to providing |
55 | a harassment-free experience for all our contributors. | 54 | a harassment-free experience for all our contributors. |
55 | </mardown> | ||