-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathabout.html
24 lines (20 loc) · 1.26 KB
/
about.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
---
title: About Cevelop
layout: default
active: about
permalink: /about/
---
<div class="jumbotron">
<div class="container">
<h1>About <small>– the origins of Cevelop</small></h1>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-12">
<p>At the Institute for Software we have been developing plug-ins for Eclipse CDT for almost a decade. Some of this work has been contributed back to Eclipse (e.g. the majority of refactorings and the underlying infrastructure for writing refactorings), others like <a href="http://linticator.com" target="_blank">Linticator</a> are available commercially, but the majority is open source (e.g. <a href="https://marketplace.eclipse.org/content/metriculator" target="_blank">Metriculator</a>) or free to use (e.g. <a href="http://cute-test.com" target="_blank">CUTE</a>).</p>
<p>Over time, as more and more plug-ins were created, it became tedious to discover and install them one by one. So we decided to bundle them all into one single <a href="/download">download</a>, including the latest release of Eclipse CDT.</p>
<div class="pull-right"><a href="https://www.ifsoftware.ch" target="_blank"><img width="400px" src="/img/ifs.png"></a></div>
</div>
</div>
</div>