diff --git a/www/conservancy/static/projects/policies/index.html b/www/conservancy/static/projects/policies/index.html new file mode 100644 index 0000000000000000000000000000000000000000..ba2a627455a1d0651545bf8bbe3371f777a93e92 --- /dev/null +++ b/www/conservancy/static/projects/policies/index.html @@ -0,0 +1,16 @@ +{% extends "base_projects.html" %} +{% block subtitle %}Member Project Policies - {% endblock %} +{% block submenuselection %}Policies{% endblock %} +{% block content %} + +

Member Project Policies

+ +

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

+ + + +

For more background about the policies, including licensing and change requests, please refer to their source code in Git.

+ +{% endblock %}