diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-08-27 22:35:26 -0400 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-08-27 22:35:26 -0400 |
commit | 42e183cf76b2f50620bff58eea00bd5882e48310 (patch) | |
tree | 91a6e52ec1291600b924653623db51dbb0df2832 /website | |
parent | 2c597e17c9d3c4923ab6b8279838593933f36be8 (diff) |
reorganizing web pages, balancing between community and download: download is for people who just want to use initially, community is for people who want to engage with the project (hopefully the one will turn into the other).
Diffstat (limited to 'website')
-rw-r--r-- | website/community.mdwn | 35 | ||||
-rw-r--r-- | website/download.mdwn | 35 |
2 files changed, 39 insertions, 31 deletions
diff --git a/website/community.mdwn b/website/community.mdwn index 78ed9be..f2c5fc7 100644 --- a/website/community.mdwn +++ b/website/community.mdwn @@ -13,3 +13,38 @@ subjects around the web of trust. friendly bunch. You can also [look through our archives](https://lists.riseup.net/www/arc/monkeysphere) if you don't believe us. + +# Development # + +The Monkeysphere uses a distributed development model with +[git](http://git.or.cz/). Once you've [installed +git](http://www.spheredev.org/wiki/Git_for_the_lazy), you can [git +clone](http://www.kernel.org/pub/software/scm/git/docs/git-clone.html) +from this web site: + + git clone git://monkeysphere.info/monkeysphere + +## Individual developer repositories ## + +You might also be interested in the repositories of individual +developers, which may contain branches or features not yet in the main +offering: + +[Daniel Kahn Gillmor](http://cmrg.fifthhorseman.net/wiki/dkg): + + git clone git://lair.fifthhorseman.net/~dkg/monkeysphere + +[Jameson Graef Rollins](http://cmrg.fifthhorseman.net/wiki/jrollins): + + git clone git://lair.fifthhorseman.net/~jrollins/monkeysphere + +Micah Anderson + + git clone git://labs.riseup.net/~micah/monkeysphere + + +# Contact # + +Please feel free to contact any of the Monkeysphere developers or post +to the mailing list with questions, comments, bug reports, requests, +etc. diff --git a/website/download.mdwn b/website/download.mdwn index 63bdca3..bb0639f 100644 --- a/website/download.mdwn +++ b/website/download.mdwn @@ -19,6 +19,10 @@ key to your apt configuration](http://cmrg.fifthhorseman.net/wiki/apt/importing-keys "Instructions for adding dkg's key to apt") +Once you've installed the packages, you might want to read up on how +to get started [as a regular user](/getting-started-user) or [as a +systems administrator](/getting-started-admin). + ### Enhancements ### As of 2008-08-22, If you run debian lenny you're very close to being @@ -34,34 +38,3 @@ include the `gnutls` component. So they'd look like this instead: deb-src http://monkeysphere.info/debian experimental monkeysphere gnutls You can [read more about this offering](/news/modified-gnutls-2.4.x-available.mdwn). - -## git repositories ## - -The Monkeysphere is attempting to use a completely distributed -development model with [git](http://git.or.cz/). Once you've -[installed git](http://www.spheredev.org/wiki/Git_for_the_lazy), you -can [git -clone](http://www.kernel.org/pub/software/scm/git/docs/git-clone.html) -any of the developer repositories, including: - -The git repo from this web site: - - git clone git://monkeysphere.info/monkeysphere - -[Daniel Kahn Gillmor](http://cmrg.fifthhorseman.net/wiki/dkg): - - git clone git://lair.fifthhorseman.net/~dkg/monkeysphere - -[Jameson Graef Rollins](http://cmrg.fifthhorseman.net/wiki/jrollins): - - git clone git://lair.fifthhorseman.net/~jrollins/monkeysphere - -Micah Anderson - - git clone git://labs.riseup.net/~micah/monkeysphere - -## Contact ## - -Please feel free to contact any of the Monkeysphere developers or post -to [the monkeysphere mailing list](/community) with any questions, -comments, bug reports, requests, etc. |