diff options
author | Micah Anderson <micah@riseup.net> | 2008-08-18 21:21:15 -0400 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2008-08-18 21:21:15 -0400 |
commit | ec9ded739045d9532fbc4883bbeb37f7aa940ac6 (patch) | |
tree | cc36b3c49b72df8e77c5b98cdfaa68ebdf69c164 | |
parent | 6ac379bdd75617cfab19c3b175a2e10257444de3 (diff) |
Add a mailing list link, and a page with the mailing list information about
how to subscribe and where the archives are at.
I also rearranged the link positions on the front page to be more oriented
around how other projects typically order them
-rw-r--r-- | website/community.mdwn | 13 | ||||
-rw-r--r-- | website/index.mdwn | 2 |
2 files changed, 14 insertions, 1 deletions
diff --git a/website/community.mdwn b/website/community.mdwn new file mode 100644 index 0000000..095581d --- /dev/null +++ b/website/community.mdwn @@ -0,0 +1,13 @@ +[[meta title="Monkeysphere community"]] + +# Mailing list # + +The Monkeysphere project is a new project with just one mailing list +at the moment. Its where we roll our sphere, discuss development +issues, the project, and various complicated conundrums involving +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. diff --git a/website/index.mdwn b/website/index.mdwn index 6583e18..6064569 100644 --- a/website/index.mdwn +++ b/website/index.mdwn @@ -9,7 +9,7 @@ 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. -[why?](/why) | [[bugs]] | [[download]] | [[news]] | [[documentation|doc]] +[why?](/why) | [[news]] | [[download]] | [[documentation|doc]] | [[community]] | [[bugs]] ## Conceptual overview ## |