diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-09-02 00:23:57 -0400 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-09-02 00:23:57 -0400 |
commit | 9b15338ec99c620a248950f1cf6e51c0a463f071 (patch) | |
tree | cde43022ea6bd4be179dc32f0640730c83741a40 | |
parent | 48f308ae5221270ccb96e0e9c8cf797dd67c7a3b (diff) |
reorganize headers on documentation page, try out table of contents plugin.
-rw-r--r-- | website/doc.mdwn | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/website/doc.mdwn b/website/doc.mdwn index 6a978ce..a7d2229 100644 --- a/website/doc.mdwn +++ b/website/doc.mdwn @@ -1,7 +1,9 @@ [[!template id="nav"]] [[meta title="Documentation"]] +# Monkeysphere Documentation # +[[!toc]] -# Dependencies # +## Dependencies ## Monkeysphere relies on: @@ -9,19 +11,19 @@ Monkeysphere relies on: * [OpenSSH](http://openssh.com/) * [GnuPG](http://gnupg.org/) -# Getting started # +## Getting started ## * Getting started as a [user](/getting-started-user) * Getting started as a [server admin](/getting-started-admin) -# References # +## References ## * [Initial specifications at CMRG](http://cmrg.fifthhorseman.net/wiki/OpenPGPandSSH) * [OpenPGP (RFC 4880)](http://tools.ietf.org/html/rfc4880) * [Secure Shell Authentication Protocol (RFC 4252)](http://tools.ietf.org/html/rfc4252) * [URI scheme for SSH, RFC draft](http://tools.ietf.org/wg/secsh/draft-ietf-secsh-scp-sftp-ssh-uri/) -# Similar Projects # +## Similar Projects ## The monkeysphere isn't the only project intending to implement a PKI for OpenSSH. We provide links to these other projects because they're |