home *** CD-ROM | disk | FTP | other *** search
/ PC Online 1996 October / PCO_10.ISO / filesbbs / xm198os2.arj / CONFIGS.ZIP / NODEIDX.CFG < prev    next >
Encoding:
Text File  |  1995-01-31  |  4.5 KB  |  81 lines

  1. ; ================================================================= 16 Jan 1995
  2. ; Indexing system on raw ASCII nodelist (St.Louis/FTS-0005 format)
  3. ; COPYRIGHT by Arjen G. Lentz & LENTZ SOFTWARE-DEVELOPMENT; ALL RIGHTS RESERVED
  4. ; -----------------------------------------------------------------------------
  5. ; Sample configuration file for NodeIDX Version 1.05 (NL format revision 1.00)
  6.  
  7. ; The NodeIDX system was specifically designed for easy operation in multi-line
  8. ; situations. One or more applications may have a nodelist file open. You don't
  9. ; want to have to shut down all tasks to be able to process a nodediff....
  10. ; This is okay, provided your nodediff processor opens nodelist files in
  11. ; "Read-Only / Shared / Deny-None" mode. So find one that does this, or nag the
  12. ; author of the processor you're currently using to get his stuff upto date ;-)
  13.  
  14. ; NodeIDX can work with plain St.Louis/FTS-0005 format nodelists, but also
  15. ; 'Point,1,....' entries, as well as 'BOSS,2:123/456' entries with points
  16. ; listed as nodes right below.
  17. ; I think that's just about all methods in existance ;-)
  18.  
  19. ; In principle NodeIDX will only build a new index when something has changed.
  20. ; You can overrule this behaviour by specifying one or more domain names on the
  21. ; command-line. * or All forces building of all indexes.
  22.  
  23. ; In addition to an *.Inn INDEX, NodeIDX will also create a *.Rnn REPORT with
  24. ; the comment lines from all the raw lists (plus statistics at the end), and
  25. ; a *.Gnn GATEWAY file (domain, nodenumber, region number on each line).
  26. ; The gateway stuff could be of use to XenEdit and netmail packers to find for
  27. ; instance the nearest uucp gate; unfortunately the nodelist contains much
  28. ; garbage (domain 'SDS'? Non-public uucp gates) so XenEdit doesn't yet use it.
  29.  
  30. ; Old indexes+extras are automatically deleted by NodeIDX, so keep off.
  31. ; NodeIDX checks whether any application is still using an old index.
  32. ; NodeIDX notifies applications about a new index via a semaphore file.
  33. ; So, you do NOT need to shut down all your applications for a new index!
  34. ; Just run NodeIDX any number of times a day to get old stuff killed quickly.
  35. ; If nothing needs to be done, NodeIDX will just exit.
  36. ; New concept perhaps, but you'll soon get used to it.
  37.  
  38. ; NodeIDX exits with errorlevel 0 for success (regardless of whether something
  39. ; was done), errorlevel 1 if an error occurred during processing, and
  40. ; errorlevel 255 if this NODEIDX.CFG contains some fault.
  41. ; Information is written to stderr and stdout, you may want to redirect stdout
  42. ; to a file to keep track of any problems.
  43.  
  44. ; Delete old lists when no longer used in any index (only periodic, ie .* ones)
  45. ; Again, NodeIDX checks whether any application has the list open, or that the
  46. ; list is part of any index currently in use.
  47. ; If so, it'll leave the file there, and just check again during the next run.
  48. DELETE
  49.  
  50. ; Now you can specify a number of domains, and their raw files for the index.
  51. ; First a 'NodeList' line with the name of the index, then the path to where
  52. ; the index should be stored, then your main zone number for that list, and
  53. ; then the filespec of the raw list itself. If you specify <name>.* instead of
  54. ; a full filename, NodeIDX will use the file with the most recent daynumber.
  55. NODELIST FIDONET C:\XENIA\NODELIST\ 2      C:\XENIA\NODELIST\NODELIST.*
  56.  
  57. ; You can also specify raw lists replacing whole zones, regions or nets.
  58. ; These DelMerge statements may be nested.
  59. ; The synax is: first the name of the index (same as in 'NodeList' line), then
  60. ; the number of the zone:zone, zone:region or zone:net so NodeIDX knows what
  61. ; section needs to be replaced, and then the filespec of the raw list itself.
  62. ; If the specified section is not found, the section is added at the end of
  63. ; the specified zone.
  64. ;DELMERGE FIDONET                   2:24   C:\XENIA\NODELIST\REGION24.*
  65. ;DELMERGE FIDONET                   2:28   C:\XENIA\NODELIST\REGION28.*
  66. ;DELMERGE FIDONET                   2:283  C:\XENIA\NODELIST\NET283.*
  67. ;DELMERGE FIDONET                   2:47   C:\XENIA\NODELIST\REGION47.*
  68. ;DELMERGE FIDONET                   2:1000 C:\XENIA\NODELIST\POINTNET
  69.  
  70. ; These are just items you want to add without replacing anything.
  71. ;MERGE    FIDONET                          C:\XENIA\NODELIST\POINT283.*
  72.  
  73.  
  74. ; Other domains ...
  75.  
  76. ;NODELIST BLABLA  C:\XENIA\NODELIST\   99       C:\XENIA\NODELIST\BLABLA.*
  77. ;DELMERGE BLABLA                       99:999   C:\XENIA\NODELIST\BLA1NET.*
  78.  
  79.  
  80. ; =============================================================================
  81.