home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1998 #6 / amigamamagazinepolishissue1998.iso / varia / dvc / plugins / testlist.dvc < prev   
Text File  |  1997-07-24  |  1KB  |  35 lines

  1. DVC2 (Don't change this line!)
  2. ;$VER: TestList.dvc 1.2 (24.7.1997) #DVC © Msi Software
  3. ;$EML: Webmaster <webmaster@www.net>
  4.  
  5. ;Load this file into your browser as a local file,
  6. ;or make a proper link to it from a HTML page.
  7.  
  8. ;Below a fake version number is used to simulate/test
  9. ;if everything works,
  10. ;if it does then the browser will copy amigaguide.library
  11. ;from LIBS: to your default download directory.
  12.  
  13. LIBS:amigaguide.library 99.9 file://localhost/LIBS:amigaguide.library
  14.  
  15. ;Below a fake version number is used to simulate/test
  16. ;if the NEW function works.
  17. ;If it does it will let the user save a small file
  18. ;to Ram: this file can then be sent to the webmaster
  19. ;so he can easily update his files/info.
  20. ;This is the same as for Type 1 lists.
  21.  
  22. LIBS:amigaguide.library 0.1 file://localhost/LIBS:amigaguide.library
  23.  
  24. ;Please note that file:// and file://localhost works,
  25. ;and that mean any HTTP:// url either to a file/homepage etc,
  26. ;or a FTP:// url may also be used, even mailto: etc, could be used ;-)
  27. ;DVC simply pass the url (anything after the version number),
  28. ;to a browser with the help of sys:rexxc/rx
  29. ;DVC has a special browser option called RX,
  30. ;this allow a script/program or you to
  31. ;tell DVC what portname DVC should give to the sys:rexxc/rx util,
  32. ;and also what Load/Open command shoud be sent to the browser.
  33. ;This way virtually any browser/program can make use of DVC,
  34. ;one way or another.
  35.