summaryrefslogtreecommitdiffstats
path: root/docs/manual/mod/mod_autoindex.html.tr.utf8
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-25 04:41:27 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-25 04:41:27 +0000
commitc54018b07a9085c0a3aedbc2bd01a85a3b3e20cf (patch)
treef6e1d6fcf9f6db3794c418b2f89ecf9e08ff41c8 /docs/manual/mod/mod_autoindex.html.tr.utf8
parentAdding debian version 2.4.38-3+deb10u10. (diff)
downloadapache2-c54018b07a9085c0a3aedbc2bd01a85a3b3e20cf.tar.xz
apache2-c54018b07a9085c0a3aedbc2bd01a85a3b3e20cf.zip
Merging upstream version 2.4.59.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'docs/manual/mod/mod_autoindex.html.tr.utf8')
-rw-r--r--docs/manual/mod/mod_autoindex.html.tr.utf872
1 files changed, 36 insertions, 36 deletions
diff --git a/docs/manual/mod/mod_autoindex.html.tr.utf8 b/docs/manual/mod/mod_autoindex.html.tr.utf8
index 53d3488..5c0d00a 100644
--- a/docs/manual/mod/mod_autoindex.html.tr.utf8
+++ b/docs/manual/mod/mod_autoindex.html.tr.utf8
@@ -96,9 +96,9 @@ yaptığı gibi dizin içeriğini listeler.</td></tr>
<li><img alt="" src="../images/down.gif" /> <a href="#indexstylesheet">IndexStyleSheet</a></li>
<li><img alt="" src="../images/down.gif" /> <a href="#readmename">ReadmeName</a></li>
</ul>
-<h3>Bugfix checklist</h3><ul class="seealso"><li><a href="https://www.apache.org/dist/httpd/CHANGES_2.4">httpd changelog</a></li><li><a href="https://bz.apache.org/bugzilla/buglist.cgi?bug_status=__open__&amp;list_id=144532&amp;product=Apache%20httpd-2&amp;query_format=specific&amp;order=changeddate%20DESC%2Cpriority%2Cbug_severity&amp;component=mod_autoindex">Known issues</a></li><li><a href="https://bz.apache.org/bugzilla/enter_bug.cgi?product=Apache%20httpd-2&amp;component=mod_autoindex">Report a bug</a></li></ul><h3>Ayrıca bakınız:</h3>
+<h3>Bulunan hatalar</h3><ul class="seealso"><li><a href="https://www.apache.org/dist/httpd/CHANGES_2.4">httpd günlüğü</a></li><li><a href="https://bz.apache.org/bugzilla/buglist.cgi?bug_status=__open__&amp;list_id=144532&amp;product=Apache%20httpd-2&amp;query_format=specific&amp;order=changeddate%20DESC%2Cpriority%2Cbug_severity&amp;component=mod_autoindex">Bilinenler</a></li><li><a href="https://bz.apache.org/bugzilla/enter_bug.cgi?product=Apache%20httpd-2&amp;component=mod_autoindex">Hata bildir</a></li></ul><h3>Ayrıca bakınız:</h3>
<ul class="seealso">
-<li><a href="#comments_section">Yorum</a></li></ul></div>
+<li><a href="#comments_section">Yorumlar</a></li></ul></div>
<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
<div class="section">
<h2><a name="query" id="query">Sütun Sıralamada Sorgu Seçenekleri</a></h2>
@@ -166,29 +166,30 @@ yaptığı gibi dizin içeriğini listeler.</td></tr>
<code class="module"><a href="../mod/mod_autoindex.html">mod_autoindex</a></code> tarafından son argüman olarak ele
alınacak ve çözümleme işlemi o noktada duracaktır.</p>
- <div class="example"><pre>&lt;form action="" method="get"&gt;
- &lt;input type="text" name="P" value="*" /&gt; ile eşleşen
- &lt;select name="C"&gt;
- &lt;option value="N" selected="selected"&gt;isme&lt;/option&gt;
- &lt;option value="M"&gt; değişiklik tarihine&lt;/option&gt;
- &lt;option value="S"&gt; boyuta&lt;/option&gt;
- &lt;option value="D"&gt; açıklamaya&lt;/option&gt;
- &lt;/select&gt; göre
- &lt;select name="O"&gt;
- &lt;option value="A" selected="selected"&gt; artan&lt;/option&gt;
- &lt;option value="D"&gt; azalan&lt;/option&gt;
- &lt;/select&gt;
- &lt;select name="V"&gt;
- &lt;option value="0" selected="selected"&gt;normal&lt;/option&gt;
- &lt;option value="1"&gt; sürümlü&lt;/option&gt;
- &lt;/select&gt; sıralamayla bir
- &lt;select name="F"&gt;
- &lt;option value="0"&gt; basit liste&lt;/option&gt;
- &lt;option value="1" selected="selected"&gt; süslü liste&lt;/option&gt;
- &lt;option value="2"&gt; tablolu liste&lt;/option&gt;
- &lt;/select&gt;
- &lt;input type="submit" name="X" value="Göster" /&gt;
-&lt;/form&gt;</pre></div>
+ <div class="example"><h3>Örnek</h3><pre class="prettyprint lang-html">&lt;form action="" method="get"&gt;
+ &lt;input type="text" name="P" value="*" /&gt; ile eşleşen
+ &lt;select name="C"&gt;
+ &lt;option value="N" selected="selected"&gt;isme&lt;/option&gt;
+ &lt;option value="M"&gt; değişiklik tarihine&lt;/option&gt;
+ &lt;option value="S"&gt; boyuta&lt;/option&gt;
+ &lt;option value="D"&gt; açıklamaya&lt;/option&gt;
+ &lt;/select&gt; göre
+ &lt;select name="O"&gt;
+ &lt;option value="A" selected="selected"&gt; artan&lt;/option&gt;
+ &lt;option value="D"&gt; azalan&lt;/option&gt;
+ &lt;/select&gt;
+ &lt;select name="V"&gt;
+ &lt;option value="0" selected="selected"&gt;normal&lt;/option&gt;
+ &lt;option value="1"&gt; sürümlü&lt;/option&gt;
+ &lt;/select&gt; sıralamayla bir
+ &lt;select name="F"&gt;
+ &lt;option value="0"&gt; basit liste&lt;/option&gt;
+ &lt;option value="1" selected="selected"&gt; süslü liste&lt;/option&gt;
+ &lt;option value="2"&gt; tablolu liste&lt;/option&gt;
+ &lt;/select&gt;
+ &lt;input type="submit" name="X" value="Göster" /&gt;
+&lt;/form&gt;</pre>
+</div>
</div>
<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
@@ -559,8 +560,8 @@ belirler.</td></tr>
<tr><th><a href="directive-dict.html#Compatibility">Uyumluluk:</a></th><td>Apache HTTP Sunucusunun 2.3.10 ve sonraki sürümlerinde kullanılabilmektedir.</td></tr>
</table>
<p>Bu yönerge, diğer yapılandırma bölümlerince bir şekilde miras alınmayan
- ve <code class="directive">IndexIgnore</code> tarafından yoksayılan dosyaları
- kaldırır. </p>
+ ve <code class="directive"><a href="#indexignore">IndexIgnore</a></code> tarafından
+ yoksayılan dosyaları kaldırır. </p>
<pre class="prettyprint lang-config">&lt;Directory "/var/www"&gt;
IndexIgnore *.bak .??* *~ *# HEADER* README* RCS CVS *,v *,t
@@ -606,8 +607,7 @@ belirler.</td></tr>
alt dizgesidir.
</dd>
- <dt><a name="indexoptions.charset" id="indexoptions.charset"><code>Charset=<em>karakter-kümesi</em></code></a> (<em>Apache HTTP
- Sunucusunun 2.0.61 ve sonraki sürümleri</em>)</dt>
+ <dt><a name="indexoptions.charset" id="indexoptions.charset"><code>Charset=<em>karakter-kümesi</em></code></a></dt>
<dd><code>Charset</code> seçeneği üretilen sayfa için bir karakter
kümesi belirtebilmenizi sağlar. Dizinin bulunduğu dosya sisteminin
@@ -830,16 +830,16 @@ belirler.</td></tr>
<pre class="prettyprint lang-config">IndexOptions Type=text/plain</pre>
</dd>
-
+
<dt><a name="indexoptions.useolddateformat" id="indexoptions.useolddateformat">UseOldDateFormat</a>
(<em>Apache HTTP Sunucusu 2.4.26 ve sonrasında</em>)</dt>
- <dd><code>Last Modified</code> alanı tarafından kullanılan tarih biçemi
- <code>"%Y-%m-%d %H:%M"</code> dikkatsizlik sonucu 2.4.0 sürümünde
- <code>"%d-%b-%Y %H:%M"</code> olarak değişmiştir. Bu seçenekle tarih
+ <dd><code>Last Modified</code> alanı tarafından kullanılan tarih biçemi
+ <code>"%Y-%m-%d %H:%M"</code> dikkatsizlik sonucu 2.4.0 sürümünde
+ <code>"%d-%b-%Y %H:%M"</code> olarak değişmiştir. Bu seçenekle tarih
biçemini 2.2 ve öncesindeki biçemiyle kullanabilirsiniz.</dd>
-
+
<dt><a name="indexoptions.versionsort" id="indexoptions.versionsort"><code>VersionSort</code></a>
</dt>
@@ -1049,7 +1049,7 @@ ReadmeName /include/FOOTER.html</pre>
<a href="../ja/mod/mod_autoindex.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a> |
<a href="../ko/mod/mod_autoindex.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a> |
<a href="../tr/mod/mod_autoindex.html" title="Türkçe">&nbsp;tr&nbsp;</a></p>
-</div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Yorum</a></h2><div class="warning"><strong>Notice:</strong><br />This is not a Q&amp;A section. Comments placed here should be pointed towards suggestions on improving the documentation or server, and may be removed again by our moderators if they are either implemented or considered invalid/off-topic. Questions on how to manage the Apache HTTP Server should be directed at either our IRC channel, #httpd, on Freenode, or sent to our <a href="http://httpd.apache.org/lists.html">mailing lists</a>.</div>
+</div><div class="top"><a href="#page-header"><img src="../images/up.gif" alt="top" /></a></div><div class="section"><h2><a id="comments_section" name="comments_section">Yorumlar</a></h2><div class="warning"><strong>Notice:</strong><br />This is not a Q&amp;A section. Comments placed here should be pointed towards suggestions on improving the documentation or server, and may be removed by our moderators if they are either implemented or considered invalid/off-topic. Questions on how to manage the Apache HTTP Server should be directed at either our IRC channel, #httpd, on Libera.chat, or sent to our <a href="https://httpd.apache.org/lists.html">mailing lists</a>.</div>
<script type="text/javascript"><!--//--><![CDATA[//><!--
var comments_shortname = 'httpd';
var comments_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_autoindex.html';
@@ -1067,7 +1067,7 @@ var comments_identifier = 'http://httpd.apache.org/docs/2.4/mod/mod_autoindex.ht
}
})(window, document);
//--><!]]></script></div><div id="footer">
-<p class="apache">Copyright 2019 The Apache Software Foundation.<br /><a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a> altında lisanslıdır.</p>
+<p class="apache">Copyright 2024 The Apache Software Foundation.<br /><a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a> altında lisanslıdır.</p>
<p class="menu"><a href="../mod/">Modüller</a> | <a href="../mod/directives.html">Yönergeler</a> | <a href="http://wiki.apache.org/httpd/FAQ">SSS</a> | <a href="../glossary.html">Terimler</a> | <a href="../sitemap.html">Site Haritası</a></p></div><script type="text/javascript"><!--//--><![CDATA[//><!--
if (typeof(prettyPrint) !== 'undefined') {
prettyPrint();