File: spec.html

package info (click to toggle)
exim-html 3.20-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, sarge, woody
  • size: 2,868 kB
  • ctags: 4,188
  • sloc: makefile: 40; sh: 19
file content (36 lines) | stat: -rw-r--r-- 1,224 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
  <head>
    <title>Exim Specification Document</title>
  </head>

  <frameset cols="20%, *">
    <frameset rows="20%, *">
      <frame marginwidth=0 name="pretty" src="spectop.html">
      <frame marginwidth=0 name="index" src="spec_cindex.html">
    </frameset>
    <frame name="body" src="spec_toc.html">
  </frameset>
  <noframes>
  <body bgcolor="#FFFFBF" text="#00005A" link="#000060" alink="#E8700D" vlink="#003050">
    <br>
      <h1>exim Specification Documents</h1>

      <p>Your browser does not support frames.  The content of this
      site should all be accessible, although not as prettily, with a
      non-frames browser.  Please let me know if there are
      problems.</p>

      <p>The specification <a href="spec_toc.html">table of
      contents</a>, <a href="spec_cindex.html">concept index</a> and
      <a href="spec_findex.html">option</a> index are available.
      <font color=darkgreen>Within the text, changes from the previous
      version of the documentation are marked in a green font like
      this sentence.</font>

    <br>
    <h6>$Id: spec.html,v 1.4 1998/01/28 09:46:59 cvs Exp $</h6>
    <br>
  </body>
  </noframes>
</html>