<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [
<!ENTITY librfc "<application>librfc822</application>">
<!ENTITY purpose SYSTEM "purpose.inc">
<!ENTITY version SYSTEM "../VERSION">
]>

<article lang="en">
  <articleinfo>
    <title>RFC822 Address Parser Library &version;</title>
    <author>
      <firstname>Peter</firstname>
      <surname>Simons</surname>
      <affiliation>
        <address><email>simons@computer.org</email></address>
      </affiliation>
    </author>
  </articleinfo>

  <sect1>
    <title>Purpose of the Library</title>
    &purpose;
  </sect1>

  <sect1>
    <title>Obtaining the latest Version</title>

    <para>The latest release of the library can be <ulink
url="librfc822-1.0.tar.gz">downloaded from this web server</ulink>.</para>
  </sect1>

  <sect1>
    <title>System Requirements</title>

    <para>&librfc; has been written for the UNIX operating system and will
(hopefully) compile on any POSIX-compliant system. It has been tested on Linux,
FreeBSD, Solaris, and MacOS X 10 and built out-of-the-box just fine. Since it
has been written in ISO-C++, it will require a fairly recent compiler, though,
because many older C++ compilers are not ISO C++ compliant. If you're using the
excellent <ulink url="http://gcc.gnu.org/">GNU C Compiler</ulink>, you should
not have any problem. If you do, please <ulink
url="mailto:simons@computer.org">send me an e-mail</ulink> and I'll see what I
can do.</para>
  </sect1>

  <sect1>
    <title>License</title>

  <para>This software is copyrighted by Peter Simons
<email>simons@computer.org</email>. Permission is granted to use it under the
terms of the GNU General Public License. For further details, refer to the file
<filename>LICENSE</filename> included in the software distribution or see <ulink
url="http://www.gnu.org/licenses/gpl.html">http://www.gnu.org/licenses/gpl.html</ulink>.</para>
  </sect1>

</article>

<!--
Local Variables:
mode: sgml
fill-column:80
End:
-->
