From 4d224542bfaca397a7b8581e60dd5fa6164d24e3 Mon Sep 17 00:00:00 2001 From: Graham Leggett Date: Fri, 10 Jun 2011 10:52:03 +0000 Subject: [PATCH] Update transformations. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1134275 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/filter.html.en | 2 +- docs/manual/mod/allmodules.xml | 1 + docs/manual/mod/allmodules.xml.de | 1 + docs/manual/mod/allmodules.xml.es | 1 + docs/manual/mod/allmodules.xml.fr | 1 + docs/manual/mod/allmodules.xml.ja | 1 + docs/manual/mod/allmodules.xml.ko | 1 + docs/manual/mod/allmodules.xml.tr | 1 + docs/manual/mod/allmodules.xml.zh-cn | 1 + docs/manual/mod/index.html.de | 3 +- docs/manual/mod/index.html.en | 3 +- docs/manual/mod/index.html.es | 3 +- docs/manual/mod/index.html.fr | 3 +- docs/manual/mod/index.html.ja.utf8 | 3 +- docs/manual/mod/index.html.ko.euc-kr | 3 +- docs/manual/mod/index.html.tr.utf8 | 3 +- docs/manual/mod/index.html.zh-cn | 3 +- docs/manual/mod/mod_data.html | 5 ++ docs/manual/mod/mod_data.html.en | 81 ++++++++++++++++++++++++++++ docs/manual/new_features_2_4.html.en | 3 ++ docs/manual/sitemap.html.de | 1 + docs/manual/sitemap.html.en | 1 + docs/manual/sitemap.html.es | 1 + docs/manual/sitemap.html.fr | 1 + docs/manual/sitemap.html.ja.utf8 | 1 + docs/manual/sitemap.html.ko.euc-kr | 1 + docs/manual/sitemap.html.tr.utf8 | 1 + docs/manual/sitemap.html.zh-cn | 1 + 28 files changed, 122 insertions(+), 9 deletions(-) create mode 100644 docs/manual/mod/mod_data.html create mode 100644 docs/manual/mod/mod_data.html.en diff --git a/docs/manual/filter.html.en b/docs/manual/filter.html.en index ba84a55677..f119404f1f 100644 --- a/docs/manual/filter.html.en +++ b/docs/manual/filter.html.en @@ -37,7 +37,7 @@

Filtering in Apache 2

- +

The Filter Chain is available in Apache 2.0 and higher, and enables applications to process incoming and outgoing data diff --git a/docs/manual/mod/allmodules.xml b/docs/manual/mod/allmodules.xml index 0505c41d44..2ed092cdea 100644 --- a/docs/manual/mod/allmodules.xml +++ b/docs/manual/mod/allmodules.xml @@ -33,6 +33,7 @@ mod_cgi.xml mod_cgid.xml mod_charset_lite.xml + mod_data.xml mod_dav.xml mod_dav_fs.xml mod_dav_lock.xml diff --git a/docs/manual/mod/allmodules.xml.de b/docs/manual/mod/allmodules.xml.de index a1d908cf9d..0a7c33860c 100644 --- a/docs/manual/mod/allmodules.xml.de +++ b/docs/manual/mod/allmodules.xml.de @@ -33,6 +33,7 @@ mod_cgi.xml mod_cgid.xml mod_charset_lite.xml + mod_data.xml mod_dav.xml mod_dav_fs.xml mod_dav_lock.xml diff --git a/docs/manual/mod/allmodules.xml.es b/docs/manual/mod/allmodules.xml.es index 92580378bf..9617f5f670 100644 --- a/docs/manual/mod/allmodules.xml.es +++ b/docs/manual/mod/allmodules.xml.es @@ -33,6 +33,7 @@ mod_cgi.xml mod_cgid.xml mod_charset_lite.xml + mod_data.xml mod_dav.xml mod_dav_fs.xml mod_dav_lock.xml diff --git a/docs/manual/mod/allmodules.xml.fr b/docs/manual/mod/allmodules.xml.fr index e204b5dacb..9b64bd529c 100644 --- a/docs/manual/mod/allmodules.xml.fr +++ b/docs/manual/mod/allmodules.xml.fr @@ -33,6 +33,7 @@ mod_cgi.xml mod_cgid.xml mod_charset_lite.xml + mod_data.xml mod_dav.xml mod_dav_fs.xml mod_dav_lock.xml diff --git a/docs/manual/mod/allmodules.xml.ja b/docs/manual/mod/allmodules.xml.ja index e4c6c33b9a..a99b97b941 100644 --- a/docs/manual/mod/allmodules.xml.ja +++ b/docs/manual/mod/allmodules.xml.ja @@ -33,6 +33,7 @@ mod_cgi.xml.ja mod_cgid.xml.ja mod_charset_lite.xml + mod_data.xml mod_dav.xml.ja mod_dav_fs.xml.ja mod_dav_lock.xml.ja diff --git a/docs/manual/mod/allmodules.xml.ko b/docs/manual/mod/allmodules.xml.ko index 24bede0ff5..1a43c59332 100644 --- a/docs/manual/mod/allmodules.xml.ko +++ b/docs/manual/mod/allmodules.xml.ko @@ -33,6 +33,7 @@ mod_cgi.xml.ko mod_cgid.xml.ko mod_charset_lite.xml.ko + mod_data.xml mod_dav.xml.ko mod_dav_fs.xml.ko mod_dav_lock.xml diff --git a/docs/manual/mod/allmodules.xml.tr b/docs/manual/mod/allmodules.xml.tr index 7e0391368a..f004f528b7 100644 --- a/docs/manual/mod/allmodules.xml.tr +++ b/docs/manual/mod/allmodules.xml.tr @@ -33,6 +33,7 @@ mod_cgi.xml mod_cgid.xml mod_charset_lite.xml + mod_data.xml mod_dav.xml mod_dav_fs.xml mod_dav_lock.xml diff --git a/docs/manual/mod/allmodules.xml.zh-cn b/docs/manual/mod/allmodules.xml.zh-cn index 0505c41d44..2ed092cdea 100644 --- a/docs/manual/mod/allmodules.xml.zh-cn +++ b/docs/manual/mod/allmodules.xml.zh-cn @@ -33,6 +33,7 @@ mod_cgi.xml mod_cgid.xml mod_charset_lite.xml + mod_data.xml mod_dav.xml mod_dav_fs.xml mod_dav_lock.xml diff --git a/docs/manual/mod/index.html.de b/docs/manual/mod/index.html.de index c8139e6bb6..eff5c8d325 100644 --- a/docs/manual/mod/index.html.de +++ b/docs/manual/mod/index.html.de @@ -110,7 +110,8 @@ address)

mod_cgid
Execution of CGI scripts using an external CGI daemon
mod_charset_lite
Specify character set translation or recoding
-
mod_dav
Distributed Authoring and Versioning +
mod_data
Convert response body into an RFC2397 data URL
+
mod_dav
Distributed Authoring and Versioning (WebDAV) functionality
mod_dav_fs
filesystem provider for mod_dav
mod_dav_lock
generic locking module for mod_dav
diff --git a/docs/manual/mod/index.html.en b/docs/manual/mod/index.html.en index 7511c26518..8598c03f0f 100644 --- a/docs/manual/mod/index.html.en +++ b/docs/manual/mod/index.html.en @@ -108,7 +108,8 @@ address)
mod_cgid
Execution of CGI scripts using an external CGI daemon
mod_charset_lite
Specify character set translation or recoding
-
mod_dav
Distributed Authoring and Versioning +
mod_data
Convert response body into an RFC2397 data URL
+
mod_dav
Distributed Authoring and Versioning (WebDAV) functionality
mod_dav_fs
filesystem provider for mod_dav
mod_dav_lock
generic locking module for mod_dav
diff --git a/docs/manual/mod/index.html.es b/docs/manual/mod/index.html.es index b7c4dc8aba..67dc32752c 100644 --- a/docs/manual/mod/index.html.es +++ b/docs/manual/mod/index.html.es @@ -113,7 +113,8 @@ address)
mod_cgid
Execution of CGI scripts using an external CGI daemon
mod_charset_lite
Specify character set translation or recoding
-
mod_dav
Distributed Authoring and Versioning +
mod_data
Convert response body into an RFC2397 data URL
+
mod_dav
Distributed Authoring and Versioning (WebDAV) functionality
mod_dav_fs
filesystem provider for mod_dav
mod_dav_lock
generic locking module for mod_dav
diff --git a/docs/manual/mod/index.html.fr b/docs/manual/mod/index.html.fr index 0b5b4edc8c..55bf8e9e4b 100644 --- a/docs/manual/mod/index.html.fr +++ b/docs/manual/mod/index.html.fr @@ -109,7 +109,8 @@ cache HTTP.
mod_cgid
Execution of CGI scripts using an external CGI daemon
mod_charset_lite
Specify character set translation or recoding
-
mod_dav
Distributed Authoring and Versioning +
mod_data
Convert response body into an RFC2397 data URL
+
mod_dav
Distributed Authoring and Versioning (WebDAV) functionality
mod_dav_fs
filesystem provider for mod_dav
mod_dav_lock
generic locking module for mod_dav
diff --git a/docs/manual/mod/index.html.ja.utf8 b/docs/manual/mod/index.html.ja.utf8 index bb70cd0543..bead84f773 100644 --- a/docs/manual/mod/index.html.ja.utf8 +++ b/docs/manual/mod/index.html.ja.utf8 @@ -106,7 +106,8 @@ address)
mod_cgi
CGI スクリプトの実行
mod_cgid
外部 CGI デーモンを使った CGI スクリプトの実行
mod_charset_lite
Specify character set translation or recoding
-
mod_dav
分散オーサリングとバージョン管理 +
mod_data
Convert response body into an RFC2397 data URL
+
mod_dav
分散オーサリングとバージョン管理 (WebDAV) 機能
mod_dav_fs
mod_dav のためのファイルシステムプロバイダ
mod_dav_lock
mod_dav 用の汎用ロックモジュール
diff --git a/docs/manual/mod/index.html.ko.euc-kr b/docs/manual/mod/index.html.ko.euc-kr index 32c0f219e4..815f00be0f 100644 --- a/docs/manual/mod/index.html.ko.euc-kr +++ b/docs/manual/mod/index.html.ko.euc-kr @@ -102,7 +102,8 @@ address)
mod_cgi
CGI ũƮ
mod_cgid
ܺ CGI Ͽ CGI ũƮ
mod_charset_lite
ȯ
-
mod_dav
Distributed Authoring and Versioning +
mod_data
Convert response body into an RFC2397 data URL
+
mod_dav
Distributed Authoring and Versioning (WebDAV)
mod_dav_fs
mod_dav Ͻý
mod_dav_lock
generic locking module for mod_dav
diff --git a/docs/manual/mod/index.html.tr.utf8 b/docs/manual/mod/index.html.tr.utf8 index e9f1e79a38..e53144462e 100644 --- a/docs/manual/mod/index.html.tr.utf8 +++ b/docs/manual/mod/index.html.tr.utf8 @@ -104,7 +104,8 @@ yaptığı gibi dizin içeriğini listeler.
mod_cgid
Execution of CGI scripts using an external CGI daemon
mod_charset_lite
Specify character set translation or recoding
-
mod_dav
Distributed Authoring and Versioning +
mod_data
Convert response body into an RFC2397 data URL
+
mod_dav
Distributed Authoring and Versioning (WebDAV) functionality
mod_dav_fs
filesystem provider for mod_dav
mod_dav_lock
generic locking module for mod_dav
diff --git a/docs/manual/mod/index.html.zh-cn b/docs/manual/mod/index.html.zh-cn index c8a29b27af..7a0cd1e21d 100644 --- a/docs/manual/mod/index.html.zh-cn +++ b/docs/manual/mod/index.html.zh-cn @@ -103,7 +103,8 @@ address)
mod_cgid
Execution of CGI scripts using an external CGI daemon
mod_charset_lite
Specify character set translation or recoding
-
mod_dav
Distributed Authoring and Versioning +
mod_data
Convert response body into an RFC2397 data URL
+
mod_dav
Distributed Authoring and Versioning (WebDAV) functionality
mod_dav_fs
filesystem provider for mod_dav
mod_dav_lock
generic locking module for mod_dav
diff --git a/docs/manual/mod/mod_data.html b/docs/manual/mod/mod_data.html new file mode 100644 index 0000000000..6857a7393c --- /dev/null +++ b/docs/manual/mod/mod_data.html @@ -0,0 +1,5 @@ +# GENERATED FROM XML -- DO NOT EDIT + +URI: mod_data.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 diff --git a/docs/manual/mod/mod_data.html.en b/docs/manual/mod/mod_data.html.en new file mode 100644 index 0000000000..8f5b04e1df --- /dev/null +++ b/docs/manual/mod/mod_data.html.en @@ -0,0 +1,81 @@ + + + +mod_data - Apache HTTP Server + + + + + + +
<-
+ +
+

Apache Module mod_data

+
+

Available Languages:  en 

+
+ + + + +
Description:Convert response body into an RFC2397 data URL
Status:Extension
ModuleIdentifier:data_module
SourceFile:mod_data.c
Compatibility:Available in Apache 2.3 and later
+

Summary

+ +

This module provides the ability to convert a response into + an RFC2397 data URL. +

+ +

Data URLs can be embedded inline within web pages using something + like the mod_include module, to remove the need for + clients to make separate connections to fetch what may potentially be + many small images. Data URLs may also be included into pages generated + by scripting languages such as PHP.

+ +

An example of a data URL

+ data:image/gif;base64,R0lGODdhMAAwAPAAAAAAAP///ywAAAAAMAAw
+ AAAC8IyPqcvt3wCcDkiLc7C0qwyGHhSWpjQu5yqmCYsapyuvUUlvONmOZtfzgFz
+ ByTB10QgxOR0TqBQejhRNzOfkVJ+5YiUqrXF5Y5lKh/DeuNcP5yLWGsEbtLiOSp
+ a/TPg7JpJHxyendzWTBfX0cxOnKPjgBzi4diinWGdkF8kjdfnycQZXZeYGejmJl
+ ZeGl9i2icVqaNVailT6F5iJ90m6mvuTS4OK05M0vDk0Q4XUtwvKOzrcd3iq9uis
+ F81M1OIcR7lEewwcLp7tuNNkM3uNna3F2JQFo97Vriy/Xl4/f1cf5VWzXyym7PH
+ hhx4dbgYKAAA7
+

+ +

The filter takes no parameters, and can be added to the filter stack + using the SetOutputFilter directive, + or any of the directives supported by the mod_filter + module.

+ +

Configuring the filter

+ <Location /data/images>
+ + SetOutputFilter DATA + + </Location>
+

+ +
+

Directives

+

This module provides no + directives.

+

See also

+
+ +
+
+

Available Languages:  en 

+
+ \ No newline at end of file diff --git a/docs/manual/new_features_2_4.html.en b/docs/manual/new_features_2_4.html.en index 239f5b61b0..926cc6b83f 100644 --- a/docs/manual/new_features_2_4.html.en +++ b/docs/manual/new_features_2_4.html.en @@ -77,6 +77,9 @@
mod_buffer
Provides for buffering the input and output filter stacks
+
mod_data
+
Convert response body into an RFC2397 data URL
+
mod_lua
Embeds the Lua language into httpd, for configuration and small business logic functions.
diff --git a/docs/manual/sitemap.html.de b/docs/manual/sitemap.html.de index 61b99f92f3..f7cbfcc7b0 100644 --- a/docs/manual/sitemap.html.de +++ b/docs/manual/sitemap.html.de @@ -205,6 +205,7 @@ HPUX betreiben
  • Apache-Modul mod_cgi
  • Apache-Modul mod_cgid
  • Apache-Modul mod_charset_lite
  • +
  • Apache-Modul mod_data
  • Apache-Modul mod_dav
  • Apache-Modul mod_dav_fs
  • Apache-Modul mod_dav_lock
  • diff --git a/docs/manual/sitemap.html.en b/docs/manual/sitemap.html.en index 80faa6f998..1fa99ba526 100644 --- a/docs/manual/sitemap.html.en +++ b/docs/manual/sitemap.html.en @@ -200,6 +200,7 @@ Server on HPUX
  • Apache Module mod_cgi
  • Apache Module mod_cgid
  • Apache Module mod_charset_lite
  • +
  • Apache Module mod_data
  • Apache Module mod_dav
  • Apache Module mod_dav_fs
  • Apache Module mod_dav_lock
  • diff --git a/docs/manual/sitemap.html.es b/docs/manual/sitemap.html.es index 19091163d8..5c8a2d6681 100644 --- a/docs/manual/sitemap.html.es +++ b/docs/manual/sitemap.html.es @@ -196,6 +196,7 @@ usados para describir las directivas de Apache
  • Mdulo Apache mod_cgi
  • Mdulo Apache mod_cgid
  • Mdulo Apache mod_charset_lite
  • +
  • Mdulo Apache mod_data
  • Mdulo Apache mod_dav
  • Mdulo Apache mod_dav_fs
  • Mdulo Apache mod_dav_lock
  • diff --git a/docs/manual/sitemap.html.fr b/docs/manual/sitemap.html.fr index 90d6879fd2..0b386fb053 100644 --- a/docs/manual/sitemap.html.fr +++ b/docs/manual/sitemap.html.fr @@ -213,6 +213,7 @@ pour d
  • Module Apache mod_cgi
  • Module Apache mod_cgid
  • Module Apache mod_charset_lite
  • +
  • Module Apache mod_data
  • Module Apache mod_dav
  • Module Apache mod_dav_fs
  • Module Apache mod_dav_lock
  • diff --git a/docs/manual/sitemap.html.ja.utf8 b/docs/manual/sitemap.html.ja.utf8 index 9f56317f6b..1521bb078b 100644 --- a/docs/manual/sitemap.html.ja.utf8 +++ b/docs/manual/sitemap.html.ja.utf8 @@ -194,6 +194,7 @@
  • Apache モジュール mod_cgi
  • Apache モジュール mod_cgid
  • Apache モジュール mod_charset_lite
  • +
  • Apache モジュール mod_data
  • Apache モジュール mod_dav
  • Apache モジュール mod_dav_fs
  • Apache モジュール mod_dav_lock
  • diff --git a/docs/manual/sitemap.html.ko.euc-kr b/docs/manual/sitemap.html.ko.euc-kr index 7e58e8b77b..91742e8616 100644 --- a/docs/manual/sitemap.html.ko.euc-kr +++ b/docs/manual/sitemap.html.ko.euc-kr @@ -194,6 +194,7 @@
  • ġ mod_cgi
  • ġ mod_cgid
  • ġ mod_charset_lite
  • +
  • ġ mod_data
  • ġ mod_dav
  • ġ mod_dav_fs
  • ġ mod_dav_lock
  • diff --git a/docs/manual/sitemap.html.tr.utf8 b/docs/manual/sitemap.html.tr.utf8 index cfa3eaa7a7..06e4c3490b 100644 --- a/docs/manual/sitemap.html.tr.utf8 +++ b/docs/manual/sitemap.html.tr.utf8 @@ -195,6 +195,7 @@ Windows ile Apache Kullanımı
  • Apache Modülü mod_cgi
  • Apache Modülü mod_cgid
  • Apache Modülü mod_charset_lite
  • +
  • Apache Modülü mod_data
  • Apache Modülü mod_dav
  • Apache Modülü mod_dav_fs
  • Apache Modülü mod_dav_lock
  • diff --git a/docs/manual/sitemap.html.zh-cn b/docs/manual/sitemap.html.zh-cn index 28b3063cfa..2253cffed3 100644 --- a/docs/manual/sitemap.html.zh-cn +++ b/docs/manual/sitemap.html.zh-cn @@ -194,6 +194,7 @@
  • Apache 模块 mod_cgi
  • Apache 模块 mod_cgid
  • Apache 模块 mod_charset_lite
  • +
  • Apache 模块 mod_data
  • Apache 模块 mod_dav
  • Apache 模块 mod_dav_fs
  • Apache 模块 mod_dav_lock