[cc-commits] [CC SVN] r11357 - in cc.engine/trunk/cc/engine: licenses/devnations_templates licenses/fsf_templates licenses/mitbsd_templates licenses/publicdomain_templates licenses/sampling_templates licenses/standard_templates licenses/zero_templates macros_templates

webmaster at creativecommons.org webmaster at creativecommons.org
Wed Dec 3 12:23:49 EST 2008


Author: nyergler
Date: 2008-12-03 17:23:49 +0000 (Wed, 03 Dec 2008)
New Revision: 11357

Modified:
   cc.engine/trunk/cc/engine/licenses/devnations_templates/deed.pt
   cc.engine/trunk/cc/engine/licenses/fsf_templates/deed.pt
   cc.engine/trunk/cc/engine/licenses/mitbsd_templates/deed.pt
   cc.engine/trunk/cc/engine/licenses/publicdomain_templates/deed.pt
   cc.engine/trunk/cc/engine/licenses/sampling_templates/deed.pt
   cc.engine/trunk/cc/engine/licenses/standard_templates/deed.pt
   cc.engine/trunk/cc/engine/licenses/zero_templates/deed.pt
   cc.engine/trunk/cc/engine/macros_templates/deed.pt
Log:
Translate license name in the page <title>; resolves Issue2.


Modified: cc.engine/trunk/cc/engine/licenses/devnations_templates/deed.pt
===================================================================
--- cc.engine/trunk/cc/engine/licenses/devnations_templates/deed.pt	2008-12-03 17:08:17 UTC (rev 11356)
+++ cc.engine/trunk/cc/engine/licenses/devnations_templates/deed.pt	2008-12-03 17:23:49 UTC (rev 11357)
@@ -5,11 +5,7 @@
       xmlns:metal="http://xml.zope.org/namespaces/metal"
       metal:use-macro="context/@@deed/macros/page"
       i18n:domain="cc_org">
-<head>
-  <title metal:fill-slot="title">Creative Commons 
-    <span tal:omit-tag="" tal:content="view/license/name">Attribution 3.0 Unported</span>
-  </title>
-</head>
+
 <body>
 
 <metal:rdf fill-slot="page_top" tal:content="structure string:<!-- 

Modified: cc.engine/trunk/cc/engine/licenses/fsf_templates/deed.pt
===================================================================
--- cc.engine/trunk/cc/engine/licenses/fsf_templates/deed.pt	2008-12-03 17:08:17 UTC (rev 11356)
+++ cc.engine/trunk/cc/engine/licenses/fsf_templates/deed.pt	2008-12-03 17:23:49 UTC (rev 11357)
@@ -5,12 +5,7 @@
       xmlns:metal="http://xml.zope.org/namespaces/metal"
       metal:use-macro="context/@@deed/macros/page"
       i18n:domain="cc_org">
-<head>
-  <title metal:fill-slot="title">Creative Commons 
-    <span tal:omit-tag="" tal:content="view/license/name">Attribution 3.0 Unported</span>
-  </title>
 
-</head>
 <body>
 
 <h2 metal:fill-slot="license-name"

Modified: cc.engine/trunk/cc/engine/licenses/mitbsd_templates/deed.pt
===================================================================
--- cc.engine/trunk/cc/engine/licenses/mitbsd_templates/deed.pt	2008-12-03 17:08:17 UTC (rev 11356)
+++ cc.engine/trunk/cc/engine/licenses/mitbsd_templates/deed.pt	2008-12-03 17:23:49 UTC (rev 11357)
@@ -5,11 +5,7 @@
       xmlns:metal="http://xml.zope.org/namespaces/metal"
       metal:use-macro="context/@@deed/macros/page"
       i18n:domain="cc_org">
-<head>
-  <title metal:fill-slot="title">Creative Commons 
-    <span tal:omit-tag="" tal:content="view/license/name">Attribution 3.0 Unported</span>
-  </title>
-</head>
+
 <body>
 
 <metal:rdf fill-slot="page_top" tal:content="structure string:<!-- 

Modified: cc.engine/trunk/cc/engine/licenses/publicdomain_templates/deed.pt
===================================================================
--- cc.engine/trunk/cc/engine/licenses/publicdomain_templates/deed.pt	2008-12-03 17:08:17 UTC (rev 11356)
+++ cc.engine/trunk/cc/engine/licenses/publicdomain_templates/deed.pt	2008-12-03 17:23:49 UTC (rev 11357)
@@ -5,11 +5,7 @@
       xmlns:metal="http://xml.zope.org/namespaces/metal"
       metal:use-macro="context/@@deed/macros/page"
       i18n:domain="cc_org">
-<head>
-  <title metal:fill-slot="title" 
-      tal:content="context/license/name">Attribution 3.0 Unported
-  </title>
-</head>
+
 <body>
 
 <metal:rdf fill-slot="page_top" tal:content="structure string:<!-- 

Modified: cc.engine/trunk/cc/engine/licenses/sampling_templates/deed.pt
===================================================================
--- cc.engine/trunk/cc/engine/licenses/sampling_templates/deed.pt	2008-12-03 17:08:17 UTC (rev 11356)
+++ cc.engine/trunk/cc/engine/licenses/sampling_templates/deed.pt	2008-12-03 17:23:49 UTC (rev 11357)
@@ -5,11 +5,7 @@
       xmlns:metal="http://xml.zope.org/namespaces/metal"
       metal:use-macro="context/@@deed/macros/page"
       i18n:domain="cc_org">
-<head>
-  <title metal:fill-slot="title">Creative Commons 
-    <span tal:omit-tag="" tal:content="view/license/name">Attribution 3.0 Unported</span>
-  </title>
-</head>
+
 <body>
 
 <h2 metal:fill-slot="license-name"

Modified: cc.engine/trunk/cc/engine/licenses/standard_templates/deed.pt
===================================================================
--- cc.engine/trunk/cc/engine/licenses/standard_templates/deed.pt	2008-12-03 17:08:17 UTC (rev 11356)
+++ cc.engine/trunk/cc/engine/licenses/standard_templates/deed.pt	2008-12-03 17:23:49 UTC (rev 11357)
@@ -5,12 +5,7 @@
       xmlns:metal="http://xml.zope.org/namespaces/metal"
       metal:use-macro="context/@@deed/macros/page"
       i18n:domain="cc_org">
-<head>
-  <title metal:fill-slot="title">Creative Commons 
-    <span tal:omit-tag="" tal:content="context/license/name">Attribution 3.0 Unported</span>
-  </title>
 
-</head>
 <body>
 
 <metal:rdf fill-slot="page_top" tal:content="structure string:<!-- 

Modified: cc.engine/trunk/cc/engine/licenses/zero_templates/deed.pt
===================================================================
--- cc.engine/trunk/cc/engine/licenses/zero_templates/deed.pt	2008-12-03 17:08:17 UTC (rev 11356)
+++ cc.engine/trunk/cc/engine/licenses/zero_templates/deed.pt	2008-12-03 17:23:49 UTC (rev 11357)
@@ -5,11 +5,7 @@
       xmlns:metal="http://xml.zope.org/namespaces/metal"
       metal:use-macro="context/@@deed/macros/page"
       i18n:domain="cc_org">
-<head>
-  <title metal:fill-slot="title" tal:content="view/license/name">
-    Public Domain Assertion
-  </title>
-</head>
+
 <body>
 
 <metal:rdf fill-slot="page_top" tal:content="structure string:<!-- 

Modified: cc.engine/trunk/cc/engine/macros_templates/deed.pt
===================================================================
--- cc.engine/trunk/cc/engine/macros_templates/deed.pt	2008-12-03 17:08:17 UTC (rev 11356)
+++ cc.engine/trunk/cc/engine/macros_templates/deed.pt	2008-12-03 17:23:49 UTC (rev 11357)
@@ -7,10 +7,12 @@
       metal:define-macro="page"
       i18n:domain="cc_org">
   <head>
-    <title metal:define-slot="title">Creative Commons Deed</title>
+    <title metal:define-slot="title">Creative Commons &mdash;
+      <span tal:omit-tag="" tal:content="view/license/name">
+	Attribution 3.0 Unported
+      </span>
+    </title>
 
-    <!--<base href="" tal:attributes="href context/license/uri" />-->
-
     <meta http-equiv="content-type" content="text/html;charset=utf-8" />
 
 <link rel="stylesheet" type="text/css"




More information about the cc-commits mailing list