<?xml version="1.0" ?>
<!DOCTYPE mirrorkit>
<mirrors>
    <config>
        <www-dir>..</www-dir> <!-- Path to the www base directory -->
        <log-dir>logs</log-dir> <!-- Directory to store the log output -->
        <template-html>template.html</template-html> <!-- Name of the template to use -->
        <proxy>http://proxy-server.organisation.com:8080/</proxy> <!-- Proxy server if any -->
        <help>1</help> <!-- Enable or disable the help pages -->
    </config>
    <mirror name="ubuntu"> <!-- Mirror name (will be the directory name) -->
        <type>deb</type> <!-- Mirror type, only deb is supported for now -->
        <source>http://archive.ubuntu.com/ubuntu</source> <!-- URL to the source mirror -->
        <dist>hardy,hardy-updates,hardy-security,intrepid,intrepid-updates,intrepid-security,jaunty,jaunty-updates,jaunty-security</dist> <!-- Distributions to mirror -->
        <section>main,restricted,universe,multiverse,main/i18n,restricted/i18n,universe/i18n,multiverse/i18n,main/debian-installer,restricted/debian-installer,universe/debian-installer,multiverse/debian-installer</section> <!-- Components to mirror -->
        <arch>i386,amd64</arch> <!-- Architectures, comma separated -->
        <enabled>1</enabled> <!-- Enable or Disable mirroring -->
        <help>/help.ubuntu.html</help> <!-- Path to help page, only useful if help is set to 1 in the config section -->
    </mirror>
    <mirror name="debian">
        <type>deb</type>
        <source>http://ftp.debian.org</source>
        <dist>etch</dist>
        <section>main,contrib,non-free,main/debian-installer</section>
        <arch>i386</arch>
        <enabled>1</enabled>
        <help>/help.debian.html</help>
    </mirror>
</mirrors>
