summaryrefslogtreecommitdiffstats
path: root/website/src/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'website/src/index.html')
-rw-r--r--website/src/index.html65
1 files changed, 65 insertions, 0 deletions
diff --git a/website/src/index.html b/website/src/index.html
new file mode 100644
index 0000000..2f66c7b
--- /dev/null
+++ b/website/src/index.html
@@ -0,0 +1,65 @@
+[% 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 understand and get
+started with 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&amp;chan=title&amp;num=10&amp;date=y&amp;utf=y&amp;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&nbsp;...</a> </li>
+<li> <a href="[% topdir %]/contact/">Get help via our mailing list
+ or chat&nbsp;(IRC)&nbsp;...</a> </li>
+</ul>
+
+</div>
+
+[% END -%]