Changeset - afe2382e49fe
[Not reviewed]
0 1 0
Denver Gingerich - 3 months ago 2024-02-05 07:04:39
denver@ossguy.com
usethesource: candidate rounds explainer sentence
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
conservancy/usethesource/templates/usethesource/landing_page.html
Show inline comments
...
 
@@ -45,24 +45,24 @@
 
      </code>
 
      </div>
 

	
 
    </li>
 

	
 
    <li class="mb2">wait &#128512;  we will respond and/or post your candidate here, within about 7 days (potentially longer until March 2024, due to a <a href="/usethesource/ccirt-process/">grace period offered to companies who contact us</a>)</li>
 
  </ol>
 

	
 
  <p>There are many other ways you can help, regardless of whether you're a developer or not - see our <a href="https://sfconservancy.org/copyleft-compliance/help.html">Help Defend Software Freedom and Rights</a> page for details!</p>
 

	
 
  <section class="mb5">
 
    <h2 id="candidates" class="f2 lh-title ttu mt4 mb2">Source Candidates List</h2>
 
    <p>To join the public discussion of these candidates, please subscribe to our <a href="https://lists.sfconservancy.org/mailman/listinfo/ccs-review">ccs-review mailing list</a>.  We re-post especially notable email replies from this community mailing list in the candidate comments, alongside SFC and other official Use The Source comments on each candidate's page linked below.</p>
 
    <p>To join the public discussion of these candidates, please subscribe to our <a href="https://lists.sfconservancy.org/mailman/listinfo/ccs-review">ccs-review mailing list</a>.  We re-post especially notable email replies from this community mailing list in the candidate comments, alongside SFC and other official Use The Source comments on each candidate's page linked below.  A "round" indicates how many times we've received new candidates for a given device/firmware - if the round is "of N" it means we don't know how many rounds will be needed before we receive a compliant source candidate for the device/firmware.</p>
 

	
 
    {% for candidate in candidates %}
 
      <div class="mb3">
 
        <h3 class="f4 lh-title mt0"><a href="{% url 'usethesource:candidate' slug=candidate.slug %}">{{ candidate.name }}</a></h3>
 
        <p class="mb2"><em>Released {{ candidate.release_date }}</em></p>
 
        <p>{{ candidate.description|urlize|linebreaksbr}}</p>
 
        <p style="margin-top: -0.5rem"><a href="{% url 'usethesource:candidate' slug=candidate.slug %}">See moreā€¦</a>
 
      </div>
 
    {% endfor %}
 
</section>
 
{% endblock content %}
0 comments (0 inline, 0 general)