diff xml/en/index.xml @ 669:7205c7630157

Added links to mail modules from the "about" page.
author Ruslan Ermilov <ru@nginx.com>
date Thu, 06 Sep 2012 06:09:57 +0000
parents 625b592698b6
children 9d09ba854aeb
line wrap: on
line diff
--- a/xml/en/index.xml
+++ b/xml/en/index.xml
@@ -8,7 +8,7 @@
 <article name="nginx"
          link="/en/"
          lang="en"
-         rev="2">
+         rev="3">
 
 
 <section>
@@ -203,13 +203,20 @@ coming from one address;
 <list type="bullet">
 
 <listitem>
-User redirection to IMAP/POP3 backend using an external HTTP
-authentication server;
+User redirection to
+<link doc="docs/mail/ngx_mail_imap_module.xml">IMAP</link>
+or
+<link doc="docs/mail/ngx_mail_pop3_module.xml">POP3</link>
+server using an external HTTP
+<link doc="docs/mail/ngx_mail_auth_http_module.xml">authentication</link>
+server;
 </listitem>
 
 <listitem>
-User authentication using an external HTTP authentication server
-and connection redirection to an internal SMTP backend;
+User authentication using an external HTTP
+<link doc="docs/mail/ngx_mail_auth_http_module.xml">authentication</link>
+server and connection redirection to an internal
+<link doc="docs/mail/ngx_mail_smtp_module.xml">SMTP</link> server;
 </listitem>
 
 <listitem>
@@ -218,26 +225,30 @@ Authentication methods:
 <list type="bullet">
 
 <listitem>
-POP3: USER/PASS, APOP, AUTH LOGIN/PLAIN/CRAM-MD5;
+<link doc="docs/mail/ngx_mail_pop3_module.xml" id="pop3_auth">POP3</link>:
+USER/PASS, APOP, AUTH LOGIN/PLAIN/CRAM-MD5;
 </listitem>
 
 <listitem>
-IMAP: LOGIN, AUTH LOGIN/PLAIN/CRAM-MD5;
+<link doc="docs/mail/ngx_mail_imap_module.xml" id="imap_auth">IMAP</link>:
+LOGIN, AUTH LOGIN/PLAIN/CRAM-MD5;
 </listitem>
 
 <listitem>
-SMTP: AUTH LOGIN/PLAIN/CRAM-MD5;
+<link doc="docs/mail/ngx_mail_smtp_module.xml" id="smtp_auth">SMTP</link>:
+AUTH LOGIN/PLAIN/CRAM-MD5;
 </listitem>
 
 </list>
 </listitem>
 
 <listitem>
-SSL support;
+<link doc="docs/mail/ngx_mail_ssl_module.xml">SSL</link> support;
 </listitem>
 
 <listitem>
-STARTTLS and STLS support.
+<link doc="docs/mail/ngx_mail_ssl_module.xml" id="starttls">STARTTLS
+and STLS</link> support.
 </listitem>
 
 </list>