home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / gostools.zip / www_mirr.cfg < prev    next >
Text File  |  1995-06-24  |  2KB  |  57 lines

  1. # Configuration file for the automatic WWW-mirror creation
  2.  
  3. # Global for html page creation
  4. # Don't change anything before the '=' sign.
  5.  
  6. [Settings]
  7. g.webma_email='enter@your.email.address.here'
  8. g.home_url='/software/'       # URL logically above the main directory
  9. g.ind_file = '.index.html'    # Filename for index files
  10. g.ftp_log = 'www_mirr.log'    # Name of log files (placed in target directories)
  11. g.retry_numbe=3               # Number of retries if ftp fails
  12. g.icons_direc='/icons/'       # Where to find the icons
  13. g.direc_width=20              # Width of icons
  14. g.direc_heigh=20              # Height of icons
  15. g.direc_name=12               # Width of file name column
  16. g.direc_date=12               # Width of date/time column
  17. g.direc_info=60               # Width of info column
  18. g.direc_size=8                # Width of size column
  19.  
  20. # Icon names and ALT tag text for icons
  21. # Don't change the first both (first one is default, second one is for directories)
  22. # Add your extentions as you need them:
  23. # g.Direc_.<file extention>='<icon file name> [<ALT tag text>]'
  24. g.Direc_.='bin.gif [BIN]'
  25. g.Direc_.!!!='dir.gif [DIR]'
  26. g.Direc_.ps='img.gif [IMG]'
  27. g.Direc_.zip='zip.gif [ZIP]'
  28. g.Direc_.au='bin.gif [BIN]'
  29. g.Direc_.snd='bin.gif [BIN]'
  30. g.Direc_.wav='bin.gif [BIN]'
  31. g.Direc_.mid='bin.gif [BIN]'
  32. g.Direc_.gif='img.gif [IMG]'
  33. g.Direc_.bmp='img.gif [IMG]'
  34. g.Direc_.jpg='img.gif [IMG]'
  35. g.Direc_.jpeg='img.gif [IMG]'
  36. g.Direc_.tif='img.gif [IMG]'
  37. g.Direc_.tiff='img.gif [IMG]'
  38. g.Direc_.htm='txt.gif [TXT]'
  39. g.Direc_.html='txt.gif [TXT]'
  40. g.Direc_.txt='txt.gif [TXT]'
  41. g.Direc_.cmd='bin.gif [BIN]'
  42. g.Direc_.doc='txt.gif [TXT]'
  43. g.Direc_.faq='txt.gif [TXT]'
  44. g.Direc_.mpg='bin.gif [BIN]'
  45. g.Direc_.mpeg='bin.gif [BIN]'
  46.  
  47.  
  48. # URLs to process. For each URL you need one line
  49. # Format:
  50. # <URL> <local directory to where files will be put>
  51. # Attention: for each URL you need an other directory (they can't be shared)
  52.  
  53. [URLs]
  54. ftp://ftp.univie.ac.at/os2/hobbes/00indexd.txt c:\gohttp\data\software\univie\
  55. ftp://hobbes.nmsu.edu/os2/00indexd.txt         c:\gohttp\data\software\hobbes\
  56. ftp://ftp.cdrom.com/pub/os2/00indexd.txt       c:\gohttp\data\software\cdrom\
  57.