Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions src/pages/faq.astro
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,20 @@ const seoMetaData = {
</p>
</div>
</Collapse>
<Collapse
title="How does this compare to the previous Fair Source effort?"
collapseID="how-compare-to-previous"
isLast
>
<div class="relative flex flex-wrap pb-[3rem]">
<p>
We have inherited our <a href="https://x.com/fairsrc/">X handle</a> and this website from a
<a href="http://web.archive.org/web/20160325031558/https://fair.io/">previous effort</a>
that was also called "Fair Source" and used the "Fair Source License". It was a very different model
however, and was abandoned.
</p>
</div>
</Collapse>
</div>
</Section>
</main>
Expand Down