Commit b93c67d3cd6336f3ca4c5321a577cc2b74b67fc2

updated README for 1.0 release
README
(10 / 13)
  
11Parsers for the Internet Message Standard
22=========================================
33
4:Latest Release: hsemail-2005-04-29.tar.gz_
4:Latest Release: hsemail-1.0.tar.gz_
55:Darcs: darcs_ get --partial http://cryp.to/hsemail/
66
77Synopsis
88--------
99
10 This package contains a bunch of Parsec_ combinators for
11 the syntax of Internet messages, such as e-mail, news
12 articles, namely RFC2234, RFC2821, and RFC2822.
10 This package contains Parsec_ combinators for the syntax of
11 Internet messages, such as e-mail, news articles, namely
12 RFC2234, RFC2821, and RFC2822.
1313
14 There are two small example programs included in the
15 distribution::
14 The ``example`` directory contains two small programs that can
15 be run as follows::
1616
17 $ runhugs message-test.hs <message-test.input
18 $ runghc smtp-test.hs <smtp-test.input
17 $ runhaskell message-test.hs <message-test.input
18 $ runhaskell smtp-test.hs <smtp-test.input
1919
2020Documentation
2121-------------
2222
2323 `Reference Documentation`_
24 Haddock-generated reference of all exported
25 functions.
24 Haddock-generated reference of all exported functions.
2625
2726See Also
2827--------
4545
4646.. _darcs: http://abridgegame.org/darcs/
4747
48.. _hsemail-2005-04-29.tar.gz: http://cryp.to/hsemail/hsemail-2005-04-29.tar.gz
48.. _hsemail-1.0.tar.gz: http://cryp.to/hsemail/hsemail-1.0.tar.gz
4949
5050.. _Reference Documentation: docs/index.html
5151
5252.. _librfc2822: http://cryp.to/librfc2822/
53
54.. _test.hs: test.hs