added headings to the main page, improved styling
This commit is contained in:
parent
fa2434b832
commit
d8024fdc02
2 changed files with 10 additions and 2 deletions
|
@ -9,6 +9,7 @@
|
||||||
<body>
|
<body>
|
||||||
<h1>The Cooperative Software License</h1>
|
<h1>The Cooperative Software License</h1>
|
||||||
<article class="conscious">
|
<article class="conscious">
|
||||||
|
<h2>About</h2>
|
||||||
<p>
|
<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.
|
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>
|
||||||
|
@ -18,6 +19,7 @@
|
||||||
<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://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.
|
<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>
|
||||||
|
<h2>View the CSL</h2>
|
||||||
<p>
|
<p>
|
||||||
<ul class='compact'>
|
<ul class='compact'>
|
||||||
<li><a href="formatted">View a formatted copy of the CSL</a></li>
|
<li><a href="formatted">View a formatted copy of the CSL</a></li>
|
||||||
|
@ -25,6 +27,7 @@
|
||||||
<li><a href="https://coinsh.red/c/csl.txt">View the original plaintext version of the CSL (coinsh.red)</a></li>
|
<li><a href="https://coinsh.red/c/csl.txt">View the original plaintext version of the CSL (coinsh.red)</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</p>
|
</p>
|
||||||
|
<br />
|
||||||
</article>
|
</article>
|
||||||
<footer>
|
<footer>
|
||||||
The source code of this website can be viewed <a href='https://git.lynnesbian.space/lynnesbian/CSL-site'>here</a>. It is available under the CSL.
|
The source code of this website can be viewed <a href='https://git.lynnesbian.space/lynnesbian/CSL-site'>here</a>. It is available under the CSL.
|
||||||
|
|
|
@ -24,11 +24,16 @@ article, footer {
|
||||||
width:100%;
|
width:100%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
footer {
|
||||||
|
color: #777;
|
||||||
|
}
|
||||||
|
h1, h2 {
|
||||||
|
font-weight: 200;
|
||||||
|
font-family: serif;
|
||||||
|
}
|
||||||
h1 {
|
h1 {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-size: 3em;
|
font-size: 3em;
|
||||||
font-weight: 200;
|
|
||||||
font-family: serif;
|
|
||||||
}
|
}
|
||||||
ul {
|
ul {
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
|
|
Loading…
Reference in a new issue