[% topdir = ".." -%]
[% PROCESS globals -%]
[% WRAPPER page
title = "virt tools: Tutorials and videos"
h1 = "virt tools: Tutorials and videos"
section = "learning"
local_stylesheet = 1
%]
[% WRAPPER h2 h2="For absolute beginners, start here" anchor="beginners" %]
[% BLOCK element %]
[% x.link %]
[% x.rest %]
[% IF x.difficulty > 1 %]Difficulty: [% x.difficulty %] out of 5.[% END %]
[% IF x.cmdline %]Requires use of the command line.[% END %]
[% IF x.author %]Author: [% x.author %].[% END %]
[% IF x.date %]Last updated: [% x.date %].[% END %]
[% END %]
[% FOREACH x IN learning_documents -%]
[% IF x.difficulty == 0 %][% INCLUDE element %][% END %]
[%- END %]
[% END %]
[% WRAPPER h2 h2="Tutorials rated easy
" anchor="easy" %]
[% FOREACH x IN learning_documents -%]
[% IF x.difficulty == 1 %][% INCLUDE element %][% END %]
[%- END %]
[% END %]
[% WRAPPER h2 h2="Tutorials rated a little harder" anchor="others" %]
[% FOREACH x IN learning_documents -%]
[% IF x.difficulty > 1 %][% INCLUDE element %][% END %]
[%- END %]
[% END %]
[% WRAPPER h2 h2="More help" anchor="more-help" %]
Not found what you're looking for?
Contact us via our mailing list
or chat (IRC).
[% END %]
[% WRAPPER h2 h2="Contribute" anchor="contribute" %]
Do you want to write a tutorial? Do you blog about virt tools?
Your writings could appear here.
Send us a note on the mailing list.
[% END %]
[% END -%]