diff options
author | Philip Hazel <ph10@hermes.cam.ac.uk> | 2005-11-15 16:10:50 +0000 |
---|---|---|
committer | Philip Hazel <ph10@hermes.cam.ac.uk> | 2005-11-15 16:10:50 +0000 |
commit | d1e83bff479907ea191e6e4e0b472edf53c224a3 (patch) | |
tree | 56ad36db800ce2ab23ce9edc612e06ccec83e3b5 /doc/doc-docbook/index.html | |
parent | 096fee002700c404bfaa504ff0979c76b361782d (diff) |
Documentation for 4.60 RC1.
Diffstat (limited to 'doc/doc-docbook/index.html')
-rw-r--r-- | doc/doc-docbook/index.html | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/doc/doc-docbook/index.html b/doc/doc-docbook/index.html new file mode 100644 index 000000000..d8a081333 --- /dev/null +++ b/doc/doc-docbook/index.html @@ -0,0 +1,35 @@ +<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> +<!-- $Cambridge: exim/doc/doc-docbook/index.html,v 1.1 2005/11/15 16:10:50 ph10 Exp $ --> +<html> +<head> +<title>Exim 4 Documentation</title> +</head> + +<h1>Exim 4 Documentation</h1> + +<p> +The following Exim 4 documentation is available in HTML: +</p> +<ul> +<li><a href="spec.html/index.html">The full Exim 4 specification</a><br><br></li> +<li><a href="filter.html">Specification of Exim's filtering facilities</a><br><br></li> +<li><a href="FAQ-html/FAQ.html">The Exim 4 FAQ</a><br><br></li> +</ul> + +<p> +Also available in this documentation bundle are the following two PCRE +documents: +</p> +<ul> +<li><a href="pcrepattern.html">Specification PCRE regular expressions</a><br><br></li> +<li><a href="pcretest.html">Specification of the <b>pcretest</b> program</a><br></li> +</ul> + +<p> +A full description of the regular expressions that Exim supports is given in +the first of them. +</p> + +<hr> +</body> +</html> |