From 428dbcc57459db04e8ec0b8066670f8f67fbfdde Mon Sep 17 00:00:00 2001 From: Richard Bowen Date: Mon, 21 Jan 2013 14:34:45 +0000 Subject: [PATCH] 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 --- docs/manual/mod/mod_macro.html.en | 18 +++++++++--------- docs/manual/mod/mod_macro.xml | 22 ++++++++++------------ 2 files changed, 19 insertions(+), 21 deletions(-) diff --git a/docs/manual/mod/mod_macro.html.en b/docs/manual/mod/mod_macro.html.en index 7c1af94968a..b537a6f981a 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 2008fe298da..724cdc0470b 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 + -- 2.47.3