Changeset - f1262cf7c562
[Not reviewed]
0 2 0
Daniel Takamori (pono) - 15 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
...
 
@@ -34,17 +34,15 @@ centered around ethical technology. Our mission is to ensure the right to
 
repair, improve and reinstall software. We promote and defend these rights
 
through fostering free and open source software (FOSS) projects, driving
 
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>
 

	
 
<div class="mt3 mh2-ns mb4 flex-ns">
 
  <div class="w-70-ns mh2">
www/conservancy/urls.py
Show inline comments
...
 
@@ -25,15 +25,15 @@ import conservancy.apps.fundgoal.views as fundgoal_views
 
import conservancy.static.views as static_views
 

	
 
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),
 
    url(r'^sponsors/index.html$', sponsors.view),
 
    url(r'^admin/doc/', include('django.contrib.admindocs.urls')),
 
    url(r'^admin/', admin.site.urls),
0 comments (0 inline, 0 general)