Skip to content

Commit

Permalink
Single Origin → Sustainable Source
Browse files Browse the repository at this point in the history
  • Loading branch information
chadwhitacre committed Feb 14, 2024
1 parent 8fa8122 commit 6875d25
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 12 deletions.
25 changes: 16 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,18 @@
<title>Software Commons</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<style>@import url("/style.css?1");</style>
<style>
@import url("/style.css?1");
</style>
</head>
<body>
<div class="content">
<p style="padding-bottom: 36pt;"><span style="color: red;">DRAFT</span> - <a href="https://github.com/getsentry/fsl.software/issues/2">discuss on GitHub</a></p>
<p style="padding-bottom: 36pt">
<span style="color: red">DRAFT</span> -
<a href="https://github.com/getsentry/fsl.software/issues/2"
>discuss on GitHub</a
>
</p>

<h1>Software Commons</h1>

Expand Down Expand Up @@ -37,7 +44,8 @@ <h2>Pitch</h2>
encompasses all Free and Open Source Software (FOSS), along with
additional practices. This website exists to educate the software
industry about beneficial sharing practices beyond Open Source,
particularly the <a href="/single-origin/">Single Origin</a> model.
particularly the
<a href="/sustainable-source/">Sustainable Source</a> model.
</p>

<h3>The Limits of Open Source</h3>
Expand All @@ -63,7 +71,7 @@ <h3>The Limits of Open Source</h3>
but it is not right for every company. Many founders are more aligned
with permissive Open Source. Fortunately, there are good alternatives:
<a href="/open-core/">Open Core</a> and
<a href="/single-origin/">Single Origin</a>.
<a href="/sustainable-source/">Sustainable Source</a>.
</p>

<h3>Comparison with Creative Commons</h3>
Expand Down Expand Up @@ -107,7 +115,8 @@ <h3>Comparison with Creative Commons</h3>

<p>
Software Commons is focused on education about sharing practices beyond
Open Source, particularly <a href="/single-origin">Single Origin</a>.
Open Source, particularly
<a href="/sustainable-source">Sustainable Source</a>.
</p>

<h2>Five Main Types of Software Sharing</h2>
Expand Down Expand Up @@ -142,11 +151,9 @@ <h2>Five Main Types of Software Sharing</h2>
<dd>Restrictions on feature set. (GitLab model)</dd>

<dt>
<a href="/single-origin/">Single Origin</a>
<a href="/sustainable-source/">Sustainable Source</a>
</dt>
<dd>
Restrictions on competition. (FSL, BUSL, ELv2)
</dd>
<dd>Restrictions on competition. (FSL, BUSL, ELv2)</dd>
</dl>

<h2>What Software Commons is Not</h2>
Expand Down
6 changes: 3 additions & 3 deletions single-origin/index.html → sustainable-source/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!doctype html>
<html>
<head>
<title>Single Origin - Software Commons</title>
<title>Sustainable Source - Software Commons</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<style>@import url("/style.css?1");</style>
Expand All @@ -12,9 +12,9 @@

<a class="home" href="..">⤵️</a>

<h1>Single Origin</h1>
<h1>Sustainable Source</h1>

<p>[ Single Origin explainer goes here. ]</p>
<p>[ Sustainable Source explainer goes here. ]</p>

</div>
</body>
Expand Down

0 comments on commit 6875d25

Please sign in to comment.