Menu

#1 Metalink support

open
nobody
None
5
2007-02-19
2007-02-19
Ant Bryan
No

If you don't join up with KGet for KDE4, which I hope you do :)

Metalink is an XML format used by download programs
that lists mirrors, p2p, checksums, and other metadata.
It is used by OpenOffice.org, openSUSE, and other
Linux/BSD distributions.

http://en.opensuse.org/Released_Version#Metalink
http://distribution.openoffice.org/p2p/magnet.html

Here's an example:

<metalink version="3.0" xmlns="http://www.metalinker.org/">
<files>
<file name="example.ext">
<verification>
<hash type="md5">example-md5-hash</hash>
<hash type="sha1">example-sha1-hash</hash>
<signature type="pgp"/>
</verification>
<resources>
<url type="ftp" location="us"
preference="90">ftp://ftp.example1.com/example.ext</url>
<url type="ftp" location="uk"
preference="90">ftp://ftp.example2.com/example.ext</url>
<url type="http" location="us"
preference="90">http://www.example1.com/example.ext</url>
<url type="http" location="uk"
preference="90">http://www.example2.com/example.ext</url>
<url type="http" location="de"
preference="90">http://www.example3.com/example.ext</url>
<url type="bittorrent"
preference="100">http://www.ex.com/example.ext.torrent</url>
<url type="rsync"/>
<url type="magnet"/>
<url type="ed2k"/>
</resources>
</file>
</files>
</metalink>

More info at: http://en.wikipedia.org/wiki/Metalink

Discussion


Log in to post a comment.

MongoDB Logo MongoDB