home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 February / chip_20022115.iso / amiga / chiputil / aminetrate.lha / AminetRate.readme next >
Text File  |  2001-12-14  |  3KB  |  80 lines

  1. Short:        Tool to rate Aminet files easily (v1.5)
  2. Author:       off@free.fr (Olivier Fabre)
  3. Uploader:     off@free.fr
  4. Version:      1.5
  5. Type:         comm/misc
  6. Date:         14.12.2001
  7. Distribution: Freeware
  8. Requires:     RexxDOSSupport.library, RexxMast, RequestFile & RequestChoice
  9.  
  10. AminetRate is an ARexx script that enables you to rate Aminet files easily,
  11. using either ToolsDaemon or a similar tool, or a web browser, or even from
  12. the shell.
  13.  
  14. If you never heard about Aminet files rating, it is explained in the
  15. CHARTS: http://de.aminet.net/aminet/charts.txt
  16.  
  17. This version was made thanks to a bug report by Michael Taylor.
  18.  
  19. Changes in v1.5 (12.12.2001):
  20.    ╖ Fixed MOVEREADME bug (readme files weren't moved at all).
  21.  
  22. Changes in v1.4 (04.12.2001):
  23.    ╖ Improved SMTP client. Added "HELO" message in the SMTP dialog (the
  24.      domain is based on the email address).
  25.    ╖ Improved a little bit the documentation.
  26.  
  27.  
  28. Installation :
  29.  
  30. - Copy AminetRate.rexx somewhere in your path, for example in C:, S: or
  31. preferably REXX:.
  32.  
  33. - Edit the prefs section of AminetRate.rexx to enter your own email
  34. address, as well as your mail server address (you can ignore the
  35. explanations given in the beginning of the script if you're a "normal"
  36. user ;) ).
  37.   If you don't have a DOWNLOAD: directory, you'll need to change the
  38. following lines to the place where you usually download your Aminet files.
  39.   French speaking users can change the default "english" setting into
  40. "franτais".
  41.  
  42. ╖ Usage with ToolsDaemon :
  43.  
  44. - Create a menu named "AminetRate" which calls the command
  45.   "AminetRate.rexx []".
  46. - Create another menu named "AminetRate send" which calls
  47.   "AminetRate.rexx MAIL".
  48.  
  49.   Now all you have to do is select one or several files, then the
  50. "AminetRate" menu.
  51.  
  52.   AminetRate will try to find the Aminet directory of these files, looking
  53. at their readme if you downloaded them, or at the local path. If it can't
  54. find it, you will be asked to enter it. So you'd rather download the readme
  55. together with each Aminet file, or replicate the Aminet directory structure
  56. locally (both are easily done with AmFTP).
  57.  
  58.   Once it has got the complete filename including the Aminet directory
  59. (e.g. dev/c/vbcc.lha), AminetRate will write it in the file
  60. "DOWNLOAD:AminetMarks" (or any other file you want if you changed the
  61. prefs).
  62.  
  63.   Then, once you have given a mark to all the files you wanted, just select
  64. the "AminetRate send" menu, and the mail will be sent to the Aminet server
  65. for inclusion in the CHARTS.
  66.  
  67.  
  68. ╖ Usage with AWeb :
  69.  
  70. - Run AWeb.
  71. - Open the interface settings, "Popup" section.
  72. - Add an "AminetRate" entry to the "Image" and "Link" menues. The
  73. associated command should be : "RUN AminetRate.rexx %u".
  74. - Save, and that's it :) You can rate pictures with a right click on them
  75. for example... (if you have set AWeb to open context menues on a right
  76. mouse button click, of course)
  77. - You still have to call "AminetRate.rexx MAIL" to send the marks to the
  78. Aminet Server though, either with another menu in AWeb executing "RUN
  79. AminetRate.rexx MAIL", or with ToolsDaemon/whatever.
  80.