52 lines
2.0 KiB
HTML
52 lines
2.0 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Eiffel Web Framework</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<link href="css/vendor/bootstrap.min.css" rel="stylesheet">
|
|
<link href="css/main.css" rel="stylesheet">
|
|
</head>
|
|
<body>
|
|
<div class="container-narrow">
|
|
<div class="masthead">
|
|
<ul class="nav nav-pills pull-right">
|
|
<li><a href="index.html">Home</a></li>
|
|
<li><a href="getting-started.html">Getting Started</a></li>
|
|
<li class="active"><a href="community.html">Community</a></li>
|
|
</ul>
|
|
<h3 class="muted">Eiffel Web Framework</h3>
|
|
</div>
|
|
<hr>
|
|
<div class="row">
|
|
<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 commentary related to EWF are welcome here.
|
|
</p>
|
|
</div>
|
|
<div class="col-md-4">
|
|
<h2>Google+</h2>
|
|
<p>
|
|
We are also present on Google+ as a <a href="https://plus.google.com/u/0/110650349519032194479">user</a> and a
|
|
<a href="https://plus.google.com/communities/110457383244374256721">community</a>.
|
|
</p>
|
|
</div>
|
|
</div>
|
|
<hr>
|
|
<div class="footer">
|
|
<p>© EiffelWebFramework 2013</p>
|
|
</div>
|
|
</div> <!-- /container -->
|
|
<script src="js/vendor/jquery.min.js"></script>
|
|
<script src="js/vendor/bootstrap.min.js"></script>
|
|
</body>
|
|
</html>
|