SVN: toys/rsget.pl/README

sparky sparky at pld-linux.org
Thu Apr 8 18:36:57 CEST 2010


Author: sparky
Date: Thu Apr  8 18:36:57 2010
New Revision: 11324

Modified:
   toys/rsget.pl/README
Log:
- more info


Modified: toys/rsget.pl/README
==============================================================================
--- toys/rsget.pl/README	(original)
+++ toys/rsget.pl/README	Thu Apr  8 18:36:57 2010
@@ -1,14 +1,27 @@
+  rsget.pl is a powerful perl application designed to retrieve files from
+download services (like RapidShare, MegaUpload and many more).
+It has a long list of features implemented already and even longer TODO list.
+
+You can find more details on http://rsget.pl/ web page.
+
+Features:
+- Perfect for screen session
+- Support for many download services
+- Supports multiple network interfaces
+- Dead interfaces are kicked out (useful with unreliable vpn tunnels)
+- Continues partially downloaded files (if download service allows it)
+- Incorporates small HTTP server allowing to check the status of downloads,
+  and add new links.
+- Automatically updates itself from SVN.
 
 TODO:
 - Write more documentation
 - When continuing partially downloaded data start few kb before the end and
   compare old with new.
-- Add commands: pause downloads, allow/don't allow captcha, clean done
-  downloads, and more
+- Add commands: pause downloads, allow/don't allow captcha, and more
 - File group support (first step for multiuser support)
 - File priorities and group priorities.
 - Selectable temporary directory.
-- Fix freezing http server - move to separate thread/process ?
 - Fix bugs in http server, and speed it up.
 - Better file writing methods, to allow downloading from multiple sources.
 - Backoff if captcha fails too many times; lower uri prio.
@@ -20,16 +33,6 @@
 - Multiuser support (may require major changes in the code).
 - XML-RPC (or similar) to allow writing GUIs.
 
-Features:
-- Perfect for screen session
-- Support for many download services
-- Supports multiple network interfaces
-- Dead interfaces are kicked out (useful with unreliable vpn tunnels)
-- Continues partially downloaded files (if download service allows it)
-- Incorporates small HTTP server allowing to check the status of downloads,
-  and add new links.
-- Automatically updates itself from SVN.
-
 For full list of command-line options check: rsget.pl --help. All those options
 may also be set in config file ( $HOME/.rsget.pl/config ). Check 'README.config'
 file for example config.


More information about the pld-cvs-commit mailing list