From 58b8f22abefe041ffa3d140076c0e8dd0e3844bc Mon Sep 17 00:00:00 2001 From: "Bradley M. Kuhn" Date: Thu, 5 Mar 2015 07:32:48 -0800 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. --- .../static/linux-compliance/about.html | 82 +------------------ .../static/linux-compliance/index.html | 1 + .../templates/base_compliance.html | 55 +++++++++++++ 3 files changed, 58 insertions(+), 80 deletions(-) create mode 120000 www/conservancy/static/linux-compliance/index.html create mode 100644 www/conservancy/templates/base_compliance.html diff --git a/www/conservancy/static/linux-compliance/about.html b/www/conservancy/static/linux-compliance/about.html index 3d3498c0..129b70ea 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 00000000..546f3050 --- /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 00000000..36c22cb2 --- /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 %}