
humbedooh at apache
May 22, 2012, 10:17 PM
Post #1 of 1
(24 views)
Permalink
|
|
svn commit: r1341748 [17/23] - in /httpd/httpd/trunk/docs/manual: ./ developer/ howto/ misc/ mod/ platform/ programs/ rewrite/ ssl/ vhosts/
|
|
Modified: httpd/httpd/trunk/docs/manual/mpm.html.de URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mpm.html.de?rev=1341748&r1=1341747&r2=1341748&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/mpm.html.de (original) +++ httpd/httpd/trunk/docs/manual/mpm.html.de Wed May 23 05:16:51 2012 @@ -131,23 +131,22 @@ <a href="./ko/mpm.html" hreflang="ko" rel="alternate" title="Korean"> ko </a> | <a href="./tr/mpm.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a> | <a href="./zh-cn/mpm.html" hreflang="zh-cn" rel="alternate" title="Simplified Chinese"> zh-cn </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">Kommentare</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected -to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</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">Kommentare</a></h2><div class="warning"><strong>Notice:</strong><br />This is not a Q&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> <script type="text/javascript"><!--//--><![CDATA[//><!-- -var disqus_shortname = 'httpd'; -var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mpm.html.de'; +var comments_shortname = 'httpd'; +var comments_identifier = 'http://httpd.apache.org/docs/2.4/mpm.html.de'; (function(w, d) { - var disabled = true; + var disabled = false; if (w.location.hostname.toLowerCase() == "httpd.apache.org" && disabled !== true) { - d.write('<div id="disqus_thread"><\/div>'); + d.write('<div id="comments_thread"><\/div>'); var s = d.createElement('script'); s.type = 'text/javascript'; s.async = true; - s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + s.src = 'http://c.apaste.info/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier; (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); } else { - d.write('<div id="disqus_thread">Comments are disabled for this page at the moment.<\/div>'); + d.write('<div id="comments_thread">Comments are disabled for this page at the moment.<\/div>'); } })(window, document); //--><!]]></script></div><div id="footer"> Modified: httpd/httpd/trunk/docs/manual/mpm.html.en URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mpm.html.en?rev=1341748&r1=1341747&r2=1341748&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/mpm.html.en (original) +++ httpd/httpd/trunk/docs/manual/mpm.html.en Wed May 23 05:16:51 2012 @@ -149,23 +149,22 @@ choice at compile-time.</p> <a href="./ko/mpm.html" hreflang="ko" rel="alternate" title="Korean"> ko </a> | <a href="./tr/mpm.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a> | <a href="./zh-cn/mpm.html" hreflang="zh-cn" rel="alternate" title="Simplified Chinese"> zh-cn </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">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected -to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</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">Comments</a></h2><div class="warning"><strong>Notice:</strong><br />This is not a Q&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> <script type="text/javascript"><!--//--><![CDATA[//><!-- -var disqus_shortname = 'httpd'; -var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mpm.html.en'; +var comments_shortname = 'httpd'; +var comments_identifier = 'http://httpd.apache.org/docs/2.4/mpm.html.en'; (function(w, d) { - var disabled = true; + var disabled = false; if (w.location.hostname.toLowerCase() == "httpd.apache.org" && disabled !== true) { - d.write('<div id="disqus_thread"><\/div>'); + d.write('<div id="comments_thread"><\/div>'); var s = d.createElement('script'); s.type = 'text/javascript'; s.async = true; - s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + s.src = 'http://c.apaste.info/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier; (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); } else { - d.write('<div id="disqus_thread">Comments are disabled for this page at the moment.<\/div>'); + d.write('<div id="comments_thread">Comments are disabled for this page at the moment.<\/div>'); } })(window, document); //--><!]]></script></div><div id="footer"> Modified: httpd/httpd/trunk/docs/manual/mpm.html.es URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mpm.html.es?rev=1341748&r1=1341747&r2=1341748&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/mpm.html.es (original) +++ httpd/httpd/trunk/docs/manual/mpm.html.es Wed May 23 05:16:51 2012 @@ -142,23 +142,22 @@ especifica lo contrario al compilar.</p> <a href="./ko/mpm.html" hreflang="ko" rel="alternate" title="Korean"> ko </a> | <a href="./tr/mpm.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a> | <a href="./zh-cn/mpm.html" hreflang="zh-cn" rel="alternate" title="Simplified Chinese"> zh-cn </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">Comentarios</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected -to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</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">Comentarios</a></h2><div class="warning"><strong>Notice:</strong><br />This is not a Q&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> <script type="text/javascript"><!--//--><![CDATA[//><!-- -var disqus_shortname = 'httpd'; -var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mpm.html.es'; +var comments_shortname = 'httpd'; +var comments_identifier = 'http://httpd.apache.org/docs/2.4/mpm.html.es'; (function(w, d) { - var disabled = true; + var disabled = false; if (w.location.hostname.toLowerCase() == "httpd.apache.org" && disabled !== true) { - d.write('<div id="disqus_thread"><\/div>'); + d.write('<div id="comments_thread"><\/div>'); var s = d.createElement('script'); s.type = 'text/javascript'; s.async = true; - s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + s.src = 'http://c.apaste.info/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier; (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); } else { - d.write('<div id="disqus_thread">Comments are disabled for this page at the moment.<\/div>'); + d.write('<div id="comments_thread">Comments are disabled for this page at the moment.<\/div>'); } })(window, document); //--><!]]></script></div><div id="footer"> Modified: httpd/httpd/trunk/docs/manual/mpm.html.fr URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mpm.html.fr?rev=1341748&r1=1341747&r2=1341748&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/mpm.html.fr (original) +++ httpd/httpd/trunk/docs/manual/mpm.html.fr Wed May 23 05:16:51 2012 @@ -165,23 +165,22 @@ DSO (Dynamic Shared Object)</a></h2> <a href="./ko/mpm.html" hreflang="ko" rel="alternate" title="Korean"> ko </a> | <a href="./tr/mpm.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a> | <a href="./zh-cn/mpm.html" hreflang="zh-cn" rel="alternate" title="Simplified Chinese"> zh-cn </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">Commentaires</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected -to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</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">Commentaires</a></h2><div class="warning"><strong>Notice:</strong><br />This is not a Q&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> <script type="text/javascript"><!--//--><![CDATA[//><!-- -var disqus_shortname = 'httpd'; -var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mpm.html.fr'; +var comments_shortname = 'httpd'; +var comments_identifier = 'http://httpd.apache.org/docs/2.4/mpm.html.fr'; (function(w, d) { - var disabled = true; + var disabled = false; if (w.location.hostname.toLowerCase() == "httpd.apache.org" && disabled !== true) { - d.write('<div id="disqus_thread"><\/div>'); + d.write('<div id="comments_thread"><\/div>'); var s = d.createElement('script'); s.type = 'text/javascript'; s.async = true; - s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + s.src = 'http://c.apaste.info/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier; (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); } else { - d.write('<div id="disqus_thread">Comments are disabled for this page at the moment.<\/div>'); + d.write('<div id="comments_thread">Comments are disabled for this page at the moment.<\/div>'); } })(window, document); //--><!]]></script></div><div id="footer"> Modified: httpd/httpd/trunk/docs/manual/mpm.html.ja.utf8 URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mpm.html.ja.utf8?rev=1341748&r1=1341747&r2=1341748&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/mpm.html.ja.utf8 [utf-8] (original) +++ httpd/httpd/trunk/docs/manual/mpm.html.ja.utf8 [utf-8] Wed May 23 05:16:51 2012 @@ -137,23 +137,22 @@ Apache HTTP サーバでどのように� <a href="./ko/mpm.html" hreflang="ko" rel="alternate" title="Korean"> ko </a> | <a href="./tr/mpm.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a> | <a href="./zh-cn/mpm.html" hreflang="zh-cn" rel="alternate" title="Simplified Chinese"> zh-cn </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">コメント</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected -to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</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">コメント</a></h2><div class="warning"><strong>Notice:</strong><br />This is not a Q&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> <script type="text/javascript"><!--//--><![CDATA[//><!-- -var disqus_shortname = 'httpd'; -var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mpm.html.ja'; +var comments_shortname = 'httpd'; +var comments_identifier = 'http://httpd.apache.org/docs/2.4/mpm.html.ja'; (function(w, d) { - var disabled = true; + var disabled = false; if (w.location.hostname.toLowerCase() == "httpd.apache.org" && disabled !== true) { - d.write('<div id="disqus_thread"><\/div>'); + d.write('<div id="comments_thread"><\/div>'); var s = d.createElement('script'); s.type = 'text/javascript'; s.async = true; - s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + s.src = 'http://c.apaste.info/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier; (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); } else { - d.write('<div id="disqus_thread">Comments are disabled for this page at the moment.<\/div>'); + d.write('<div id="comments_thread">Comments are disabled for this page at the moment.<\/div>'); } })(window, document); //--><!]]></script></div><div id="footer"> Modified: httpd/httpd/trunk/docs/manual/mpm.html.ko.euc-kr URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mpm.html.ko.euc-kr?rev=1341748&r1=1341747&r2=1341748&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/mpm.html.ko.euc-kr [euc-kr] (original) +++ httpd/httpd/trunk/docs/manual/mpm.html.ko.euc-kr [euc-kr] Wed May 23 05:16:51 2012 @@ -125,23 +125,22 @@ <a href="./ko/mpm.html" title="Korean"> ko </a> | <a href="./tr/mpm.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a> | <a href="./zh-cn/mpm.html" hreflang="zh-cn" rel="alternate" title="Simplified Chinese"> zh-cn </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">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected -to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</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">Comments</a></h2><div class="warning"><strong>Notice:</strong><br />This is not a Q&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> <script type="text/javascript"><!--//--><![CDATA[//><!-- -var disqus_shortname = 'httpd'; -var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mpm.html.ko'; +var comments_shortname = 'httpd'; +var comments_identifier = 'http://httpd.apache.org/docs/2.4/mpm.html.ko'; (function(w, d) { - var disabled = true; + var disabled = false; if (w.location.hostname.toLowerCase() == "httpd.apache.org" && disabled !== true) { - d.write('<div id="disqus_thread"><\/div>'); + d.write('<div id="comments_thread"><\/div>'); var s = d.createElement('script'); s.type = 'text/javascript'; s.async = true; - s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + s.src = 'http://c.apaste.info/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier; (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); } else { - d.write('<div id="disqus_thread">Comments are disabled for this page at the moment.<\/div>'); + d.write('<div id="comments_thread">Comments are disabled for this page at the moment.<\/div>'); } })(window, document); //--><!]]></script></div><div id="footer"> Modified: httpd/httpd/trunk/docs/manual/mpm.html.tr.utf8 URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mpm.html.tr.utf8?rev=1341748&r1=1341747&r2=1341748&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/mpm.html.tr.utf8 [utf-8] (original) +++ httpd/httpd/trunk/docs/manual/mpm.html.tr.utf8 [utf-8] Wed May 23 05:16:51 2012 @@ -148,23 +148,22 @@ <a href="./ko/mpm.html" hreflang="ko" rel="alternate" title="Korean"> ko </a> | <a href="./tr/mpm.html" title="Türkçe"> tr </a> | <a href="./zh-cn/mpm.html" hreflang="zh-cn" rel="alternate" title="Simplified Chinese"> zh-cn </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>This section is experimental!</strong><br />Comments placed here should not be expected -to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</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">Yorum</a></h2><div class="warning"><strong>Notice:</strong><br />This is not a Q&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> <script type="text/javascript"><!--//--><![CDATA[//><!-- -var disqus_shortname = 'httpd'; -var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mpm.html.tr'; +var comments_shortname = 'httpd'; +var comments_identifier = 'http://httpd.apache.org/docs/2.4/mpm.html.tr'; (function(w, d) { - var disabled = true; + var disabled = false; if (w.location.hostname.toLowerCase() == "httpd.apache.org" && disabled !== true) { - d.write('<div id="disqus_thread"><\/div>'); + d.write('<div id="comments_thread"><\/div>'); var s = d.createElement('script'); s.type = 'text/javascript'; s.async = true; - s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + s.src = 'http://c.apaste.info/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier; (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); } else { - d.write('<div id="disqus_thread">Comments are disabled for this page at the moment.<\/div>'); + d.write('<div id="comments_thread">Comments are disabled for this page at the moment.<\/div>'); } })(window, document); //--><!]]></script></div><div id="footer"> Modified: httpd/httpd/trunk/docs/manual/mpm.html.zh-cn URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mpm.html.zh-cn?rev=1341748&r1=1341747&r2=1341748&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/mpm.html.zh-cn (original) +++ httpd/httpd/trunk/docs/manual/mpm.html.zh-cn Wed May 23 05:16:51 2012 @@ -126,23 +126,22 @@ <a href="./ko/mpm.html" hreflang="ko" rel="alternate" title="Korean"> ko </a> | <a href="./tr/mpm.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </a> | <a href="./zh-cn/mpm.html" title="Simplified Chinese"> zh-cn </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">è¯è®º</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected -to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</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">è¯è®º</a></h2><div class="warning"><strong>Notice:</strong><br />This is not a Q&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> <script type="text/javascript"><!--//--><![CDATA[//><!-- -var disqus_shortname = 'httpd'; -var disqus_identifier = 'http://httpd.apache.org/docs/2.4/mpm.html.zh-cn'; +var comments_shortname = 'httpd'; +var comments_identifier = 'http://httpd.apache.org/docs/2.4/mpm.html.zh-cn'; (function(w, d) { - var disabled = true; + var disabled = false; if (w.location.hostname.toLowerCase() == "httpd.apache.org" && disabled !== true) { - d.write('<div id="disqus_thread"><\/div>'); + d.write('<div id="comments_thread"><\/div>'); var s = d.createElement('script'); s.type = 'text/javascript'; s.async = true; - s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + s.src = 'http://c.apaste.info/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier; (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); } else { - d.write('<div id="disqus_thread">Comments are disabled for this page at the moment.<\/div>'); + d.write('<div id="comments_thread">Comments are disabled for this page at the moment.<\/div>'); } })(window, document); //--><!]]></script></div><div id="footer"> Modified: httpd/httpd/trunk/docs/manual/new_features_2_0.html.de URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/new_features_2_0.html.de?rev=1341748&r1=1341747&r2=1341748&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/new_features_2_0.html.de (original) +++ httpd/httpd/trunk/docs/manual/new_features_2_0.html.de Wed May 23 05:16:51 2012 @@ -265,23 +265,22 @@ <a href="./pt-br/new_features_2_0.html" hreflang="pt-br" rel="alternate" title="Português (Brasil)"> pt-br </a> | <a href="./ru/new_features_2_0.html" hreflang="ru" rel="alternate" title="Russian"> ru </a> | <a href="./tr/new_features_2_0.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </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">Kommentare</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected -to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</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">Kommentare</a></h2><div class="warning"><strong>Notice:</strong><br />This is not a Q&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> <script type="text/javascript"><!--//--><![CDATA[//><!-- -var disqus_shortname = 'httpd'; -var disqus_identifier = 'http://httpd.apache.org/docs/2.4/new_features_2_0.html.de'; +var comments_shortname = 'httpd'; +var comments_identifier = 'http://httpd.apache.org/docs/2.4/new_features_2_0.html.de'; (function(w, d) { - var disabled = true; + var disabled = false; if (w.location.hostname.toLowerCase() == "httpd.apache.org" && disabled !== true) { - d.write('<div id="disqus_thread"><\/div>'); + d.write('<div id="comments_thread"><\/div>'); var s = d.createElement('script'); s.type = 'text/javascript'; s.async = true; - s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + s.src = 'http://c.apaste.info/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier; (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); } else { - d.write('<div id="disqus_thread">Comments are disabled for this page at the moment.<\/div>'); + d.write('<div id="comments_thread">Comments are disabled for this page at the moment.<\/div>'); } })(window, document); //--><!]]></script></div><div id="footer"> Modified: httpd/httpd/trunk/docs/manual/new_features_2_0.html.en URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/new_features_2_0.html.en?rev=1341748&r1=1341747&r2=1341748&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/new_features_2_0.html.en (original) +++ httpd/httpd/trunk/docs/manual/new_features_2_0.html.en Wed May 23 05:16:51 2012 @@ -242,23 +242,22 @@ <a href="./pt-br/new_features_2_0.html" hreflang="pt-br" rel="alternate" title="Português (Brasil)"> pt-br </a> | <a href="./ru/new_features_2_0.html" hreflang="ru" rel="alternate" title="Russian"> ru </a> | <a href="./tr/new_features_2_0.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </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">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected -to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</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">Comments</a></h2><div class="warning"><strong>Notice:</strong><br />This is not a Q&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> <script type="text/javascript"><!--//--><![CDATA[//><!-- -var disqus_shortname = 'httpd'; -var disqus_identifier = 'http://httpd.apache.org/docs/2.4/new_features_2_0.html.en'; +var comments_shortname = 'httpd'; +var comments_identifier = 'http://httpd.apache.org/docs/2.4/new_features_2_0.html.en'; (function(w, d) { - var disabled = true; + var disabled = false; if (w.location.hostname.toLowerCase() == "httpd.apache.org" && disabled !== true) { - d.write('<div id="disqus_thread"><\/div>'); + d.write('<div id="comments_thread"><\/div>'); var s = d.createElement('script'); s.type = 'text/javascript'; s.async = true; - s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + s.src = 'http://c.apaste.info/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier; (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); } else { - d.write('<div id="disqus_thread">Comments are disabled for this page at the moment.<\/div>'); + d.write('<div id="comments_thread">Comments are disabled for this page at the moment.<\/div>'); } })(window, document); //--><!]]></script></div><div id="footer"> Modified: httpd/httpd/trunk/docs/manual/new_features_2_0.html.fr URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/new_features_2_0.html.fr?rev=1341748&r1=1341747&r2=1341748&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/new_features_2_0.html.fr (original) +++ httpd/httpd/trunk/docs/manual/new_features_2_0.html.fr Wed May 23 05:16:51 2012 @@ -257,23 +257,22 @@ <a href="./pt-br/new_features_2_0.html" hreflang="pt-br" rel="alternate" title="Português (Brasil)"> pt-br </a> | <a href="./ru/new_features_2_0.html" hreflang="ru" rel="alternate" title="Russian"> ru </a> | <a href="./tr/new_features_2_0.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </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">Commentaires</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected -to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</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">Commentaires</a></h2><div class="warning"><strong>Notice:</strong><br />This is not a Q&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> <script type="text/javascript"><!--//--><![CDATA[//><!-- -var disqus_shortname = 'httpd'; -var disqus_identifier = 'http://httpd.apache.org/docs/2.4/new_features_2_0.html.fr'; +var comments_shortname = 'httpd'; +var comments_identifier = 'http://httpd.apache.org/docs/2.4/new_features_2_0.html.fr'; (function(w, d) { - var disabled = true; + var disabled = false; if (w.location.hostname.toLowerCase() == "httpd.apache.org" && disabled !== true) { - d.write('<div id="disqus_thread"><\/div>'); + d.write('<div id="comments_thread"><\/div>'); var s = d.createElement('script'); s.type = 'text/javascript'; s.async = true; - s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + s.src = 'http://c.apaste.info/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier; (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); } else { - d.write('<div id="disqus_thread">Comments are disabled for this page at the moment.<\/div>'); + d.write('<div id="comments_thread">Comments are disabled for this page at the moment.<\/div>'); } })(window, document); //--><!]]></script></div><div id="footer"> Modified: httpd/httpd/trunk/docs/manual/new_features_2_0.html.ja.utf8 URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/new_features_2_0.html.ja.utf8?rev=1341748&r1=1341747&r2=1341748&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/new_features_2_0.html.ja.utf8 [utf-8] (original) +++ httpd/httpd/trunk/docs/manual/new_features_2_0.html.ja.utf8 [utf-8] Wed May 23 05:16:51 2012 @@ -256,23 +256,22 @@ <a href="./pt-br/new_features_2_0.html" hreflang="pt-br" rel="alternate" title="Português (Brasil)"> pt-br </a> | <a href="./ru/new_features_2_0.html" hreflang="ru" rel="alternate" title="Russian"> ru </a> | <a href="./tr/new_features_2_0.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </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">コメント</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected -to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</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">コメント</a></h2><div class="warning"><strong>Notice:</strong><br />This is not a Q&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> <script type="text/javascript"><!--//--><![CDATA[//><!-- -var disqus_shortname = 'httpd'; -var disqus_identifier = 'http://httpd.apache.org/docs/2.4/new_features_2_0.html.ja'; +var comments_shortname = 'httpd'; +var comments_identifier = 'http://httpd.apache.org/docs/2.4/new_features_2_0.html.ja'; (function(w, d) { - var disabled = true; + var disabled = false; if (w.location.hostname.toLowerCase() == "httpd.apache.org" && disabled !== true) { - d.write('<div id="disqus_thread"><\/div>'); + d.write('<div id="comments_thread"><\/div>'); var s = d.createElement('script'); s.type = 'text/javascript'; s.async = true; - s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + s.src = 'http://c.apaste.info/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier; (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); } else { - d.write('<div id="disqus_thread">Comments are disabled for this page at the moment.<\/div>'); + d.write('<div id="comments_thread">Comments are disabled for this page at the moment.<\/div>'); } })(window, document); //--><!]]></script></div><div id="footer"> Modified: httpd/httpd/trunk/docs/manual/new_features_2_0.html.ko.euc-kr URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/new_features_2_0.html.ko.euc-kr?rev=1341748&r1=1341747&r2=1341748&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/new_features_2_0.html.ko.euc-kr [euc-kr] (original) +++ httpd/httpd/trunk/docs/manual/new_features_2_0.html.ko.euc-kr [euc-kr] Wed May 23 05:16:51 2012 @@ -234,23 +234,22 @@ <a href="./pt-br/new_features_2_0.html" hreflang="pt-br" rel="alternate" title="Português (Brasil)"> pt-br </a> | <a href="./ru/new_features_2_0.html" hreflang="ru" rel="alternate" title="Russian"> ru </a> | <a href="./tr/new_features_2_0.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </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">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected -to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</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">Comments</a></h2><div class="warning"><strong>Notice:</strong><br />This is not a Q&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> <script type="text/javascript"><!--//--><![CDATA[//><!-- -var disqus_shortname = 'httpd'; -var disqus_identifier = 'http://httpd.apache.org/docs/2.4/new_features_2_0.html.ko'; +var comments_shortname = 'httpd'; +var comments_identifier = 'http://httpd.apache.org/docs/2.4/new_features_2_0.html.ko'; (function(w, d) { - var disabled = true; + var disabled = false; if (w.location.hostname.toLowerCase() == "httpd.apache.org" && disabled !== true) { - d.write('<div id="disqus_thread"><\/div>'); + d.write('<div id="comments_thread"><\/div>'); var s = d.createElement('script'); s.type = 'text/javascript'; s.async = true; - s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + s.src = 'http://c.apaste.info/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier; (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); } else { - d.write('<div id="disqus_thread">Comments are disabled for this page at the moment.<\/div>'); + d.write('<div id="comments_thread">Comments are disabled for this page at the moment.<\/div>'); } })(window, document); //--><!]]></script></div><div id="footer"> Modified: httpd/httpd/trunk/docs/manual/new_features_2_0.html.pt-br URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/new_features_2_0.html.pt-br?rev=1341748&r1=1341747&r2=1341748&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/new_features_2_0.html.pt-br (original) +++ httpd/httpd/trunk/docs/manual/new_features_2_0.html.pt-br Wed May 23 05:16:51 2012 @@ -244,23 +244,22 @@ <a href="./pt-br/new_features_2_0.html" title="Português (Brasil)"> pt-br </a> | <a href="./ru/new_features_2_0.html" hreflang="ru" rel="alternate" title="Russian"> ru </a> | <a href="./tr/new_features_2_0.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </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">Comentários</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected -to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</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">Comentários</a></h2><div class="warning"><strong>Notice:</strong><br />This is not a Q&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> <script type="text/javascript"><!--//--><![CDATA[//><!-- -var disqus_shortname = 'httpd'; -var disqus_identifier = 'http://httpd.apache.org/docs/2.4/new_features_2_0.html.pt-br'; +var comments_shortname = 'httpd'; +var comments_identifier = 'http://httpd.apache.org/docs/2.4/new_features_2_0.html.pt-br'; (function(w, d) { - var disabled = true; + var disabled = false; if (w.location.hostname.toLowerCase() == "httpd.apache.org" && disabled !== true) { - d.write('<div id="disqus_thread"><\/div>'); + d.write('<div id="comments_thread"><\/div>'); var s = d.createElement('script'); s.type = 'text/javascript'; s.async = true; - s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + s.src = 'http://c.apaste.info/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier; (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); } else { - d.write('<div id="disqus_thread">Comments are disabled for this page at the moment.<\/div>'); + d.write('<div id="comments_thread">Comments are disabled for this page at the moment.<\/div>'); } })(window, document); //--><!]]></script></div><div id="footer"> Modified: httpd/httpd/trunk/docs/manual/new_features_2_0.html.ru.koi8-r URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/new_features_2_0.html.ru.koi8-r?rev=1341748&r1=1341747&r2=1341748&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/new_features_2_0.html.ru.koi8-r [koi8-r] (original) +++ httpd/httpd/trunk/docs/manual/new_features_2_0.html.ru.koi8-r [koi8-r] Wed May 23 05:16:51 2012 @@ -251,23 +251,22 @@ <a href="./pt-br/new_features_2_0.html" hreflang="pt-br" rel="alternate" title="Português (Brasil)"> pt-br </a> | <a href="./ru/new_features_2_0.html" title="Russian"> ru </a> | <a href="./tr/new_features_2_0.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </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">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected -to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</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">Comments</a></h2><div class="warning"><strong>Notice:</strong><br />This is not a Q&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> <script type="text/javascript"><!--//--><![CDATA[//><!-- -var disqus_shortname = 'httpd'; -var disqus_identifier = 'http://httpd.apache.org/docs/2.4/new_features_2_0.html.ru'; +var comments_shortname = 'httpd'; +var comments_identifier = 'http://httpd.apache.org/docs/2.4/new_features_2_0.html.ru'; (function(w, d) { - var disabled = true; + var disabled = false; if (w.location.hostname.toLowerCase() == "httpd.apache.org" && disabled !== true) { - d.write('<div id="disqus_thread"><\/div>'); + d.write('<div id="comments_thread"><\/div>'); var s = d.createElement('script'); s.type = 'text/javascript'; s.async = true; - s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + s.src = 'http://c.apaste.info/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier; (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); } else { - d.write('<div id="disqus_thread">Comments are disabled for this page at the moment.<\/div>'); + d.write('<div id="comments_thread">Comments are disabled for this page at the moment.<\/div>'); } })(window, document); //--><!]]></script></div><div id="footer"> Modified: httpd/httpd/trunk/docs/manual/new_features_2_0.html.tr.utf8 URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/new_features_2_0.html.tr.utf8?rev=1341748&r1=1341747&r2=1341748&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/new_features_2_0.html.tr.utf8 [utf-8] (original) +++ httpd/httpd/trunk/docs/manual/new_features_2_0.html.tr.utf8 [utf-8] Wed May 23 05:16:51 2012 @@ -248,23 +248,22 @@ <a href="./pt-br/new_features_2_0.html" hreflang="pt-br" rel="alternate" title="Português (Brasil)"> pt-br </a> | <a href="./ru/new_features_2_0.html" hreflang="ru" rel="alternate" title="Russian"> ru </a> | <a href="./tr/new_features_2_0.html" title="Türkçe"> tr </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>This section is experimental!</strong><br />Comments placed here should not be expected -to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</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">Yorum</a></h2><div class="warning"><strong>Notice:</strong><br />This is not a Q&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> <script type="text/javascript"><!--//--><![CDATA[//><!-- -var disqus_shortname = 'httpd'; -var disqus_identifier = 'http://httpd.apache.org/docs/2.4/new_features_2_0.html.tr'; +var comments_shortname = 'httpd'; +var comments_identifier = 'http://httpd.apache.org/docs/2.4/new_features_2_0.html.tr'; (function(w, d) { - var disabled = true; + var disabled = false; if (w.location.hostname.toLowerCase() == "httpd.apache.org" && disabled !== true) { - d.write('<div id="disqus_thread"><\/div>'); + d.write('<div id="comments_thread"><\/div>'); var s = d.createElement('script'); s.type = 'text/javascript'; s.async = true; - s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + s.src = 'http://c.apaste.info/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier; (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); } else { - d.write('<div id="disqus_thread">Comments are disabled for this page at the moment.<\/div>'); + d.write('<div id="comments_thread">Comments are disabled for this page at the moment.<\/div>'); } })(window, document); //--><!]]></script></div><div id="footer"> Modified: httpd/httpd/trunk/docs/manual/new_features_2_2.html.en URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/new_features_2_2.html.en?rev=1341748&r1=1341747&r2=1341748&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/new_features_2_2.html.en (original) +++ httpd/httpd/trunk/docs/manual/new_features_2_2.html.en Wed May 23 05:16:51 2012 @@ -276,23 +276,22 @@ <a href="./ko/new_features_2_2.html" hreflang="ko" rel="alternate" title="Korean"> ko </a> | <a href="./pt-br/new_features_2_2.html" hreflang="pt-br" rel="alternate" title="Português (Brasil)"> pt-br </a> | <a href="./tr/new_features_2_2.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </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">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected -to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</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">Comments</a></h2><div class="warning"><strong>Notice:</strong><br />This is not a Q&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> <script type="text/javascript"><!--//--><![CDATA[//><!-- -var disqus_shortname = 'httpd'; -var disqus_identifier = 'http://httpd.apache.org/docs/2.4/new_features_2_2.html.en'; +var comments_shortname = 'httpd'; +var comments_identifier = 'http://httpd.apache.org/docs/2.4/new_features_2_2.html.en'; (function(w, d) { - var disabled = true; + var disabled = false; if (w.location.hostname.toLowerCase() == "httpd.apache.org" && disabled !== true) { - d.write('<div id="disqus_thread"><\/div>'); + d.write('<div id="comments_thread"><\/div>'); var s = d.createElement('script'); s.type = 'text/javascript'; s.async = true; - s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + s.src = 'http://c.apaste.info/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier; (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); } else { - d.write('<div id="disqus_thread">Comments are disabled for this page at the moment.<\/div>'); + d.write('<div id="comments_thread">Comments are disabled for this page at the moment.<\/div>'); } })(window, document); //--><!]]></script></div><div id="footer"> Modified: httpd/httpd/trunk/docs/manual/new_features_2_2.html.fr URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/new_features_2_2.html.fr?rev=1341748&r1=1341747&r2=1341748&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/new_features_2_2.html.fr (original) +++ httpd/httpd/trunk/docs/manual/new_features_2_2.html.fr Wed May 23 05:16:51 2012 @@ -302,23 +302,22 @@ <a href="./ko/new_features_2_2.html" hreflang="ko" rel="alternate" title="Korean"> ko </a> | <a href="./pt-br/new_features_2_2.html" hreflang="pt-br" rel="alternate" title="Português (Brasil)"> pt-br </a> | <a href="./tr/new_features_2_2.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </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">Commentaires</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected -to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</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">Commentaires</a></h2><div class="warning"><strong>Notice:</strong><br />This is not a Q&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> <script type="text/javascript"><!--//--><![CDATA[//><!-- -var disqus_shortname = 'httpd'; -var disqus_identifier = 'http://httpd.apache.org/docs/2.4/new_features_2_2.html.fr'; +var comments_shortname = 'httpd'; +var comments_identifier = 'http://httpd.apache.org/docs/2.4/new_features_2_2.html.fr'; (function(w, d) { - var disabled = true; + var disabled = false; if (w.location.hostname.toLowerCase() == "httpd.apache.org" && disabled !== true) { - d.write('<div id="disqus_thread"><\/div>'); + d.write('<div id="comments_thread"><\/div>'); var s = d.createElement('script'); s.type = 'text/javascript'; s.async = true; - s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + s.src = 'http://c.apaste.info/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier; (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); } else { - d.write('<div id="disqus_thread">Comments are disabled for this page at the moment.<\/div>'); + d.write('<div id="comments_thread">Comments are disabled for this page at the moment.<\/div>'); } })(window, document); //--><!]]></script></div><div id="footer"> Modified: httpd/httpd/trunk/docs/manual/new_features_2_2.html.ko.euc-kr URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/new_features_2_2.html.ko.euc-kr?rev=1341748&r1=1341747&r2=1341748&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/new_features_2_2.html.ko.euc-kr [euc-kr] (original) +++ httpd/httpd/trunk/docs/manual/new_features_2_2.html.ko.euc-kr [euc-kr] Wed May 23 05:16:51 2012 @@ -127,23 +127,22 @@ <a href="./ko/new_features_2_2.html" title="Korean"> ko </a> | <a href="./pt-br/new_features_2_2.html" hreflang="pt-br" rel="alternate" title="Português (Brasil)"> pt-br </a> | <a href="./tr/new_features_2_2.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </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">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected -to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</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">Comments</a></h2><div class="warning"><strong>Notice:</strong><br />This is not a Q&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> <script type="text/javascript"><!--//--><![CDATA[//><!-- -var disqus_shortname = 'httpd'; -var disqus_identifier = 'http://httpd.apache.org/docs/2.4/new_features_2_2.html.ko'; +var comments_shortname = 'httpd'; +var comments_identifier = 'http://httpd.apache.org/docs/2.4/new_features_2_2.html.ko'; (function(w, d) { - var disabled = true; + var disabled = false; if (w.location.hostname.toLowerCase() == "httpd.apache.org" && disabled !== true) { - d.write('<div id="disqus_thread"><\/div>'); + d.write('<div id="comments_thread"><\/div>'); var s = d.createElement('script'); s.type = 'text/javascript'; s.async = true; - s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + s.src = 'http://c.apaste.info/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier; (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); } else { - d.write('<div id="disqus_thread">Comments are disabled for this page at the moment.<\/div>'); + d.write('<div id="comments_thread">Comments are disabled for this page at the moment.<\/div>'); } })(window, document); //--><!]]></script></div><div id="footer"> Modified: httpd/httpd/trunk/docs/manual/new_features_2_2.html.pt-br URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/new_features_2_2.html.pt-br?rev=1341748&r1=1341747&r2=1341748&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/new_features_2_2.html.pt-br (original) +++ httpd/httpd/trunk/docs/manual/new_features_2_2.html.pt-br Wed May 23 05:16:51 2012 @@ -136,23 +136,22 @@ <a href="./ko/new_features_2_2.html" hreflang="ko" rel="alternate" title="Korean"> ko </a> | <a href="./pt-br/new_features_2_2.html" title="Português (Brasil)"> pt-br </a> | <a href="./tr/new_features_2_2.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </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">Comentários</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected -to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</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">Comentários</a></h2><div class="warning"><strong>Notice:</strong><br />This is not a Q&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> <script type="text/javascript"><!--//--><![CDATA[//><!-- -var disqus_shortname = 'httpd'; -var disqus_identifier = 'http://httpd.apache.org/docs/2.4/new_features_2_2.html.pt-br'; +var comments_shortname = 'httpd'; +var comments_identifier = 'http://httpd.apache.org/docs/2.4/new_features_2_2.html.pt-br'; (function(w, d) { - var disabled = true; + var disabled = false; if (w.location.hostname.toLowerCase() == "httpd.apache.org" && disabled !== true) { - d.write('<div id="disqus_thread"><\/div>'); + d.write('<div id="comments_thread"><\/div>'); var s = d.createElement('script'); s.type = 'text/javascript'; s.async = true; - s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + s.src = 'http://c.apaste.info/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier; (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); } else { - d.write('<div id="disqus_thread">Comments are disabled for this page at the moment.<\/div>'); + d.write('<div id="comments_thread">Comments are disabled for this page at the moment.<\/div>'); } })(window, document); //--><!]]></script></div><div id="footer"> Modified: httpd/httpd/trunk/docs/manual/new_features_2_2.html.tr.utf8 URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/new_features_2_2.html.tr.utf8?rev=1341748&r1=1341747&r2=1341748&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/new_features_2_2.html.tr.utf8 [utf-8] (original) +++ httpd/httpd/trunk/docs/manual/new_features_2_2.html.tr.utf8 [utf-8] Wed May 23 05:16:51 2012 @@ -276,23 +276,22 @@ <a href="./ko/new_features_2_2.html" hreflang="ko" rel="alternate" title="Korean"> ko </a> | <a href="./pt-br/new_features_2_2.html" hreflang="pt-br" rel="alternate" title="Português (Brasil)"> pt-br </a> | <a href="./tr/new_features_2_2.html" title="Türkçe"> tr </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>This section is experimental!</strong><br />Comments placed here should not be expected -to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</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">Yorum</a></h2><div class="warning"><strong>Notice:</strong><br />This is not a Q&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> <script type="text/javascript"><!--//--><![CDATA[//><!-- -var disqus_shortname = 'httpd'; -var disqus_identifier = 'http://httpd.apache.org/docs/2.4/new_features_2_2.html.tr'; +var comments_shortname = 'httpd'; +var comments_identifier = 'http://httpd.apache.org/docs/2.4/new_features_2_2.html.tr'; (function(w, d) { - var disabled = true; + var disabled = false; if (w.location.hostname.toLowerCase() == "httpd.apache.org" && disabled !== true) { - d.write('<div id="disqus_thread"><\/div>'); + d.write('<div id="comments_thread"><\/div>'); var s = d.createElement('script'); s.type = 'text/javascript'; s.async = true; - s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + s.src = 'http://c.apaste.info/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier; (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); } else { - d.write('<div id="disqus_thread">Comments are disabled for this page at the moment.<\/div>'); + d.write('<div id="comments_thread">Comments are disabled for this page at the moment.<\/div>'); } })(window, document); //--><!]]></script></div><div id="footer"> Modified: httpd/httpd/trunk/docs/manual/new_features_2_4.html.en URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/new_features_2_4.html.en?rev=1341748&r1=1341747&r2=1341748&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/new_features_2_4.html.en (original) +++ httpd/httpd/trunk/docs/manual/new_features_2_4.html.en Wed May 23 05:16:51 2012 @@ -396,23 +396,22 @@ <p><span>Available Languages: </span><a href="./en/new_features_2_4.html" title="English"> en </a> | <a href="./fr/new_features_2_4.html" hreflang="fr" rel="alternate" title="Français"> fr </a> | <a href="./tr/new_features_2_4.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </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">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected -to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</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">Comments</a></h2><div class="warning"><strong>Notice:</strong><br />This is not a Q&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> <script type="text/javascript"><!--//--><![CDATA[//><!-- -var disqus_shortname = 'httpd'; -var disqus_identifier = 'http://httpd.apache.org/docs/2.4/new_features_2_4.html.en'; +var comments_shortname = 'httpd'; +var comments_identifier = 'http://httpd.apache.org/docs/2.4/new_features_2_4.html.en'; (function(w, d) { - var disabled = true; + var disabled = false; if (w.location.hostname.toLowerCase() == "httpd.apache.org" && disabled !== true) { - d.write('<div id="disqus_thread"><\/div>'); + d.write('<div id="comments_thread"><\/div>'); var s = d.createElement('script'); s.type = 'text/javascript'; s.async = true; - s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + s.src = 'http://c.apaste.info/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier; (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); } else { - d.write('<div id="disqus_thread">Comments are disabled for this page at the moment.<\/div>'); + d.write('<div id="comments_thread">Comments are disabled for this page at the moment.<\/div>'); } })(window, document); //--><!]]></script></div><div id="footer"> Modified: httpd/httpd/trunk/docs/manual/new_features_2_4.html.fr URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/new_features_2_4.html.fr?rev=1341748&r1=1341747&r2=1341748&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/new_features_2_4.html.fr (original) +++ httpd/httpd/trunk/docs/manual/new_features_2_4.html.fr Wed May 23 05:16:51 2012 @@ -441,23 +441,22 @@ serveur HTTP Apache</h1> <p><span>Langues Disponibles: </span><a href="./en/new_features_2_4.html" hreflang="en" rel="alternate" title="English"> en </a> | <a href="./fr/new_features_2_4.html" title="Français"> fr </a> | <a href="./tr/new_features_2_4.html" hreflang="tr" rel="alternate" title="Türkçe"> tr </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">Commentaires</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected -to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</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">Commentaires</a></h2><div class="warning"><strong>Notice:</strong><br />This is not a Q&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> <script type="text/javascript"><!--//--><![CDATA[//><!-- -var disqus_shortname = 'httpd'; -var disqus_identifier = 'http://httpd.apache.org/docs/2.4/new_features_2_4.html.fr'; +var comments_shortname = 'httpd'; +var comments_identifier = 'http://httpd.apache.org/docs/2.4/new_features_2_4.html.fr'; (function(w, d) { - var disabled = true; + var disabled = false; if (w.location.hostname.toLowerCase() == "httpd.apache.org" && disabled !== true) { - d.write('<div id="disqus_thread"><\/div>'); + d.write('<div id="comments_thread"><\/div>'); var s = d.createElement('script'); s.type = 'text/javascript'; s.async = true; - s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + s.src = 'http://c.apaste.info/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier; (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); } else { - d.write('<div id="disqus_thread">Comments are disabled for this page at the moment.<\/div>'); + d.write('<div id="comments_thread">Comments are disabled for this page at the moment.<\/div>'); } })(window, document); //--><!]]></script></div><div id="footer"> Modified: httpd/httpd/trunk/docs/manual/new_features_2_4.html.tr.utf8 URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/new_features_2_4.html.tr.utf8?rev=1341748&r1=1341747&r2=1341748&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/new_features_2_4.html.tr.utf8 [utf-8] (original) +++ httpd/httpd/trunk/docs/manual/new_features_2_4.html.tr.utf8 [utf-8] Wed May 23 05:16:51 2012 @@ -402,23 +402,22 @@ <p><span>Mevcut Diller: </span><a href="./en/new_features_2_4.html" hreflang="en" rel="alternate" title="English"> en </a> | <a href="./fr/new_features_2_4.html" hreflang="fr" rel="alternate" title="Français"> fr </a> | <a href="./tr/new_features_2_4.html" title="Türkçe"> tr </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>This section is experimental!</strong><br />Comments placed here should not be expected -to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</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">Yorum</a></h2><div class="warning"><strong>Notice:</strong><br />This is not a Q&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> <script type="text/javascript"><!--//--><![CDATA[//><!-- -var disqus_shortname = 'httpd'; -var disqus_identifier = 'http://httpd.apache.org/docs/2.4/new_features_2_4.html.tr'; +var comments_shortname = 'httpd'; +var comments_identifier = 'http://httpd.apache.org/docs/2.4/new_features_2_4.html.tr'; (function(w, d) { - var disabled = true; + var disabled = false; if (w.location.hostname.toLowerCase() == "httpd.apache.org" && disabled !== true) { - d.write('<div id="disqus_thread"><\/div>'); + d.write('<div id="comments_thread"><\/div>'); var s = d.createElement('script'); s.type = 'text/javascript'; s.async = true; - s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + s.src = 'http://c.apaste.info/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier; (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); } else { - d.write('<div id="disqus_thread">Comments are disabled for this page at the moment.<\/div>'); + d.write('<div id="comments_thread">Comments are disabled for this page at the moment.<\/div>'); } })(window, document); //--><!]]></script></div><div id="footer"> Modified: httpd/httpd/trunk/docs/manual/platform/netware.html.en URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/platform/netware.html.en?rev=1341748&r1=1341747&r2=1341748&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/platform/netware.html.en (original) +++ httpd/httpd/trunk/docs/manual/platform/netware.html.en Wed May 23 05:16:51 2012 @@ -661,23 +661,22 @@ <div class="bottomlang"> <p><span>Available Languages: </span><a href="../en/platform/netware.html" title="English"> en </a> | <a href="../ko/platform/netware.html" hreflang="ko" rel="alternate" title="Korean"> ko </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">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected -to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</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">Comments</a></h2><div class="warning"><strong>Notice:</strong><br />This is not a Q&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> <script type="text/javascript"><!--//--><![CDATA[//><!-- -var disqus_shortname = 'httpd'; -var disqus_identifier = 'http://httpd.apache.org/docs/2.4/platform/netware.html.en'; +var comments_shortname = 'httpd'; +var comments_identifier = 'http://httpd.apache.org/docs/2.4/platform/netware.html.en'; (function(w, d) { - var disabled = true; + var disabled = false; if (w.location.hostname.toLowerCase() == "httpd.apache.org" && disabled !== true) { - d.write('<div id="disqus_thread"><\/div>'); + d.write('<div id="comments_thread"><\/div>'); var s = d.createElement('script'); s.type = 'text/javascript'; s.async = true; - s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + s.src = 'http://c.apaste.info/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier; (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); } else { - d.write('<div id="disqus_thread">Comments are disabled for this page at the moment.<\/div>'); + d.write('<div id="comments_thread">Comments are disabled for this page at the moment.<\/div>'); } })(window, document); //--><!]]></script></div><div id="footer"> Modified: httpd/httpd/trunk/docs/manual/platform/netware.html.ko.euc-kr URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/platform/netware.html.ko.euc-kr?rev=1341748&r1=1341747&r2=1341748&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/platform/netware.html.ko.euc-kr [euc-kr] (original) +++ httpd/httpd/trunk/docs/manual/platform/netware.html.ko.euc-kr [euc-kr] Wed May 23 05:16:51 2012 @@ -578,23 +578,22 @@ <div class="bottomlang"> <p><span>가능한 언어: </span><a href="../en/platform/netware.html" hreflang="en" rel="alternate" title="English"> en </a> | <a href="../ko/platform/netware.html" title="Korean"> ko </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">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected -to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</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">Comments</a></h2><div class="warning"><strong>Notice:</strong><br />This is not a Q&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> <script type="text/javascript"><!--//--><![CDATA[//><!-- -var disqus_shortname = 'httpd'; -var disqus_identifier = 'http://httpd.apache.org/docs/2.4/platform/netware.html.ko'; +var comments_shortname = 'httpd'; +var comments_identifier = 'http://httpd.apache.org/docs/2.4/platform/netware.html.ko'; (function(w, d) { - var disabled = true; + var disabled = false; if (w.location.hostname.toLowerCase() == "httpd.apache.org" && disabled !== true) { - d.write('<div id="disqus_thread"><\/div>'); + d.write('<div id="comments_thread"><\/div>'); var s = d.createElement('script'); s.type = 'text/javascript'; s.async = true; - s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + s.src = 'http://c.apaste.info/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier; (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); } else { - d.write('<div id="disqus_thread">Comments are disabled for this page at the moment.<\/div>'); + d.write('<div id="comments_thread">Comments are disabled for this page at the moment.<\/div>'); } })(window, document); //--><!]]></script></div><div id="footer"> Modified: httpd/httpd/trunk/docs/manual/platform/perf-hp.html.en URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/platform/perf-hp.html.en?rev=1341748&r1=1341747&r2=1341748&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/platform/perf-hp.html.en (original) +++ httpd/httpd/trunk/docs/manual/platform/perf-hp.html.en Wed May 23 05:16:51 2012 @@ -102,23 +102,22 @@ Subject: HP-UX tuning tips <div class="bottomlang"> <p><span>Available Languages: </span><a href="../en/platform/perf-hp.html" title="English"> en </a> | <a href="../ko/platform/perf-hp.html" hreflang="ko" rel="alternate" title="Korean"> ko </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">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected -to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</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">Comments</a></h2><div class="warning"><strong>Notice:</strong><br />This is not a Q&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> <script type="text/javascript"><!--//--><![CDATA[//><!-- -var disqus_shortname = 'httpd'; -var disqus_identifier = 'http://httpd.apache.org/docs/2.4/platform/perf-hp.html.en'; +var comments_shortname = 'httpd'; +var comments_identifier = 'http://httpd.apache.org/docs/2.4/platform/perf-hp.html.en'; (function(w, d) { - var disabled = true; + var disabled = false; if (w.location.hostname.toLowerCase() == "httpd.apache.org" && disabled !== true) { - d.write('<div id="disqus_thread"><\/div>'); + d.write('<div id="comments_thread"><\/div>'); var s = d.createElement('script'); s.type = 'text/javascript'; s.async = true; - s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + s.src = 'http://c.apaste.info/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier; (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); } else { - d.write('<div id="disqus_thread">Comments are disabled for this page at the moment.<\/div>'); + d.write('<div id="comments_thread">Comments are disabled for this page at the moment.<\/div>'); } })(window, document); //--><!]]></script></div><div id="footer"> Modified: httpd/httpd/trunk/docs/manual/platform/perf-hp.html.ko.euc-kr URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/platform/perf-hp.html.ko.euc-kr?rev=1341748&r1=1341747&r2=1341748&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/platform/perf-hp.html.ko.euc-kr [euc-kr] (original) +++ httpd/httpd/trunk/docs/manual/platform/perf-hp.html.ko.euc-kr [euc-kr] Wed May 23 05:16:51 2012 @@ -99,23 +99,22 @@ Subject: HP-UX tuning tips <div class="bottomlang"> <p><span>가능한 언어: </span><a href="../en/platform/perf-hp.html" hreflang="en" rel="alternate" title="English"> en </a> | <a href="../ko/platform/perf-hp.html" title="Korean"> ko </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">Comments</a></h2><div class="warning"><strong>This section is experimental!</strong><br />Comments placed here should not be expected -to last beyond the testing phase of this system, nor do we in any way guarantee that we'll read them.</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">Comments</a></h2><div class="warning"><strong>Notice:</strong><br />This is not a Q&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> <script type="text/javascript"><!--//--><![CDATA[//><!-- -var disqus_shortname = 'httpd'; -var disqus_identifier = 'http://httpd.apache.org/docs/2.4/platform/perf-hp.html.ko'; +var comments_shortname = 'httpd'; +var comments_identifier = 'http://httpd.apache.org/docs/2.4/platform/perf-hp.html.ko'; (function(w, d) { - var disabled = true; + var disabled = false; if (w.location.hostname.toLowerCase() == "httpd.apache.org" && disabled !== true) { - d.write('<div id="disqus_thread"><\/div>'); + d.write('<div id="comments_thread"><\/div>'); var s = d.createElement('script'); s.type = 'text/javascript'; s.async = true; - s.src = 'http' + '://' + disqus_shortname + '.disqus.com/embed.js'; + s.src = 'http://c.apaste.info/show_comments.lua?site=' + comments_shortname + '&page=' + comments_identifier; (d.getElementsByTagName('head')[0] || d.getElementsByTagName('body')[0]).appendChild(s); } else { - d.write('<div id="disqus_thread">Comments are disabled for this page at the moment.<\/div>'); + d.write('<div id="comments_thread">Comments are disabled for this page at the moment.<\/div>'); } })(window, document); //--><!]]></script></div><div id="footer">
|