[MKDoc-commit] Changed robots tage to match changes to 1.6

chris at mkdoc.demon.co.uk chris at mkdoc.demon.co.uk
Wed Mar 16 17:26:49 GMT 2005


Log Message:
-----------
Changed robots tage to match changes to 1.6

Modified Files:
--------------
    mkd/resources/templates/fragments/head:
        en.html
    mkd/resources/templates/macros/document/head:
        en.html

-------------- next part --------------
Index: en.html
===================================================================
RCS file: /var/spool/cvs/mkd/resources/templates/fragments/head/en.html,v
retrieving revision 1.9
retrieving revision 1.10
diff -Lresources/templates/fragments/head/en.html -Lresources/templates/fragments/head/en.html -u -r1.9 -r1.10
--- resources/templates/fragments/head/en.html
+++ resources/templates/fragments/head/en.html
@@ -54,6 +54,15 @@
     content="#" 
     petal:attributes="content uri"
   />
+  <meta
+    name="generator"
+    content="MKDoc &#12434; 1.8, see http://mkdoc.com/"
+  />
+  <meta
+    name="robots"
+    content="noindex, nofollow"
+    petal:condition="false: self/is_showable"
+  />
   <!--? The CSS people get when not logged in ?-->
   <style 
     media="screen" 
@@ -427,8 +436,4 @@
     hreflang="en"
     title="Cascading Style Sheets, level 2"
   />
-  <meta
-    name="generator"
-    content="MKDoc 1.6, see http://mkdoc.com/"
-  />
 </head>
Index: en.html
===================================================================
RCS file: /var/spool/cvs/mkd/resources/templates/macros/document/head/en.html,v
retrieving revision 1.12
retrieving revision 1.13
diff -Lresources/templates/macros/document/head/en.html -Lresources/templates/macros/document/head/en.html -u -r1.12 -r1.13
--- resources/templates/macros/document/head/en.html
+++ resources/templates/macros/document/head/en.html
@@ -77,14 +77,14 @@
   />
   <meta
     name="generator"
-    content="MKDoc 1.8, see http://mkdoc.com/"
+    content="MKDoc &#12434; 1.8, see http://mkdoc.com/"
     i18n:attributes="content mkdoc-version;"
   />
   <!--? Document specific things ?-->
   <meta 
     name="robots" 
     content="noindex, nofollow" 
-    petal:condition="true:  self/is_versioned;"
+    petal:condition="false: self/is_showable;"
   />
   <link
     rel="prev sibling"


More information about the MKDoc-commit mailing list