aboutsummaryrefslogtreecommitdiff
path: root/content/learn
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2023-05-16 11:18:07 +0200
committerDrew DeVault <sir@cmpwn.com>2023-05-16 11:19:04 +0200
commita69efcf93f66ffdc3a850a4671c1b75fb3e7594e (patch)
tree82ee4da88bceb08b88add2edc358117c1fc9aea7 /content/learn
parent4297d2df9f4d23ef1f1891e9669973da02d9b910 (diff)
downloadwritefreesoftware.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')
-rw-r--r--content/learn/_index.md33
-rw-r--r--content/learn/copyleft.md4
-rw-r--r--content/learn/licenses.md4
-rw-r--r--content/learn/participate/_index.md4
-rw-r--r--content/learn/participate/assets.md4
-rw-r--r--content/learn/participate/choose-a-license.md4
-rw-r--r--content/learn/participate/commercial.md4
-rw-r--r--content/learn/participate/contribute.md4
-rw-r--r--content/learn/participate/publish.md4
-rw-r--r--content/learn/use/_index.md4
10 files changed, 69 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
+> &mdash; the freedom to **use**, **study**, **improve**, and **share** the
+> software. <wbr/>The **Free&nbsp;Software&nbsp;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
+---