home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / srev13h.zip / aliases.in < prev    next >
Text File  |  1999-06-13  |  2KB  |  58 lines

  1. ;ALIASES.IN: a user-configurable SRE-http parameters file. 6/99
  2. ;
  3. ;ALIASES.IN is used to specify internal and external redirection.
  4. ;
  5. ;    * As of ver 1.3f, we now generally recommend use of the 
  6. ;      "selector-attributes"  file (as described in IN_FILES.DOC) 
  7. ;      instead of ALIASES.IN
  8. ;      !! However, there are several advanced ALIAS options that can only 
  9. ;         be set via entries in ALIASES.IN !!
  10. ;
  11. ; Please see IN_FILES.DOC for a complete description of the functioning,
  12. ; structure, and syntax of ALIASES.IN
  13. ;
  14. ; Each line is structured as:
  15. ;     host_nickname//  TARGET  REPLACEMENT
  16. ; where host_nickname// is optional.
  17. ;
  18. ;  * Special feature:
  19. ;       if a line ends with a ' ,' (a space, then a comma)
  20. ;       the next line is treated as a continuation (with intervening 
  21. ;       spaces removed).
  22. ;
  23. ; * When specifying a "negotiable resource", the REPLACEMENT is optional
  24. ;   
  25. ; Examples  
  26. ;     INDEX INDEX.HTM
  27. ;      TESTSRCH.HTM?* DOSEARCH?file=/congress.dat&searchfor=*&delim=$
  28. ;      LOOKUSER.HTM?* dosearch?file=/ROOTC/JOES.LST&searchfor=*&delim=0
  29. ;      YAH* http://www.yahoo.com/
  30. ;      WAH* !TEMP=www.yahoo.com/
  31. ;      ZAH* !MOVED=http://www.yahoo.com/
  32. ;      JOEDIR/CV.HTM  !NOTIFY  http://college.faraway.edu/FAC/JOE/CV.HTM
  33. ;      VARTEST/VAR1.LST !NEGOTIATE
  34. ;      MANUAL/* !NEGOTIATE  MANUAL/MANUALS.LST
  35. ;      SCRIPT10   d:\progs\new
  36. ;      ZOO//  TIGERS    ANIMALS/FELINES/TIGERS.HTM
  37. ;      GETMAP?* !TRANSFER=e:\MAPS\*
  38. ;
  39. ; ---- - - --------  End of discussion --- - - - - - -- - -
  40.  
  41. ; this implements an "ISINDEX" type of search -- it requires the DOSEARCH addon
  42. SAMPLES/INDXSRCH.HTM?* DOSEARCH?file=samples/congress.dat&delim=$&search=*
  43. INDEX INDEX.HTM
  44. CONFIGURE  configur.htm
  45. ; note use of , to signal continuation lines
  46. ;public getafile?dir=pubfiles/&showsize=yes&showdate=yes& ,
  47. ;showdir=yes&rootdir=pubfiles/&dispfile=read.me+Description+of+files& ,
  48. ;table=key&usedl=YES&tablefile=files.key+file+descriptions
  49. public* !dir?/pubfiles*
  50. !dir/* !dir?/*
  51. !viewmess* viewmess*
  52. !askmessbox* askmessbox*
  53. ; these next two are used by the SRE-http's BBS add-on.
  54. bbs/download/*  bbs?download=*
  55. bbs/zipdownload/*  bbs?zipdownload=*
  56.  
  57.