From: Jameson Graef Rollins Date: Sun, 24 Aug 2008 00:59:34 +0000 (-0700) Subject: some formatting tweaks to the website. X-Git-Tag: monkeysphere_0.12-1~67 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=655253c594a8b184fcf1bd250651c76ebadf105c;p=monkeysphere.git some formatting tweaks to the website. --- diff --git a/doc/README b/doc/README index cf8a8d6..544465f 100644 --- a/doc/README +++ b/doc/README @@ -2,15 +2,16 @@ Monkeysphere User README ======================== You don't have to be an OpenSSH or OpenPGP expert to use the -Monkeysphere. However, you should be comfortable using secure shell and -you should already have GnuPG installed and an OpenPGP key pair before -you begin. +Monkeysphere. However, you should be comfortable using secure shell +(ssh), and you should already have GnuPG installed and an OpenPGP key +pair before you begin. As a regular user on a system where the monkeysphere package is installed, you probably want to do a few things: -Keeping your keyring up-to-date -------------------------------- + +Keep your keyring up-to-date +---------------------------- Regularly refresh your GnuPG keyring from the keyservers. This can be done with a simple cronjob. An example of crontab line to do this is: @@ -66,6 +67,7 @@ can establish that they are setup correctly. The remaining steps will complete the second half: allow servers to verify you based on your OpenPGP key. + Setting up an OpenPGP authentication key ---------------------------------------- @@ -82,6 +84,7 @@ gpg --list-secret-keys The first line (starting with sec) will include your key length followed by the type of key (e.g. 1024D) followed by a slash and then your keyid. + Using your OpenPGP authentication key for SSH --------------------------------------------- @@ -134,6 +137,7 @@ automatically everytime you login. FIXME: using the key with a single session? + Miscellaneous ------------- diff --git a/website/bugs.mdwn b/website/bugs.mdwn index 201cec8..33a1dce 100644 --- a/website/bugs.mdwn +++ b/website/bugs.mdwn @@ -1,6 +1,6 @@ [[!template id="nav"]] -This is Monkeysphere's bug list. Link bugs to [[bugs/done]] when done. +This is Monkeysphere's bug list. You can also browse our [completed bugs](done). [[inline pages="./bugs/* and !./bugs/done and !link(done) and !*/Discussion" actions=yes postform=yes show=0]] diff --git a/website/community.mdwn b/website/community.mdwn index 9335a1b..78ed9be 100644 --- a/website/community.mdwn +++ b/website/community.mdwn @@ -1,6 +1,7 @@ -[[meta title="Monkeysphere community"]] [[!template id="nav"]] +[[meta title="Monkeysphere community"]] + # Mailing list # The Monkeysphere project is a new project with just one mailing list @@ -11,4 +12,4 @@ subjects around the web of trust. [Join us](https://lists.riseup.net/www/info/monkeysphere), we're a friendly bunch. You can also [look through our archives](https://lists.riseup.net/www/arc/monkeysphere) if you don't -believe me. +believe us. diff --git a/website/download.mdwn b/website/download.mdwn index da9f763..f3caaf1 100644 --- a/website/download.mdwn +++ b/website/download.mdwn @@ -46,17 +46,17 @@ any of the developer repositories, including: The git repo from this web site: - git clone git://monkeysphere.info/monkeysphere monkeysphere + git clone git://monkeysphere.info/monkeysphere -[Jameson Graef Rollins](http://cmrg.fifthhorseman.net/wiki/jrollins): +[Daniel Kahn Gillmor](http://cmrg.fifthhorseman.net/wiki/dkg): - git clone git://lair.fifthhorseman.net/~jrollins/monkeysphere monkeysphere + git clone git://lair.fifthhorseman.net/~dkg/monkeysphere -[Daniel Kahn Gillmor](http://cmrg.fifthhorseman.net/wiki/dkg): +[Jameson Graef Rollins](http://cmrg.fifthhorseman.net/wiki/jrollins): - git clone git://lair.fifthhorseman.net/~dkg/monkeysphere monkeysphere + git clone git://lair.fifthhorseman.net/~jrollins/monkeysphere -[Micah Anderson] +Micah Anderson git clone git://labs.riseup.net/~micah/monkeysphere diff --git a/website/index.mdwn b/website/index.mdwn index 21a03f1..5b757fa 100644 --- a/website/index.mdwn +++ b/website/index.mdwn @@ -4,9 +4,9 @@ The Monkeysphere project's goal is to extend the web of trust model and other features of OpenPGP to other areas of the Internet to help us securely identify each other while we work online. -Specifically, monkeysphere is 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 +Specifically, monkeysphere is 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. diff --git a/website/templates/nav.mdwn b/website/templates/nav.mdwn index 47bdfd1..55885ce 100644 --- a/website/templates/nav.mdwn +++ b/website/templates/nav.mdwn @@ -1 +1 @@ -[why?](/why) | [[download]] | [[documentation|doc]] | [[news]] | [[community]] | [[bugs]] +[[why?|why]] | [[download]] | [[documentation|doc]] | [[news]] | [[community]] | [[bugs]]