diff --git a/templates/ns.html b/templates/ns.html index 9f173c9f..ff405da4 100644 --- a/templates/ns.html +++ b/templates/ns.html @@ -1,27 +1,18 @@ - - - - - - Describing Copyright in RDF - Creative Commons Rights Expression Language - - - -
-

+{% extends 'base.html' %} +{% block title %} +Describing Copyright in RDF - +Creative Commons Rights Expression Language +{% endblock %} + +{% block title_header %} +

- Creative Commons + Creative Commons

+{% endblock %} + +{% block content %}
@@ -87,8 +78,7 @@

an action that may or may not be allowed or desired - - +

@@ -97,8 +87,7 @@

an action that may or may not be requested of you - - +

@@ -107,8 +96,7 @@

something you may be asked not to do - - +

Permissions @@ -120,8 +108,7 @@

making multiple copies - - +

@@ -130,8 +117,7 @@

distribution, public display, and publicly performance - - +

@@ -140,8 +126,7 @@

distribution of derivative works - - +

@@ -161,8 +146,7 @@

copyright and license notices be kept intact - - +

@@ -171,8 +155,7 @@

credit be given to copyright holder and/or author - - +

@@ -182,8 +165,7 @@

derivative works be licensed under the same terms or compatible terms as the original work - - +

@@ -193,8 +175,7 @@

source code (the preferred form for making modifications) must be provided when exercising some rights granted by the license. - - +

@@ -225,8 +206,7 @@

exercising rights for commercial purposes - - +

@@ -255,8 +235,7 @@

Permission . - - +

@@ -274,8 +253,7 @@

Requirement . - - +

@@ -293,8 +271,7 @@

Prohibition . - - +

@@ -439,17 +415,16 @@

.

-
-
- -

- RDF users might be interested in our machine-readable - - RDF Schema - - . A copy is also embedded in this document. -

-
+
+
+
+

+ + RDF Schema + + . A copy is also embedded in this document. +

+
-

- - Creative Commons License - - Except where otherwise - - noted - - , content on this site is licensed under a - - Creative Commons Attribution 4.0 International license - -

- - - +{% endblock %} \ No newline at end of file