diff options
author | David Seifert <soap@gentoo.org> | 2017-11-26 13:48:36 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-11-27 00:22:05 +0100 |
commit | ca3b3a729f08d9e8e34267e682f9e1ed74f17065 (patch) | |
tree | dcc61e563444a6ebef45ba850958a5cda48115b9 /net-misc/zsync | |
parent | net-misc/sitecopy: [QA] Consistent whitespace in metadata.xml (diff) | |
download | gentoo-ca3b3a729f08d9e8e34267e682f9e1ed74f17065.tar.gz gentoo-ca3b3a729f08d9e8e34267e682f9e1ed74f17065.tar.bz2 gentoo-ca3b3a729f08d9e8e34267e682f9e1ed74f17065.zip |
net-misc/zsync: [QA] Consistent whitespace in metadata.xml
Diffstat (limited to 'net-misc/zsync')
-rw-r--r-- | net-misc/zsync/metadata.xml | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/net-misc/zsync/metadata.xml b/net-misc/zsync/metadata.xml index ca294a5c6757..a35011bd04b5 100644 --- a/net-misc/zsync/metadata.xml +++ b/net-misc/zsync/metadata.xml @@ -1,25 +1,25 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <maintainer type="person"> - <email>robbat2@gentoo.org</email> - </maintainer> - <longdescription lang="en"> + <maintainer type="person"> + <email>robbat2@gentoo.org</email> + </maintainer> + <longdescription lang="en"> From the zsync web page: - "zsync is a file transfer program. It allows you to download a file from a - remote web server, where you have a copy of an older version of the file on your - computer already. zsync downloads only the new parts of the file. It uses the + "zsync is a file transfer program. It allows you to download a file from a + remote web server, where you have a copy of an older version of the file on your + computer already. zsync downloads only the new parts of the file. It uses the same algorithm as rsync. - zsync does not require any special server software or a shell account on the - remote system (rsync, in comparison, requires that you have an rsh or ssh - account, or that the remote system runs rsyncd). Instead, it uses a control file - -- a .zsync file -- that describes the file to be downloaded and enables zsync to - work out which blocks it needs. This file can be created by the admin of the web - server hosting the download, and placed alongside the file to download -- it is - generated once, then any downloaders with zsync can use it. Alternatively, - anyone can download the file, make a .zsync and provide it to other users (this + zsync does not require any special server software or a shell account on the + remote system (rsync, in comparison, requires that you have an rsh or ssh + account, or that the remote system runs rsyncd). Instead, it uses a control file + -- a .zsync file -- that describes the file to be downloaded and enables zsync to + work out which blocks it needs. This file can be created by the admin of the web + server hosting the download, and placed alongside the file to download -- it is + generated once, then any downloaders with zsync can use it. Alternatively, + anyone can download the file, make a .zsync and provide it to other users (this is what I am doing for the moment)." </longdescription> </pkgmetadata> |