-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy pathcommunity.html
27 lines (27 loc) · 1.19 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
---
layout: default
title: Community
---
<div class="row">
<div class="col-md-4">
<h2>Twitter</h2>
<p>
You can stay up to date on releases, new developments, and project news by following
<a href="https://twitter.com/eiffelweb">@EiffelWeb</a> on Twitter
</p>
<a href="https://twitter.com/eiffelweb" class="twitter-follow-button" data-show-count="false">Follow @EiffelWeb</a>
</div>
<div class="col-md-4">
<h2>Development</h2>
<p>
Development takes place on <a href="https://github.com/EiffelWebFramework/EWF">Github</a>.
Come here for <a href="http://github.com/EiffelWebFramework/EWF/issues">issue tracking</a>, code reviews, and patches.
</p>
</div>
<div class="col-md-4">
<h2>Mailing List</h2>
<p>
The <a href="http://groups.google.com/group/eiffel-web-framework">Google Group</a> is the preferred channel for EWF discussions so future users can learn from the archive. Support requests, suggestions, project announcements, and all other commentaries related to EWF are welcome here.
</p>
</div>
</div>