[prev in list] [next in list] [prev in thread] [next in thread] 

List:       apache-cvs
Subject:    svn commit: r106861 - /httpd/httpd/trunk/docs/manual/index.html.en /httpd/httpd/trunk/docs/manual/in
From:       jerenkrantz () apache ! org
Date:       2004-11-28 23:59:23
Message-ID: 20041128235923.14347.qmail () minotaur ! apache ! org
[Download RAW message or body]

Author: jerenkrantz
Date: Sun Nov 28 15:59:22 2004
New Revision: 106861

URL: http://svn.apache.org/viewcvs?view=rev&rev=106861
Log:
Add 'New features of 2.1/2.2' to index page.
Add reference to htcacheclean in mod_disk_cache docs via program.  (Yay, nd!)
Update transformations.

Modified:
   httpd/httpd/trunk/docs/manual/index.html.en
   httpd/httpd/trunk/docs/manual/index.xml
   httpd/httpd/trunk/docs/manual/mod/mod_disk_cache.html.en
   httpd/httpd/trunk/docs/manual/mod/mod_disk_cache.xml

Modified: httpd/httpd/trunk/docs/manual/index.html.en
Url: http://svn.apache.org/viewcvs/httpd/httpd/trunk/docs/manual/index.html.en?view=di \
ff&rev=106861&p1=httpd/httpd/trunk/docs/manual/index.html.en&r1=106860&p2=httpd/httpd/trunk/docs/manual/index.html.en&r2=106861
 ==============================================================================
--- httpd/httpd/trunk/docs/manual/index.html.en	(original)
+++ httpd/httpd/trunk/docs/manual/index.html.en	Sun Nov 28 15:59:22 2004
@@ -29,7 +29,8 @@
 </div>
 <form method="get" action="http://www.google.com/search"><p><input name="as_q" \
value="" type="text" /> <input value="Google Search" type="submit" /><input \
value="10" name="num" type="hidden" /><input value="en" name="hl" type="hidden" \
/><input value="ISO-8859-1" name="ie" type="hidden" /><input value="Google Search" \
name="btnG" type="hidden" /><input name="as_epq" value="Version 2.1" type="hidden" \
/><input name="as_oq" value="" type="hidden" /><input name="as_eq" \
value="&quot;List-Post&quot;" type="hidden" /><input value="" name="lr" type="hidden" \
/><input value="i" name="as_ft" type="hidden" /><input value="" name="as_filetype" \
type="hidden" /><input value="all" name="as_qdr" type="hidden" /><input value="any" \
name="as_occt" type="hidden" /><input value="i" name="as_dt" type="hidden" /><input \
value="httpd.apache.org" name="as_sitesearch" type="hidden" /><input value="off" \
name="safe" type="hidden" /></p></form>  <table id="indextable"><tr><td \
class="col1"><div class="category"><h2><a name="release" id="release">Release \
                Notes</a></h2>
-<ul><li><a href="new_features_2_0.html">New features with Apache 2.0</a></li>
+<ul><li><a href="new_features_2_2.html">New features with Apache 2.1/2.2</a></li>
+<li><a href="new_features_2_0.html">New features with Apache 2.0</a></li>
 <li><a href="upgrading.html">Upgrading to 2.0 from 1.3</a></li>
 <li><a href="license.html">Apache License</a></li>
 </ul>

Modified: httpd/httpd/trunk/docs/manual/index.xml
Url: http://svn.apache.org/viewcvs/httpd/httpd/trunk/docs/manual/index.xml?view=diff&r \
ev=106861&p1=httpd/httpd/trunk/docs/manual/index.xml&r1=106860&p2=httpd/httpd/trunk/docs/manual/index.xml&r2=106861
 ==============================================================================
--- httpd/httpd/trunk/docs/manual/index.xml	(original)
+++ httpd/httpd/trunk/docs/manual/index.xml	Sun Nov 28 15:59:22 2004
@@ -25,6 +25,7 @@
 <title>Apache HTTP Server Version 2.1 Documentation</title>
 
 <category id="release"><title>Release Notes</title>
+    <page href="new_features_2_2.html">New features with Apache 2.1/2.2</page>
     <page href="new_features_2_0.html">New features with Apache 2.0</page>
     <page href="upgrading.html">Upgrading to 2.0 from 1.3</page>
     <page href="license.html">Apache License</page>

Modified: httpd/httpd/trunk/docs/manual/mod/mod_disk_cache.html.en
Url: http://svn.apache.org/viewcvs/httpd/httpd/trunk/docs/manual/mod/mod_disk_cache.ht \
ml.en?view=diff&rev=106861&p1=httpd/httpd/trunk/docs/manual/mod/mod_disk_cache.html.en&r1=106860&p2=httpd/httpd/trunk/docs/manual/mod/mod_disk_cache.html.en&r2=106861
 ==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_disk_cache.html.en	(original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_disk_cache.html.en	Sun Nov 28 15:59:22 2004
@@ -38,6 +38,9 @@
     <p>Content is stored in and retrieved from the cache using URI based
     keys. Content with access protection is not cached.</p>
 
+    <p><code class="program"><a \
href="../programs/htcacheclean.html">htcacheclean</a></code> can be used to maintain \
the cache +       size at a maximum level.</p>
+
     <div class="note"><h3>Note:</h3>
       <p><code class="module"><a \
                href="../mod/mod_disk_cache.html">mod_disk_cache</a></code> requires \
                the services of
       <code class="module"><a href="../mod/mod_cache.html">mod_cache</a></code>.</p>

Modified: httpd/httpd/trunk/docs/manual/mod/mod_disk_cache.xml
Url: http://svn.apache.org/viewcvs/httpd/httpd/trunk/docs/manual/mod/mod_disk_cache.xm \
l?view=diff&rev=106861&p1=httpd/httpd/trunk/docs/manual/mod/mod_disk_cache.xml&r1=106860&p2=httpd/httpd/trunk/docs/manual/mod/mod_disk_cache.xml&r2=106861
 ==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_disk_cache.xml	(original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_disk_cache.xml	Sun Nov 28 15:59:22 2004
@@ -35,6 +35,9 @@
     <p>Content is stored in and retrieved from the cache using URI based
     keys. Content with access protection is not cached.</p>
 
+    <p><program>htcacheclean</program> can be used to maintain the cache
+       size at a maximum level.</p>
+
     <note><title>Note:</title>
       <p><module>mod_disk_cache</module> requires the services of
       <module>mod_cache</module>.</p>


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic