NoSQL                                SOA

Metalink

出自开放百科 - 灰狐

跳转到: 导航, 搜索
Wikipedia-35x35.png 您可以在Wikipedia上了解到此条目的英文信息 Metalink Thanks, Wikipedia.

Metalink is an open specification that harnesses the speed and power of peer to peer networking, FTP, and HTTP with a single click.

For users and content providers, Metalink makes things simpler, faster, and more reliable.

Metalink Code

Features

easyMule支持Metalink

Example

.metalink is an XML text file.

<source lang="xml">
<?xml version="1.0" encoding="UTF-8"?>
<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.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>
        <url type="rsync"/>
        <url type="magnet"/>
        <url type="ed2k"/>
      </resources>
    </file>
  </files>
</metalink>
</source>

Links

Metalink standard

Comment-32x32.png

You need JavaScript enabled for viewing comments

分享按钮
X431 Diagun - GM Tech2 - Digimaster 3 - MaxiDAS DS708
个人工具
名字空间
变换
动作
导航