From a69efcf93f66ffdc3a850a4671c1b75fb3e7594e Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Tue, 16 May 2023 11:18:07 +0200 Subject: Flesh out learn index And add a little bit of content. Still need to flesh out use & reuse --- content/learn/_index.md | 33 +++++++++++++++++++++++++++ content/learn/copyleft.md | 4 ++++ content/learn/licenses.md | 4 ++++ content/learn/participate/_index.md | 4 ++++ content/learn/participate/assets.md | 4 ++++ content/learn/participate/choose-a-license.md | 4 ++++ content/learn/participate/commercial.md | 4 ++++ content/learn/participate/contribute.md | 4 ++++ content/learn/participate/publish.md | 4 ++++ content/learn/use/_index.md | 4 ++++ 10 files changed, 69 insertions(+) create mode 100644 content/learn/_index.md create mode 100644 content/learn/copyleft.md create mode 100644 content/learn/licenses.md create mode 100644 content/learn/participate/_index.md create mode 100644 content/learn/participate/assets.md create mode 100644 content/learn/participate/choose-a-license.md create mode 100644 content/learn/participate/commercial.md create mode 100644 content/learn/participate/contribute.md create mode 100644 content/learn/participate/publish.md create mode 100644 content/learn/use/_index.md (limited to 'content/learn') 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. 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*: + +
    +
  1. + The freedom to use the software for any purpose. +
  2. +
  3. + The freedom to study and improve the + software. +
  4. +
  5. + The freedom to share the software. +
  6. +
  7. + The freedom to collaborate on the software. +
  8. +
+ +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 +--- -- cgit v1.3