made it more clear that this site is unofficial, improved formatting
This commit is contained in:
parent
cb457027af
commit
dc1bf1ca28
2 changed files with 12 additions and 3 deletions
|
@ -13,11 +13,14 @@
|
||||||
The Cooperative Software License (CSL) is a copy-far-left (as opposed to copyleft) 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.
|
The Cooperative Software License (CSL) is a copy-far-left (as opposed to copyleft) 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>
|
||||||
<p>
|
<p>
|
||||||
I am not the author of the CSL. The CSL was created by <a href="https://raddle.me/f/freeAsInFreedom/23971/cooperative-software-license-perma-link-and-updated-version">raddle.me user <strong>jadedctrl</strong></a>. The official source for the CSL can be found <a href="https://coinsh.red/c/">here</a>, this site simply exists to mirror its content.
|
<strong>I am not the author of the CSL. These pages are entirely unofficial.</strong> The CSL was created by <a href="https://raddle.me/f/freeAsInFreedom/23971/cooperative-software-license-perma-link-and-updated-version">raddle.me user <strong>jadedctrl</strong></a>. The official source for the CSL can be found <a href="https://coinsh.red/c/">here</a>. This site simply exists to mirror its content, and to provided a formatted version of it.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
<a href="formatted">View a formatted copy of the CSL</a><br />
|
<ul>
|
||||||
<a href="plain">View the original plaintext version of the CSL (mirrored)</a>
|
<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://coinsh.red/c/csl.txt">View the original plaintext version of the CSL (coinsh.red)</a></li>
|
||||||
|
</ul>
|
||||||
</p>
|
</p>
|
||||||
</article>
|
</article>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -2,6 +2,7 @@ body {
|
||||||
font-family: sans-serif;
|
font-family: sans-serif;
|
||||||
color: #333;
|
color: #333;
|
||||||
background-color:#eee;
|
background-color:#eee;
|
||||||
|
font-size:1.1em;
|
||||||
}
|
}
|
||||||
a {
|
a {
|
||||||
color: #777;
|
color: #777;
|
||||||
|
@ -15,9 +16,14 @@ article {
|
||||||
max-width: 1000px;
|
max-width: 1000px;
|
||||||
min-width: 400px;
|
min-width: 400px;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
|
line-height:1.4em;
|
||||||
}
|
}
|
||||||
h1 {
|
h1 {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-size: 3em;
|
font-size: 3em;
|
||||||
font-weight: 200;
|
font-weight: 200;
|
||||||
|
}
|
||||||
|
ul {
|
||||||
|
list-style-type: none;
|
||||||
|
padding: 0;
|
||||||
}
|
}
|
Loading…
Reference in a new issue