Download this file

projects.html    140 lines (128 with data), 7.2 kB

  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
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
<!DOCTYPE html>
<html>
<head>
<title>OSSMETER</title>
<link href='http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300italic|Open+Sans:300italic,400italic,400,300' rel='stylesheet' type='text/css'>
<link href="http://fonts.googleapis.com/css?family=Bree+Serif" rel="stylesheet" type="text/css">
<link href="stylesheets/bootstrap.min.css" type="text/css" rel="stylesheet"/>
<link href="stylesheets/nav.css" type="text/css" rel="stylesheet"/>
<link href="stylesheets/styles.css" type="text/css" rel="stylesheet"/>
<link href="stylesheets/plots.css" type="text/css" rel="stylesheet"/>
<link href="font-awesome/css/font-awesome.min.css" rel="stylesheet" media="screen">
<link rel="icon" type="image/png" href="images/favicon.png">
<script src="javascripts/jquery-1.9.1.js"></script>
<script src="javascripts/bootstrap.min.js"></script>
<script src="javascripts/knockout-2.3.0.js"></script>
<script src="javascripts/d3.v3.min.js"></script>
<script src="javascripts/dimple.v1.1.1.min.js"></script>
<script type="text/javascript">
$(function(){
$("#nav").load("nav.html");
$("#footer").load("footer.html");
});
$(document).ready(function () {
$("a").tooltip({
'selector': '',
'placement': 'bottom'
});
});
</script>
</head>
<body>
<nav id="nav"></nav>
<div class="inner">
<section>
<h1>Featured Eclipse Projects</h1>
<p>Take a look at some of the Eclipse projects that have been analysed so far:</p>
<ul class="inline featured">
<li class="well well-light">
<!-- <img src="images/osslogo-color-48.png" class="project-list-icon"/> -->
<h3><a href="project.html?p=birt">BIRT</a></h3>
<small>BIRT is an open source Eclipse-based reporting system that integrates with your Java/Java EE ...</small>
</li>
<li class="well well-light">
<!-- <img src="images/osslogo-color-48.png" class="project-list-icon"/> -->
<h3><a href="project.html?p=ecf">ECF</a></h3>
<small>ECF is a set of frameworks for building distributed servers, applications, and tools. It provides a ...</small>
</li>
<li class="well well-light">
<!-- <img src="images/osslogo-color-48.png" class="project-list-icon"/> -->
<h3><a href="project.html?p=ecoretools">EcoreTools</a></h3>
<small>EcoreTools 2 provides a complete and state of the art graphical modeler to create, edit and analyze ...</small>
</li>
<li class="well well-light">
<!-- <img src="images/osslogo-color-48.png" class="project-list-icon"/> -->
<h3><a href="project.html?p=egit">EGit</a></h3>
<small>EGit is an Eclipse Team provider for the Git version control system. Git is a distributed SCM, which ...</small>
</li>
<li class="well well-light">
<!-- <img src="images/osslogo-color-48.png" class="project-list-icon"/> -->
<h3><a href="project.html?p=emf">EMF</a></h3>
<small>The EMF project is a modeling framework and code generation facility for building tools and ...</small>
</li>
<li class="well well-light">
<!-- <img src="images/osslogo-color-48.png" class="project-list-icon"/> -->
<h3><a href="project.html?p=emf-diffmerge">EMF Diff/Merge</a></h3>
<small>EMF Diff/Merge is a tool for merging models. More precisely, it is a technical component ...</small>
</li>
<li class="well well-light">
<!-- <img src="images/logos/epsilon.png" class="project-list-icon"/> -->
<h3><a href="project.html?p=epsilon">Epsilon</a></h3>
<small>Epsilon is a family of languages and tools for code generation, model-to-model transformation ...</small>
</li>
<li class="well well-light">
<!-- <img src="images/osslogo-grey-48.png" class="project-list-icon"/> -->
<h3><a href="project.html?p=gmf-runtime">GMF Runtime</a></h3>
<small>The GMF runtime is an industry proven application framework for creating graphical editors using ...</small>
</li>
<li class="well well-light">
<!-- <img src="images/osslogo-color-48.png" class="project-list-icon"/> -->
<h3><a href="project.html?p=graphiti">Graphiti</a></h3>
<small>Graphiti is an Eclipse-based graphics framework that enables rapid development of state-of-the-art ...</small>
</li>
<li class="well well-light">
<!-- <img src="images/osslogo-color-48.png" class="project-list-icon"/> -->
<h3><a href="project.html?p=ocl">OCL</a></h3>
<small>OCL is an implementation of the Object Constraint Language (OCL) OMG standard for EMF-based ...</small>
</li>
<li class="well well-light">
<!-- <img src="images/osslogo-color-48.png" class="project-list-icon"/> -->
<h3><a href="project.html?p=pdt">PDT</a></h3>
<small>The PHP IDE project delivers a PHP Integrated Development Environment framework for the ...</small>
</li>
<li class="well well-light">
<!-- <img src="images/osslogo-color-48.png" class="project-list-icon"/> -->
<h3><a href="project.html?p=eclipseplatform">Platform</a></h3>
<small>The Eclipse Platform defines the set of frameworks and common services that collectively make up ..</small>
</li>
<li class="well well-light">
<!-- <img src="images/osslogo-color-48.png" class="project-list-icon"/> -->
<h3><a href="project.html?p=swt">SWT</a></h3>
<small>SWT is an open source widget toolkit for Java designed to provide efficient, portable access to the ...</small>
</li>
<li class="well well-light">
<!-- <img src="images/osslogo-color-48.png" class="project-list-icon"/> -->
<h3><a href="project.html?p=swtbot">SWTBot</a></h3>
<small>SWTBot is an open-source Java based UI/functional testing tool for testing SWT, Eclipse and ...</small>
</li>
<li class="well well-light">
<!-- <img src="images/osslogo-color-48.png" class="project-list-icon"/> -->
<h3><a href="project.html?p=uml2">UML2</a></h3>
<small>UML2 is an EMF-based implementation of the Unified Modeling Language (UMLTM) 2.x OMG ...</small>
</li>
<li class="well well-light">
<!-- <img src="images/osslogo-color-48.png" class="project-list-icon"/> -->
<h3><a href="project.html?p=xsd">XSD</a></h3>
<small>XSD is a library that provides an API for manipulating the components of an XML Schema as described by ...</small>
</li>
<li class="well well-light">
<!-- <img src="images/osslogo-color-48.png" class="project-list-icon"/> -->
<h3><a href="project.html?p=xtext">Xtext</a></h3>
<small>Xtext is a framework for development of programming languages and domain specific ...</small>
</li>
</ul>
</section>
</div>
<footer id="footer"></footer>
</body>
</html>