summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorHedayat Vatankhah <hedayat.fwd@gmail.com>2011-05-11 17:55:18 +0430
committerHedayat Vatankhah <hedayat.fwd@gmail.com>2011-05-11 17:55:18 +0430
commit3f240c443e1c9d9a192d11121e946b277cfcebf4 (patch)
tree07eae3c34c18134987d0ddf0131e428dec879e56 /README
parent3faf758cf1da3c3444df342bf5fe8c32b9e33cd4 (diff)
downloadyum-fast-downloader-3f240c443e1c9d9a192d11121e946b277cfcebf4.tar.gz
yum-fast-downloader-3f240c443e1c9d9a192d11121e946b277cfcebf4.tar.xz
yum-fast-downloader-3f240c443e1c9d9a192d11121e946b277cfcebf4.zip
Add README
Diffstat (limited to 'README')
-rw-r--r--README25
1 files changed, 25 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..b10e3a7
--- /dev/null
+++ b/README
@@ -0,0 +1,25 @@
+Yum Fast Downloader Plugin
+==========================
+This plugin intends to speedup yum downloads by using a download manager
+application (currently Aria 2) for downloading files instead of URLGrabber
+which is used by yum.
+Currently, it provides the following features:
+* Using fastest mirrors for downloading
+* Downloading repository metadata from several mirrors simultaneously
+* Downloading multiple packages in parallel from several mirrors
+
+Currently, it doesn't support downloading delta rpms and other kinds of files
+
+Installation
+============
+All you need to do is to put fast_downloader.py into /usr/lib/yum-plugins and
+fast_downloader.conf in /etc/yum/pluginconf.d/
+
+Future Plans
+============
+* Support downloading delta packages
+* Support downloading other files
+* Support other download managers
+* What else?!
+
+