blob: 5a658b69e7e9ad587837a429d0a4f21d29b1c116 (
plain)
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
|
[% topdir = "." -%]
[% PROCESS globals -%]
[% WRAPPER page
title = "virt tools: open source virtualization management tools for Linux system administrators"
h1 = "virt tools: open source virtualization management tools"
section = "home"
local_stylesheet = 1 %]
<p id="vtboxout">
Virt Tools are open source virtualization management tools for Linux
system administrators. This site provides tutorials, videos,
documentation, online help and roadmaps to help you get started with
and understand the tools. Our most popular virt tools are virt-manager,
virsh, virt-install, virt-v2v, guestfish, virt-p2v, virt-df and
virt-viewer. <a href="[% topdir %]/about/">Find out more ...</a>
</p>
<img src="virtualization.png" width="250" height="141" id="vtboximage"
alt="Virtualization"
longdesc="Image showing a virtual machine being run under virt-manager" />
<div id="vtleft">
<h2>Latest articles</h2>
[%# This just links to my blog at the moment, but eventually we
will use a planet to aggregate all relevant posts from all
contributors together -- RWMJ. %]
<script language="JavaScript" src="http://feed2js.org/feed2js.php?src=http%3A%2F%2Frwmj.wordpress.com%2Ftag%2Fvirt-tools%2Ffeed%2F&chan=title&num=10&date=y&utf=y&css=style" type="text/javascript"></script>
<noscript>
<a href="http://rwmj.wordpress.com/tag/virt-tools/">See all entries tagged 'virt-tools'</a>
</noscript>
<p>
<a href="[% topdir %]/news/">More news ...</a>
</p>
</div>
[%#
<div id="vtmid">
<h2>Video tutorials</h2>
</div>
%]
<div id="vtright">
<h2>Get started</h2>
<ul>
[% FOREACH x IN learning_documents -%]
[% IF x.difficulty == 0 -%]
<li> <a href="[% topdir %]/learning/[% x.name %]/">[% x.link %]</a> [% x.rest %] </li>
[%- END %]
[%- END %]
<li> <a href="[% topdir %]/learning/">More tutorials ...</a> </li>
<li> <a href="[% topdir %]/contact/">Get help via our mailing list
or chat (IRC) ...</a> </li>
</ul>
</div>
[% END -%]
|