diff options
Diffstat (limited to 'content')
| -rw-r--r-- | content/_index.md | 2 | ||||
| -rw-r--r-- | content/learn/_index.md | 33 | ||||
| -rw-r--r-- | content/learn/copyleft.md | 4 | ||||
| -rw-r--r-- | content/learn/licenses.md | 4 | ||||
| -rw-r--r-- | content/learn/participate/_index.md | 4 | ||||
| -rw-r--r-- | content/learn/participate/assets.md | 4 | ||||
| -rw-r--r-- | content/learn/participate/choose-a-license.md | 4 | ||||
| -rw-r--r-- | content/learn/participate/commercial.md | 4 | ||||
| -rw-r--r-- | content/learn/participate/contribute.md | 4 | ||||
| -rw-r--r-- | content/learn/participate/publish.md | 4 | ||||
| -rw-r--r-- | content/learn/use/_index.md | 4 |
11 files changed, 70 insertions, 1 deletions
diff --git a/content/_index.md b/content/_index.md index 81e1303..765479d 100644 --- a/content/_index.md +++ b/content/_index.md @@ -15,7 +15,7 @@ users and authors — the freedom to **use**, **study**, **improve**, and This website is a work in progress. {{< /tip >}} -{{< button "learn/whatis" "What is free software?" >}}{{< button "learn" "Get started" >}} +{{< button "learn" "What is free software?" >}}{{< button "learn/participate" "Get started" >}} {{< /column >}} {{< column >}} 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**. diff --git a/content/learn/copyleft.md b/content/learn/copyleft.md new file mode 100644 index 0000000..3c15ee1 --- /dev/null +++ b/content/learn/copyleft.md @@ -0,0 +1,4 @@ +--- +title: What is copyleft? +weight: -10 +--- diff --git a/content/learn/licenses.md b/content/learn/licenses.md new file mode 100644 index 0000000..5f5a48f --- /dev/null +++ b/content/learn/licenses.md @@ -0,0 +1,4 @@ +--- +title: Free software licenses +weight: -10 +--- diff --git a/content/learn/participate/_index.md b/content/learn/participate/_index.md new file mode 100644 index 0000000..d991078 --- /dev/null +++ b/content/learn/participate/_index.md @@ -0,0 +1,4 @@ +--- +title: "Getting involved" +weight: 2 +--- diff --git a/content/learn/participate/assets.md b/content/learn/participate/assets.md new file mode 100644 index 0000000..5b47716 --- /dev/null +++ b/content/learn/participate/assets.md @@ -0,0 +1,4 @@ +--- +title: Licensing non-software assets +weight: 10 +--- diff --git a/content/learn/participate/choose-a-license.md b/content/learn/participate/choose-a-license.md new file mode 100644 index 0000000..f1988ec --- /dev/null +++ b/content/learn/participate/choose-a-license.md @@ -0,0 +1,4 @@ +--- +title: Choosing a license +weight: 3 +--- diff --git a/content/learn/participate/commercial.md b/content/learn/participate/commercial.md new file mode 100644 index 0000000..f8b1bd7 --- /dev/null +++ b/content/learn/participate/commercial.md @@ -0,0 +1,4 @@ +--- +title: Commercial free software +weight: 100 +--- diff --git a/content/learn/participate/contribute.md b/content/learn/participate/contribute.md new file mode 100644 index 0000000..210ba9d --- /dev/null +++ b/content/learn/participate/contribute.md @@ -0,0 +1,4 @@ +--- +title: Contribute to free software +weight: 1 +--- diff --git a/content/learn/participate/publish.md b/content/learn/participate/publish.md new file mode 100644 index 0000000..fcbd542 --- /dev/null +++ b/content/learn/participate/publish.md @@ -0,0 +1,4 @@ +--- +title: Publish free software +weight: 2 +--- diff --git a/content/learn/use/_index.md b/content/learn/use/_index.md new file mode 100644 index 0000000..e368c98 --- /dev/null +++ b/content/learn/use/_index.md @@ -0,0 +1,4 @@ +--- +title: "Use & Reuse" +weight: 3 +--- |
