Description: |
This package contains mod_autoindex_mb, the Apache module which represents the
core of MirrorBrain.
This package contains mod_autoindex_mb, which is a patched mod_autoindex. It
adds a little further capability as index option.
It adds these two options:
<IfModule mod_autoindex_mb.c>
IndexOptions Metalink
IndexOptions Mirrorlist
</IfModule>
The Metalink option adds a link named "Metalink" to the index, which links to
the same file but with ".metalink" appended.
The MirrorList option adds a link named "Mirrors" to the index, which links to
the same resources but with "?mirrorlist" appended. |