You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@apache.org on 2012/02/28 02:18:39 UTC

svn commit: r1294434 - in /httpd/httpd/branches/1.3.x/htdocs/manual/howto: auth.html cgi.html.en cgi.html.ja.jis htaccess.html ssi.html.en ssi.html.ja.jis

Author: rbowen
Date: Tue Feb 28 01:18:38 2012
New Revision: 1294434

URL: http://svn.apache.org/viewvc?rev=1294434&view=rev
Log:
Add <META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW"> to expire content
from search engines.

Modified:
    httpd/httpd/branches/1.3.x/htdocs/manual/howto/auth.html
    httpd/httpd/branches/1.3.x/htdocs/manual/howto/cgi.html.en
    httpd/httpd/branches/1.3.x/htdocs/manual/howto/cgi.html.ja.jis
    httpd/httpd/branches/1.3.x/htdocs/manual/howto/htaccess.html
    httpd/httpd/branches/1.3.x/htdocs/manual/howto/ssi.html.en
    httpd/httpd/branches/1.3.x/htdocs/manual/howto/ssi.html.ja.jis

Modified: httpd/httpd/branches/1.3.x/htdocs/manual/howto/auth.html
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/1.3.x/htdocs/manual/howto/auth.html?rev=1294434&r1=1294433&r2=1294434&view=diff
==============================================================================
--- httpd/httpd/branches/1.3.x/htdocs/manual/howto/auth.html (original)
+++ httpd/httpd/branches/1.3.x/htdocs/manual/howto/auth.html Tue Feb 28 01:18:38 2012
@@ -3,6 +3,7 @@
 
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
+<META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
     <title>Authentication, Authorization, and Access Control</title>
   </head>
 

Modified: httpd/httpd/branches/1.3.x/htdocs/manual/howto/cgi.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/1.3.x/htdocs/manual/howto/cgi.html.en?rev=1294434&r1=1294433&r2=1294434&view=diff
==============================================================================
--- httpd/httpd/branches/1.3.x/htdocs/manual/howto/cgi.html.en (original)
+++ httpd/httpd/branches/1.3.x/htdocs/manual/howto/cgi.html.en Tue Feb 28 01:18:38 2012
@@ -3,6 +3,7 @@
 
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
+<META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
     <meta name="generator" content="HTML Tidy, see www.w3.org" />
 
     <title>Apache Tutorial: Dynamic Content with CGI</title>

Modified: httpd/httpd/branches/1.3.x/htdocs/manual/howto/cgi.html.ja.jis
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/1.3.x/htdocs/manual/howto/cgi.html.ja.jis?rev=1294434&r1=1294433&r2=1294434&view=diff
==============================================================================
--- httpd/httpd/branches/1.3.x/htdocs/manual/howto/cgi.html.ja.jis (original)
+++ httpd/httpd/branches/1.3.x/htdocs/manual/howto/cgi.html.ja.jis Tue Feb 28 01:18:38 2012
@@ -3,6 +3,7 @@
     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ja" lang="ja">
   <head>
+<META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
 
     <title>Apache Tutorial: CGI $B$K$h$kF0E*%3%s%F%s%D(B</title>
 

Modified: httpd/httpd/branches/1.3.x/htdocs/manual/howto/htaccess.html
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/1.3.x/htdocs/manual/howto/htaccess.html?rev=1294434&r1=1294433&r2=1294434&view=diff
==============================================================================
--- httpd/httpd/branches/1.3.x/htdocs/manual/howto/htaccess.html (original)
+++ httpd/httpd/branches/1.3.x/htdocs/manual/howto/htaccess.html Tue Feb 28 01:18:38 2012
@@ -3,6 +3,7 @@
 
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
+<META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
     <meta name="generator" content="HTML Tidy, see www.w3.org" />
 
     <title>Apache Tutorial: .htaccess files</title>

Modified: httpd/httpd/branches/1.3.x/htdocs/manual/howto/ssi.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/1.3.x/htdocs/manual/howto/ssi.html.en?rev=1294434&r1=1294433&r2=1294434&view=diff
==============================================================================
--- httpd/httpd/branches/1.3.x/htdocs/manual/howto/ssi.html.en (original)
+++ httpd/httpd/branches/1.3.x/htdocs/manual/howto/ssi.html.en Tue Feb 28 01:18:38 2012
@@ -3,6 +3,7 @@
 
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
+<META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
     <meta name="generator" content="HTML Tidy, see www.w3.org" />
 
     <title>Apache Tutorial: Introduction to Server Side

Modified: httpd/httpd/branches/1.3.x/htdocs/manual/howto/ssi.html.ja.jis
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/1.3.x/htdocs/manual/howto/ssi.html.ja.jis?rev=1294434&r1=1294433&r2=1294434&view=diff
==============================================================================
--- httpd/httpd/branches/1.3.x/htdocs/manual/howto/ssi.html.ja.jis (original)
+++ httpd/httpd/branches/1.3.x/htdocs/manual/howto/ssi.html.ja.jis Tue Feb 28 01:18:38 2012
@@ -3,6 +3,7 @@
     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ja" lang="ja">
   <head>
+<META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
 
     <title>Apache $B%A%e!<%H%j%"%k(B: Server Side Includes $BF~Lg(B</title>