OSDN Git Service

Update.
authorDaiki Ueno <ueno@unixuser.org>
Fri, 29 Dec 2006 01:04:09 +0000 (01:04 +0000)
committerDaiki Ueno <ueno@unixuser.org>
Fri, 29 Dec 2006 01:04:09 +0000 (01:04 +0000)
README

diff --git a/README b/README
index e02841f..386a0e9 100644 (file)
--- a/README
+++ b/README
@@ -1,8 +1,25 @@
 * What's this?
 
-EasyPG is a GnuPG interface for Emacs.  It has two aspects: convenient
-tools which allow to use GnuPG from Emacs (EasyPG Assistant), and a
-fully functional interface library to GnuPG (EasyPG Library).
+EasyPG is an all-in-one GnuPG interface for Emacs.  It has two
+aspects: convenient tools which allow to use GnuPG from Emacs (EasyPG
+Assistant), and a fully functional interface library to GnuPG (EasyPG
+Library).
+
+* Features
+
+The EasyPG Assistant provides the following features:
+
+- Keyring browser.
+- Cryptographic operations on regions.
+- Cryptographic operations on files.
+- Dired integration.
+- Encryption/decryption of *.gpg files.
+
+The EasyPG Library provides the following features:
+
+- The API covers most functions of GnuPG like GPGME.
+- S/MIME support using gpgsm.
+- Designed to avoid potential security pitfalls around Emacs
 
 * Requirements
 
@@ -21,8 +38,13 @@ Add the following line to your ~/.emacs
 
   (require 'epa-setup)
 
-Then you can browse your keyring by `M-x epa-list-keys'.  In addition,
-you can do some cryptographic operations on dired.
+Restart emacs and type `M-x epa- TAB', and you will see a lot of
+commands available.  For example,
+
+- To browse your keyring, type `M-x epa-list-keys'
+- To create a cleartext signature of the region, type `M-x epa-sign-region'.
+
+You can also do some cryptographic operations from dired.
 
   M-x dired
   (mark some files)