-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
59 lines (48 loc) · 1.85 KB
/
index.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
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
<!DOCTYPE html>
<html>
<head>
<title>Linux Tools | The Eclipse Foundation</title>
<meta name="keywords" content="linux,eclipse" />
<link rel="preconnect stylesheet" href="project.css" />
<script src="project.js"></script>
</head>
<body>
<div data-generate="generateDefaultBreadcrumb(this)">
<span>Linux Tools</span>
</div>
<div data-generate="generateDefaults(this)">
</div>
<main>
<h1>Linux Tools Project</h1>
<div id="maincontent">
<div id="midcolumn" class="homeitem">
<img alt="Screenshot of Linux Tools projects" src="images/mainscreenshot.png" />
<p>
The Linux Tools project aims to bring a <b>full-featured C and C++ IDE</b> to Linux developers.
We build on the source editing and debugging features of the
<a href="http://eclipse.org/cdt">CDT</a> and integrate popular native
development tools such as Valgrind, RPM, SystemTap, GCov, GProf, LTTng, etc. Current
projects include LTTng trace viewers and analyzers, an RPM .spec editor, a Valgrind heap usage analysis tool and Perf call profiling tools.
</p>
<p>
The project also provides a place for Linux
distributions to collaboratively overcome issues surrounding distribution packaging of
Eclipse technology. The project produces both best practices and tools related to
packaging. Since our 0.3.0 release, one of our features is a source archive of the
Eclipse SDK that can be used by all Linux distributions building and distributing it.
</p>
</div>
<div id="branding">
</div>
<h2>About the Project</h2>
<ul>
<li><a target="_out" href="http://wiki.eclipse.org/Linux_Tools_Project">Wiki</a></li>
<li><a href="contact.html">Contact Us</a></li>
</ul>
</div>
</main>
<script>
generate();
</script>
</body>
</html>