[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

[ANN] Metalink (XML for describing downloads: mirrors, checksums, etc)

  • From: "Anthony Bryan" <anthonybryan@g...>
  • To: xml-dev@l...
  • Date: Tue, 5 Feb 2008 15:16:28 -0500

[ANN] Metalink (XML for describing downloads: mirrors
Metalink is a cross-platform and cross-application open
standard/framework/file format for programs that download, including
download managers, BitTorrent clients, Web browsers, FTP clients, and
P2P programs. 30+ apps support it, including KGet in KDE 4.0 and
DownThemAll 1.0 beta (Firefox extension). Metalink is frequently used
for large file downloads like ISOs, for adding multiple files to a
download queue, or for automatic file verification or repair of errors
during downloads.

For increased convenience, it stores the multiple download locations
for a file (FTP/HTTP/P2P) in a single metafile with the extension
.metalink. This provides reliability in case one method fails. For
fast Internet connections, it also speeds up the process by allowing
chunks/segments of each file to be downloaded from multiple resources
at the same time (segmented downloading). Metalink supports listing
multiple partial and full file hashes/checksums along with PGP
signatures.

Here's a screenshot of a Ubuntu ISO metalink about to be downloaded
with DownThemAll: http://www.metalinker.org/images/dta_ubuntu.png

An example .metalink file:

<?xml version="1.0" encoding="UTF-8" ?>
 <metalink version="3.0" xmlns="http://metalinker.org">
   <files>
     <file name="example.ext">
     <verification>
       <hash type="md5">example-md5-hash</hash>
       <hash type="sha1">example-sha1-hash</hash>
     </verification>
     <resources>
       <url type="ftp" location="us"
preference="90">ftp://ftp.example.com/example.ext</url>
       <url type="ftp" location="uk"
preference="90">ftp://ftp.example.net/example.ext</url>
       <url type="http" location="us"
preference="90">http://example.com/example.ext</url>
       <url type="http" location="de"
preference="90">http://example.net/example.ext</url>
       <url type="bittorrent"
preference="100">http://example.org/example.ext.torrent</url>
     </resources>
     </file>
   </files>
 </metalink>

Those interested, please check out the site at
http://www.metalinker.org/ and our discussion mailing list at
http://groups.google.com/group/metalink-discussion

thanks,
-- 
(( Anthony Bryan ... Metalink [ http://www.metalinker.org ]
  )) Easier, More Reliable, Self Healing Downloads


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index]


PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Cast Your Vote

We need your help – Vote for DataDirect XML Products!

  • Best SOA or XML site

Winners and finalists announced at SOA World Conference in November.

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
 

Stylus Studio has published XML-DEV in RSS and ATOM formats, enabling users to easily subcribe to the list from their preferred news reader application.


Stylus Studio Sponsored Links are added links designed to provide related and additional information to the visitors of this website. they were not included by the author in the initial post. To view the content without the Sponsor Links please click here.

Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2007 All Rights Reserved.