diff options
| author | Drew DeVault <sir@cmpwn.com> | 2023-05-16 11:18:07 +0200 |
|---|---|---|
| committer | Drew DeVault <sir@cmpwn.com> | 2023-05-16 11:19:04 +0200 |
| commit | a69efcf93f66ffdc3a850a4671c1b75fb3e7594e (patch) | |
| tree | 82ee4da88bceb08b88add2edc358117c1fc9aea7 /content/learn/_index.md | |
| parent | 4297d2df9f4d23ef1f1891e9669973da02d9b910 (diff) | |
| download | writefreesoftware.org-a69efcf93f66ffdc3a850a4671c1b75fb3e7594e.tar.xz | |
Flesh out learn index
And add a little bit of content. Still need to flesh out use & reuse
Diffstat (limited to 'content/learn/_index.md')
| -rw-r--r-- | content/learn/_index.md | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/content/learn/_index.md b/content/learn/_index.md new file mode 100644 index 0000000..76c8eb7 --- /dev/null +++ b/content/learn/_index.md @@ -0,0 +1,33 @@ +--- +title: About Free Software +weight: 1 +--- + +> "Free software" is software developed & published according to principles +> which respect the essential rights and freedoms of its users and authors +> — the freedom to **use**, **study**, **improve**, and **share** the +> software. <wbr/>The **Free Software movement** is a global community +> of software developers and users who collaborate to build software according +> to these principles. + +Any software is considered free software so long as it upholds the *four +essential freedoms*: + +<ol start="0"> + <li> + The freedom to <strong>use</strong> the software for any purpose. + </li> + <li> + The freedom to <strong>study</strong> and <strong>improve</strong> the + software. + </li> + <li> + The freedom to <strong>share</strong> the software. + </li> + <li> + The freedom to <strong>collaborate</strong> on the software. + </li> +</ol> + +Software which upholds these freedoms is **free software**. Software which does +not is **non-free**. |
