Fixed indentation.
[elisp/epg.git] / README
diff --git a/README b/README
index 91cb7cd..64700a6 100644 (file)
--- a/README
+++ b/README
@@ -1,8 +1,11 @@
 * What's this?
 
-EasyPG is yet another GnuPG interface for Emacs.  It consists of three
-parts: transparent file encryption utility, Gnus/PGG backend, and
-elisp library to interact with GnuPG.
+EasyPG is yet another GnuPG interface for Emacs.  It consists of two parts:
+
+epa.el - EasyPG Assistant, a basic GUI of GnuPG
+epg.el - the EasyPG library which interacts with GnuPG
+
+NOTE: EasyPG is not a fork or a re-implementation of Gnus/PGG.
 
 * Requirements
 
@@ -10,8 +13,6 @@ elisp library to interact with GnuPG.
 
 ** GnuPG 1.4.3 or later
 
-** Gnus 5.10.8 or later (optional)
-
 * Quick start
 
 ** Installation
@@ -19,21 +20,9 @@ elisp library to interact with GnuPG.
 $ ./configure
 $ sudo make install
 
-** Transparent file encryption utility
-
-EasyPG provides transparent file encryption utility similar to
-crypt++, alpaca.el, hedgehog.  To try this, add the following line to
-your ~/.emacs and C-x C-f ~/test.txt.gpg.
+Add the following line to your ~/.emacs
 
-(require 'epf)
-
-** Gnus/PGG backend
-
-EasyPG provides an implementation of the backend interface of
-Gnus/PGG.  To use EasyPG instead of pgg-gpg, install pgg-epg.el and
-add the following line to your ~/.gnus.
-
-(setq pgg-scheme 'epg)
+(require 'epa-setup)
 
 * Advantages over other competitors
 
@@ -72,4 +61,3 @@ Fortunately, there is gpg-agent to cache passphrases in more secure
 way, so the EasyPG library dares *not* to cache passphrase by itself.
 Elisp programs can set `epg-context-passphrase-callback' to cache
 user's passphrases.
-