blob: f5a5cafefa15e77fbe8ccad4d84f3949465342eb [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>EMF Client Platform</title>
<link rel="stylesheet" media="screen"
href="public/stylesheets/bootstrap.css">
<link rel="stylesheet" media="screen"
href="public/stylesheets/bootstrap-responsive.css">
<link rel="stylesheet" media="screen"
href="public/stylesheets/theme.css">
<link href='https://fonts.googleapis.com/css?family=Lato'
rel='stylesheet' type='text/css'>
<link rel="icon" type="image/png" href="public/images/ecp.png" />
<script src="public/javascripts/jquery-1.9.0.min.js"
type="text/javascript"></script>
<script src="public/javascripts/bootstrap.js" type="text/javascript"></script>
</head>
<body>
<div class="container-fluid fill">
<div class="banner">
<div class="row-fluid">
<div class="span2" style="padding: 0.5em;">
<a href="index.html"> <img src="public/images/ecp.png"/>
</a>
</div>
<div class="span10 pull-left">
<h2>EMF Client Platform</h2>
<p>Build an EMF application with one click</p>
</div>
</div>
</div>
<div class="row-fluid">
<div class="navbar span12">
<div class="navbar-inner" id="topbar">
<button id="topbtn" type="button" class="btn btn-navbar"
data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span><span class="icon-bar"></span><span
class="icon-bar"></span>
</button>
<div class="nav-collapse">
<ul class="nav">
<li>
<a href="index.html">
<img class="nav-image" src="public/images/home.png"/>
<span>&nbsp;Home</span>
</a>
</li>
<li>
<a href="gettingstarted.html">
<img class="nav-image" src="public/images/getting-started.png"/>
<span>&nbsp;Getting Started</span>
</a>
</li>
<li>
<a href="download.html">
<img class="nav-image" src="public/images/download.png"/>
<span>&nbsp;Download</span>
</a>
</li>
<li>
<a href="documentation.html">
<img class="nav-image" src="public/images/documentation.png"/>
<span>&nbsp;Documentation</span>
</a>
</li>
<li>
<a href="support.html">
<img class="nav-image" src="public/images/support.png"/>
<span>&nbsp;Support</span>
</a>
</li>
<li>
<a href="gettinginvolved.html">
<img class="nav-image" src="public/images/getting-involved.png"/>
<span>&nbsp;Getting Involved</span>
</a>
</li>
<li>
<a href="communication.html">
<img class="nav-image" src="public/images/communication.png"/>
<span>&nbsp;Contact</span>
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="content">
<h3>HOW TO GET IN CONTACT</h3>
<h4>Mailinglists and Newsgroup</h4>
<p>
Please post any questions about the EMF Client Platform in the
<a href="http://www.eclipse.org/forums/index.php/f/19/"
target="_blank">
EMFT Eclipse newsgroup
</a>.
If you have feature requests, questions, bugs or
if you want to discuss something, you can send an email to <a href="mailto:emfcp-dev@eclipse.org">emfcp-dev@eclipse.org</a>;
all EMF Client Platform framework developers are subscribed to this mailing list
</p>
<h4>Bug Reports and Feature Requests</h4>
<p>
You can report bugs and feature requests in the
<a href="https://bugs.eclipse.org/bugs/enter_bug.cgi?product=EMFT.emfclient"
target="_blank">
bugzilla of Eclipse
</a>.
Also you can report bugs and feature requests to the
<a href="mailto:emfcp-dev@eclipse.org" target="_blank">
developer mailinglist
</a>.
</p>
<h4>Twitter</h4>
<p>
We announce import news such as releases on Twitter:
<a href="http://twitter.com/emfcp"
target="_blank">
http://twitter.com/emfcp
</a>. We always use the <em>#emfcp</em> tag.
</p>
<h4>Plain Email</h4>
<p>Of course, you can also send an email directly to one of the project leads:</p>
<div class="row-fluid">
<ul class="span12">
<li class="span6 text-center"><img
src="public/images/maximilian.jpg" style="width: 40%; height: 40%;"/></li>
<li class="span6 text-center"><img
src="public/images/jonas.jpg" style="width: 40%; height: 40%;"/></li>
</ul>
</div>
<div class="row-fluid">
<ul class="span12">
<li class="span6 text-center"><a
href="mailto:mkoegel@eclipsesource.com">Maximilian</a></li>
<li class="span6 text-center"><a
href="mailto:jhelming@eclipsesource.com">Jonas</a></li>
</ul>
</div>
</div>
<div class="footer">
<div class="row-fluid">
<div class="span2 text-center">
<a href="http://www.eclipse.org/legal/privacy.php"
target="_blank">
Privacy Policy
</a>
</div>
<div class="span2 text-center">
<a href="http://www.eclipse.org/legal/termsofuse.php"
target="_blank">
Terms of Use
</a>
</div>
<div class="span2 text-center">
<a href="http://www.eclipse.org/legal/copyright.php"
target="_blank">
Copyright
</a>
</div>
<div class="span2 text-center">
<a href="http://www.eclipse.org/legal/"
target="_blank">
Legal
</a>
</div>
<div class="span2 text-center">
<a href="http://www.eclipse.org/projects/project_summary.php?projectid=modeling.emft.emf-client"
target="_blank">
About
</a>
</div>
<div class="span2 text-center">
<a href="http://www.eclipse.org/" target="_blank">eclipse.org</a>
</div>
</div>
<div class="text-center">
Icons are from <a href="http://www.icondeposit.com/theicondeposit:108" target="_blank">Icon Deposit</a>
</div>
</div>
</div>
</body>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push([ '_setAccount', 'UA-31075157-1' ]);
_gaq.push([ '_trackPageview' ]);
(function () {
var ga = document.createElement('script');
ga.type = 'text/javascript';
ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl'
: 'http://www')
+ '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(ga, s);
})();
</script>
</html>