home *** CD-ROM | disk | FTP | other *** search
/ Aminet 18 / aminetcdnumber181997.iso / Aminet / comm / fido / polly10.lha / polly / Polly.readme < prev   
Text File  |  1997-02-16  |  2KB  |  58 lines

  1.  
  2.     Polly 1.0 - by Rolf Rotvel
  3.  
  4.     DESCRIPTION
  5.     A replacement for Spot internal poll requester. 
  6.  
  7.     Press a button and poll one of the nodes that normally shows up in
  8.     Spot's poll requester or any node that you have crashmail or
  9.     filerequests for. Or enter a nodenumber via a string requester.
  10.  
  11.     Will use traplist.library (If you have it installed) to check if a
  12.     nodenumber is dialable.
  13.  
  14.     Written because I use an 'activate window on keypress' commodity, so I
  15.     like my requesters to open under the mousepointer. And I missed the 
  16.     ability to send crashmails and filerequests directly from Spot.
  17.  
  18.     REQUIREMENTS
  19.     rexxreqtools.library.
  20.  
  21.     USAGE
  22.     Copy the script to where your other Spot Arexx scripts resides.
  23.     Edit the config section of the script. 
  24.  
  25.     The 'pollcmd' is used when you want to poll a node that doesn't have a
  26.     POLL statement in spot.prefs.
  27.     
  28.     NOTES
  29.     The script only scans spot.prefs for POLL statements at startup or when
  30.     the prefs have been changed. The rest of the time it gets the info it
  31.     needs to build the requester from Arexx internal cliplist. And that's
  32.     quite a bit faster that scanning the file.
  33.  
  34.     AUTHOR
  35.     Please send any comments you might have to me. 
  36.  
  37.     Email: rolfr@post4.tele.dk
  38.     Fidonet: 2:238/38.2
  39.     Amiganet: 39:140/110.2
  40.  
  41.     COPYRIGHT
  42.     No copyright. Do whatever you want with this. 
  43.  
  44.     ADVERTISEMENT
  45.     Check out comm/fido/statty33.lha also written by me. Here's a cut from
  46.     the .readme file:
  47.  
  48.     Statty creates and maintains an echomail flow database by analyzing your
  49.     Fido tosser logfile.
  50.  
  51.     Currently it supports the following tossers: Spot, Foozle, MailManager
  52.     and CrashMail.
  53.  
  54.     It creates a nice statistics file that shows just how much mail you've
  55.     received in each of the areas you import. This file is fully localized
  56.     (As is the rest of Statty).
  57.  
  58.