Files @ a8710b4b9f2a
Branch filter:

Location: website/www/conservancy/static/projects/policies/index.html

Denver Gingerich
Copyleft Compliance: mostly minor fixes to new pgs

These are mostly minor edits (typo fixes, etc.) to the enforcement
strategy and firmware liberation pages that were just added.

The one large change was to replace the first paragraph of the
enforcement strategy page with the full Conservancy description used
previously. The glue text used to shorten it appeared unsalvageable
and it wasn't immediately obvious how to replace it with something
better, so we used the full description instead.
{% extends "base_projects.html" %}
{% block subtitle %}Member Project Policies - {% endblock %}
{% block submenuselection %}Policies{% endblock %}
{% block content %}

<h1>Member Project Policies</h1>

<p>These are the policies that member projects follow in working with Conservancy.  These pages are provided as a reference to all projects participants.</p>

<ul>
  <li><a href="conflict-of-interest-policy.html">Conflict of interest policy</a></li>
  <li><a href="conservancy-travel-policy.html">Travel and reimbursable expense policy</a></li>
</ul>

<p>For more background about the policies, including licensing and change requests, please refer to <a href="https://k.sfconservancy.org/policies">their source code in Git</a>.</p>

{% endblock %}