[MKDoc-commit] Added in i18n namespaces, though not strictly needed it makes it easier

chris at mkdoc.demon.co.uk chris at mkdoc.demon.co.uk
Thu Apr 7 12:38:35 BST 2005


Log Message:
-----------
Added in i18n namespaces, though not strictly needed it makes it easier to 
identify which files need these adding...

Modified Files:
--------------
    mkd/resources/templates/component/file:
        en.html
    mkd/resources/templates/component/image:
        en.html
    mkd/resources/templates/component/link:
        en.html
    mkd/resources/templates/component/photo:
        en.html

-------------- next part --------------
Index: en.html
===================================================================
RCS file: /var/spool/cvs/mkd/resources/templates/component/file/en.html,v
retrieving revision 1.7
retrieving revision 1.8
diff -Lresources/templates/component/file/en.html -Lresources/templates/component/file/en.html -u -r1.7 -r1.8
--- resources/templates/component/file/en.html
+++ resources/templates/component/file/en.html
@@ -47,6 +47,9 @@
 <div 
   class="component-file"
   xmlns:petal="http://purl.org/petal/1.0/"
+  xmlns:i18n="http://xml.zope.org/namespaces/i18n"
+  xmlns:metal="http://xml.zope.org/namespaces/metal"
+  i18n:domain="mkdoc"
   petal:condition="true: self/title;
                    true: self/uri;
                    false: self/name_is --style.css;
Index: en.html
===================================================================
RCS file: /var/spool/cvs/mkd/resources/templates/component/image/en.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -Lresources/templates/component/image/en.html -Lresources/templates/component/image/en.html -u -r1.3 -r1.4
--- resources/templates/component/image/en.html
+++ resources/templates/component/image/en.html
@@ -32,6 +32,9 @@
 <span
   class="image"
   xmlns:petal="http://purl.org/petal/1.0/"
+  xmlns:i18n="http://xml.zope.org/namespaces/i18n"
+  xmlns:metal="http://xml.zope.org/namespaces/metal"
+  i18n:domain="mkdoc"
   petal:condition="true: self/title;
                    true: self/uri"
 >
Index: en.html
===================================================================
RCS file: /var/spool/cvs/mkd/resources/templates/component/link/en.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -Lresources/templates/component/link/en.html -Lresources/templates/component/link/en.html -u -r1.3 -r1.4
--- resources/templates/component/link/en.html
+++ resources/templates/component/link/en.html
@@ -32,6 +32,9 @@
 <dl 
   class="link"
   xmlns:petal="http://purl.org/petal/1.0/"
+  xmlns:i18n="http://xml.zope.org/namespaces/i18n"
+  xmlns:metal="http://xml.zope.org/namespaces/metal"
+  i18n:domain="mkdoc"
   petal:condition="true: self/title;
                    true: self/url"
 >
Index: en.html
===================================================================
RCS file: /var/spool/cvs/mkd/resources/templates/component/photo/en.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -Lresources/templates/component/photo/en.html -Lresources/templates/component/photo/en.html -u -r1.3 -r1.4
--- resources/templates/component/photo/en.html
+++ resources/templates/component/photo/en.html
@@ -31,6 +31,9 @@
 <span
   class="photo"
   xmlns:petal="http://purl.org/petal/1.0/"
+  xmlns:i18n="http://xml.zope.org/namespaces/i18n"
+  xmlns:metal="http://xml.zope.org/namespaces/metal"
+  i18n:domain="mkdoc"
   petal:condition="true: self/image"
 >
   <a 


More information about the MKDoc-commit mailing list