more work on the text of the web site homepage.
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Wed, 3 Sep 2008 01:23:27 +0000 (21:23 -0400)
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Wed, 3 Sep 2008 01:23:27 +0000 (21:23 -0400)
website/index.mdwn

index 81da609a306b5c3804826a40ba91a2e3758e2530..a3329d420a46b4065d5f597e2427c6c0c086fc43 100644 (file)
@@ -1,17 +1,20 @@
 [[!template id="nav"]]
 
+[[toc ]]
+
 The Monkeysphere project's goal is to extend OpenPGP's web of trust to
-many areas of the Internet to help us securely identify each other
+new areas of the Internet to help us securely identify each other
 while we work online.
 
 Specifically, monkeysphere currently offers a framework to leverage
 the OpenPGP web of trust for OpenSSH authentication.
 
-In other words, it allows you to use your OpenPGP keys when using
-secure shell to both identify yourself and the servers you administer
-or connect to.  OpenPGP keys are tracked via GnuPG, and managed in the
-`known_hosts` and `authorized_keys` files used by OpenSSH for
-connection authentication.
+In other words, it allows you to use secure shell as you normally do,
+but to identify yourself and the servers you administer or connect to
+with your OpenPGP keys.  OpenPGP keys are tracked via GnuPG, and
+monkeysphere manages the `known_hosts` and `authorized_keys` files
+used by OpenSSH for authentication, checking them for cryptographic
+validity.
 
 ## Conceptual overview ##