changeset 374:a413dffb0557

Replaced "a href" with "link doc" / "link url".
author Ruslan Ermilov <ru@nginx.com>
date Mon, 30 Jan 2012 10:39:42 +0000
parents e179a6487bbd
children fa74f8061fc5
files dtd/content.dtd xml/en/docs/faq.xml xml/en/docs/faq/chunked_encoding_from_backend.xml xml/en/docs/faq/license_copyright.xml xml/en/docs/howto.xml xml/en/docs/howto_build_on_win32.xml xml/en/docs/http/configuring_https_servers.xml xml/en/docs/http/server_names.xml xml/en/docs/index.xml xml/en/docs/introduction.xml xml/en/links.xml xml/en/pgp_keys.xml xml/en/support.xml xml/he/docs/howto.xml xml/he/docs/http/server_names.xml xml/he/docs/index.xml xml/he/docs/introduction.xml xml/he/docs/windows.xml xml/he/index.xml xml/index.xml xml/ja/docs/faq.xml xml/ja/docs/howto.xml xml/ja/docs/http/configuring_https_servers.xml xml/ja/docs/http/server_names.xml xml/ja/docs/index.xml xml/ja/docs/introduction.xml xml/ja/index.xml xml/ru/docs/faq.xml xml/ru/docs/howto.xml xml/ru/docs/index.xml xml/ru/support.xml xml/tr/docs/faq.xml xml/tr/docs/howto.xml xml/tr/docs/http/configuring_https_servers.xml xml/tr/docs/http/server_names.xml xml/tr/docs/index.xml xml/tr/docs/introduction.xml xml/tr/docs/windows.xml xml/tr/index.xml
diffstat 39 files changed, 442 insertions(+), 438 deletions(-) [+]
line wrap: on
line diff
--- a/dtd/content.dtd	Mon Jan 30 09:55:08 2012 +0000
+++ b/dtd/content.dtd	Mon Jan 30 10:39:42 2012 +0000
@@ -5,17 +5,12 @@
            name         CDATA #IMPLIED
 >
 
-<!ELEMENT  para         (#PCDATA | a | link | br | list | orderedlist | note |
+<!ELEMENT  para         (#PCDATA | link | br | list | orderedlist | note |
                          i | b | nobr | table | url | literal | command |
                          path | header | value | programlisting |
                          initial | development_version | stable_version |
                          registered | c-func)* >
 
-<!ELEMENT  a            (#PCDATA) >
-<!ATTLIST  a
-           href         CDATA #REQUIRED
->
-
 <!ELEMENT  link         (#PCDATA) >
 <!ATTLIST  link
            doc          CDATA #IMPLIED
@@ -45,13 +40,13 @@
 
 <!ELEMENT  list         (item+ | listitem+) >
 <!ELEMENT  orderedlist  (item+) >
-<!ELEMENT  item         (#PCDATA | para | a | br | nobr | list | i | b | url |
+<!ELEMENT  item         (#PCDATA | para | br | nobr | list | i | b | url |
                          path | command | value | programlisting |
                          link | registered | literal)* >
-<!ELEMENT  listitem     (#PCDATA | para | a | br | nobr | list | i | b | url |
+<!ELEMENT  listitem     (#PCDATA | para | br | nobr | list | i | b | url |
                          path | literal | value | programlisting)* >
 
-<!ELEMENT  note         (#PCDATA | para | a | br | list | orderedlist | i | b |
+<!ELEMENT  note         (#PCDATA | para | br | list | orderedlist | i | b |
                          nobr | table | url | literal | command | path |
                          header | programlisting | initial | paypal |
                          development_version | stable_version )* >
--- a/xml/en/docs/faq.xml	Mon Jan 30 09:55:08 2012 +0000
+++ b/xml/en/docs/faq.xml	Mon Jan 30 10:39:42 2012 +0000
@@ -11,31 +11,31 @@
 <list>
 
 <item>
-<a href="/en/docs/welcome_nginx_facebook.xml"/>
+<link doc="welcome_nginx_facebook.xml"/>
 </item>
 
 <item>
-<a href="/en/docs/faq/license_copyright.xml"/>
+<link doc="faq/license_copyright.xml"/>
 </item>
 
 <item>
-<a href="/en/docs/faq/accept_failed.xml"/>
+<link doc="faq/accept_failed.xml"/>
 </item>
 
 <item>
-<a href="/en/docs/faq/variables_in_config.xml"/>
+<link doc="faq/variables_in_config.xml"/>
 </item>
 
 <item>
-<a href="/en/docs/faq/daemon_master_process_off.xml"/>
+<link doc="faq/daemon_master_process_off.xml"/>
 </item>
 
 <item>
-<a href="/en/docs/faq/chunked_encoding_from_backend.xml"/>
+<link doc="faq/chunked_encoding_from_backend.xml"/>
 </item>
 
 <item>
-<a href="/en/docs/sys_errlist.xml"/>
+<link doc="sys_errlist.xml"/>
 </item>
 
 </list>
--- a/xml/en/docs/faq/chunked_encoding_from_backend.xml	Mon Jan 30 09:55:08 2012 +0000
+++ b/xml/en/docs/faq/chunked_encoding_from_backend.xml	Mon Jan 30 10:39:42 2012 +0000
@@ -30,8 +30,8 @@
 <para>
 <initial>A:</initial>
 Your backend violates HTTP specification (see
-<a href="http://tools.ietf.org/html/rfc2616#section-3.6">RFC 2616,
-"3.6 Transfer Codings"</a>).
+<link url="http://tools.ietf.org/html/rfc2616#section-3.6">RFC 2616,
+"3.6 Transfer Codings"</link>).
 The "chunked" transfer-codings must not be used with HTTP/1.0.
 You'd need to either fix your backend application or upgrade
 to nginx version 1.1.4 and newer, where an additional code
--- a/xml/en/docs/faq/license_copyright.xml	Mon Jan 30 09:55:08 2012 +0000
+++ b/xml/en/docs/faq/license_copyright.xml	Mon Jan 30 10:39:42 2012 +0000
@@ -23,7 +23,7 @@
 <initial>A:</initial>
 The text below should be added to your license conditions,
 followed by the text of the applicable 2-clause BSD license described
-<a href="http://nginx.org/LICENSE">here</a>.
+<link url="http://nginx.org/LICENSE">here</link>.
 
 <programlisting>
 This product contains software provided by Nginx, Inc. and its contributors.
--- a/xml/en/docs/howto.xml	Mon Jan 30 09:55:08 2012 +0000
+++ b/xml/en/docs/howto.xml	Mon Jan 30 10:39:42 2012 +0000
@@ -11,15 +11,15 @@
 <list>
 
 <item>
-<a href="/en/docs/debugging_log.xml"/>
+<link doc="debugging_log.xml"/>
 </item>
 
 <item>
-<a href="/en/docs/http/converting_rewrite_rules.xml"/>
+<link doc="http/converting_rewrite_rules.xml"/>
 </item>
 
 <item>
-<a href="/en/docs/howto_build_on_win32.xml"/>
+<link doc="howto_build_on_win32.xml"/>
 </item>
 
 </list>
--- a/xml/en/docs/howto_build_on_win32.xml	Mon Jan 30 09:55:08 2012 +0000
+++ b/xml/en/docs/howto_build_on_win32.xml	Mon Jan 30 10:39:42 2012 +0000
@@ -117,7 +117,7 @@
 <list>
 
 <item>
-<a href="/en/docs/windows.xml"/>
+<link doc="windows.xml"/>
 </item>
 
 </list>
--- a/xml/en/docs/http/configuring_https_servers.xml	Mon Jan 30 09:55:08 2012 +0000
+++ b/xml/en/docs/http/configuring_https_servers.xml	Mon Jan 30 10:39:42 2012 +0000
@@ -57,7 +57,7 @@
 <para>
 CBC-mode ciphers might be vulnerable to a number of attacks and to
 the BEAST attack in particular (see
-<a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-3389">CVE-2011-3389</a>).
+<link url="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-3389">CVE-2011-3389</link>).
 Configuration of ciphers can be adjusted to prefer RC4-SHA as the following:
 
 <programlisting>
@@ -362,8 +362,8 @@
 <para>
 A more generic solution for running several HTTPS servers on a single
 IP address is
-<a href="http://en.wikipedia.org/wiki/Server_Name_Indication">TLSv1.1
-Server Name Indication extension</a> (SNI, RFC3546),
+<link url="http://en.wikipedia.org/wiki/Server_Name_Indication">TLSv1.1
+Server Name Indication extension</link> (SNI, RFC3546),
 which allows a browser to pass a requested server name during the SSL handshake
 and, therefore, the server will know which certificate it should use
 for the connection.
--- a/xml/en/docs/http/server_names.xml	Mon Jan 30 09:55:08 2012 +0000
+++ b/xml/en/docs/http/server_names.xml	Mon Jan 30 10:39:42 2012 +0000
@@ -14,7 +14,7 @@
 <link doc="ngx_http_core_module.xml" id="server_name"/>
 directive
 and determine which server block is used for a given request.
-See also &ldquo;<a href="/en/docs/http/request_processing.xml" />&rdquo;.
+See also &ldquo;<link doc="request_processing.xml"/>&rdquo;.
 They may be defined using exact names, wildcard names, or regular expressions:
 
 <programlisting>
@@ -269,7 +269,7 @@
 and not of the
 <link doc="ngx_http_core_module.xml" id="server_name"/>
 directive.
-See also &ldquo;<a href="/en/docs/http/request_processing.xml" />&rdquo;.
+See also &ldquo;<link doc="request_processing.xml"/>&rdquo;.
 You can define servers listening on ports *:80 and *:8080,
 and direct that one will be the default server for port *:8080,
 while the other will be the default for port *:80:
--- a/xml/en/docs/index.xml	Mon Jan 30 09:55:08 2012 +0000
+++ b/xml/en/docs/index.xml	Mon Jan 30 10:39:42 2012 +0000
@@ -11,15 +11,15 @@
 <list>
 
 <item>
-<a href="/en/docs/introduction.xml"/>
+<link doc="introduction.xml"/>
 </item>
 
 <item>
-<a href="/en/docs/howto.xml"/>
+<link doc="howto.xml"/>
 </item>
 
 <item>
-<a href="/en/docs/faq.xml"/>
+<link doc="faq.xml"/>
 </item>
 
 </list>
@@ -29,19 +29,19 @@
 <list>
 
 <item>
-<a href="/en/docs/install.xml"/>
+<link doc="install.xml"/>
 </item>
 
 <item>
-<a href="/en/docs/windows.xml"/>
+<link doc="windows.xml"/>
 </item>
 
 <item>
-<a href="/en/docs/control.xml"/>
+<link doc="control.xml"/>
 </item>
 
 <item>
-<a href="/en/docs/hash.xml"/>
+<link doc="hash.xml"/>
 </item>
 
 </list>
@@ -55,7 +55,7 @@
 <list>
 
 <item>
-<a href="/en/docs/ngx_core_module.xml" />
+<link doc="ngx_core_module.xml" />
 </item>
 
 </list>
@@ -65,168 +65,168 @@
 <list>
 
 <item>
-<a href="/en/docs/http/ngx_http_core_module.xml">
-ngx_http_core_module</a>
+<link doc="http/ngx_http_core_module.xml">
+ngx_http_core_module</link>
 </item>
 
 <item>
-<a href="/en/docs/http/ngx_http_access_module.xml">
-ngx_http_access_module</a>
+<link doc="http/ngx_http_access_module.xml">
+ngx_http_access_module</link>
 </item>
 
 <item>
-<a href="/en/docs/http/ngx_http_addition_module.xml">
-ngx_http_addition_module</a>
+<link doc="http/ngx_http_addition_module.xml">
+ngx_http_addition_module</link>
 </item>
 
 <item>
-<a href="/en/docs/http/ngx_http_auth_basic_module.xml">
-ngx_http_auth_basic_module</a>
+<link doc="http/ngx_http_auth_basic_module.xml">
+ngx_http_auth_basic_module</link>
 </item>
 
 <item>
-<a href="/en/docs/http/ngx_http_autoindex_module.xml">
-ngx_http_autoindex_module</a>
+<link doc="http/ngx_http_autoindex_module.xml">
+ngx_http_autoindex_module</link>
 </item>
 
 <item>
-<a href="/en/docs/http/ngx_http_browser_module.xml">
-ngx_http_browser_module</a>
+<link doc="http/ngx_http_browser_module.xml">
+ngx_http_browser_module</link>
 </item>
 
 <item>
-<a href="/en/docs/http/ngx_http_charset_module.xml">
-ngx_http_charset_module</a>
+<link doc="http/ngx_http_charset_module.xml">
+ngx_http_charset_module</link>
 </item>
 
 <item>
-<a href="/en/docs/http/ngx_http_dav_module.xml">
-ngx_http_dav_module</a>
+<link doc="http/ngx_http_dav_module.xml">
+ngx_http_dav_module</link>
 </item>
 
 <item>
-<a href="/en/docs/http/ngx_http_empty_gif_module.xml">
-ngx_http_empty_gif_module</a>
+<link doc="http/ngx_http_empty_gif_module.xml">
+ngx_http_empty_gif_module</link>
 </item>
 
 <item>
-<a href="/en/docs/http/ngx_http_fastcgi_module.xml">
-ngx_http_fastcgi_module</a>
+<link doc="http/ngx_http_fastcgi_module.xml">
+ngx_http_fastcgi_module</link>
 </item>
 
 <item>
-<a href="/en/docs/http/ngx_http_flv_module.xml">
-ngx_http_flv_module</a>
+<link doc="http/ngx_http_flv_module.xml">
+ngx_http_flv_module</link>
 </item>
 
 <item>
-<a href="/en/docs/http/ngx_http_geo_module.xml">
-ngx_http_geo_module</a>
+<link doc="http/ngx_http_geo_module.xml">
+ngx_http_geo_module</link>
 </item>
 
 <item>
-<a href="/en/docs/http/ngx_http_geoip_module.xml">
-ngx_http_geoip_module</a>
+<link doc="http/ngx_http_geoip_module.xml">
+ngx_http_geoip_module</link>
 </item>
 
 <item>
-<a href="/en/docs/http/ngx_http_gzip_module.xml">
-ngx_http_gzip_module</a>
+<link doc="http/ngx_http_gzip_module.xml">
+ngx_http_gzip_module</link>
 </item>
 
 <item>
-<a href="/en/docs/http/ngx_http_gzip_static_module.xml">
-ngx_http_gzip_static_module</a>
+<link doc="http/ngx_http_gzip_static_module.xml">
+ngx_http_gzip_static_module</link>
 </item>
 
 <item>
-<a href="/en/docs/http/ngx_http_headers_module.xml">
-ngx_http_headers_module</a>
+<link doc="http/ngx_http_headers_module.xml">
+ngx_http_headers_module</link>
 </item>
 
 <item>
-<a href="/en/docs/http/ngx_http_image_filter_module.xml">
-ngx_http_image_filter_module</a>
+<link doc="http/ngx_http_image_filter_module.xml">
+ngx_http_image_filter_module</link>
 </item>
 
 <item>
-<a href="/en/docs/http/ngx_http_index_module.xml">
-ngx_http_index_module</a>
+<link doc="http/ngx_http_index_module.xml">
+ngx_http_index_module</link>
 </item>
 
 <item>
-<a href="/en/docs/http/ngx_http_limit_conn_module.xml">
-ngx_http_limit_conn_module</a>
+<link doc="http/ngx_http_limit_conn_module.xml">
+ngx_http_limit_conn_module</link>
 </item>
 
 <item>
-<a href="/en/docs/http/ngx_http_limit_req_module.xml">
-ngx_http_limit_req_module</a>
+<link doc="http/ngx_http_limit_req_module.xml">
+ngx_http_limit_req_module</link>
 </item>
 
 <item>
-<a href="/en/docs/http/ngx_http_log_module.xml">
-ngx_http_log_module</a>
+<link doc="http/ngx_http_log_module.xml">
+ngx_http_log_module</link>
 </item>
 
 <item>
-<a href="/en/docs/http/ngx_http_map_module.xml">
-ngx_http_map_module</a>
+<link doc="http/ngx_http_map_module.xml">
+ngx_http_map_module</link>
 </item>
 
 <item>
-<a href="/en/docs/http/ngx_http_memcached_module.xml">
-ngx_http_memcached_module</a>
+<link doc="http/ngx_http_memcached_module.xml">
+ngx_http_memcached_module</link>
 </item>
 
 <item>
-<a href="/en/docs/http/ngx_http_mp4_module.xml">
-ngx_http_mp4_module</a>
+<link doc="http/ngx_http_mp4_module.xml">
+ngx_http_mp4_module</link>
 </item>
 
 <item>
-<a href="/en/docs/http/ngx_http_proxy_module.xml">
-ngx_http_proxy_module</a>
+<link doc="http/ngx_http_proxy_module.xml">
+ngx_http_proxy_module</link>
 </item>
 
 <item>
-<a href="/en/docs/http/ngx_http_random_index_module.xml">
-ngx_http_random_index_module</a>
+<link doc="http/ngx_http_random_index_module.xml">
+ngx_http_random_index_module</link>
 </item>
 
 <item>
-<a href="/en/docs/http/ngx_http_realip_module.xml">
-ngx_http_realip_module</a>
+<link doc="http/ngx_http_realip_module.xml">
+ngx_http_realip_module</link>
 </item>
 
 <item>
-<a href="/en/docs/http/ngx_http_referer_module.xml">
-ngx_http_referer_module</a>
+<link doc="http/ngx_http_referer_module.xml">
+ngx_http_referer_module</link>
 </item>
 
 <item>
-<a href="/en/docs/http/ngx_http_secure_link_module.xml">
-ngx_http_secure_link_module</a>
+<link doc="http/ngx_http_secure_link_module.xml">
+ngx_http_secure_link_module</link>
 </item>
 
 <item>
-<a href="/en/docs/http/ngx_http_split_clients_module.xml">
-ngx_http_split_clients_module</a>
+<link doc="http/ngx_http_split_clients_module.xml">
+ngx_http_split_clients_module</link>
 </item>
 
 <item>
-<a href="/en/docs/http/ngx_http_sub_module.xml">
-ngx_http_sub_module</a>
+<link doc="http/ngx_http_sub_module.xml">
+ngx_http_sub_module</link>
 </item>
 
 <item>
-<a href="/en/docs/http/ngx_http_upstream_module.xml">
-ngx_http_upstream_module</a>
+<link doc="http/ngx_http_upstream_module.xml">
+ngx_http_upstream_module</link>
 </item>
 
 <item>
-<a href="/en/docs/http/ngx_http_userid_module.xml">
-ngx_http_userid_module</a>
+<link doc="http/ngx_http_userid_module.xml">
+ngx_http_userid_module</link>
 </item>
 
 </list>
--- a/xml/en/docs/introduction.xml	Mon Jan 30 09:55:08 2012 +0000
+++ b/xml/en/docs/introduction.xml	Mon Jan 30 10:39:42 2012 +0000
@@ -11,15 +11,15 @@
 <list>
 
 <item>
-<a href="/en/docs/http/request_processing.xml"/>
+<link doc="http/request_processing.xml"/>
 </item>
 
 <item>
-<a href="/en/docs/http/server_names.xml"/>
+<link doc="http/server_names.xml"/>
 </item>
 
 <item>
-<a href="/en/docs/http/configuring_https_servers.xml"/>
+<link doc="http/configuring_https_servers.xml"/>
 </item>
 
 </list>
--- a/xml/en/links.xml	Mon Jan 30 09:55:08 2012 +0000
+++ b/xml/en/links.xml	Mon Jan 30 10:39:42 2012 +0000
@@ -10,13 +10,13 @@
 <list>
 
 <item>
-<a href="http://www.evanmiller.org/nginx-modules-guide.html">Emiller&rsquo;s
-Guide To Nginx Module Development</a>
+<link url="http://www.evanmiller.org/nginx-modules-guide.html">Emiller&rsquo;s
+Guide To Nginx Module Development</link>
 </item>
 
 <item>
-<a href="http://www.evanmiller.org/nginx-modules-guide-advanced.html">Emiller&rsquo;s
-Advanced Topics In Nginx Module Development</a>
+<link url="http://www.evanmiller.org/nginx-modules-guide-advanced.html">Emiller&rsquo;s
+Advanced Topics In Nginx Module Development</link>
 </item>
 
 </list>
@@ -31,11 +31,11 @@
 <list>
 
 <item>
-<a href="http://planet.nginx.org">Planet nginx</a>
+<link url="http://planet.nginx.org">Planet nginx</link>
 </item>
 
 <item>
-<a href="http://php-fpm.org">php-fpm: PHP FastCGI Process Manager</a>
+<link url="http://php-fpm.org">php-fpm: PHP FastCGI Process Manager</link>
 </item>
 
 </list>
--- a/xml/en/pgp_keys.xml	Mon Jan 30 09:55:08 2012 +0000
+++ b/xml/en/pgp_keys.xml	Mon Jan 30 10:39:42 2012 +0000
@@ -8,19 +8,24 @@
 <para>
 <list>
 <item>
-<a href="http://nginx.org/keys/is.key">Igor Sysoev&rsquo;s PGP public key.</a>
+<link url="http://nginx.org/keys/is.key">Igor Sysoev&rsquo;s
+PGP public key.</link>
 </item>
 <item>
-<a href="http://nginx.org/keys/mdounin.key">Maxim Dounin&rsquo;s PGP public key.</a>
+<link url="http://nginx.org/keys/mdounin.key">Maxim Dounin&rsquo;s
+PGP public key.</link>
 </item>
 <item>
-<a href="http://nginx.org/keys/maxim.key">Maxim Konovalov&rsquo;s PGP public key.</a>
+<link url="http://nginx.org/keys/maxim.key">Maxim Konovalov&rsquo;s
+PGP public key.</link>
 </item>
 <item>
-<a href="http://nginx.org/keys/sb.key">Sergey Budnevitch&rsquo;s PGP public key.</a>
+<link url="http://nginx.org/keys/sb.key">Sergey Budnevitch&rsquo;s
+PGP public key.</link>
 </item>
 <item>
-<a href="http://nginx.org/keys/nginx_signing.key">nginx public key (used for signing packages and repositories).</a>
+<link url="http://nginx.org/keys/nginx_signing.key">nginx
+public key (used for signing packages and repositories).</link>
 </item>
 </list>
 </para>
--- a/xml/en/support.xml	Mon Jan 30 09:55:08 2012 +0000
+++ b/xml/en/support.xml	Mon Jan 30 10:39:42 2012 +0000
@@ -11,7 +11,7 @@
 <list>
 
 <item>
-<a href="http://wiki.nginx.org">wiki.nginx.org</a>
+<link url="http://wiki.nginx.org">wiki.nginx.org</link>
 </item>
 
 </list>
@@ -24,12 +24,12 @@
 
 <para>
 You can
-<a href="http://nginx.org/mailman/listinfo">
-browse</a>
+<link url="http://nginx.org/mailman/listinfo">
+browse</link>
 the mailing lists.
 To post to a mailing list, you must first
-<a href="http://nginx.org/mailman/listinfo">
-subscribe</a>
+<link url="http://nginx.org/mailman/listinfo">
+subscribe</link>
 an e-mail address that you will use for posting.
 </para>
 
@@ -37,23 +37,23 @@
 <list>
 
 <item>
-<a href="http://nginx.org/mailman/listinfo/nginx">nginx@nginx.org</a>
+<link url="http://nginx.org/mailman/listinfo/nginx">nginx@nginx.org</link>
 list (English),
-<a href="http://nginx.org/pipermail/nginx/">
-archive</a>,
-<a href="http://dir.gmane.org/gmane.comp.web.nginx.english">
-Gmane archive</a>,
-<a href="http://marc.info/?l=nginx">
-MARC archive</a>
+<link url="http://nginx.org/pipermail/nginx/">
+archive</link>,
+<link url="http://dir.gmane.org/gmane.comp.web.nginx.english">
+Gmane archive</link>,
+<link url="http://marc.info/?l=nginx">
+MARC archive</link>
 </item>
 
 <item>
-<a href="http://nginx.org/mailman/listinfo/nginx-ru">nginx-ru@nginx.org</a>
+<link url="http://nginx.org/mailman/listinfo/nginx-ru">nginx-ru@nginx.org</link>
 list (Russian),
-<a href="http://nginx.org/pipermail/nginx-ru/">
-archive</a>,
-<a href="http://dir.gmane.org/gmane.comp.web.nginx.russian">
-Gmane archive</a>
+<link url="http://nginx.org/pipermail/nginx-ru/">
+archive</link>,
+<link url="http://dir.gmane.org/gmane.comp.web.nginx.russian">
+Gmane archive</link>
 </item>
 
 </list>
@@ -68,15 +68,15 @@
 <list>
 
 <item>
-<a href="http://forum.nginx.org">forum.nginx.org</a>
+<link url="http://forum.nginx.org">forum.nginx.org</link>
 (with mailing lists integration)
 </item>
 
 <item>
-<a href="http://www.ruby-forum.com/forum/nginx">
-Ruby Forum</a>
+<link url="http://www.ruby-forum.com/forum/nginx">
+Ruby Forum</link>
 (with
-<a href="http://nginx.org/mailman/listinfo/nginx">nginx@nginx.org</a>
+<link url="http://nginx.org/mailman/listinfo/nginx">nginx@nginx.org</link>
 mailing list integration)
 </item>
 
@@ -92,20 +92,20 @@
 <list>
 
 <item>
-<a href="http://nginx.org/mailman/listinfo/nginx-devel">nginx-devel@nginx.org</a>
+<link url="http://nginx.org/mailman/listinfo/nginx-devel">nginx-devel@nginx.org</link>
 mailing list for developers (English),
-<a href="http://nginx.org/pipermail/nginx-devel/">
-archive</a>
+<link url="http://nginx.org/pipermail/nginx-devel/">
+archive</link>
 </item>
 
 <item>
-<a href="http://trac.nginx.org/nginx/browser">
-Browse a Source Code</a>
+<link url="http://trac.nginx.org/nginx/browser">
+Browse a Source Code</link>
 </item>
 
 <item>
-<a href="http://trac.nginx.org/nginx/report">
-Report a Bug</a>
+<link url="http://trac.nginx.org/nginx/report">
+Report a Bug</link>
 </item>
 
 </list>
--- a/xml/he/docs/howto.xml	Mon Jan 30 09:55:08 2012 +0000
+++ b/xml/he/docs/howto.xml	Mon Jan 30 10:39:42 2012 +0000
@@ -13,13 +13,13 @@
 <!--
 
 <item>
-<a href="/he/docs/debugging_log.xml"/>
+<link doc="debugging_log.xml"/>
 </item>
 
 -->
 
 <item>
-<a href="/he/docs/http/converting_rewrite_rules.xml"/>
+<link doc="http/converting_rewrite_rules.xml"/>
 </item>
 
 </list>
--- a/xml/he/docs/http/server_names.xml	Mon Jan 30 09:55:08 2012 +0000
+++ b/xml/he/docs/http/server_names.xml	Mon Jan 30 10:39:42 2012 +0000
@@ -11,7 +11,7 @@
 <para>
 שמות שרת מוגדרים על ידי המאפיין <literal>server_name</literal>
 והם קובעים איזה בלוק תצורת שרת מקובץ התצורה יהיה בשימוש לכל בקשה ובקשה לשרת.
-ראו גם &ldquo;<a href="/en/docs/http/request_processing.xml" />&rdquo;.
+ראו גם &ldquo;<link doc="../../../en/docs/http/request_processing.xml" />&rdquo;.
 ניתן להגדירם באמצעות שמות מדוייקים, שמות Wildcard, או באמצעות ביטויים רגולריים:
 
 <programlisting>
@@ -250,7 +250,7 @@
 שימו לב שאין דרך לציין את שם ה catch-all או את שרת <i>ברירת המחדל</i>
 על ידי שימוש במאפיין <literal>server_name</literal>.
 זוהי תכונה של המאפיין <literal>listen</literal> ולא של המאפיין <literal>server_name</literal>.
-ראו גם &ldquo;<a href="/en/docs/http/request_processing.xml" />&rdquo;.
+ראו גם &ldquo;<link doc="../../../en/docs/http/request_processing.xml" />&rdquo;.
 
 באפשרותכם להגדיר שרתים המאזינים על פורטים <url>*:80</url> ו <url>*:8080</url>,
 ולהגדיר שרת אחת שהוא ברירת המחדל עבור פורט
--- a/xml/he/docs/index.xml	Mon Jan 30 09:55:08 2012 +0000
+++ b/xml/he/docs/index.xml	Mon Jan 30 10:39:42 2012 +0000
@@ -11,17 +11,17 @@
 <list>
 
 <item>
-<a href="/he/docs/introduction.xml"/>
+<link doc="introduction.xml"/>
 </item>
 
 <item>
-<a href="/he/docs/howto.xml"/>
+<link doc="howto.xml"/>
 </item>
 
 <!--
 
 <item>
-<a href="/he/docs/faq.xml"/>
+<link doc="faq.xml"/>
 </item>
 
 -->
@@ -33,7 +33,7 @@
 <list>
 
 <item>
-<a href="/he/docs/windows.xml"/>
+<link doc="windows.xml"/>
 </item>
 
 </list>
--- a/xml/he/docs/introduction.xml	Mon Jan 30 09:55:08 2012 +0000
+++ b/xml/he/docs/introduction.xml	Mon Jan 30 10:39:42 2012 +0000
@@ -13,19 +13,19 @@
 <!--
 
 <item>
-<a href="/he/docs/http/request_processing.xml"/>
+<link doc="http/request_processing.xml"/>
 </item>
 
 -->
 
 <item>
-<a href="/he/docs/http/server_names.xml"/>
+<link doc="http/server_names.xml"/>
 </item>
 
 <!--
 
 <item>
-<a href="/he/docs/http/configuring_https_servers.xml"/>
+<link doc="http/configuring_https_servers.xml"/>
 </item>
 
 -->
--- a/xml/he/docs/windows.xml	Mon Jan 30 09:55:08 2012 +0000
+++ b/xml/he/docs/windows.xml	Mon Jan 30 10:39:42 2012 +0000
@@ -15,7 +15,7 @@
 פילטר תמונות, מודול GeoIP ושפת Perl משובצת.</para>
 
 <para>
-כדי להתקין את nginx/Windows, יש <a href="/en/download.xml">להוריד</a>
+כדי להתקין את nginx/Windows, יש <link doc="../../en/download.xml">להוריד</link>
 את קובץ הזיפ של גירסת הפיתוח האחרונה <development_version />,
 כיוון שענף הפיתוח מכיל את כל התיקונים הידועים, בייחוד אלו הקשורים לחלונות.
 אחרי ההורדה, יש לפרוס את קובץ הזיפ,
--- a/xml/he/index.xml	Mon Jan 30 09:55:08 2012 +0000
+++ b/xml/he/index.xml	Mon Jan 30 10:39:42 2012 +0000
@@ -9,21 +9,21 @@
 
 <para>
 nginx [נהגה: engine x] הוא שרת HTTP ופרוקסי הפוך, כמו גם  שרת פרוקסי לדואר,
-שנכתב על ידי <a href="http://sysoev.ru/en/">Igor Sysoev</a>.
+שנכתב על ידי <link url="http://sysoev.ru/en/">Igor Sysoev</link>.
  הוא נמצא בשימוש כבר יותר מחמש שנים באתרים רוסיים עמוסים במיוחד, כגון 
-<a href="http://www.rambler.ru">Rambler</a>
-(ו <a href="http://ramblermedia.com">RamblerMedia.com</a>).
+<link url="http://www.rambler.ru">Rambler</link>
+(ו <link url="http://ramblermedia.com">RamblerMedia.com</link>).
 לפי חברת Netcraft, השרת nginx הגיש או נתן שירות ל
-<a href="http://news.netcraft.com/archives/2010/04/15/april_2010_web_server_survey.html">4.70%
-מהאתרים העמוסים ביותר באפריל 2010</a>.
+<link url="http://news.netcraft.com/archives/2010/04/15/april_2010_web_server_survey.html">4.70%
+מהאתרים העמוסים ביותר באפריל 2010</link>.
 הנה כמה סיפורי הצלחה:
-<a href="http://blog.fastmail.fm/2007/01/04/webimappop-frontend-proxies-changed-to-nginx/">FastMail.FM</a>,
-<a href="http://barry.wordpress.com/2008/04/28/load-balancer-update/">Wordpress.com</a>.
+<link url="http://blog.fastmail.fm/2007/01/04/webimappop-frontend-proxies-changed-to-nginx/">FastMail.FM</link>,
+<link url="http://barry.wordpress.com/2008/04/28/load-balancer-update/">Wordpress.com</link>.
 </para>
 
 <para>
 קוד המקור הוא בעל רשיון
-<a href="/LICENSE">2-פיסקאות דמוי רשיון BSD</a>.
+<link url="/LICENSE">2-פיסקאות דמוי רשיון BSD</link>.
 </para>
 
 </section>
--- a/xml/index.xml	Mon Jan 30 09:55:08 2012 +0000
+++ b/xml/index.xml	Mon Jan 30 10:39:42 2012 +0000
@@ -4,14 +4,14 @@
 
 <event date="2012-01-16">
 <para>
-<a href="/en/download.xml">nginx-1.1.13</a>
+<link doc="en/download.xml">nginx-1.1.13</link>
 development version has been released.
 </para>
 </event>
 
 <event date="2011-12-26">
 <para>
-<a href="/en/download.xml">nginx-1.1.12</a>
+<link doc="en/download.xml">nginx-1.1.12</link>
 development version has been released,
 introducing <link doc="/en/docs/http/ngx_http_proxy_module.xml"
 id="proxy_cache_lock">cache lock</link> support and
@@ -21,63 +21,63 @@
 
 <event date="2011-12-15">
 <para>
-<a href="/en/download.xml">nginx-1.0.11</a>
+<link doc="en/download.xml">nginx-1.0.11</link>
 stable version has been released.<br/>
 </para>
 </event>
 
 <event date="2011-12-12">
 <para>
-<a href="/en/download.xml">nginx-1.1.11</a>
+<link doc="en/download.xml">nginx-1.1.11</link>
 development version has been released.
 </para>
 </event>
 
 <event date="2011-11-30">
 <para>
-<a href="/en/download.xml">nginx-1.1.10</a>
+<link doc="en/download.xml">nginx-1.1.10</link>
 development version has been released.
 </para>
 </event>
 
 <event date="2011-11-28">
 <para>
-<a href="/en/download.xml">nginx-1.1.9</a>
+<link doc="en/download.xml">nginx-1.1.9</link>
 development version has been released.
 </para>
 </event>
 
 <event date="2011-11-15">
 <para>
-<a href="/en/download.xml">nginx-1.0.10</a>
+<link doc="en/download.xml">nginx-1.0.10</link>
 stable version has been released.<br/>
 </para>
 </event>
 
 <event date="2011-11-14">
 <para>
-<a href="/en/download.xml">nginx-1.1.8</a>
+<link doc="en/download.xml">nginx-1.1.8</link>
 development version has been released.
 </para>
 </event>
 
 <event date="2011-11-01">
 <para>
-<a href="/en/download.xml">nginx-1.0.9</a>
+<link doc="en/download.xml">nginx-1.0.9</link>
 stable version has been released.<br/>
 </para>
 </event>
 
 <event date="2011-10-31">
 <para>
-<a href="/en/download.xml">nginx-1.1.7</a>
+<link doc="en/download.xml">nginx-1.1.7</link>
 development version has been released.
 </para>
 </event>
 
 <event date="2011-10-17">
 <para>
-<a href="/en/download.xml">nginx-1.1.6</a>
+<link doc="en/download.xml">nginx-1.1.6</link>
 development version has been released.
 </para>
 </event>
@@ -85,30 +85,30 @@
 <event date="2011-10-12">
 <para>
 NGINX, Inc. has
-<a href="http://nginx.com/nginx-venture-funding.html">announced</a>
+<link url="http://nginx.com/nginx-venture-funding.html">announced</link>
 its Series A funding.
 </para>
 </event>
 
 <event date="2011-10-05">
 <para>
-<a href="/en/download.xml">nginx-1.1.5</a>
+<link doc="en/download.xml">nginx-1.1.5</link>
 development version has been released.
 </para>
 </event>
 
 <event date="2011-10-01">
 <para>
-<a href="/en/download.xml">nginx-1.0.8</a>
+<link doc="en/download.xml">nginx-1.0.8</link>
 stable version has been released.<br/>
 </para>
 </event>
 
 <event date="2011-09-30">
 <para>
-<a href="/en/download.xml">nginx-1.0.7</a>
+<link doc="en/download.xml">nginx-1.0.7</link>
 stable version has been released.<br/>
-New <a href="/en/docs/http/ngx_http_mp4_module.xml">HTTP MP4 module</a>
+New <link doc="en/docs/http/ngx_http_mp4_module.xml">HTTP MP4 module</link>
 included.
 </para>
 </event>
@@ -116,14 +116,14 @@
 <event date="2011-09-23">
 <para>
 nginx was
-<a href="http://www.openbsd.org/cgi-bin/cvsweb/src/usr.sbin/nginx/">imported</a>
+<link url="http://www.openbsd.org/cgi-bin/cvsweb/src/usr.sbin/nginx/">imported</link>
 to OpenBSD src tree.
 </para>
 </event>
 
 <event date="2011-09-20">
 <para>
-<a href="/en/download.xml">nginx-1.1.4</a>
+<link doc="en/download.xml">nginx-1.1.4</link>
 development version has been released.<br/>
 Support of persistent connections with upstream servers.
 </para>
@@ -131,36 +131,37 @@
 
 <event date="2011-09-14">
 <para>
-<a href="/en/download.xml">nginx-1.1.3</a>
+<link doc="en/download.xml">nginx-1.1.3</link>
 development version has been released.<br/>
-New <a href="/en/docs/http/ngx_http_mp4_module.xml">HTTP MP4 module</a>.
+New <link doc="en/docs/http/ngx_http_mp4_module.xml">HTTP MP4 module</link>.
 </para>
 </event>
 
 <event date="2011-09-05">
 <para>
-<a href="/en/download.xml">nginx-1.1.2</a>
+<link doc="en/download.xml">nginx-1.1.2</link>
 development version has been released.
 </para>
 </event>
 
 <event date="2011-08-29">
 <para>
-<a href="/en/download.xml">nginx-1.0.6</a>
+<link doc="en/download.xml">nginx-1.0.6</link>
 stable version has been released.
 </para>
 </event>
 
 <event date="2011-08-22">
 <para>
-<a href="/en/download.xml">nginx-1.1.1</a>
+<link doc="en/download.xml">nginx-1.1.1</link>
 development version has been released.
 </para>
 </event>
 
 <event date="2011-08-03">
 <para>
-We are happy to announce <a href="http://trac.nginx.org">trac.nginx.org</a>.
+We are happy to announce
+<link url="http://trac.nginx.org">trac.nginx.org</link>.
 </para>
 
 <para>
@@ -168,7 +169,7 @@
 Please note that we would greatly appreciate if you could switch
 to this new and hopefully convenient way of submitting bug reports to us,
 along with patches to the code.
-Here is <a href="http://trac.nginx.org/nginx/wiki">a short instruction</a>.
+Here is <link url="http://trac.nginx.org/nginx/wiki">a short instruction</link>.
 </para>
 
 <para>
@@ -178,32 +179,32 @@
 
 <event date="2011-08-01">
 <para>
-<a href="/en/download.xml">nginx-1.1.0</a>
+<link doc="en/download.xml">nginx-1.1.0</link>
 development version has been released.
 </para>
 </event>
 
 <event date="2011-07-26">
 <para>
-<a href="/ja/">Japanese translation of the site</a> by
-<a href="http://www.digitalcube.jp/">DigitalCube Co. Ltd.</a>
-and <a href="http://dogmap.jp/">wokamoto</a>.
+<link url="/ja/">Japanese translation of the site</link> by
+<link url="http://www.digitalcube.jp/">DigitalCube Co. Ltd.</link>
+and <link url="http://dogmap.jp/">wokamoto</link>.
 </para>
 </event>
 
 <event date="2011-07-22">
 <para>
-<a href="http://www.amazon.co.jp/%E3%83%8F%E3%82%A4%E3%83%91%E3%83%95%E3%82%A9%E3%83%BC%E3%83%9E%E3%83%B3%E3%82%B9HTTP%E3%82%B5%E3%83%BC%E3%83%90-Nginx%E5%85%A5%E9%96%80-Clement-Nedelcu/dp/4048702270">Japanese translation</a> of
+<link url="http://www.amazon.co.jp/%E3%83%8F%E3%82%A4%E3%83%91%E3%83%95%E3%82%A9%E3%83%BC%E3%83%9E%E3%83%B3%E3%82%B9HTTP%E3%82%B5%E3%83%BC%E3%83%90-Nginx%E5%85%A5%E9%96%80-Clement-Nedelcu/dp/4048702270">Japanese translation</link> of
 Clément Nedelcu’s book “Nginx HTTP Server”.
 </para>
 </event>
 
 <event date="2011-07-19">
 <para>
-<a href="/en/download.xml">nginx-1.0.5</a>
+<link doc="en/download.xml">nginx-1.0.5</link>
 stable version,
-<a href="/en/download.xml">nginx-0.8.55</a> and
-<a href="/en/download.xml">nginx-0.7.69</a>
+<link doc="en/download.xml">nginx-0.8.55</link> and
+<link doc="en/download.xml">nginx-0.7.69</link>
 legacy stable versions have been released.
 </para>
 </event>
@@ -255,44 +256,45 @@
 
 <event date="2011-06-01">
 <para>
-<a href="/en/download.xml">nginx-1.0.4</a>
+<link doc="en/download.xml">nginx-1.0.4</link>
 stable version has been released.
 </para>
 </event>
 
 <event date="2011-05-25">
 <para>
-<a href="/en/download.xml">nginx-1.0.3</a>
+<link doc="en/download.xml">nginx-1.0.3</link>
 stable version has been released.
 </para>
 </event>
 
 <event date="2011-05-23">
 <para>
-Packt has published <a href="/en/books.xml">yet another book</a> about nginx:
-“<a href="http://www.packtpub.com/nginx-1-web-server-implementation-cookbook/book">Nginx
-1 Web Server Implementation Cookbook</a>” by Dipankar Sarkar.
+Packt has published <link doc="en/books.xml">yet another book</link>
+about nginx:
+“<link url="http://www.packtpub.com/nginx-1-web-server-implementation-cookbook/book">Nginx
+1 Web Server Implementation Cookbook</link>” by Dipankar Sarkar.
 </para>
 </event>
 
 <event date="2011-05-10">
 <para>
-<a href="/en/download.xml">nginx-1.0.2</a>
+<link doc="en/download.xml">nginx-1.0.2</link>
 stable version has been released.
 </para>
 </event>
 
 <event date="2011-05-03">
 <para>
-<a href="/en/download.xml">nginx-1.0.1</a>
+<link doc="en/download.xml">nginx-1.0.1</link>
 stable version has been released.
 </para>
 </event>
 
 <event date="2011-04-12">
 <para>
-<a href="http://en.wikipedia.org/wiki/Vostok_1#Launch">Here we go!</a><br/>
-<a href="/en/download.xml">nginx-1.0.0</a>
+<link url="http://en.wikipedia.org/wiki/Vostok_1#Launch">Here we go!</link><br/>
+<link doc="en/download.xml">nginx-1.0.0</link>
 stable version has been released.<br/>
 The repository is available at svn://svn.nginx.org.
 </para>
@@ -301,103 +303,103 @@
 nginx development was started about 9 years ago.
 The first public version 0.1.0 has been released on October 4, 2004.
 Now W3Techs reports that
-<a href="http://w3techs.com/technologies/overview/web_server/all">6.8%
-of the top 1 million sites on the web</a> (according to Alexa) use nginx.
+<link url="http://w3techs.com/technologies/overview/web_server/all">6.8%
+of the top 1 million sites on the web</link> (according to Alexa) use nginx.
 And
-<a href="http://w3techs.com/technologies/breakdown/ws-nginx/top_level_domain">46.9%</a>
+<link url="http://w3techs.com/technologies/breakdown/ws-nginx/top_level_domain">46.9%</link>
 of top Russian sites use nginx.
 </para>
 
 <para>
 Netcraft reports similar
-<a href="http://news.netcraft.com/archives/2011/04/06/april-2011-web-server-survey.html">6.52%
-nginx share of the million busiest sites in April 2011</a>.
+<link url="http://news.netcraft.com/archives/2011/04/06/april-2011-web-server-survey.html">6.52%
+nginx share of the million busiest sites in April 2011</link>.
 </para>
 
 </event>
 
 <event date="2011-04-04">
 <para>
-<a href="/en/download.xml">nginx-0.9.7</a>
+<link doc="en/download.xml">nginx-0.9.7</link>
 development version has been released.
 </para>
 </event>
 
 <event date="2011-03-21">
 <para>
-<a href="/en/download.xml">nginx-0.9.6</a>
+<link doc="en/download.xml">nginx-0.9.6</link>
 development version has been released.
 </para>
 </event>
 
 <event date="2011-02-21">
 <para>
-<a href="/en/download.xml">nginx-0.9.5</a>
+<link doc="en/download.xml">nginx-0.9.5</link>
 development version has been released.
 </para>
 </event>
 
 <event date="2011-01-21">
 <para>
-<a href="/en/download.xml">nginx-0.9.4</a>
+<link doc="en/download.xml">nginx-0.9.4</link>
 development version has been released.
 </para>
 </event>
 
 <event date="2010-12-14">
 <para>
-<a href="/en/download.xml">nginx-0.8.54</a>
+<link doc="en/download.xml">nginx-0.8.54</link>
 stable version and
-<a href="/en/download.xml">nginx-0.7.68</a>
+<link doc="en/download.xml">nginx-0.7.68</link>
 legacy stable version have been released.
 </para>
 </event>
 
 <event date="2010-12-13">
 <para>
-<a href="/en/download.xml">nginx-0.9.3</a>
+<link doc="en/download.xml">nginx-0.9.3</link>
 development version has been released.
 </para>
 </event>
 
 <event date="2010-12-06">
 <para>
-<a href="/en/download.xml">nginx-0.9.2</a>
+<link doc="en/download.xml">nginx-0.9.2</link>
 development version has been released.
 </para>
 </event>
 
 <event date="2010-11-30">
 <para>
-<a href="/en/download.xml">nginx-0.9.1</a>
+<link doc="en/download.xml">nginx-0.9.1</link>
 development version has been released.
 </para>
 </event>
 
 <event date="2010-11-29">
 <para>
-<a href="/en/download.xml">nginx-0.9.0</a>
+<link doc="en/download.xml">nginx-0.9.0</link>
 development version has been released.
 </para>
 </event>
 
 <event date="2010-10-18">
 <para>
-<a href="/en/download.xml">nginx-0.8.53</a>
+<link doc="en/download.xml">nginx-0.8.53</link>
 stable version has been released.
 </para>
 </event>
 
 <event date="2010-09-28">
 <para>
-<a href="/en/download.xml">nginx-0.8.52</a>
+<link doc="en/download.xml">nginx-0.8.52</link>
 stable version has been released.
 </para>
 </event>
 
 <event date="2010-09-27">
 <para>
-<a href="/en/download.xml">nginx-0.8.51</a>
+<link doc="en/download.xml">nginx-0.8.51</link>
 stable version has been released.
 </para>
 
@@ -428,72 +430,73 @@
 
 <event date="2010-09-02">
 <para>
-<a href="/en/download.xml">nginx-0.8.50</a>
+<link doc="en/download.xml">nginx-0.8.50</link>
 development version has been released.
 </para>
 </event>
 
 <event date="2010-08-09">
 <para>
-<a href="/en/download.xml">nginx-0.8.49</a>
+<link doc="en/download.xml">nginx-0.8.49</link>
 development version has been released.
 </para>
 </event>
 
 <event date="2010-08-03">
 <para>
-<a href="/en/download.xml">nginx-0.8.48</a>
+<link doc="en/download.xml">nginx-0.8.48</link>
 development version has been released.
 </para>
 </event>
 
 <event date="2010-07-28">
 <para>
-<a href="/en/download.xml">nginx-0.8.47</a>
+<link doc="en/download.xml">nginx-0.8.47</link>
 development version has been released.
 </para>
 
 <para>
 W3Techs reports that
-<a href="http://w3techs.com/technologies/overview/web_server/all">5.1%
-of the top 1 million sites on the web</a> (according to Alexa)
+<link url="http://w3techs.com/technologies/overview/web_server/all">5.1%
+of the top 1 million sites on the web</link> (according to Alexa)
 use nginx. Hence nginx is on the 3rd place after Apache (70.2%) and IIS (20.5%).
 </para>
 
 <para>
 By the way, Netcraft reports similar
-<a href="http://news.netcraft.com/archives/2010/07/16/july-2010-web-server-survey-16.html">5.21%
-nginx share of the million busiest sites in July 2010</a>.
+<link url="http://news.netcraft.com/archives/2010/07/16/july-2010-web-server-survey-16.html">5.21%
+nginx share of the million busiest sites in July 2010</link>.
 </para>
 
 <para>
 Another survey by BuiltWith.com.
 It&rsquo;s interesting that nginx is used rather on more loaded sites:
-<a href="http://trends.builtwith.com/Web%20Server/nginx">4.95%
-of the top 10,000 sites versus 3.14% of the top million</a> (on July 27, 2010),
+<link url="http://trends.builtwith.com/Web%20Server/nginx">4.95%
+of the top 10,000 sites versus 3.14% of the top million</link>
+(on July 27, 2010),
 while Apache is used more on less loaded sites:
-<a href="http://trends.builtwith.com/Web-Server/Apache">63.60%
-of the top million sites versus 55.79% of the top 10,000 sites</a>.
+<link url="http://trends.builtwith.com/Web-Server/Apache">63.60%
+of the top million sites versus 55.79% of the top 10,000 sites</link>.
 IIS/6.0 is more preferred on middle range sites:
-<a href="http://trends.builtwith.com/Web-Server/IIS-6">24.49%
+<link url="http://trends.builtwith.com/Web-Server/IIS-6">24.49%
 of the top 100,000 sites versus 20.05% of the top 10,000
-and 21.15% of the top million</a>.
+and 21.15% of the top million</link>.
 </para>
 
 <para>
-Also two <a href="/en/books.xml">books</a>
+Also two <link doc="en/books.xml">books</link>
 about nginx have recently been published:
-&ldquo;<a href="http://product.dangdang.com/product.aspx?product_id=20807089">实战Nginx:取代Apache的高性能Web服务器</a>&rdquo;
-by <a href="http://blog.s135.com">张宴 (Zhang Yan)</a> in Chinese and
-&ldquo;<a href="http://www.packtpub.com/nginx-http-server-for-web-applications/book">Nginx
-HTTP Server</a>&rdquo; by
-<a href="http://cnedelcu.blogspot.com">Clément Nedelcu</a> in English.
+&ldquo;<link url="http://product.dangdang.com/product.aspx?product_id=20807089">实战Nginx:取代Apache的高性能Web服务器</link>&rdquo;
+by <link url="http://blog.s135.com">张宴 (Zhang Yan)</link> in Chinese and
+&ldquo;<link url="http://www.packtpub.com/nginx-http-server-for-web-applications/book">Nginx
+HTTP Server</link>&rdquo; by
+<link url="http://cnedelcu.blogspot.com">Clément Nedelcu</link> in English.
 </para>
 </event>
 
 <event date="2010-07-19">
 <para>
-<a href="/en/download.xml">nginx-0.8.46</a>
+<link doc="en/download.xml">nginx-0.8.46</link>
 development version has been released.
 </para>
 </event>
@@ -501,71 +504,71 @@
 <event date="2010-07-17">
 <para>
 Igor Sysoev will give a lecture about nginx on
-<a href="http://softwarelivre.org/fisl11/english/news">11th
-International Free Software Forum (FISL11)</a> in Porto Alegre, Brasil.
+<link url="http://softwarelivre.org/fisl11/english/news">11th
+International Free Software Forum (FISL11)</link> in Porto Alegre, Brasil.
 </para>
 </event>
 
 <event date="2010-07-13">
 <para>
-<a href="/en/download.xml">nginx-0.8.45</a>
+<link doc="en/download.xml">nginx-0.8.45</link>
 development version has been released.
 </para>
 </event>
 
 <event date="2010-07-05">
 <para>
-<a href="/en/download.xml">nginx-0.8.44</a>
+<link doc="en/download.xml">nginx-0.8.44</link>
 development version has been released.
 </para>
 </event>
 
 <event date="2010-06-30">
 <para>
-<a href="/en/download.xml">nginx-0.8.43</a>
+<link doc="en/download.xml">nginx-0.8.43</link>
 development version has been released.
 </para>
 </event>
 
 <event date="2010-06-21">
 <para>
-<a href="/en/download.xml">nginx-0.8.42</a>
+<link doc="en/download.xml">nginx-0.8.42</link>
 development version has been released.
 </para>
 </event>
 
 <event date="2010-06-15">
 <para>
-<a href="/en/download.xml">nginx-0.8.41</a>
+<link doc="en/download.xml">nginx-0.8.41</link>
 development version and
-<a href="/en/download.xml">nginx-0.7.67</a>
+<link doc="en/download.xml">nginx-0.7.67</link>
 stable version have been released.
 </para>
 </event>
 
 <event date="2010-06-07">
 <para>
-<a href="/en/download.xml">nginx-0.8.40</a>
+<link doc="en/download.xml">nginx-0.8.40</link>
 development version and
-<a href="/en/download.xml">nginx-0.7.66</a>
+<link doc="en/download.xml">nginx-0.7.66</link>
 stable version have been released.
 </para>
 </event>
 
 <event date="2010-06-02">
 <para>
-The folks at <a href="http://mivzakim.net">mivzakim.net</a>
-started <a href="/he/">Hebrew translation of the site</a>.
+The folks at <link url="http://mivzakim.net">mivzakim.net</link>
+started <link url="/he/">Hebrew translation of the site</link>.
 </para>
 </event>
 
 <event date="2010-06-01">
 <para>
-13.7% of <a href="http://www.google.com/adplanner/static/top1000/">the
-1000 most-visited sites on the web (according to Google)</a>
+13.7% of <link url="http://www.google.com/adplanner/static/top1000/">the
+1000 most-visited sites on the web (according to Google)</link>
 report nginx in
-<a href="http://openmymind.net/top1000data.txt">the “Server”
-response header line</a>.
+<link url="http://openmymind.net/top1000data.txt">the “Server”
+response header line</link>.
 46.5% report Apache,
 14.9%&mdash;IIS,
 1.3%&mdash;lighttpd.
@@ -575,65 +578,65 @@
 
 <event date="2010-05-31">
 <para>
-<a href="/en/download.xml">nginx-0.8.39</a>
+<link doc="en/download.xml">nginx-0.8.39</link>
 development version has been released.
 </para>
 </event>
 
 <event date="2010-05-24">
 <para>
-<a href="/en/download.xml">nginx-0.8.38</a>
+<link doc="en/download.xml">nginx-0.8.38</link>
 development version has been released.
 </para>
 </event>
 
 <event date="2010-05-17">
 <para>
-<a href="/en/download.xml">nginx-0.8.37</a>
+<link doc="en/download.xml">nginx-0.8.37</link>
 development version has been released.
 </para>
 </event>
 
 <event date="2010-04-30">
 <para>
-<a href="/tr/">Turkish translation of the site</a>
-by <a href="http://javam.org">Altan Tanrıverdi</a>.
+<link url="/tr/">Turkish translation of the site</link>
+by <link url="http://javam.org">Altan Tanrıverdi</link>.
 </para>
 </event>
 
 <event date="2010-04-22">
 <para>
-<a href="/en/download.xml">nginx-0.8.36</a>
+<link doc="en/download.xml">nginx-0.8.36</link>
 development version has been released.
 </para>
 </event>
 
 <event date="2010-04-01">
 <para>
-<a href="/en/download.xml">nginx-0.8.35</a>
+<link doc="en/download.xml">nginx-0.8.35</link>
 development version has been released.
 </para>
 </event>
 
 <event date="2010-03-03">
 <para>
-<a href="/en/download.xml">nginx-0.8.34</a>
+<link doc="en/download.xml">nginx-0.8.34</link>
 development version has been released.
 </para>
 </event>
 
 <event date="2010-02-23">
 <para>
-<a href="http://royal.pingdom.com/2010/02/23/nginx-the-little-russian-web-server-taking-on-the-giants/">A
-Royal Pingdom article</a> about nginx.
+<link url="http://royal.pingdom.com/2010/02/23/nginx-the-little-russian-web-server-taking-on-the-giants/">A
+Royal Pingdom article</link> about nginx.
 </para>
 </event>
 
 <event date="2010-02-01">
 <para>
-<a href="/en/download.xml">nginx-0.8.33</a>
+<link doc="en/download.xml">nginx-0.8.33</link>
 development version and
-<a href="/en/download.xml">nginx-0.7.65</a>
+<link doc="en/download.xml">nginx-0.7.65</link>
 stable version have been released.
 </para>
 </event>
@@ -641,29 +644,29 @@
 <event date="2010-01-15">
 <para>
 Three new articles written by Igor Sysoev:
-&ldquo;<a href="/en/docs/windows.xml" />&rdquo;,
-&ldquo;<a href="/en/docs/debugging_log.xml" />&rdquo;, and
-&ldquo;<a href="/en/docs/http/converting_rewrite_rules.xml" />&rdquo;.
+&ldquo;<link doc="en/docs/windows.xml" />&rdquo;,
+&ldquo;<link doc="en/docs/debugging_log.xml" />&rdquo;, and
+&ldquo;<link doc="en/docs/http/converting_rewrite_rules.xml" />&rdquo;.
 </para>
 </event>
 
 <event date="2010-01-11">
 <para>
-<a href="/en/download.xml">nginx-0.8.32</a>
+<link doc="en/download.xml">nginx-0.8.32</link>
 development version has been released.
 </para>
 </event>
 
 <event date="2009-12-23">
 <para>
-<a href="/en/download.xml">nginx-0.8.31</a>
+<link doc="en/download.xml">nginx-0.8.31</link>
 development version has been released.
 </para>
 </event>
 
 <event date="2009-12-15">
 <para>
-<a href="/en/download.xml">nginx-0.8.30</a>
+<link doc="en/download.xml">nginx-0.8.30</link>
 development version has been released.
 </para>
 </event>
@@ -672,7 +675,7 @@
 <para>
 The new nginx.org site was launched.
 Your attention is invited to
-<a href="/en/docs/introduction.xml">three introductory articles</a>
+<link doc="en/docs/introduction.xml">three introductory articles</link>
 written by Igor Sysoev and edited by Brian Mercer.
 </para>
 </event>
--- a/xml/ja/docs/faq.xml	Mon Jan 30 09:55:08 2012 +0000
+++ b/xml/ja/docs/faq.xml	Mon Jan 30 10:39:42 2012 +0000
@@ -10,7 +10,7 @@
 <list>
 
 <item>
-<a href="/ja/docs/sys_errlist.xml"/>
+<link doc="sys_errlist.xml"/>
 </item>
 
 </list>
--- a/xml/ja/docs/howto.xml	Mon Jan 30 09:55:08 2012 +0000
+++ b/xml/ja/docs/howto.xml	Mon Jan 30 10:39:42 2012 +0000
@@ -10,11 +10,11 @@
 <list>
 
 <item>
-<a href="/ja/docs/debugging_log.xml"/>
+<link doc="debugging_log.xml"/>
 </item>
 
 <item>
-<a href="/ja/docs/http/converting_rewrite_rules.xml"/>
+<link doc="http/converting_rewrite_rules.xml"/>
 </item>
 
 </list>
--- a/xml/ja/docs/http/configuring_https_servers.xml	Mon Jan 30 09:55:08 2012 +0000
+++ b/xml/ja/docs/http/configuring_https_servers.xml	Mon Jan 30 10:39:42 2012 +0000
@@ -261,7 +261,7 @@
 <section id="sni" name="サーバ名指示(Server Name Indication – SNI)">
 
 <para>
-単一の IP アドレス上で複数の HTTPS サーバを動かすときのさらに包括的な解決方法として <a href="http://en.wikipedia.org/wiki/Server_Name_Indication">TLSv1.1 Server Name Indication extension(サーバ名指示拡張)</a> (SNI, RFC3546) があります。これは、ブラウザが SSL ハンドシェイクの間にリクエストされたサーバ名を渡せるようにするもので、それによりサーバはその接続でどの証明書を使用するべきかが分かります。しかし、SNI は限られたブラウザしかサポートしていません。現時点では次のブラウザのバージョン以降のものがサポートされています:
+単一の IP アドレス上で複数の HTTPS サーバを動かすときのさらに包括的な解決方法として <link url="http://en.wikipedia.org/wiki/Server_Name_Indication">TLSv1.1 Server Name Indication extension(サーバ名指示拡張)</link> (SNI, RFC3546) があります。これは、ブラウザが SSL ハンドシェイクの間にリクエストされたサーバ名を渡せるようにするもので、それによりサーバはその接続でどの証明書を使用するべきかが分かります。しかし、SNI は限られたブラウザしかサポートしていません。現時点では次のブラウザのバージョン以降のものがサポートされています:
 </para>
 
 <list>
--- a/xml/ja/docs/http/server_names.xml	Mon Jan 30 09:55:08 2012 +0000
+++ b/xml/ja/docs/http/server_names.xml	Mon Jan 30 10:39:42 2012 +0000
@@ -9,7 +9,7 @@
 <section>
 
 <para>
-サーバ名は <literal>server_name</literal> ディレクティブを使用して定義され、リクエストに対してどのサーバブロックが使われるかを決定します。「<a href="/ja/docs/http/request_processing.xml" />」もお読みください。これらは完全一致名、ワイルドカード名、正規表現で定義されます:
+サーバ名は <literal>server_name</literal> ディレクティブを使用して定義され、リクエストに対してどのサーバブロックが使われるかを決定します。「<link doc="request_processing.xml" />」もお読みください。これらは完全一致名、ワイルドカード名、正規表現で定義されます:
 
 <programlisting>
 server {
@@ -213,7 +213,7 @@
 </para>
 
 <para>
-nginx バージョン 0.6.25 までは特別なサーバ名 &ldquo;*&rdquo; をサポートしていて、これは誤ってすべてのサーバ名と一致するもの(キャッチオール名)として解釈されていました。この特別なサーバ名 &ldquo;*&rdquo;はキャッチオールまたはワイルドカードとして機能したことはありませんでした。代わりに、今は <literal>server_name_in_redirect</literal> ディレクティブによって提供されている機能の役を果たしていました。特別なサーバ名 &ldquo;*&rdquo; は今後廃止予定ですので、<literal>server_name_in_redirect</literal> ディレクティブを使うようにしてください。キャッチオール名を指定したり <literal>server_name</literal> ディレクティブを使用した<i>デフォルト</i>サーバを指定したりする方法はないことに注意してください。これは <literal>listen</literal> ディレクティブのプロパティであり、<literal>server_name</literal> ディレクティブのプロパティではありません。&ldquo;<a href="/ja/docs/http/request_processing.xml" />&rdquo; も参照してください。
+nginx バージョン 0.6.25 までは特別なサーバ名 &ldquo;*&rdquo; をサポートしていて、これは誤ってすべてのサーバ名と一致するもの(キャッチオール名)として解釈されていました。この特別なサーバ名 &ldquo;*&rdquo;はキャッチオールまたはワイルドカードとして機能したことはありませんでした。代わりに、今は <literal>server_name_in_redirect</literal> ディレクティブによって提供されている機能の役を果たしていました。特別なサーバ名 &ldquo;*&rdquo; は今後廃止予定ですので、<literal>server_name_in_redirect</literal> ディレクティブを使うようにしてください。キャッチオール名を指定したり <literal>server_name</literal> ディレクティブを使用した<i>デフォルト</i>サーバを指定したりする方法はないことに注意してください。これは <literal>listen</literal> ディレクティブのプロパティであり、<literal>server_name</literal> ディレクティブのプロパティではありません。&ldquo;<link doc="request_processing.xml" />&rdquo; も参照してください。
 ポート *:80 と *:8080 で待ち受けているサーバを定義し、ひとつをポート *:8080 のデフォルトサーバへ、もうひとつをポート *:80 のデフォルトサーバへ振り向けることができます。
 
 <programlisting>
--- a/xml/ja/docs/index.xml	Mon Jan 30 09:55:08 2012 +0000
+++ b/xml/ja/docs/index.xml	Mon Jan 30 10:39:42 2012 +0000
@@ -10,15 +10,15 @@
 <list>
 
 <item>
-<a href="/ja/docs/introduction.xml"/>
+<link doc="introduction.xml"/>
 </item>
 
 <item>
-<a href="/ja/docs/howto.xml"/>
+<link doc="howto.xml"/>
 </item>
 
 <item>
-<a href="/ja/docs/faq.xml"/>
+<link doc="faq.xml"/>
 </item>
 
 </list>
@@ -30,7 +30,7 @@
 <list>
 
 <item>
-<a href="/ja/docs/windows.xml"/>
+<link doc="windows.xml"/>
 </item>
 
 </list>
--- a/xml/ja/docs/introduction.xml	Mon Jan 30 09:55:08 2012 +0000
+++ b/xml/ja/docs/introduction.xml	Mon Jan 30 10:39:42 2012 +0000
@@ -10,15 +10,15 @@
 <list>
 
 <item>
-<a href="/ja/docs/http/request_processing.xml"/>
+<link doc="http/request_processing.xml"/>
 </item>
 
 <item>
-<a href="/ja/docs/http/server_names.xml"/>
+<link doc="http/server_names.xml"/>
 </item>
 
 <item>
-<a href="/ja/docs/http/configuring_https_servers.xml"/>
+<link doc="http/configuring_https_servers.xml"/>
 </item>
 
 </list>
--- a/xml/ja/index.xml	Mon Jan 30 09:55:08 2012 +0000
+++ b/xml/ja/index.xml	Mon Jan 30 10:39:42 2012 +0000
@@ -8,13 +8,13 @@
 <section>
 
 <para>
-nginx [えんじんえっくす] は <a href="http://sysoev.ru/en/">Igor Sysoev</a> によって作られた HTTP とリバースプロキシのサーバで、メールプロキシサーバでもあります。<a href="http://www.rambler.ru">Rambler</a>
-(<a href="http://ramblermedia.com">RamblerMedia.com</a>) を含むロシアの多くの高負荷サイトで5年以上も動いています。Netcraft によると、nginx は <a href="http://news.netcraft.com/archives/2010/04/15/april_2010_web_server_survey.html">2010 年 4 月時点で 4.70%</a> の人気サイトでサーバーとして、もしくはプロキシとして利用されています。成功例としては <a href="http://blog.fastmail.fm/2007/01/04/webimappop-frontend-proxies-changed-to-nginx/">FastMail.FM</a> や 
-<a href="http://barry.wordpress.com/2008/04/28/load-balancer-update/">Wordpress.com</a> があります。
+nginx [えんじんえっくす] は <link url="http://sysoev.ru/en/">Igor Sysoev</link> によって作られた HTTP とリバースプロキシのサーバで、メールプロキシサーバでもあります。<link url="http://www.rambler.ru">Rambler</link>
+(<link url="http://ramblermedia.com">RamblerMedia.com</link>) を含むロシアの多くの高負荷サイトで5年以上も動いています。Netcraft によると、nginx は <link url="http://news.netcraft.com/archives/2010/04/15/april_2010_web_server_survey.html">2010 年 4 月時点で 4.70%</link> の人気サイトでサーバーとして、もしくはプロキシとして利用されています。成功例としては <link url="http://blog.fastmail.fm/2007/01/04/webimappop-frontend-proxies-changed-to-nginx/">FastMail.FM</link> や 
+<link url="http://barry.wordpress.com/2008/04/28/load-balancer-update/">Wordpress.com</link> があります。
 </para>
 
 <para>
-ソースコードは <a href="/LICENSE">BSD 風の 2 箇条ライセンス</a>でライセンスされています。
+ソースコードは <link url="/LICENSE">BSD 風の 2 箇条ライセンス</link>でライセンスされています。
 </para>
 
 </section>
--- a/xml/ru/docs/faq.xml	Mon Jan 30 09:55:08 2012 +0000
+++ b/xml/ru/docs/faq.xml	Mon Jan 30 10:39:42 2012 +0000
@@ -11,7 +11,7 @@
 <list>
 
 <item>
-<a href="/ru/docs/sys_errlist.xml"/>
+<link doc="sys_errlist.xml"/>
 </item>
 
 </list>
--- a/xml/ru/docs/howto.xml	Mon Jan 30 09:55:08 2012 +0000
+++ b/xml/ru/docs/howto.xml	Mon Jan 30 10:39:42 2012 +0000
@@ -11,16 +11,16 @@
 <list>
 
 <item>
-<a href="/ru/docs/debugging_log.xml"/>
+<link doc="debugging_log.xml"/>
 </item>
 
 <!--
 <item>
-<a href="/ru/docs/http/converting_rewrite_rules.xml"/>
+<link doc="http/converting_rewrite_rules.xml"/>
 </item>
 
 <item>
-<a href="/ru/docs/howto_build_on_win32.xml"/>
+<link doc="howto_build_on_win32.xml"/>
 </item>
 -->
 
--- a/xml/ru/docs/index.xml	Mon Jan 30 09:55:08 2012 +0000
+++ b/xml/ru/docs/index.xml	Mon Jan 30 10:39:42 2012 +0000
@@ -13,17 +13,17 @@
 <!--
 
 <item>
-<a href="/ru/docs/introduction.xml"/>
+<link doc="introduction.xml"/>
 </item>
 
 -->
 
 <item>
-<a href="/ru/docs/howto.xml"/>
+<link doc="howto.xml"/>
 </item>
 
 <item>
-<a href="/ru/docs/faq.xml"/>
+<link doc="faq.xml"/>
 </item>
 
 </list>
@@ -33,39 +33,39 @@
 <list>
 
 <item>
-<a href="/ru/docs/install.xml"/>
+<link doc="install.xml"/>
 </item>
 
 <item>
-<a href="/ru/docs/windows.xml"/>
+<link doc="windows.xml"/>
 </item>
 
 <item>
-<a href="/ru/docs/events.xml"/>
+<link doc="events.xml"/>
 </item>
 
 <item>
-<a href="/ru/docs/syntax.xml"/>
+<link doc="syntax.xml"/>
 </item>
 
 <item>
-<a href="/ru/docs/example.xml"/>
+<link doc="example.xml"/>
 </item>
 
 <item>
-<a href="/ru/docs/switches.xml"/>
+<link doc="switches.xml"/>
 </item>
 
 <item>
-<a href="/ru/docs/virtual_hosts.xml"/>
+<link doc="virtual_hosts.xml"/>
 </item>
 
 <item>
-<a href="/ru/docs/control.xml"/>
+<link doc="control.xml"/>
 </item>
 
 <item>
-<a href="/ru/docs/hash.xml"/>
+<link doc="hash.xml"/>
 </item>
 
 </list>
@@ -79,7 +79,7 @@
 <list>
 
 <item>
-<a href="/ru/docs/ngx_core_module.xml" />
+<link doc="ngx_core_module.xml" />
 </item>
 
 </list>
@@ -89,192 +89,193 @@
 <list>
 
 <item>
-<a href="/ru/docs/http/ngx_http_core_module.xml">ngx_http_core_module</a>
+<link doc="http/ngx_http_core_module.xml">
+ngx_http_core_module</link>
 </item>
 
 <item>
-<a href="/ru/docs/http/ngx_http_access_module.xml">
-ngx_http_access_module</a>
+<link doc="http/ngx_http_access_module.xml">
+ngx_http_access_module</link>
 </item>
 
 <item>
-<a href="/ru/docs/http/ngx_http_addition_module.xml">
-ngx_http_addition_module</a>
+<link doc="http/ngx_http_addition_module.xml">
+ngx_http_addition_module</link>
 </item>
 
 <item>
-<a href="/ru/docs/http/ngx_http_auth_basic_module.xml">
-ngx_http_auth_basic_module</a>
+<link doc="http/ngx_http_auth_basic_module.xml">
+ngx_http_auth_basic_module</link>
 </item>
 
 <item>
-<a href="/ru/docs/http/ngx_http_autoindex_module.xml">
-ngx_http_autoindex_module</a>
+<link doc="http/ngx_http_autoindex_module.xml">
+ngx_http_autoindex_module</link>
 </item>
 
 <item>
-<a href="/ru/docs/http/ngx_http_browser_module.xml">
-ngx_http_browser_module</a>
+<link doc="http/ngx_http_browser_module.xml">
+ngx_http_browser_module</link>
 </item>
 
 <item>
-<a href="/ru/docs/http/ngx_http_charset_module.xml">
-ngx_http_charset_module</a>
+<link doc="http/ngx_http_charset_module.xml">
+ngx_http_charset_module</link>
 </item>
 
 <item>
-<a href="/ru/docs/http/ngx_http_dav_module.xml">
-ngx_http_dav_module</a>
+<link doc="http/ngx_http_dav_module.xml">
+ngx_http_dav_module</link>
 </item>
 
 <item>
-<a href="/ru/docs/http/ngx_http_empty_gif_module.xml">
-ngx_http_empty_gif_module</a>
+<link doc="http/ngx_http_empty_gif_module.xml">
+ngx_http_empty_gif_module</link>
 </item>
 
 <item>
-<a href="/ru/docs/http/ngx_http_fastcgi_module.xml">
-ngx_http_fastcgi_module</a>
+<link doc="http/ngx_http_fastcgi_module.xml">
+ngx_http_fastcgi_module</link>
 </item>
 
 <item>
-<a href="/ru/docs/http/ngx_http_flv_module.xml">
-ngx_http_flv_module</a>
+<link doc="http/ngx_http_flv_module.xml">
+ngx_http_flv_module</link>
 </item>
 
 <item>
-<a href="/ru/docs/http/ngx_http_geo_module.xml">
-ngx_http_geo_module</a>
+<link doc="http/ngx_http_geo_module.xml">
+ngx_http_geo_module</link>
 </item>
 
 <item>
-<a href="/ru/docs/http/ngx_http_geoip_module.xml">
-ngx_http_geoip_module</a>
+<link doc="http/ngx_http_geoip_module.xml">
+ngx_http_geoip_module</link>
 </item>
 
 <item>
-<a href="/ru/docs/http/ngx_http_gzip_module.xml">
-ngx_http_gzip_module</a>
+<link doc="http/ngx_http_gzip_module.xml">
+ngx_http_gzip_module</link>
 </item>
 
 <item>
-<a href="/ru/docs/http/ngx_http_gzip_static_module.xml">
-ngx_http_gzip_static_module</a>
+<link doc="http/ngx_http_gzip_static_module.xml">
+ngx_http_gzip_static_module</link>
 </item>
 
 <item>
-<a href="/ru/docs/http/ngx_http_headers_module.xml">
-ngx_http_headers_module</a>
+<link doc="http/ngx_http_headers_module.xml">
+ngx_http_headers_module</link>
 </item>
 
 <item>
-<a href="/ru/docs/http/ngx_http_image_filter_module.xml">
-ngx_http_image_filter_module</a>
+<link doc="http/ngx_http_image_filter_module.xml">
+ngx_http_image_filter_module</link>
 </item>
 
 <item>
-<a href="/ru/docs/http/ngx_http_index_module.xml">
-ngx_http_index_module</a>
+<link doc="http/ngx_http_index_module.xml">
+ngx_http_index_module</link>
 </item>
 
 <item>
-<a href="/ru/docs/http/ngx_http_limit_conn_module.xml">
-ngx_http_limit_conn_module</a>
+<link doc="http/ngx_http_limit_conn_module.xml">
+ngx_http_limit_conn_module</link>
 </item>
 
 <item>
-<a href="/ru/docs/http/ngx_http_limit_req_module.xml">
-ngx_http_limit_req_module</a>
+<link doc="http/ngx_http_limit_req_module.xml">
+ngx_http_limit_req_module</link>
 </item>
 
 <item>
-<a href="/ru/docs/http/ngx_http_log_module.xml">
-ngx_http_log_module</a>
+<link doc="http/ngx_http_log_module.xml">
+ngx_http_log_module</link>
 </item>
 
 <item>
-<a href="/ru/docs/http/ngx_http_map_module.xml">
-ngx_http_map_module</a>
+<link doc="http/ngx_http_map_module.xml">
+ngx_http_map_module</link>
 </item>
 
 <item>
-<a href="/ru/docs/http/ngx_http_memcached_module.xml">
-ngx_http_memcached_module</a>
+<link doc="http/ngx_http_memcached_module.xml">
+ngx_http_memcached_module</link>
 </item>
 
 <item>
-<a href="/ru/docs/http/ngx_http_mp4_module.xml">
-ngx_http_mp4_module</a>
+<link doc="http/ngx_http_mp4_module.xml">
+ngx_http_mp4_module</link>
 </item>
 
 <item>
-<a href="/ru/docs/http/ngx_http_perl_module.xml">
-ngx_http_perl_module</a>
+<link doc="http/ngx_http_perl_module.xml">
+ngx_http_perl_module</link>
 </item>
 
 <item>
-<a href="/ru/docs/http/ngx_http_proxy_module.xml">
-ngx_http_proxy_module</a>
+<link doc="http/ngx_http_proxy_module.xml">
+ngx_http_proxy_module</link>
 </item>
 
 <item>
-<a href="/ru/docs/http/ngx_http_random_index_module.xml">
-ngx_http_random_index_module</a>
+<link doc="http/ngx_http_random_index_module.xml">
+ngx_http_random_index_module</link>
 </item>
 
 <item>
-<a href="/ru/docs/http/ngx_http_realip_module.xml">
-ngx_http_realip_module</a>
+<link doc="http/ngx_http_realip_module.xml">
+ngx_http_realip_module</link>
 </item>
 
 <item>
-<a href="/ru/docs/http/ngx_http_referer_module.xml">
-ngx_http_referer_module</a>
+<link doc="http/ngx_http_referer_module.xml">
+ngx_http_referer_module</link>
 </item>
 
 <item>
-<a href="/ru/docs/http/ngx_http_rewrite_module.xml">
-ngx_http_rewrite_module</a>
+<link doc="http/ngx_http_rewrite_module.xml">
+ngx_http_rewrite_module</link>
 </item>
 
 <item>
-<a href="/ru/docs/http/ngx_http_secure_link_module.xml">
-ngx_http_secure_link_module</a>
+<link doc="http/ngx_http_secure_link_module.xml">
+ngx_http_secure_link_module</link>
 </item>
 
 <item>
-<a href="/ru/docs/http/ngx_http_split_clients_module.xml">
-ngx_http_split_clients_module</a>
+<link doc="http/ngx_http_split_clients_module.xml">
+ngx_http_split_clients_module</link>
 </item>
 
 <item>
-<a href="/ru/docs/http/ngx_http_ssi_module.xml">
-ngx_http_ssi_module</a>
+<link doc="http/ngx_http_ssi_module.xml">
+ngx_http_ssi_module</link>
 </item>
 
 <item>
-<a href="/ru/docs/http/ngx_http_ssl_module.xml">
-ngx_http_ssl_module</a>
+<link doc="http/ngx_http_ssl_module.xml">
+ngx_http_ssl_module</link>
 </item>
 
 <item>
-<a href="/ru/docs/http/ngx_http_sub_module.xml">
-ngx_http_sub_module</a>
+<link doc="http/ngx_http_sub_module.xml">
+ngx_http_sub_module</link>
 </item>
 
 <item>
-<a href="/ru/docs/http/ngx_http_upstream_module.xml">
-ngx_http_upstream_module</a>
+<link doc="http/ngx_http_upstream_module.xml">
+ngx_http_upstream_module</link>
 </item>
 
 <item>
-<a href="/ru/docs/http/ngx_http_userid_module.xml">
-ngx_http_userid_module</a>
+<link doc="http/ngx_http_userid_module.xml">
+ngx_http_userid_module</link>
 </item>
 
 <item>
-<a href="/ru/docs/http/ngx_http_xslt_module.xml">
-ngx_http_xslt_module</a>
+<link doc="http/ngx_http_xslt_module.xml">
+ngx_http_xslt_module</link>
 </item>
 
 </list>
--- a/xml/ru/support.xml	Mon Jan 30 09:55:08 2012 +0000
+++ b/xml/ru/support.xml	Mon Jan 30 10:39:42 2012 +0000
@@ -11,7 +11,7 @@
 <list>
 
 <item>
-<a href="http://wiki.nginx.org">wiki.nginx.org</a>
+<link url="http://wiki.nginx.org">wiki.nginx.org</link>
 </item>
 
 </list>
@@ -24,12 +24,12 @@
 
 <para>
 Вы можете
-<a href="http://nginx.org/mailman/listinfo">
-просматривать</a>
+<link url="http://nginx.org/mailman/listinfo">
+просматривать</link>
 списки рассылок.
 Чтобы написать в список, необходимо вначале
-<a href="http://nginx.org/mailman/listinfo">
-подписать</a>
+<link url="http://nginx.org/mailman/listinfo">
+подписать</link>
 свой почтовый адрес, который будет использоваться для отправки сообщений.
 </para>
 
@@ -38,24 +38,24 @@
 
 <item>
 список
-<a href="http://nginx.org/mailman/listinfo/nginx">nginx@nginx.org</a>
+<link url="http://nginx.org/mailman/listinfo/nginx">nginx@nginx.org</link>
 (английский),
-<a href="http://nginx.org/pipermail/nginx/">
-архив</a>,
-<a href="http://dir.gmane.org/gmane.comp.web.nginx.english">
-архив Gmane</a>,
-<a href="http://marc.info/?l=nginx">
-архив MARC</a>
+<link url="http://nginx.org/pipermail/nginx/">
+архив</link>,
+<link url="http://dir.gmane.org/gmane.comp.web.nginx.english">
+архив Gmane</link>,
+<link url="http://marc.info/?l=nginx">
+архив MARC</link>
 </item>
 
 <item>
 список
-<a href="http://nginx.org/mailman/listinfo/nginx-ru">nginx-ru@nginx.org</a>
+<link url="http://nginx.org/mailman/listinfo/nginx-ru">nginx-ru@nginx.org</link>
 (русский),
-<a href="http://nginx.org/pipermail/nginx-ru/">
-архив</a>,
-<a href="http://dir.gmane.org/gmane.comp.web.nginx.russian">
-архив Gmane</a>
+<link url="http://nginx.org/pipermail/nginx-ru/">
+архив</link>,
+<link url="http://dir.gmane.org/gmane.comp.web.nginx.russian">
+архив Gmane</link>
 </item>
 
 </list>
@@ -70,7 +70,7 @@
 <list>
 
 <item>
-<a href="http://forum.nginx.org">forum.nginx.org</a>,
+<link url="http://forum.nginx.org">forum.nginx.org</link>,
 интегрированный со списками рассылок.
 Это не обычный форум, поэтому, когда вы там
 &ldquo;создаёте топик&rdquo;, этот &ldquo;топик&rdquo;
@@ -79,10 +79,10 @@
 </item>
 
 <item>
-<a href="http://www.ruby-forum.com/forum/nginx">
-форум Ruby</a>,
+<link url="http://www.ruby-forum.com/forum/nginx">
+форум Ruby</link>,
 интегрированный со списком рассылки
-<a href="http://nginx.org/mailman/listinfo/nginx">nginx@nginx.org</a>
+<link url="http://nginx.org/mailman/listinfo/nginx">nginx@nginx.org</link>
 </item>
 
 </list>
@@ -98,22 +98,22 @@
 
 <item>
 Список рассылки для разработчиков
-<a href="http://nginx.org/mailman/listinfo/nginx-devel">nginx-devel@nginx.org</a>
+<link url="http://nginx.org/mailman/listinfo/nginx-devel">nginx-devel@nginx.org</link>
 (английский),
-<a href="http://nginx.org/pipermail/nginx-devel/">
-архив</a>
+<link url="http://nginx.org/pipermail/nginx-devel/">
+архив</link>
 </item>
 
 <item>
-<a href="http://trac.nginx.org/nginx/browser">
+<link url="http://trac.nginx.org/nginx/browser">
 Смотреть исходный код
-</a>
+</link>
 </item>
 
 <item>
-<a href="http://trac.nginx.org/nginx/report">
+<link url="http://trac.nginx.org/nginx/report">
 Сообщить об ошибке
-</a>
+</link>
 </item>
 
 </list>
--- a/xml/tr/docs/faq.xml	Mon Jan 30 09:55:08 2012 +0000
+++ b/xml/tr/docs/faq.xml	Mon Jan 30 10:39:42 2012 +0000
@@ -10,7 +10,7 @@
 <list>
 
 <item>
-<a href="/tr/docs/sys_errlist.xml"/>
+<link doc="sys_errlist.xml"/>
 </item>
 
 </list>
--- a/xml/tr/docs/howto.xml	Mon Jan 30 09:55:08 2012 +0000
+++ b/xml/tr/docs/howto.xml	Mon Jan 30 10:39:42 2012 +0000
@@ -11,11 +11,11 @@
 <list>
 
 <item>
-<a href="/tr/docs/debugging_log.xml"/>
+<link doc="debugging_log.xml"/>
 </item>
 
 <item>
-<a href="/tr/docs/http/converting_rewrite_rules.xml"/>
+<link doc="http/converting_rewrite_rules.xml"/>
 </item>
 
 </list>
--- a/xml/tr/docs/http/configuring_https_servers.xml	Mon Jan 30 09:55:08 2012 +0000
+++ b/xml/tr/docs/http/configuring_https_servers.xml	Mon Jan 30 10:39:42 2012 +0000
@@ -262,7 +262,7 @@
 <section id="sni" name="Server Name Indication">
 
 <para>
-Bir IP adresi üzerinde birçok HTTPS sunucusu yürütebilmenin en genel yollarından biri, bir SSL el sıkışması (handshake) sırasında, tarayıcının talep edilmiş bir sunucu adını iletmesine izin veren ve böylece sunucunun varsayılan bağlantı için hangi sertifikayı kullanacağını bilmesini sağlayan <a href="http://en.wikipedia.org/wiki/Server_Name_Indication">TLSv1.1 Server Name Indication eklentisidir</a> (SNI, RFC3546). Ancak SNI, kısıtlı bir tarayıcı desteğine sahiptir. Mevcut destekleyen tarayıcılar ve versiyonları:
+Bir IP adresi üzerinde birçok HTTPS sunucusu yürütebilmenin en genel yollarından biri, bir SSL el sıkışması (handshake) sırasında, tarayıcının talep edilmiş bir sunucu adını iletmesine izin veren ve böylece sunucunun varsayılan bağlantı için hangi sertifikayı kullanacağını bilmesini sağlayan <link url="http://en.wikipedia.org/wiki/Server_Name_Indication">TLSv1.1 Server Name Indication eklentisidir</link> (SNI, RFC3546). Ancak SNI, kısıtlı bir tarayıcı desteğine sahiptir. Mevcut destekleyen tarayıcılar ve versiyonları:
 </para>
 
 <list>
--- a/xml/tr/docs/http/server_names.xml	Mon Jan 30 09:55:08 2012 +0000
+++ b/xml/tr/docs/http/server_names.xml	Mon Jan 30 10:39:42 2012 +0000
@@ -9,7 +9,7 @@
 <section>
 
 <para>
-Sunucu adları <literal>server_name</literal> yönergesi kullanılarak tanımlanırlar ve gelen bir talep için hangi server bloğunun kullanılacağını belirlerler. Ayrıca bakınız &ldquo;<a href="/tr/docs/http/request_processing.xml" />&rdquo;. Gerçek, wildcard veya düzenli ifadeler şeklinde tanımlanabilirler.
+Sunucu adları <literal>server_name</literal> yönergesi kullanılarak tanımlanırlar ve gelen bir talep için hangi server bloğunun kullanılacağını belirlerler. Ayrıca bakınız &ldquo;<link doc="request_processing.xml" />&rdquo;. Gerçek, wildcard veya düzenli ifadeler şeklinde tanımlanabilirler.
 
 <programlisting>
 server {
@@ -220,7 +220,7 @@
 &ldquo;*&rdquo; özel karakteri artık desteklenmiyor, bu yüzden <literal>server_name_in_redirect</literal> yönergesi kullanılmalıdır.
 Not: <literal>server_name</literal> yönergesini kullanan varsayılan sunucuyu veya catch-all adını belirtmenin bir yolu bulunmuyor.
 Bu, <literal>server_name</literal> yönergesinin değil, <literal>listen</literal> yönergesinin bir özelliğidir.
-Ayrıca bakınız &ldquo;<a href="/tr/docs/http/request_processing.xml" />&rdquo;.
+Ayrıca bakınız &ldquo;<link doc="request_processing.xml" />&rdquo;.
 *:80 ve *:8080 portlarını dinleyen sunucular tanımlayabilir ve birini *:8080 portu için varsayılan olarak belirlerken, diğerini de *:80 için varsayılan olarak belirleyebilirsiniz:
 
 <programlisting>
--- a/xml/tr/docs/index.xml	Mon Jan 30 09:55:08 2012 +0000
+++ b/xml/tr/docs/index.xml	Mon Jan 30 10:39:42 2012 +0000
@@ -10,15 +10,15 @@
 <list>
 
 <item>
-<a href="/tr/docs/introduction.xml"/>
+<link doc="introduction.xml"/>
 </item>
 
 <item>
-<a href="/tr/docs/howto.xml"/>
+<link doc="howto.xml"/>
 </item>
 
 <item>
-<a href="/tr/docs/faq.xml"/>
+<link doc="faq.xml"/>
 </item>
 
 </list>
@@ -28,7 +28,7 @@
 <list>
 
 <item>
-<a href="/tr/docs/windows.xml"/>
+<link doc="windows.xml"/>
 </item>
 
 </list>
--- a/xml/tr/docs/introduction.xml	Mon Jan 30 09:55:08 2012 +0000
+++ b/xml/tr/docs/introduction.xml	Mon Jan 30 10:39:42 2012 +0000
@@ -10,15 +10,15 @@
 <list>
 
 <item>
-<a href="/tr/docs/http/request_processing.xml"/>
+<link doc="http/request_processing.xml"/>
 </item>
 
 <item>
-<a href="/tr/docs/http/server_names.xml"/>
+<link doc="http/server_names.xml"/>
 </item>
 
 <item>
-<a href="/tr/docs/http/configuring_https_servers.xml"/>
+<link doc="http/configuring_https_servers.xml"/>
 </item>
 
 </list>
--- a/xml/tr/docs/windows.xml	Mon Jan 30 09:55:08 2012 +0000
+++ b/xml/tr/docs/windows.xml	Mon Jan 30 10:39:42 2012 +0000
@@ -14,7 +14,7 @@
 </para>
 
 <para>
-nginx/Windows versiyonunu yüklemek için <a href="/en/download.xml">indir</a> bağlantısından zip formatındaki <development_version /> geliştirme versiyonunu indirebilirsiniz. Geliştirme versiyonu, özellikle Windows ile ilgili en son yamaları içerir. Dosyayı indirdikten sonra açarak, nginx-<development_version /> klasörü içerisinden nginx&rsquo;i çalıştırabilirsiniz. 
+nginx/Windows versiyonunu yüklemek için <link doc="../../en/download.xml">indir</link> bağlantısından zip formatındaki <development_version /> geliştirme versiyonunu indirebilirsiniz. Geliştirme versiyonu, özellikle Windows ile ilgili en son yamaları içerir. Dosyayı indirdikten sonra açarak, nginx-<development_version /> klasörü içerisinden nginx&rsquo;i çalıştırabilirsiniz. 
 C sürücüsü için örnek. root dizini:
 
 <programlisting>
--- a/xml/tr/index.xml	Mon Jan 30 09:55:08 2012 +0000
+++ b/xml/tr/index.xml	Mon Jan 30 10:39:42 2012 +0000
@@ -8,17 +8,17 @@
 <section>
 
 <para>
-nginx [engine x], <a href="http://sysoev.ru/en/">Igor Sysoev</a> tarafından yazılan bir HTTP, reverse proxy ve mail proxy sunucusudur. 5 yıldır, özellikle Rus sitelerinde yoğun bir şekilde kullanılmaktadır. Örneğin;
-<a href="http://www.rambler.ru">Rambler</a>
-(<a href="http://ramblermedia.com">RamblerMedia.com</a>).
-Netcraft'a göre, nginx, <a href="http://news.netcraft.com/archives/2010/04/15/april_2010_web_server_survey.html">Nisan 2010 itibari ile %4.70</a> oranında kullanılmaktadır.
+nginx [engine x], <link url="http://sysoev.ru/en/">Igor Sysoev</link> tarafından yazılan bir HTTP, reverse proxy ve mail proxy sunucusudur. 5 yıldır, özellikle Rus sitelerinde yoğun bir şekilde kullanılmaktadır. Örneğin;
+<link url="http://www.rambler.ru">Rambler</link>
+(<link url="http://ramblermedia.com">RamblerMedia.com</link>).
+Netcraft'a göre, nginx, <link url="http://news.netcraft.com/archives/2010/04/15/april_2010_web_server_survey.html">Nisan 2010 itibari ile %4.70</link> oranında kullanılmaktadır.
 Bazı başarı hikayeleri (İngilizce):
-<a href="http://blog.fastmail.fm/2007/01/04/webimappop-frontend-proxies-changed-to-nginx/">FastMail.FM</a>,
-<a href="http://barry.wordpress.com/2008/04/28/load-balancer-update/">Wordpress.com</a>.
+<link url="http://blog.fastmail.fm/2007/01/04/webimappop-frontend-proxies-changed-to-nginx/">FastMail.FM</link>,
+<link url="http://barry.wordpress.com/2008/04/28/load-balancer-update/">Wordpress.com</link>.
 </para>
 
 <para>
-Kaynak kodu, <a href="/LICENSE">2-clause BSD-like license</a> lisansı altındadır.
+Kaynak kodu, <link url="/LICENSE">2-clause BSD-like license</link> lisansı altındadır.
 </para>
 
 </section>