From 5f033db28110f55839bfdb01ef03bf4b7dd22c8b Mon Sep 17 00:00:00 2001 From: Clinton Ebadi Date: Fri, 28 Mar 2014 20:19:09 -0400 Subject: [PATCH] Point docstrings at Apache 2.2 documentation --- lib/apache_auth.dtl | 16 ++++++++-------- lib/apache_options.dtl | 6 +++--- lib/mod_autoindex.dtl | 12 ++++++------ lib/mod_dav.dtl | 2 +- lib/mod_env.dtl | 2 +- lib/mod_expires.dtl | 2 +- lib/mod_mime.dtl | 4 ++-- lib/mod_rewrite.dtl | 12 ++++++------ 8 files changed, 28 insertions(+), 28 deletions(-) diff --git a/lib/apache_auth.dtl b/lib/apache_auth.dtl index b8ee03a..041f4c1 100644 --- a/lib/apache_auth.dtl +++ b/lib/apache_auth.dtl @@ -6,39 +6,39 @@ extern val digest : authType; extern val kerberos : authType; {{The kerberos auth type is hardwired for HCOOP.NET Kerberos only!}} extern val authType : authType -> [Location]; -{{See the +{{See the Apache documentation.}} extern val authName : no_newlines -> [Location]; -{{See the +{{See the Apache documentation.}} extern val authUserFile : your_path -> [Location]; -{{See the +{{See the Apache documentation.}} extern val requireValidUser : [Location]; extern val requireUser : [user] -> [Location]; extern val requireGroup : [group] -> [Location]; -{{See the +{{See the Apache documentation.}} extern val orderAllowDeny : [Location]; extern val orderDenyAllow : [Location]; -{{See the +{{See the Apache documentation.}} extern val allowFromAll : [Location]; extern val allowFrom : [no_spaces] -> [Location]; -{{See the +{{See the Apache documentation.}} extern val denyFromAll : [Location]; extern val denyFrom : [no_spaces] -> [Location]; -{{See the +{{See the Apache documentation.}} extern val satisfyAll : [Location]; extern val satisfyAny : [Location]; -{{See the +{{See the Apache documentation.}} diff --git a/lib/apache_options.dtl b/lib/apache_options.dtl index 300a482..f36e653 100644 --- a/lib/apache_options.dtl +++ b/lib/apache_options.dtl @@ -1,7 +1,7 @@ {{Per-directory options for Apache}} extern type apache_option; -{{See the +{{See the Apache documentation for what the options mean.}} extern val execCGI : apache_option; @@ -27,11 +27,11 @@ extern val forceTypeOff : [Location]; type.}} extern val action : no_spaces -> location -> [^Vhost]; -{{See the +{{See the Apache documentation.}} extern val addDefaultCharset : no_spaces -> [^Vhost]; -{{See the +{{See the Apache documentation.}} extern type file_extension; diff --git a/lib/mod_autoindex.dtl b/lib/mod_autoindex.dtl index 3028fd3..580ba70 100644 --- a/lib/mod_autoindex.dtl +++ b/lib/mod_autoindex.dtl @@ -2,15 +2,15 @@ index pages}} extern val addDescription : string -> [no_spaces] -> [^Vhost]; -{{See the +{{See the Apache documentation for AddDescription.}} extern val addIcon : location -> [no_spaces] -> [^Vhost]; -{{See the +{{See the Apache documentation for AddIcon.}} extern val indexIgnore : [no_spaces] -> [^Vhost]; -{{See the +{{See the Apache documentation for IndexIgnore.}} extern type autoindex_width; @@ -19,7 +19,7 @@ extern val autofit : autoindex_width; extern val characters : int -> autoindex_width; extern type autoindex_option; -{{See the +{{See the Apache documentation for what the options mean.}} extern val descriptionWidth : autoindex_width -> autoindex_option; @@ -52,9 +52,9 @@ extern val unset_indexOptions : [autoindex_option] -> [^Vhost]; {{Specify some options to be set or unset, leaving the rest as they are.}} extern val headerName : no_spaces -> [^Vhost]; -{{See the +{{See the Apache documentation.}} extern val readmeName : no_spaces -> [^Vhost]; -{{See the +{{See the Apache documentation.}} diff --git a/lib/mod_dav.dtl b/lib/mod_dav.dtl index 7558454..ca661f8 100644 --- a/lib/mod_dav.dtl +++ b/lib/mod_dav.dtl @@ -1,5 +1,5 @@ {{Apache mod_dav}} extern val davFilesystem : [Location]; -{{See the +{{See the Apache documentation.}} diff --git a/lib/mod_env.dtl b/lib/mod_env.dtl index 305ef1f..c9c509f 100644 --- a/lib/mod_env.dtl +++ b/lib/mod_env.dtl @@ -1,5 +1,5 @@ {{Support for Apache's mod_env, which deals with UNIX environment variables}} extern val setEnv : no_spaces -> no_newlines -> [^Vhost]; -{{See the +{{See the Apache documentation.}} diff --git a/lib/mod_expires.dtl b/lib/mod_expires.dtl index 649fca4..0d4023c 100644 --- a/lib/mod_expires.dtl +++ b/lib/mod_expires.dtl @@ -16,5 +16,5 @@ extern val minutes : interval; extern val seconds : interval; extern val expiresByType : mime_type -> interval_base -> int -> interval -> [^Vhost]; -{{See +{{See Apache documentation.}} diff --git a/lib/mod_mime.dtl b/lib/mod_mime.dtl index d46a7af..e321d3e 100644 --- a/lib/mod_mime.dtl +++ b/lib/mod_mime.dtl @@ -1,12 +1,12 @@ {{Support for Apache's mod_mime}} extern val addType : no_spaces -> no_spaces -> [^Vhost]; -{{See the +{{See the Apache documentation.}} extern type filter; extern val includes : filter; extern val deflate : filter; extern val addOutputFilter : [filter] -> [no_spaces] -> [^Vhost]; -{{See the +{{See the Apache documentation.}} diff --git a/lib/mod_rewrite.dtl b/lib/mod_rewrite.dtl index 294033a..8c1a11d 100644 --- a/lib/mod_rewrite.dtl +++ b/lib/mod_rewrite.dtl @@ -20,7 +20,7 @@ extern type rewrite_arg; arguments, which excludes commas and some other characters.}} extern type mod_rewrite_flag; -{{See the +{{See the Apache documentation for information on what these flags mean.}} extern val redirect : mod_rewrite_flag; @@ -40,22 +40,22 @@ extern val skip : int -> mod_rewrite_flag; extern val env : rewrite_arg -> rewrite_arg -> mod_rewrite_flag; extern type mod_rewrite_cond_flag; -{{See the +{{See the Apache documentation for information on what these flags mean.}} extern val cond_nocase : mod_rewrite_cond_flag; extern val ornext : mod_rewrite_cond_flag; extern val rewriteRule : regexp -> no_spaces -> [mod_rewrite_flag] -> [^Vhost]; -{{See Apache +{{See Apache documentation for RewriteRule.}} extern val rewriteCond : no_spaces -> regexp -> [mod_rewrite_cond_flag] -> [^Vhost]; -{{See Apache +{{See Apache documentation for RewriteCond.}} extern val rewriteBase : no_spaces -> [Location]; -{{See Apache +{{See Apache documentation for RewriteBase.}} extern type proxy_port; @@ -68,5 +68,5 @@ extern val localProxyRewrite : no_spaces -> no_spaces -> proxy_port -> [^Vhost]; mod_rewrite.}} extern val rewriteLogLevel : int -> [Vhost]; -{{See Apache +{{See Apache documentation for RewriteLogLevel.}} -- 2.20.1