summaryrefslogtreecommitdiff
path: root/network/zsync/README
diff options
context:
space:
mode:
authorRobby Workman <rworkman@slackbuilds.org>2011-03-14 16:33:38 -0500
committerRobby Workman <rworkman@slackbuilds.org>2011-03-14 16:33:38 -0500
commiteeca7fb55839ad61119099d12c940e49c5091f0c (patch)
tree106e5c724f2f45688e9607388f4866b2d39212df /network/zsync/README
parent0078af996a6cbf277039f371f3b70f0a99f93853 (diff)
downloadslackbuilds-eeca7fb55839ad61119099d12c940e49c5091f0c.tar.gz
network/zsync: Removed (unmaintained)
Reference: http://lists.slackbuilds.org/pipermail/slackbuilds-users/2010-April/005539.html Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org> Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'network/zsync/README')
-rw-r--r--network/zsync/README12
1 files changed, 0 insertions, 12 deletions
diff --git a/network/zsync/README b/network/zsync/README
deleted file mode 100644
index 78ee8faab8..0000000000
--- a/network/zsync/README
+++ /dev/null
@@ -1,12 +0,0 @@
-zsync is a file transfer program. It allows you to download a file from a
-remote 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. However, where rsync is designed for synchronising
-data from one computer to another within an organisation, zsync is designed for
-file distribution, with one file on a server to be distributed to thousands of
-downloaders. zsync requires no special server software — just a web server to
-host the files — and imposes no extra load on the server, making it ideal for
-large scale file distribution.
-
-zsync is open source, distributed under version 2 of the Artistic License.
-Feedback, bugs reports and patches are welcome