You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by mi...@apache.org on 2012/02/21 16:07:30 UTC

svn commit: r1291842 - in /httpd/httpd/branches/2.4.x/docs/manual: caching.html.en caching.xml.tr new_features_2_4.html.en new_features_2_4.xml.fr new_features_2_4.xml.tr

Author: minfrin
Date: Tue Feb 21 15:07:30 2012
New Revision: 1291842

URL: http://svn.apache.org/viewvc?rev=1291842&view=rev
Log:
Update transformations.

Modified:
    httpd/httpd/branches/2.4.x/docs/manual/caching.html.en
    httpd/httpd/branches/2.4.x/docs/manual/caching.xml.tr
    httpd/httpd/branches/2.4.x/docs/manual/new_features_2_4.html.en
    httpd/httpd/branches/2.4.x/docs/manual/new_features_2_4.xml.fr
    httpd/httpd/branches/2.4.x/docs/manual/new_features_2_4.xml.tr

Modified: httpd/httpd/branches/2.4.x/docs/manual/caching.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/caching.html.en?rev=1291842&r1=1291841&r2=1291842&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/caching.html.en (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/caching.html.en Tue Feb 21 15:07:30 2012
@@ -64,7 +64,7 @@
 
         <dt>Two-state key/value shared object caching</dt>
         <dd>
-            <code class="module"><a href="./mod/mod_socache.html">mod_socache</a></code>
+            The <a href="socache.html">shared object cache API</a> (socache)
             and its provider modules provide a
             server wide key/value based shared object cache. These modules
             are designed to cache low level data such as SSL sessions and

Modified: httpd/httpd/branches/2.4.x/docs/manual/caching.xml.tr
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/caching.xml.tr?rev=1291842&r1=1291841&r2=1291842&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/caching.xml.tr [utf-8] (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/caching.xml.tr [utf-8] Tue Feb 21 15:07:30 2012
@@ -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: 1058639:1210727 (outdated) -->
+<!-- English Revision: 1058639:1291841 (outdated) -->
 <!-- =====================================================
  Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
    Reviewed by: Orhan Berent <berent belgeler.org>

Modified: httpd/httpd/branches/2.4.x/docs/manual/new_features_2_4.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/new_features_2_4.html.en?rev=1291842&r1=1291841&r2=1291842&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/new_features_2_4.html.en (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/new_features_2_4.html.en Tue Feb 21 15:07:30 2012
@@ -221,6 +221,10 @@
 
       <dt><code class="module"><a href="./mod/mod_cache.html">mod_cache</a></code></dt>
 
+      <dd>The <code class="module"><a href="./mod/mod_cache.html">mod_cache</a></code> CACHE filter can be optionally inserted
+      at a given point in the filter chain to provide fine control over caching.
+      </dd>
+
       <dd><code class="module"><a href="./mod/mod_cache.html">mod_cache</a></code> can now cache HEAD requests.</dd>
 
       <dd>Where possible, <code class="module"><a href="./mod/mod_cache.html">mod_cache</a></code> directives can now be set
@@ -324,6 +328,14 @@
         enhanced, with more examples at the getting started level, in
         addition to the previous focus on technical details.</dd>
 
+        <dt>Caching Guide</dt>
+        <dd>The <a href="caching.html">Caching Guide</a> has been rewritten
+        to properly distinguish between the RFC2616 HTTP/1.1 caching
+        features provided by <code class="module"><a href="./mod/mod_cache.html">mod_cache</a></code>, and the generic
+        key/value caching provided by the <a href="socache.html">socache</a>
+        interface, as well as to cover specialised caching provided by
+        mechanisms such as <code class="module"><a href="./mod/mod_file_cache.html">mod_file_cache</a></code>.</dd>
+
     </dl>
   </div><div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif" /></a></div>
 <div class="section">

Modified: httpd/httpd/branches/2.4.x/docs/manual/new_features_2_4.xml.fr
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/new_features_2_4.xml.fr?rev=1291842&r1=1291841&r2=1291842&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/new_features_2_4.xml.fr (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/new_features_2_4.xml.fr Tue Feb 21 15:07:30 2012
@@ -3,7 +3,7 @@
 <?xml-stylesheet type="text/xsl" href="./style/manual.fr.xsl"?>
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
-<!-- English Revision: 1205550:1290837 (outdated) -->
+<!-- English Revision: 1205550:1291837 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more

Modified: httpd/httpd/branches/2.4.x/docs/manual/new_features_2_4.xml.tr
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/new_features_2_4.xml.tr?rev=1291842&r1=1291841&r2=1291842&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/new_features_2_4.xml.tr [utf-8] (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/new_features_2_4.xml.tr [utf-8] Tue Feb 21 15:07:30 2012
@@ -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.en.xsl"?>
-<!-- English Revision: 1205555:1290837 (outdated) -->
+<!-- English Revision: 1205555:1291837 (outdated) -->
 <!-- =====================================================
  Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
    Reviewed by: Orhan Berent <berent belgeler.org>