Descargar
Desarrollar
Cuenta
Descargar
Desarrollar
Entrar
Forgot Account/Password
Crear Cuenta
Idioma
Ayuda
Idioma
Ayuda
×
Entrar
Nombre de usuario
Contraseña
×
Forgot Account/Password
Translation Status of Español
Categoría:
Software
Gente
PersonalForge
Magazine
Wiki
Buscar
OSDN
>
Buscar Software
>
Communications
>
File Sharing
>
Gnutella
>
Cabos
>
Ticket List/Search
>
Incidencia #9679
Cabos
Descripción
Project Summary
Developer Dashboard
Página Web
Developers
Image Gallery
List of RSS Feeds
Activity
Statistics
Historial
Descargas
List of Releases
Stats
Código Fuente
Code Repository list
Subversion
Ver Repositorio
Incidencia
Ticket List
Milestone List
Type List
Component List
List of frequently used tickets/RSS
Submit New Ticket
Documents
Communication
List of Forums
Ayuda (3578)
Open Discussion (269)
Noticias
Incidencia #9679
Ticket List
Submit New Ticket
RSS
Metalink support
Abrir Fecha:
2006-12-29 10:53
Última actualización:
2006-12-29 10:53
monitor
ON
OFF
Informador:
antbryan
Propietario:
(Ninguno)
Tipo:
Feature Requests
Estado:
Open
Componente:
(Ninguno)
Hito:
(Ninguno)
Prioridad:
5 - Medium
Gravedad:
5 - Medium
Resolución:
Ninguno
Fichero:
Ninguno
Details
Responder
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>
Even if cabos can't use the mirrors, it could search
the network by SHA-1 checksum I think.
More info at: http://en.wikipedia.org/wiki/Metalink
Ticket History (0/0 Histories)
Attachment File List (
0
)
Attachment File List
No attachments
Editar
Add Comment
You are not logged in.
I you are not logged in, your comment will be treated as an anonymous post. »
Entrar
Add Comment
Vista previa
Submit
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>
Even if cabos can't use the mirrors, it could search
the network by SHA-1 checksum I think.
More info at: http://en.wikipedia.org/wiki/Metalink