[MKDoc-commit] Fixed DC.Identifier URI and added http_equiv headers

chris at mkdoc.demon.co.uk chris at mkdoc.demon.co.uk
Wed Apr 6 11:11:01 BST 2005


Log Message:
-----------
Fixed DC.Identifier URI and added http_equiv headers

Modified Files:
--------------
    mkd/resources/templates/photo:
        en.html

-------------- next part --------------
Index: en.html
===================================================================
RCS file: /var/spool/cvs/mkd/resources/templates/photo/en.html,v
retrieving revision 1.10
retrieving revision 1.11
diff -Lresources/templates/photo/en.html -Lresources/templates/photo/en.html -u -r1.10 -r1.11
--- resources/templates/photo/en.html
+++ resources/templates/photo/en.html
@@ -33,6 +33,28 @@
     >
       Root Document : Parent Document : Photo Title
     </title>
+    <meta 
+      http-equiv="Content-Type" 
+      content="text/html; charset=UTF-8" 
+    />
+    <meta 
+      http-equiv="Content-Language" 
+      content="en" 
+      petal:attributes="content self/component/lang"
+    />
+    <meta 
+      http-equiv="Content-Location" 
+      content="#" 
+      petal:attributes="content self/component/uri_html"
+    />
+    <meta
+      name="generator"
+      content="MKDoc &#12434; 1.8, see http://www.mkdoc.org/"
+    />
+    <meta
+      name="robots"
+      content="index, follow"
+    />
     <!--? CSS ?-->
     <style 
       media="screen" 
@@ -53,10 +75,6 @@
       petal:attributes="href string:${self/root/uri}favicon.ico"
       petal:condition="true: self/root/get --favicon.ico"
     />
-    <meta
-      name="generator"
-      content="MKDoc 1.8, see http://mkdoc.com/"
-    />
     <!--? Document specific things ?-->
     <link
       rel="top"
@@ -131,10 +149,10 @@
       href="./" 
       title="Document Title"
       hreflang="en"
-      petal:attributes="href     self/component/uri; 
+      petal:attributes="href     self/component/uri_html; 
                         title    self/component/title; 
                         hreflang self/component/lang"
-      petal:condition="self/component/uri;"
+      petal:condition="self/component/uri_html;"
     />
     <meta 
       name="DC.type" 
@@ -223,10 +241,6 @@
                         title self/component/title;" 
       petal:condition="true: self/uri"
     />
-    <meta
-      name="robots"
-      content="index, follow"
-    />
   </head>
 
   <body>


More information about the MKDoc-commit mailing list