13e9900a57fd581c05e7db488d19dc7c8a7358b7
[monkeysphere.git] / website / community.mdwn
1 [[!meta title="The Monkeysphere Community"]]
2
3 # The Monkeysphere Community #
4
5 ## Mailing list ##
6
7 The Monkeysphere project is a new project with just one mailing list
8 at the moment. Its where we roll our sphere, discuss development
9 issues, the project, and various complicated conundrums involving
10 subjects around the web of trust.
11
12 [Join us](https://lists.riseup.net/www/info/monkeysphere), we're a
13 friendly bunch. You can also [look through our
14 archives](https://lists.riseup.net/www/arc/monkeysphere) if you don't
15 believe us.
16
17 ## Internet Relay Chat ##
18
19 We're currently holding down an IRC channel on the `irc.oftc.net`
20 network.  You can find us in `#monkeysphere` if you prefer to
21 communicate this way.
22
23 ## Development ##
24
25 The Monkeysphere uses a distributed development model with
26 [git](http://git.or.cz/).  Once you've [installed
27 git](http://www.spheredev.org/wiki/Git_for_the_lazy), you can [git
28 clone](http://www.kernel.org/pub/software/scm/git/docs/git-clone.html)
29 from this web site:
30
31         git clone git://git.monkeysphere.info/monkeysphere
32
33 If you would like to build a deb package from the latest release, you can type
34 the following from inside the monkeysphere top level directory:
35
36         make debian-package
37
38 This command will build an upstream tarball, attach the debian packaging
39 directory, and build a sample deb.
40
41 If you want to help extend the scope of the Monkeysphere, take a look
42 at our
43 [list of environments that could make use of the project](/expansion).
44
45 ### Individual developer repositories ###
46
47 You might also be interested in the repositories of individual
48 developers, which may contain branches or features not yet in the main
49 offering:
50
51 [Daniel Kahn Gillmor](http://cmrg.fifthhorseman.net/wiki/dkg):
52
53         git clone git://lair.fifthhorseman.net/~dkg/monkeysphere
54
55 [Jameson Rollins](http://cmrg.fifthhorseman.net/wiki/jrollins):
56
57         git clone git://lair.fifthhorseman.net/~jrollins/monkeysphere
58
59 Micah Anderson:
60         
61         git clone git://labs.riseup.net/~micah/monkeysphere
62
63 ## Contact ##
64
65 Please feel free to contact any of the Monkeysphere developers or post
66 to the mailing list with questions, comments, bug reports, requests,
67 etc.  If you contact a developer individually, please indicate if
68 there is any part of your note that can be made public (we might want
69 to post it to the web here).