about summary refs log tree commit diff homepage
path: root/www/GetInvolved.html
blob: 41c84e5446fba41e2f4e5f41faa8b1c6cb69c29c (plain) (blame)
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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
          "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
  <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
  <title>KLEE - Get Involved</title>
  <link type="text/css" rel="stylesheet" href="menu.css" />
  <link type="text/css" rel="stylesheet" href="content.css" />
</head>
<body>

<!--#include virtual="menu.html.incl"-->

<div id="content">

<h1>Getting Involved with the KLEE Project</h1>

<p>If you are interested in following development of KLEE, or would like to
contribute, here are some resources that may prove useful.</p>

<h2>Mailing Lists</h2>

<p>Currently the main list for KLEE discussion (both for users and developers)
is <a href="http://keeda.stanford.edu/mailman/listinfo/klee-dev">klee-dev</a>.</p>

<p>Commit messages to the KLEE repository go to 
<a href="http://keeda.stanford.edu/mailman/listinfo/klee-commits">klee-commits</a>. This
is also the place to send patches if you are interested in contributing to
KLEE.</p>

<h2>Working with the Code</h2>

<p>KLEE developer documentation is written in doxygen and you may have it online here:
 <a href="http://t1.minormatter.com/~ddunbar/klee-doxygen/index.html">doxygen</a>
 (this is updated nightly from the source tree).</p>

<p>Many parts of KLEE rely on the LLVM infrastructure, you can find more
information about programming for LLVM here:
<a href="http://llvm.org/docs/#llvmprog">LLVM's General Programming Documentation</a>.</p>

</div>
</body>
</html>