I have added plugins registered in xml. It will be usefull for theme to know if it can handle video etc...

<?xml version='1.0' encoding='utf-8' standalone='yes' ?>
<?xml-stylesheet type='text/xsl' href='http://www.vanbelle.fr/.libs/themes/explode/template.xslt'?>
<autoIndex>
  <plugins-registered>
    <plugin class='Apache::XmlAutoIndex::Service'/>
    <plugin class='Apache::XmlAutoIndex::Image'/>
    <plugin class='Apache::XmlAutoIndex::Video'/>
    <plugin class='Apache::XmlAutoIndex::Audio'/>
    <plugin class='Apache::XmlAutoIndex::Pdf'/>
    <plugin class='Apache::XmlAutoIndex::OpenDocument'/>
    <plugin class='Apache::XmlAutoIndex::Default'/>
  </plugins-registered>