CSL-site/index.html

43 lines
3.2 KiB
HTML

<!DOCTYPE html>
<html lang="en_GB">
<head>
<!-- opengraph -->
<meta property="og:title" content="The Cooperative Software License" />
<meta property="og:title" content="A small unofficial website about the CSL, created by @LynnearSoftware@fedi.lynnesbian.space" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://lynnesbian.space/csl" />
<meta property="og:image" content="https://lynnesbian.space/favicon.png" />
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>The Cooperative Software License</title>
</head>
<body>
<h1>The Cooperative Software License</h1>
<article class="conscious">
<h2>About</h2>
<p>
The Cooperative Software License (CSL) is a copy-far-left (as opposed to <a href="https://en.wikipedia.org/wiki/Copyleft">copyleft</a>) license that aims to rectify some of the issues that arise when using a copyleft license such as the GPL, namely, that your work can still be used in some extent by commercial entities and other for-profit ventures. It is based on the <a href="https://wiki.p2pfoundation.net/Peer_Production_License">Peer Production License</a>, and is adapted to be more applicable to software.
</p>
<p>
Licenses like the CSL and <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/">any Creative Commons Non-Commercial License</a> are <strong>not</strong> libre (free as in freedom) software licenses, as they restrict the <a href="https://www.gnu.org/philosophy/free-sw.en.html">freedoms</a> of certain user groups and use cases. This is why the CSL is classed as a copy-far-left (as opposed to copyleft) license. It is therefore incompatible with (and thus cannot link to) software released under licenses such as the <a href="http://gplv3.fsf.org/">GPLv3</a> or the <a href="https://www.mozilla.org/en-US/MPL/">MPLv2</a>. It's important to keep this in mind when using the CSL for your project. The CSL is, however, compatible with less restrictive open source licenses, such as the MIT License or Creative Commons 0. The Free Software Foundation <a href="https://www.gnu.org/licenses/license-list.en.html#PPL">lists reasons why</a> the Peer Production License (the basis of the CSL) is not a free as in libre license.
</p>
<p>
<strong>I am not the author of the CSL. These pages are entirely unofficial.</strong> The CSL was created by <a href="https://jadedmeta.xyz/en/">Jaidyn L</a>. The official source for the CSL can be found <a href="https://eunichx.us/c/">here</a>. This site simply exists to mirror its content, and to provided a formatted version of it.
</p>
<h2>View the CSL</h2>
<p>
<ul class='compact'>
<li><a href="formatted">View a formatted copy of the CSL</a></li>
<li><a href="plain">View the original plaintext version of the CSL (mirrored)</a></li>
<li><a href="https://eunichx.us/c/csl-2019-05-07.txt">View the original plaintext version of the CSL (eunichx.us)</a></li>
</ul>
</p>
<br />
</article>
<footer>
Site designed and created by <a href="https://bune.city/">Lynne</a>. The source code of this website can be viewed <a href='https://git.bune.city/lynnesbian/CSL-site'>here</a>. It is available under the CSL.
</footer>
</body>
</html>