From: Rich Bowen Date: Mon, 21 Jan 2013 14:34:45 +0000 (+0000) Subject: Adds mod_macro french and resolves svn (minor) svn conflicts. X-Git-Tag: 2.5.0-alpha~5846 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=49b7a1222059a7c2ab42195641d16d5616aa0fa4;p=apache Adds mod_macro french and resolves svn (minor) svn conflicts. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1436372 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_macro.html.en b/docs/manual/mod/mod_macro.html.en index 7c1af94968..b537a6f981 100644 --- a/docs/manual/mod/mod_macro.html.en +++ b/docs/manual/mod/mod_macro.html.en @@ -53,8 +53,8 @@

Features

-

- Definition of a macro: +

Definition of a macro:

+

-

- Use of a macro: +

Use of a macro:

+

-

- Removal of a macro definition: +

Removal of a macro definition:

+

-
+
 <Macro DirGroup $dir $group>
   <Directory $dir>
     require group $group
@@ -120,7 +120,7 @@ Use DirGroup /www/apache/private private
 Use DirGroup /www/apache/server  admin
 
 UndefMacro DirGroup
-    
+
@@ -188,7 +188,7 @@ UndefMacro RestrictedAccessPolicy Status:Base Module:mod_macro -

The Use directive controls the use of a macro. +

The Use directive controls the use of a macro. The specified macro is expanded. It must be given the same number of arguments than in the macro definition. The provided values are associated to their corresponding initial parameters and are substituted diff --git a/docs/manual/mod/mod_macro.xml b/docs/manual/mod/mod_macro.xml index 2008fe298d..724cdc0470 100644 --- a/docs/manual/mod/mod_macro.xml +++ b/docs/manual/mod/mod_macro.xml @@ -37,9 +37,8 @@

Features -

- Definition of a macro: -

+

Definition of a macro:

+ -

- Use of a macro: -

+

Use of a macro:

+ -

- Removal of a macro definition: -

+

Removal of a macro definition:

+ - + <Macro DirGroup $dir $group> <Directory $dir> require group $group @@ -104,7 +101,7 @@ Use DirGroup /www/apache/private private Use DirGroup /www/apache/server admin UndefMacro DirGroup - +
@@ -159,7 +156,7 @@ UndefMacro DirGroup -

The Use directive controls the use of a macro. +

The Use directive controls the use of a macro. The specified macro is expanded. It must be given the same number of arguments than in the macro definition. The provided values are associated to their corresponding initial parameters and are substituted @@ -183,6 +180,7 @@ deny from all allow from 192.54.172.0/24 192.54.148.0/24 +