You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ni...@apache.org on 2008/09/12 08:46:16 UTC

svn commit: r694618 - in /httpd/httpd/trunk/docs/manual/mod: mod_autoindex.xml.tr mod_log_config.xml.tr mpm_common.xml.tr

Author: nilgun
Date: Thu Sep 11 23:46:14 2008
New Revision: 694618

URL: http://svn.apache.org/viewvc?rev=694618&view=rev
Log:
update for sync with English docs.

Modified:
    httpd/httpd/trunk/docs/manual/mod/mod_autoindex.xml.tr
    httpd/httpd/trunk/docs/manual/mod/mod_log_config.xml.tr
    httpd/httpd/trunk/docs/manual/mod/mpm_common.xml.tr

Modified: httpd/httpd/trunk/docs/manual/mod/mod_autoindex.xml.tr
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_autoindex.xml.tr?rev=694618&r1=694617&r2=694618&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_autoindex.xml.tr [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_autoindex.xml.tr [utf-8] Thu Sep 11 23:46:14 2008
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.tr.xsl"?>
-<!-- English Revision: 678113:689261 (outdated) -->
+<!-- English Revision: 689261 -->
 <!-- =====================================================
  Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
    Reviewed by: Orhan Berent <berent belgeler.org>
@@ -944,6 +944,26 @@
 </directivesynopsis>
 
 <directivesynopsis>
+<name>IndexHeadInsert</name>
+<description>Bir dizin sayfasının HEAD bölümüne metin yerleştirir.</description>
+<syntax>IndexHeadInsert <var>"imlenim ..."</var></syntax>
+<contextlist><context>server config</context><context>virtual host</context>
+<context>directory</context><context>.htaccess</context>
+</contextlist>
+<override>Indexes</override>
+
+<usage>
+    <p><directive>IndexHeadInsert</directive> yönergesi, dizin listesi için
+    üretilen HTML’nin <var>&lt;head&gt;</var> bölümüne yerleştirilecek bir
+    dizge tanımlar.</p>
+    <example>
+      <title>Example</title>
+      IndexHeadInsert "&lt;link rel=\"sitemap\" href=\"/sitemap.html\"&gt;"
+    </example>
+</usage>
+</directivesynopsis>
+
+<directivesynopsis>
 <name>ReadmeName</name>
 <description>Dizin listesinin sonuna yerleştirilecek dosyanın ismini
 belirler.</description>

Modified: httpd/httpd/trunk/docs/manual/mod/mod_log_config.xml.tr
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_log_config.xml.tr?rev=694618&r1=694617&r2=694618&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_log_config.xml.tr [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_log_config.xml.tr [utf-8] Thu Sep 11 23:46:14 2008
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.tr.xsl"?>
-<!-- English Revision: 579425:693120 (outdated) -->
+<!-- English Revision: 693120 -->
 <!-- =====================================================
  Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
    Reviewed by: Orhan Berent <berent belgeler.org>
@@ -112,6 +112,11 @@
           <code><var>Filanca</var>:</code> başlık satır(lar)ının
           içeriği.</td></tr>
 
+    <tr><td><code>%k</code></td>
+        <td>Bu bağlantıda işlenen isteklerin sayısı.
+          <directive module="core">KeepAlive</directive> kullanılmışsa
+          anlamlıdır; aksi takdirde değeri daima 0’dır.</td></tr>
+
     <tr><td><code>%l</code></td>
         <td>Uzak kullanıcı kimliği (sağlanmışsa, identd üzerinden).
           <module>mod_ident</module> modülü mevcut ve <directive

Modified: httpd/httpd/trunk/docs/manual/mod/mpm_common.xml.tr
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mpm_common.xml.tr?rev=694618&r1=694617&r2=694618&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mpm_common.xml.tr [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/mod/mpm_common.xml.tr [utf-8] Thu Sep 11 23:46:14 2008
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.tr.xsl"?>
-<!-- English Revision: 674934:692325 (outdated) -->
+<!-- English Revision: 692325 -->
 <!-- =====================================================
  Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
    Reviewed by: Orhan Berent <berent belgeler.org>
@@ -452,8 +452,7 @@
 
 <directivesynopsis>
 <name>MaxClients</name>
-<description>İstekleri sunarken oluşturulacak çocuk süreçlerin azami sayısını
-  belirler.</description>
+<description>Aynı anda sunulacak azami istek sayısı</description>
 <syntax>MaxClients <var>sayı</var></syntax>
 <default>Ayrıntılar için aşağıdaki açıklamaya bakınız.</default>
 <contextlist><context>server config</context></contextlist>