Project

General

Profile

root / trunk / html / support.html

1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2

    
3
<html xmlns="http://www.w3.org/1999/xhtml">
4

    
5
<head>
6

    
7
<title>Haizea - An Open Source VM-based Lease Manager</title>
8
<link href="haizea.css" type="text/css" rel="stylesheet"/>
9
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
10
</head>
11
<body>
12

    
13
<div id="content">
14
<div id="logo">
15
<a href="index.html"><img src="logo.png" width="450" height="86" border="0" alt="Haizea"/></a>
16
</div>
17
<div class="topbar">
18
<a href="whatis.html">What is Haizea?</a>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;
19
<a href="download.html">Download</a>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;
20
<a href="documentation.html">Documentation</a>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;
21
<a href="pubs.html">Publications</a>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;
22
<a href="development.html">Development</a>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;
23
<strong>Support</strong>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;
24
<a href="credits.html">Credits</a></div>
25
<h1>Support</h1>
26

    
27

    
28
<div align="center">
29
<p>Support is provided through the Haizea mailing list.</p>
30
<p>[<a href="https://mailman.cs.uchicago.edu/mailman/listinfo/haizea">Subscribe to mailing list</a>]&nbsp;&nbsp;&nbsp;&nbsp;[<a href="https://mailman.cs.uchicago.edu/pipermail/haizea/">View mailing list archives</a>]</p>
31

    
32
<p>If you would like to report a bug or request a feature, please do so on the mailing list.</p>
33
</div>
34
<div class="back">
35
<a href="index.html">
36
<img src="logo_small.png" width="32" height="35" border="0" alt="haizea"/><br/>
37
BACK TO<br/>HOME PAGE
38
</a>
39
</div>
40
</div>
41
<script type="text/javascript">
42
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
43
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
44
</script>
45
<script type="text/javascript">
46
var pageTracker = _gat._getTracker("UA-4920033-1");
47
pageTracker._initData();
48
pageTracker._trackPageview();
49
</script>
50
</body>
51
</html>