-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
81 lines (65 loc) · 3.05 KB
/
index.html
File metadata and controls
81 lines (65 loc) · 3.05 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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>OpenXenManager by OpenXenManager</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script src="javascripts/respond.js"></script>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!--[if lt IE 8]>
<link rel="stylesheet" href="stylesheets/ie.css">
<![endif]-->
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
</head>
<body>
<div id="header">
<nav>
<li class="fork"><a href="https://github.com/OpenXenManager">View On GitHub</a></li>
</nav>
</div><!-- end header -->
<div class="wrapper">
<section>
<div id="title">
<h1>OpenXenManager</h1>
<p>Opensource XenServer Management Interface</p>
<hr>
<span class="credits left">Project maintained by <a href="https://github.com/OpenXenManager">OpenXenManager</a></span>
<span class="credits right">Hosted on GitHub Pages — Theme by <a href="https://twitter.com/michigangraham">mattgraham</a></span>
</div>
<h1>
<a name="introduction" class="anchor" href="#introduction"><span class="octicon octicon-link"></span></a>Introduction</h1>
<p>OpenXenManager is a full-featured graphical interface to manage Citrix
XenServer / Xen Cloud Platform (XCP) hosts through the network.</p>
<p>OpenXenManager is an open-source multiplatform clone of Citrix XenCenter.
It is written in Python, using pyGTK for its interface.</p>
<h1>
<a name="running-openxenmanager" class="anchor" href="#running-openxenmanager"><span class="octicon octicon-link"></span></a>Running OpenXenManager</h1>
<p>To launch OpenXenManager simply run the "openxenmanager" script.</p>
<p>Requirements:</p>
<ul>
<li>Python 2.7</li>
<li>pyGTK 2.16</li>
<li>GTK-VNC (Linux only)</li>
</ul><p>OpenXenManager runs has been tested to run on Linux or Windows and should work
on MacOSX as well.</p>
<h1>
<a name="help--bug-reports" class="anchor" href="#help--bug-reports"><span class="octicon octicon-link"></span></a>Help / bug reports</h1>
<p>If you have found a bug, please file a detailed report in our bug tracker:
<a href="https://github.com/OpenXenManager/openxenmanager/issues">https://github.com/OpenXenManager/openxenmanager/issues</a></p>
<p>For help you can:</p>
<ul>
<li><p>Visit the forums:
<a href="http://sourceforge.net/projects/openxenmanager/forums">http://sourceforge.net/projects/openxenmanager/forums</a></p></li>
<li><p>Send an email in the mailing list:
<a href="https://lists.sourceforge.net/lists/listinfo/openxenmanager-users">https://lists.sourceforge.net/lists/listinfo/openxenmanager-users</a></p></li>
</ul>
</section>
</div>
<!--[if !IE]><script>fixScale(document);</script><![endif]-->
</body>
</html>