-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathcommunity.html
55 lines (48 loc) · 2.02 KB
/
community.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
---
layout: page
title: Community
---
<div class="row">
<div class="span10">
<p class="lead"><span>Ruboto</span> is an
<span>open source project</span> relying on
an
<span>active community</span> to explore, test, teach, and report
issues on new <span>Ruboto</span>
releases.</p>
<div class="row">
<div class="span5">
<h2>Wiki</h2>
<a href="https://github.com/ruboto/ruboto/wiki"
target="_blank">https://github.com/ruboto/ruboto/wiki</a>
<h2>Mailing List / Forum</h2>
<a href="http://groups.google.com/group/ruboto" target="_blank">Google
Groups</a>
<h2>Chat</h2>
<ul>
<li>Gitter: <a href="https://gitter.im/jruby/jruby" target="gitter">jruby/jruby</a></li>
<li>IRC chat: <a href="irc://irc.freenode.net/jruby">#jruby</a>
or <a href="irc://irc.freenode.net/ruboto">#ruboto</a> on Freenode.</li>
</ul>
<h2>Issue tracker</h2>
<a href="https://github.com/ruboto/ruboto/issues"
target="_blank">GitHub Issue
Tracker</a>
</div>
<div class="span5">
<h2>Continous Integration</h2>
<a href="https://travis-ci.org/ruboto/ruboto" target="_blank">
Travis-CI -
<img style="vertical-align: middle" title="Build Status"
src="https://travis-ci.org/ruboto/ruboto.png?branch=master"/>
</a>
<h2>Collectables</h2>
<a href="http://www.cafepress.com/ruboto" target="_blank">CafèPress</a>
(non profit)
<h2>Contributing</h2>
<a href="https://github.com/ruboto/ruboto/wiki/Contributing"
target="_blank">Contributing</a>
</div>
</div>
</div>
</div>