Changeset - f1262cf7c562
[Not reviewed]
0 2 0
Daniel Takamori (pono) - 14 months ago 2023-01-31 18:52:44
pono@sfconservancy.org
front page news to reference compliance
2 files changed with 6 insertions and 8 deletions:
0 comments (0 inline, 0 general)
www/conservancy/templates/frontpage.html
Show inline comments
...
 
@@ -37,11 +37,9 @@ initiatives that actively make technology more inclusive, and advancing policy
 
strategies that defend FOSS (such as copyleft). <a href="/about" class="orange">Learn more.</a></p>
 
  </section>
 
  <section class="w-30-ns mh2 pa3 bg-light-blue ba b--gray">
 
    <h2 class="f4 ttu">Vizio Lawsuit</h2>
 
    <p>Judge Staton in the federal Court in Central District of California
 
    granted our motion to &ldquo;remand&rdquo; the case back to state court
 
    in Orange County, CA!</p>
 
    <a href="/news/2022/may/16/vizio-remand-win/" class="f5 dib pa2 ttu b
 
    <h2 class="f4 ttu">Copilot and Principles</h2>
 
    <p>In the ongoing class action lawsuit against GitHub, Microsoft and OpenAI, we continue to call on the plaintiffs to prioritize <a href="https://sfconservancy.org/copyleft-compliance/principles.html">copyleft compliance above financial compensation</a>.</p>
 
    <a href="/news/2022/nov/04/class-action-lawsuit-filing-copilot/" class="f5 dib pa2 ttu b
 
    btn-orange">More information</a>
 
  </section>
 
</div>
www/conservancy/urls.py
Show inline comments
...
 
@@ -28,9 +28,9 @@ admin.autodiscover()
 

	
 
urlpatterns = [
 
    # Uncomment these 3 lines when testing locally to get static content
 
    #url(r'^css', static_views.index),
 
    #url(r'^img', static_views.index),
 
    #url(r'^js', static_views.index),
 
    url(r'^css', static_views.index),
 
    url(r'^img', static_views.index),
 
    url(r'^js', static_views.index),
 
    url(r'^$', frontpage.view),
 
    url(r'^sponsors$', frontpage.view),
 
    url(r'^sponsors/$', sponsors.view),
0 comments (0 inline, 0 general)