From 58b8f22abefe041ffa3d140076c0e8dd0e3844bc 2015-03-05 15:32:48 From: Bradley M. Kuhn Date: 2015-03-05 15:32:48 Subject: [PATCH] Begin templated section about compliance. There will be a new area of the website specifically about compliance. This begins the work to make a templated section about it. --- diff --git a/www/conservancy/static/linux-compliance/about.html b/www/conservancy/static/linux-compliance/about.html index 3d3498c0a0cbde1c3ed98aa911fb82835cfa3936..129b70ea041bd429a93b5fadcdb1a13b7c505967 100644 --- a/www/conservancy/static/linux-compliance/about.html +++ b/www/conservancy/static/linux-compliance/about.html @@ -1,85 +1,7 @@ -{% extends "base_conservancy.html" %} +{% extends "base_compliance.html" %} {% block subtitle %}GPL Compliance Project For Linux Developers - {% endblock %} -{% block category %}Current{% endblock %} -{% block head %} - - - - - -{% endblock %} - +{% block submenuselection %}About{% endblock %} {% block content %} -
- -
- - - -
- - - - -
- -

-Other donation methods: -

-

Wire Transfer

-
- Please - contact Conservancy - by email
for wire transfer instructions.
- Please Include your currency and country.
-
-
- -
-

Paper Check

-
- Send paper check donations to:
- Software Freedom Conservancy, Inc.
- 137 MONTAGUE ST STE 380
- BROOKLYN, NY 11201-3548
- Please write GPL COMPLIANCE FOR LINUX DEVS in the memo line. -
-
-

-
-

GPL Compliance Project for Linux Developers

The GPL Compliance Project for Linux Developers is comprised of copyright diff --git a/www/conservancy/static/linux-compliance/index.html b/www/conservancy/static/linux-compliance/index.html new file mode 120000 index 0000000000000000000000000000000000000000..546f3050ffd64c528e8e265485a85773a701e867 --- /dev/null +++ b/www/conservancy/static/linux-compliance/index.html @@ -0,0 +1 @@ +about.html \ No newline at end of file diff --git a/www/conservancy/templates/base_compliance.html b/www/conservancy/templates/base_compliance.html new file mode 100644 index 0000000000000000000000000000000000000000..36c22cb28e7cea66c4699706336fea9af1339429 --- /dev/null +++ b/www/conservancy/templates/base_compliance.html @@ -0,0 +1,55 @@ +{% extends "base_conservancy.html" %} +{% block head %} + + + + + + +{% endblock %} + +{% block outercontent %} +

+
+ +
{% block content %}{% endblock %} +
+
+{% endblock %}