diff --git a/conservancy/usethesource/templates/usethesource/landing_page.html b/conservancy/usethesource/templates/usethesource/landing_page.html index 391d9c3d8e47da9d12a5c270f141f5bc6317e80a..a5fb11473a8f1eb94547dae745c593a4b3fc87c6 100644 --- a/conservancy/usethesource/templates/usethesource/landing_page.html +++ b/conservancy/usethesource/templates/usethesource/landing_page.html @@ -1,20 +1,28 @@ {% extends "usethesource/base.html" %} +{% block title %}Use the Source - Software Freedom Conservancy{% endblock %} + {% block content %} {{ block.super }} -
+
+ +

Software Freedom Conservancy works to ensure that you have the right to repair and modify the software on your devices. Use The Source shows you one of the key steps in this process: how we evaluate the source code candidates that companies provide to you, as is required when they use Linux or other GPLed software (most do). Through the collaborative process shown in each candidate's comment threads, we highlight common issues in the below source candidates, and what steps need to be taken by the companies to fix them (i.e. to comply with software right to repair licenses like the GPL). You can also see examples of candidates already in compliance, which are no longer just candidates, but real "corresponding source code".

+
+

Submit a Candidate

If you wish to let us know about a source code candidate (corresponding or not!) that you'd like us to take a look at, and possibly include in the list below, please upload the candidate to us using this form and then email us at compliance@sfconservancy.org with the filename and any other information you have about the candidate. There are many other ways you can help, regardless of whether you're a developer or not - see our Help Defend Software Freedom and Rights page for details!

-
-

Candidates

+

Source Candidates List

{% for candidate in candidates %} -
+

{{ candidate.name }}

-

Released {{ candidate.release_date }}

+

Released {{ candidate.release_date }}

{{ candidate.description }}

{% endfor %}