From a07b193a7548cbc04d9822e11281cb9c9edfafc5 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Thu, 15 Apr 2021 12:07:39 +0200 Subject: free-software: Move "open source" aside to a footnote. The extra markup and styling necessitates the conversion from markdown to sxml. --- free-software.sxml | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 free-software.sxml (limited to 'free-software.sxml') diff --git a/free-software.sxml b/free-software.sxml new file mode 100644 index 0000000..e09afbc --- /dev/null +++ b/free-software.sxml @@ -0,0 +1,35 @@ +`((title . "Free software") + (author . "The GNU Assembly") + (content + (h1 "What’s “free software”?") + + (p "The GNU Assembly produces " (em "free software") + " — also referred to as “" (em "libre") " software”, “liberating +software”, or " + (a (@ (aria-describedby "footnote-label") + (href "#open-source")) "“open source”") + ". " + "Software is “free” if it " (em "respects its user’s +freedom") ", namely the following four essential freedoms:") + + (ol + (li "The freedom to run the program as the user wishes, for any +purpose.") + (li "The freedom to study how the program works and to change it +to suit their needs.") + (li "The freedom to redistribute it.") + (li "The freedom to distribute copies of modified versions.")) + (p "These criteria were spelled out by Richard M. Stallman in the +1980s. The defense of the freedom of computer users is at the core of +the " (a (@ (href "/en/documents/social-contract")) "Social +Contract") " of the GNU Assembly.") + + (div + (@ (id "footnote-labels")) + (h2 "Footnotes") + (ol + (li (@ (id "open-source")) + "The term “open source” fails to convey the main idea: that +the goal is freedom."))))) + + -- cgit v1.2.1