home *** CD-ROM | disk | FTP | other *** search
/ c't freeware shareware 2001 January / CT_SW0101.ISO / pc / software / kommunik / ftp / kmago112.tgz / kmago112.tar / kmago-1.1.2 / README < prev    next >
Text File  |  2001-04-19  |  3KB  |  82 lines

  1.  
  2.  
  3.                   KMAGO - MAnager of Get Operations -
  4.  
  5. KMago is a KDE based download manager.
  6. Currently, download operations can be based on
  7. GNU wget (Hrvoje Niksic <hniksic@srce.hr>), 
  8. <ftp://gnjilux.cc.fer.hr/pub/unix/util/wget/wget.tar.gz>,
  9. or the KDE I/O library.
  10. It is based on KDE2, Qt 2.2, either GPL'ed libraries.
  11.  
  12. Features:
  13. * drag and drop operations with applications (konqueror, netscape, ...) and
  14.   between kmago widgets
  15. * drop target and system tray icon with d'n'd capabilities
  16. * transfers grouping
  17. * multiple downloads control with priority and selectable priority policy
  18. * resume capability check
  19. * full configurable
  20. * enabled to manage many retriever commands
  21. * stable and reliable downloading process based on GNU wget
  22. * cookie and http related management offered by KDE I/O library
  23.  
  24. What do you need to run KMago:
  25. * KDE desktop environment at least version 2.0.1.
  26. * QT library at least version 2.2.0.
  27. * wget command line files retriever, any recent version, version tested 1.5.3.
  28.  
  29. Released with GPL licence.
  30. Developed mostly with KDevelop, xemacs.
  31.  
  32. Your advices, bug reports, criticisms are welcome at 
  33. <sermore@users.sourceforge.net>.
  34.  
  35.  
  36. Sergio Moretti <sermore@libero.it>
  37.  
  38.  
  39.  NOTES
  40. =========
  41.  
  42. * wget has a global configuration file, in debian /etc/wgetrc, and a per-user
  43.   file, ~/.wgetrc. Don't set "http_proxy" or "ftp_proxy" or you will not have
  44.   the possibilty to change this value, because Wget override values set in 
  45.   environment with the ones in configuration file.
  46.  
  47. * for KDE version < 2.0pre, add to configure:
  48.     --enable-kurlerr-req
  49.     --enable-kaction-err
  50.  
  51. * When kmago crash, wget processes remain active in background, so you have to
  52.   kill them manually. Please submit a bug report (from version 0.5.1 bug report 
  53.   pops up automatically on parse errors).
  54.  
  55. * if you want to use a document used in previous version with kmago-0.6, 
  56.   you have to manually edit it and replace `Id="0"' with `Id="2"' in the 
  57.   second line of the file.
  58.  
  59. * from version > 1.0.2, kde retriever is enabled by default, you can disable it
  60.   with --disable-kio option in ./configure. If you plan to use it, consider
  61.   upgrade KDE to 2.1
  62.  
  63. * wget retriever can be disabled with configure option --disable-wget
  64.  
  65. * many options are being added from version 1.1, check them with kmago --help
  66.  
  67. WARNINGS FOR GCC 2.96
  68. ======================
  69. for RH 7 users, and everyone who has gcc 2.96
  70. The compilation goes well on gcc 2.95, but gcc 2.96
  71. could find some bugs here and there. I don't have gcc 2.96
  72. so I patch it when you send me a bug report.
  73.  
  74.  
  75. THANKS
  76. =========
  77.  
  78.  *  Mariusz Przygodzki for debian packaging.
  79.  *  kde-devel mailing-list for valuable help
  80.  *  Andrea Pesarini for rpm packaging.
  81.  *  Michael Janssen for debian packaging.
  82.