Mailing List Archive

svn commit: r1908781 - in /httpd/httpd/trunk/docs/manual/mod: mod_dav.html.en.utf8 mod_dav.html.fr.utf8 mod_dav.xml mod_dav.xml.fr
Author: manu
Date: Wed Mar 29 15:02:55 2023
New Revision: 1908781

URL: http://svn.apache.org/viewvc?rev=1908781&view=rev
Log:
Document DavMSext (english and french)

Modified:
httpd/httpd/trunk/docs/manual/mod/mod_dav.html.en.utf8
httpd/httpd/trunk/docs/manual/mod/mod_dav.html.fr.utf8
httpd/httpd/trunk/docs/manual/mod/mod_dav.xml
httpd/httpd/trunk/docs/manual/mod/mod_dav.xml.fr

Modified: httpd/httpd/trunk/docs/manual/mod/mod_dav.html.en.utf8
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_dav.html.en.utf8?rev=1908781&r1=1908780&r2=1908781&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_dav.html.en.utf8 [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_dav.html.en.utf8 [utf-8] Wed Mar 29 15:02:55 2023
@@ -54,6 +54,7 @@
<li><img alt="" src="../images/down.gif" /> <a href="#dav">Dav</a></li>
<li><img alt="" src="../images/down.gif" /> <a href="#davdepthinfinity">DavDepthInfinity</a></li>
<li><img alt="" src="../images/down.gif" /> <a href="#davmintimeout">DavMinTimeout</a></li>
+<li><img alt="" src="../images/down.gif" /> <a href="#davmsext">DavMSext</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_dav">Known issues</a></li><li><a href="https://bz.apache.org/bugzilla/enter_bug.cgi?product=Apache%20httpd-2&amp;component=mod_dav">Report a bug</a></li></ul><h3>See also</h3>
<ul class="seealso">
@@ -248,6 +249,30 @@ a DAV resource</td></tr>
</div>

</div>
+<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
+<div class="directive-section"><h2><a name="DavMSext" id="DavMSext">DavMSext</a> <a name="davmsext" id="davmsext">Directive</a> <a title="Permanent link" href="#davmsext" class="permalink">&para;</a></h2>
+<table class="directive">
+<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Enable support for Microsoft extensions</td></tr>
+<tr><th><a href="directive-dict.html#Syntax">Syntax:</a></th><td><code>DavMSext None | [+|-]WDV | All</code></td></tr>
+<tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code>DavMSext None</code></td></tr>
+<tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config, virtual host, directory</td></tr>
+<tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Extension</td></tr>
+<tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_dav</td></tr>
+</table>
+ <p>The <code class="directive">DavMSext</code> directive enables support
+ for Microsoft extensions. Possible values are:
+ <ul>
+ <li><code>None</code> No Microsoft extension is enabled.</li>
+ <li><code>WDV</code> Enable support for
+ <a href="https://learn.microsoft.com/en-us/openspecs/windows_protocols/ms-wdv">MS-WDV</a>.
+ </li>
+ <li><code>All</code> All implemented Microsoft extension
+ are enabled. Currently, this is means <code>WDV</code> as
+ it is the only Microsoft extension implemented.</li>
+ </ul>
+ </p>
+
+</div>
</div>
<div class="bottomlang">
<p><span>Available Languages: </span><a href="../en/mod/mod_dav.html" title="English">&nbsp;en&nbsp;</a> |

Modified: httpd/httpd/trunk/docs/manual/mod/mod_dav.html.fr.utf8
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_dav.html.fr.utf8?rev=1908781&r1=1908780&r2=1908781&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_dav.html.fr.utf8 [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_dav.html.fr.utf8 [utf-8] Wed Mar 29 15:02:55 2023
@@ -55,6 +55,7 @@ documents via le web (<a href="http://ww
<li><img alt="" src="../images/down.gif" /> <a href="#dav">Dav</a></li>
<li><img alt="" src="../images/down.gif" /> <a href="#davdepthinfinity">DavDepthInfinity</a></li>
<li><img alt="" src="../images/down.gif" /> <a href="#davmintimeout">DavMinTimeout</a></li>
+<li><img alt="" src="../images/down.gif" /> <a href="#davmsext">DavMSext</a></li>
</ul>
<h3>Traitement des bugs</h3><ul class="seealso"><li><a href="https://www.apache.org/dist/httpd/CHANGES_2.4">Journal des modifications de httpd</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_dav">Problèmes connus</a></li><li><a href="https://bz.apache.org/bugzilla/enter_bug.cgi?product=Apache%20httpd-2&amp;component=mod_dav">Signaler un bug</a></li></ul><h3>Voir aussi</h3>
<ul class="seealso">
@@ -269,6 +270,31 @@ verrou sur une ressource DAV</td></tr>
</div>

</div>
+<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
+<div class="directive-section"><h2><a name="davmsext" id="davmsext">Directive</a> <a name="DavMSext" id="DavMSext">DavMSext</a> <a title="Lien permanent" href="#davmsext" class="permalink">&para;</a></h2>
+<table class="directive">
+<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Active les extensions Microsoft</td></tr>
+<tr><th><a href="directive-dict.html#Syntax">Syntaxe:</a></th><td><code>DavMSext None | [+|-]WDV | All</code></td></tr>
+<tr><th><a href="directive-dict.html#Default">Défaut:</a></th><td><code>DavMSext None</code></td></tr>
+<tr><th><a href="directive-dict.html#Context">Contexte:</a></th><td>configuration globale, serveur virtuel, répertoire</td></tr>
+<tr><th><a href="directive-dict.html#Status">Statut:</a></th><td>Extension</td></tr>
+<tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_dav</td></tr>
+</table>
+ <p>La directive <code class="directive">DavMSext</code> active le support
+ des extensions Microsoft. Les veleurs possibles sont:
+ <ul>
+ <li><code>None</code> Aucune extension Microsoft n'est active.</li>
+ <li><code>WDV</code> Active le support de
+ <a href="https://learn.microsoft.com/en-us/openspecs/windows_protocols/ms-wdv">MS-WDV</a>.
+ </li>
+ <li><code>All</code> Active toutes les extensions Microsoft
+ implémentées. Actuellement, c'est un synonyme de
+ <code>WDV</code>, qui est la seule extension Microsoft
+ implémentéese.</li>
+ </ul>
+ </p>
+
+</div>
</div>
<div class="bottomlang">
<p><span>Langues Disponibles: </span><a href="../en/mod/mod_dav.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |

Modified: httpd/httpd/trunk/docs/manual/mod/mod_dav.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_dav.xml?rev=1908781&r1=1908780&r2=1908781&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_dav.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_dav.xml Wed Mar 29 15:02:55 2023
@@ -244,6 +244,30 @@ a DAV resource</description>
</usage>
</directivesynopsis>

+<directivesynopsis>
+<name>DavMSext</name>
+<description>Enable support for Microsoft extensions</description>
+<syntax>DavMSext None | [+|-]WDV | All</syntax>
+<default>DavMSext None</default>
+<contextlist><context>server config</context><context>virtual host</context>
+<context>directory</context></contextlist>
+
+<usage>
+ <p>The <directive>DavMSext</directive> directive enables support
+ for Microsoft extensions. Possible values are:
+ <ul>
+ <li><code>None</code> No Microsoft extension is enabled.</li>
+ <li><code>WDV</code> Enable support for
+ <a href="https://learn.microsoft.com/en-us/openspecs/windows_protocols/ms-wdv">MS-WDV</a>.
+ </li>
+ <li><code>All</code> All implemented Microsoft extension
+ are enabled. Currently, this is means <code>WDV</code> as
+ it is the only Microsoft extension implemented.</li>
+ </ul>
+ </p>
+</usage>
+</directivesynopsis>
+
</modulesynopsis>



Modified: httpd/httpd/trunk/docs/manual/mod/mod_dav.xml.fr
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_dav.xml.fr?rev=1908781&r1=1908780&r2=1908781&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_dav.xml.fr [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_dav.xml.fr [utf-8] Wed Mar 29 15:02:55 2023
@@ -263,6 +263,30 @@ Infinity</description>
</usage>
</directivesynopsis>

+<directivesynopsis>
+<name>DavMSext</name>
+<description>Active les extensions Microsoft</description>
+<syntax>DavMSext None | [+|-]WDV | All</syntax>
+<default>DavMSext None</default>
+<contextlist><context>server config</context><context>virtual host</context>
+<context>directory</context></contextlist>
+
+<usage>
+ <p>La directive <directive>DavMSext</directive> active le support
+ des extensions Microsoft. Les veleurs possibles sont:
+ <ul>
+ <li><code>None</code> Aucune extension Microsoft n'est active.</li>
+ <li><code>WDV</code> Active le support de
+ <a href="https://learn.microsoft.com/en-us/openspecs/windows_protocols/ms-wdv">MS-WDV</a>.
+ </li>
+ <li><code>All</code> Active toutes les extensions Microsoft
+ impl&eacute;ment&eacute;es. Actuellement, c'est un synonyme de
+ <code>WDV</code>, qui est la seule extension Microsoft
+ impl&eacute;ment&eacute;e.</li>
+ </ul>
+ </p>
+</usage>
+</directivesynopsis>
</modulesynopsis>