Update of /cvsroot/phpwiki/phpwiki/templates
In directory usw-pr-cvs1:/tmp/cvs-serv29121/templates
Modified Files:
browse.html editpage.html message.html
Log Message:
New template token ###ROBOTS_META### to (attempt to) keep robots from
indexing pages other than the 'action=browse' page.
Index: browse.html
===================================================================
RCS file: /cvsroot/phpwiki/phpwiki/templates/browse.html,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -r1.13 -r1.14
*** browse.html 2001/02/14 22:02:05 1.13
--- browse.html 2001/02/15 21:35:03 1.14
***************
*** 6,9 ****
--- 6,10 ----
-->
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+ ###ROBOTS_META###
<base href="###BASE_URL###">
<title>###PAGE###</title>
Index: editpage.html
===================================================================
RCS file: /cvsroot/phpwiki/phpwiki/templates/editpage.html,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -r1.14 -r1.15
*** editpage.html 2001/02/15 19:32:55 1.14
--- editpage.html 2001/02/15 21:35:03 1.15
***************
*** 6,9 ****
--- 6,10 ----
-->
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+ ###ROBOTS_META###
<base href="###BASE_URL###">
<title>###PAGE###</title>
Index: message.html
===================================================================
RCS file: /cvsroot/phpwiki/phpwiki/templates/message.html,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** message.html 2001/02/14 22:02:05 1.8
--- message.html 2001/02/15 21:35:03 1.9
***************
*** 6,9 ****
--- 6,10 ----
-->
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+ ###ROBOTS_META###
<base href="###BASE_URL###">
<title>###PAGE###</title>
|