-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
127 lines (101 loc) · 4.48 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="Software for the Xen hypervisor" />
<meta name="keywords" content="xen,debian,xen-tools" />
<link rel="stylesheet" type="text/css" media="all" href="/css/style.css" />
<title>xen-tools.org - The Site for Xen automation</title>
</head>
<body>
<div id="page-container">
<!-- HEADER -->
<!-- Global Navigation -->
<h3 class="hide">Global Navigation</h3>
<div class="nav-global-container">
<div class="nav-global nav-global-font">
<ul>
<li><a href="/contact/">Contact</a></li>
<li><a href="/sitemap.html">Site Map</a></li>
</ul>
</div>
</div>
<!-- Sitename and Banner -->
<div class="site-name">
Xen-Tools.org
<div class="site-slogan"></div>
</div>
<div><img class="img-header" src="/img/header.jpg" alt=""/></div>
<!-- Main navigation -->
<h3 class="hide">Main Navigation</h3>
<div class="nav-main nav-main-font">
<!--#include virtual="/inc/top-menu.html" -->
</div>
<!-- Sub-Navigation -->
<div class="nav-sub nav-sub-font nav-sub-align">
<div class="buffer"></div>
<ul>
<li class="title">Links</li>
<li class="group"><a href="/" class="selected">Home</a></li>
<li class="group"><a href="/software/">Software</a></li>
<li class="group"><a href="/links/">Links</a></li>
</ul>
</div>
<!-- WRAP CONTENT AND SIDEBAR -->
<div class="container-content-sidebar">
<!-- CONTENT -->
<h3 class="hide">Content</h3>
<div class="content content-font">
<!-- Page title -->
<div class="content-pagetitle"></div>
<div class="contentbox-container-left">
<div class="contentbox-title-shading bg-blue07 box-on"> </div>
<div class="contentbox-title-shading">About Xen</div>
<div class="contentbox-noshading">
<p><b>Xen</b> is an open source virtualisation product released by the University of Cambridge.</p>
<p>It allows your machines to run multiple independant Linux systems upon one physical host.</p>
</div>
</div>
<div class="contentbox-container-right">
<div class="contentbox-title-shading bg-green07 box-on"> </div>
<div class="contentbox-title-shading">Xen Software</div>
<div class="contentbox-noshading">
<p><a href="/software/xen-shell/">xen-shell</a> is a simple console shell for a hosting company to allow customers to control their own Xen instance.</p>
<p><a href="/software/xen-tools/">xen-tools</a> is a collection of software which allow you to create new guest domains.</p>
</div>
</div>
<div class="contentbox-container-full">
<div class="contentbox-title-shading bg-red07 box-on"> </div>
<div class="contentbox-title-shading">About This Site</div>
<div class="contentbox-noshading">
<p>This site is designed to collect resources useful to people running Xen upon Debian GNU/Linux, and hosts several pieces of software which can be useful to Xen users:</p>
<ul>
<li><a href="/software/rinse/">rinse</a> - A tool to bootstrap RPM-based distributions.</li>
<li><a href="/software/xen-shell/">xen-shell</a> allows users to control their own Xen instance without giving up host access.</li>
<li><a href="/software/xen-tools">xen-tools</a> makes installing new Xen guests automatic.</li>
</ul>
</div>
</div>
</div>
<!-- SIDEBAR -->
<h3 class="hide">Sidebar</h3>
<div class="sidebar sidebar-font">
<div class="sidebarbox-border bg-yellow03">
<div class="sidebarbox-title-shading bg-yellow07">Xen + Debian</div>
<p>The <a href="http://www.debian-administration.org/">Debian Administration</a> website contains several useful articles on <a href="http://www.debian-administration.org/tag/xen">using Xen upon Debian</a>.</p>
</div>
<div class="sidebarbox-border bg-red02">
<div class="sidebarbox-title-shading bg-red05 txt-white">Any questions?</div>
<p>If you have any questions about running <tt>xen-tools</tt> please feel free to <a href="/contact/">contact the author</a>.</p>
</div>
</div>
<!-- END WRAP CONTENT AND SIDEBAR -->
</div>
<!-- FOOTER -->
<h3 class="hide">Footer</h3>
<div class="footer footer-font">
Copyright © 2006-2009 <a href="http://www.steve.org.uk/">Steve Kemp</a>, 2010 <a href="http://noone.org/abe/">Axel Beckert</a> | All Rights Reserved<br />
</div>
</div>
</body>
</html>