]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Remove unnecessary anchors in various rewrite examples. Rebuilding other
authorRich Bowen <rbowen@apache.org>
Fri, 8 Apr 2011 14:32:17 +0000 (14:32 +0000)
committerRich Bowen <rbowen@apache.org>
Fri, 8 Apr 2011 14:32:17 +0000 (14:32 +0000)
changes.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@1090270 13f79535-47bb-0310-9956-ffa450edef68

12 files changed:
docs/manual/howto/auth.xml.es
docs/manual/howto/auth.xml.ja
docs/manual/howto/auth.xml.ko
docs/manual/mod/mod_rewrite.html.en
docs/manual/mod/mod_rewrite.xml
docs/manual/programs/other.html.ko.euc-kr
docs/manual/programs/other.html.tr.utf8
docs/manual/programs/other.xml.ko
docs/manual/programs/other.xml.meta
docs/manual/programs/other.xml.tr
docs/manual/rewrite/rewrite_guide_advanced.html.en
docs/manual/rewrite/rewrite_guide_advanced.xml

index 96b46b00ca4adb2f8dc8cca92aa5b6a644ba34f8..429da03edb4a1a2f7cd66c207201963745c37d13 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version='1.0' encoding='UTF-8' ?>
 <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.es.xsl"?>
-<!-- English Revision: 151405:421174 (outdated) -->
+<!-- English Revision: 151405:1054602 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 1a74108416a29feddccd715d42bf49da86fb8a34..59cd2962c018603cd53adfe31028e15a5eab4d6c 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?>
-<!-- English Revision: 106090:421174 (outdated) -->
+<!-- English Revision: 106090:1054602 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 8571c56aff1f5189fecbe0a1247973c8c39f6d11..10e615511acf8945a59ad89f70c215b0f7c001c1 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version='1.0' encoding='EUC-KR' ?>
 <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.ko.xsl"?>
-<!-- English Revision: 106090:421174 (outdated) -->
+<!-- English Revision: 106090:1054602 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 19602e71ed8f95a2df8ff074dd22521ce0c93ee0..8a1c0a5bff2f9e14d590413a68aef1ab19904bad 100644 (file)
@@ -661,9 +661,9 @@ Result:
           instead of the implicit AND. Typical example:
 
 <div class="example"><pre>
-RewriteCond %{REMOTE_HOST}  ^host1.*  [OR]
-RewriteCond %{REMOTE_HOST}  ^host2.*  [OR]
-RewriteCond %{REMOTE_HOST}  ^host3.*
+RewriteCond %{REMOTE_HOST}  =host1  [OR]
+RewriteCond %{REMOTE_HOST}  =host2  [OR]
+RewriteCond %{REMOTE_HOST}  =host3
 RewriteRule ...some special stuff for any of these hosts...
 </pre></div>
 
@@ -681,10 +681,10 @@ RewriteRule ...some special stuff for any of these hosts...
         use the following: </p>
 
 <div class="example"><pre>
-RewriteCond  %{HTTP_USER_AGENT}  ^Mozilla.*
+RewriteCond  %{HTTP_USER_AGENT}  Mozilla
 RewriteRule  ^/$                 /homepage.max.html  [L]
 
-RewriteCond  %{HTTP_USER_AGENT}  ^Lynx.*
+RewriteCond  %{HTTP_USER_AGENT}  Lynx
 RewriteRule  ^/$                 /homepage.min.html  [L]
 
 RewriteRule  ^/$                 /homepage.std.html  [L]
index 602b0f68afd12a8fdcdf28a4c4704a57c8bdd71a..df69faa8f88381115e81f7fcd7e188485460619d 100644 (file)
@@ -1104,9 +1104,9 @@ Result:
 
 <example>
 <pre>
-RewriteCond %{REMOTE_HOST}  ^host1.*  [OR]
-RewriteCond %{REMOTE_HOST}  ^host2.*  [OR]
-RewriteCond %{REMOTE_HOST}  ^host3.*
+RewriteCond %{REMOTE_HOST}  =host1  [OR]
+RewriteCond %{REMOTE_HOST}  =host2  [OR]
+RewriteCond %{REMOTE_HOST}  =host3
 RewriteRule ...some special stuff for any of these hosts...
 </pre>
 </example>
@@ -1126,10 +1126,10 @@ RewriteRule ...some special stuff for any of these hosts...
 
 <example>
 <pre>
-RewriteCond  %{HTTP_USER_AGENT}  ^Mozilla.*
+RewriteCond  %{HTTP_USER_AGENT}  Mozilla
 RewriteRule  ^/$                 /homepage.max.html  [L]
 
-RewriteCond  %{HTTP_USER_AGENT}  ^Lynx.*
+RewriteCond  %{HTTP_USER_AGENT}  Lynx
 RewriteRule  ^/$                 /homepage.min.html  [L]
 
 RewriteRule  ^/$                 /homepage.std.html  [L]
index 78cb47593664368eef60a4e98dbe8e4b72dd7880..64b6faa9b4d51ad596f6b5b79bea1e69905f9b0b 100644 (file)
@@ -22,6 +22,8 @@
 <a href="../ko/programs/other.html" title="Korean">&nbsp;ko&nbsp;</a> |
 <a href="../tr/programs/other.html" hreflang="tr" rel="alternate" title="T&#252;rk&#231;e">&nbsp;tr&nbsp;</a></p>
 </div>
+<div class="outofdate">ÀÌ ¹®¼­´Â ÃÖ½ÅÆÇ ¹ø¿ªÀÌ ¾Æ´Õ´Ï´Ù.
+            ÃÖ±Ù¿¡ º¯°æµÈ ³»¿ëÀº ¿µ¾î ¹®¼­¸¦ Âü°íÇϼ¼¿ä.</div>
 
     <p>´ÙÀ½Àº °£´ÜÇÏ¿© manpage°¡ ¾ø´Â, ¾ÆÆÄÄ¡ À¥¼­¹ö¿¡ Æ÷ÇÔµÈ
     Áö¿ø ÇÁ·Î±×·¥µéÀÌ´Ù. ÀÚµ¿À¸·Î À̵éÀ» ¼³Ä¡ÇÏÁö ¾Ê´Â´Ù.
index dacaf411dddd720a33a264772068ae530707c0e0..35efd5395b4ca9f2b1ab6edee06ff80f3aadb73b 100644 (file)
@@ -22,6 +22,7 @@
 <a href="../ko/programs/other.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a> |
 <a href="../tr/programs/other.html" title="Türkçe">&nbsp;tr&nbsp;</a></p>
 </div>
+<div class="outofdate">Bu çeviri güncel olmayabilir. Son değişiklikler için İngilizce sürüm geçerlidir.</div>
 
     <p>Aşağıdaki programlar Apache HTTP Sunucusu ile gelen basit destek
     programları olup kendilerine ait kılavuz sayfaları yoktur. Bunlar
index 39b3ef9e20a7e1cdfe25a6aa25c688cb229cff3d..a182ee8e7e5f27b8ccc2b7d007ed52ae4729feec 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version='1.0' encoding='EUC-KR' ?>
 <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.ko.xsl"?>
-<!-- English Revision: 421174 -->
+<!-- English Revision: 421174:1054602 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index ead66e731713969ddcacb67d17d25f58b24e02e4..8e637629acc9f79bd2af97249ea17797e4ff27fc 100644 (file)
@@ -8,7 +8,7 @@
 
   <variants>
     <variant>en</variant>
-    <variant>ko</variant>
-    <variant>tr</variant>
+    <variant outdated="yes">ko</variant>
+    <variant outdated="yes">tr</variant>
   </variants>
 </metafile>
index 877840d0a78a4dabbe2f64739a059a371a9447b5..6d8d401e278d02f9ade023bd0a9fddeb815d51d0 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version='1.0' encoding='UTF-8' ?>
 <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.tr.xsl"?>
-<!-- English Revision: 421174 -->
+<!-- English Revision: 421174:1054602 (outdated) -->
 <!-- =====================================================
  Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
    Reviewed by: Orhan Berent <berent belgeler.org>
index 4716b56ea32da43713108c2a9181b20a0a8d70d1..6919bc937527f555a9363ca77ab166aee8320a80 100644 (file)
@@ -447,11 +447,11 @@ com       ftp://ftp.cxan.com/CxAN/
           This is done with the following ruleset:</p>
 
 <div class="example"><pre>
-RewriteCond %{HTTP_USER_AGENT}  ^<strong>Mozilla/3</strong>.*
+RewriteCond %{HTTP_USER_AGENT}  <strong>Mozilla/3</strong>
 RewriteRule ^foo\.html$         foo.<strong>NS</strong>.html          [<strong>L</strong>]
 
-RewriteCond %{HTTP_USER_AGENT}  ^<strong>Lynx/</strong>.*         [OR]
-RewriteCond %{HTTP_USER_AGENT}  ^<strong>Mozilla/[12]</strong>.*
+RewriteCond %{HTTP_USER_AGENT}  <strong>Lynx/</strong>         [OR]
+RewriteCond %{HTTP_USER_AGENT}  <strong>Mozilla/[12]</strong>
 RewriteRule ^foo\.html$         foo.<strong>20</strong>.html          [<strong>L</strong>]
 
 RewriteRule ^foo\.html$         foo.<strong>32</strong>.html          [<strong>L</strong>]
index ae0ce4b06f9dd7f1a3964cff4e69c1796b8c7583..d5ea61d9342d126801167164a9eac76673edc80a 100644 (file)
@@ -450,11 +450,11 @@ com       ftp://ftp.cxan.com/CxAN/
           This is done with the following ruleset:</p>
 
 <example><pre>
-RewriteCond %{HTTP_USER_AGENT}  ^<strong>Mozilla/3</strong>.*
+RewriteCond %{HTTP_USER_AGENT}  <strong>Mozilla/3</strong>
 RewriteRule ^foo\.html$         foo.<strong>NS</strong>.html          [<strong>L</strong>]
 
-RewriteCond %{HTTP_USER_AGENT}  ^<strong>Lynx/</strong>.*         [OR]
-RewriteCond %{HTTP_USER_AGENT}  ^<strong>Mozilla/[12]</strong>.*
+RewriteCond %{HTTP_USER_AGENT}  <strong>Lynx/</strong>         [OR]
+RewriteCond %{HTTP_USER_AGENT}  <strong>Mozilla/[12]</strong>
 RewriteRule ^foo\.html$         foo.<strong>20</strong>.html          [<strong>L</strong>]
 
 RewriteRule ^foo\.html$         foo.<strong>32</strong>.html          [<strong>L</strong>]