home *** CD-ROM | disk | FTP | other *** search
/ synchro.net / synchro.net.tar / synchro.net / modem.madness / SMMNETML / WMAIL230.ZIP / WNODE220.ZIP / WNODE.DOC < prev    next >
Encoding:
Text File  |  1992-12-28  |  5.4 KB  |  203 lines

  1.  
  2.        
  3.  
  4.        
  5.        
  6.        
  7.        
  8.        
  9.        
  10.        
  11.        
  12.        
  13.        
  14.        
  15.        
  16.        
  17.        
  18.                                  Window Node
  19.                                ──────────────
  20.        
  21.                          Version 2.2 - December 1992
  22.        
  23.                               Nodelist compiler
  24.        
  25.        
  26.           (C) Copyright 1991,92 Silvan Calarco, FidoNet 2:334/100.2
  27.        
  28.        
  29.        
  30.        
  31.        
  32.        
  33.        
  34.        
  35.        
  36.        
  37.        
  38.        
  39.        
  40.        
  41.        
  42.        
  43.        
  44.        
  45.        
  46.        
  47.        
  48.        
  49.        
  50.        
  51.        
  52.        
  53.        
  54.        
  55.        
  56.        Documentation by:  Franco Schinco, FidoNet 2:334/100.0
  57.                           Stefania Falleni, FidoNet 2:334/101.0
  58.                           Silvan Calarco, FidoNet 2:334/100.2
  59.  
  60.            WNode 2.2  -  Copyright 1991,92 Silvan Calarco  12/28/92
  61.  
  62.                                 INTRODUCTION
  63.        
  64.        WNode is a  new nodelist compiler,  extremely fast and  reliable.
  65.        Compiled  files  take  little  space  on  disk  and allow a quick
  66.        searching for all nodelist fields.
  67.        It is  released with  structures and  a Turbo  Pascal unit  which
  68.        takes  care  of  all  low-level  nodelist  procedures  and  makes
  69.        implementation in old and new programs very easy.
  70.        
  71.        
  72.        
  73.                                    THANKS
  74.        
  75.        I  would  like  to  thank  all  beta  testers  for their help and
  76.        contribution in WNode  development: Ugo Uggetti,  Andrea Mennini,
  77.        Massimo Gentilini,  Marco Maccaferri,  Cesare Dieni,  Luca Leone,
  78.        Roberto Piola, Alberto Enna, Gianfranco Lanzilli, Marcello Ardini, 
  79.        Angelo Ghigi.
  80.        
  81.        Special thanks are due to the following people:
  82.        
  83.                -     Franco Schinco, for the original idea.
  84.        
  85.                -     Franco Carcillo,  who encouraged  me in carrying  on
  86.                      WNode project.
  87.        
  88.                -     ....all  the  people I forgot  about and to  whom I
  89.                      address my most sincere Grazie!.....
  90.  
  91.            WNode 2.2  -  Copyright 1991,92 Silvan Calarco  12/28/92
  92.  
  93.                                 USAGE LICENSE
  94.        
  95.        WNode is  released as  Public Domain.  You are  encouraged to add
  96.        support for WNode compiled nodelist files in your programs.
  97.        
  98.        Whoever can redistribute WNode,  provided that it remains  in the
  99.        original package and that no amount of money is asked for it.  In
  100.        no circumstance  at all  WNode can  be modified  without author's
  101.        permission.
  102.        
  103.        No WNode sources, in whatever version, will be released.
  104.        
  105.        In no case author shall be  liable because of data loss or  other
  106.        relative to the  use of WNode;  no guarantee is  given on correct
  107.        functioning of program, except for space occupation on disk.
  108.        
  109.        If someone finds  problems in using  WNode, please refer  them to
  110.        2:334/100.2 : time allowing, all will be answered.
  111.        
  112.        
  113.                                 Silvan Calarco, FidoNet  2:334/100.2
  114.                                           V. L. da Vinci 177
  115.                                       10095  GRUGLIASCO (TURIN)
  116.                                                 ITALY
  117.  
  118.            WNode 2.2  -  Copyright 1991,92 Silvan Calarco  12/28/92
  119.  
  120.                                 INSTALLATION
  121.        
  122.        In WNODE distribution archive, the following files have been
  123.        included:
  124.        
  125.              WNODE.EXE     Executable program
  126.        
  127.              WNODE.CTL     Configuration file
  128.        
  129.              WNODE.DOC     Documentation
  130.        
  131.              WNODELST.PAS  Turbo Pascal unit to use WNode compiled files
  132.        
  133.              WNLDEMO.PAS   Example program on how to use WNode files
  134.        
  135.        
  136.        Nodelist files structures are reported in file WMSTRUCT.230 
  137.        included in WMAIL 2.3 distribution archive.
  138.        
  139.        
  140.        To install WNode:
  141.        
  142.         1) Unpack   WNODE.EXE  and WNODE.CTL .
  143.        
  144.         2) Configure WNode in a way suitable  for your system.
  145.        
  146.         3) Run WNODE.EXE .
  147.  
  148.            WNode 2.2  -  Copyright 1991,92 Silvan Calarco  12/28/92
  149.  
  150.                                 CONFIGURATION
  151.        
  152.        WNode takes the information  about its configuration from  a file
  153.        called  WNODE.CTL:   please  read   WNODE.CTL  carefully    while
  154.        configuring WNode.
  155.        If present, WNode  will read WMAIL.PRM  or WEDIT.PRM to  find the
  156.        destination path for compiled  files, otherwise it will  put them
  157.        in the directory specified in WNODE.CTL.
  158.        WMAIL.PRM will be read also to get the name of log file and the 
  159.        colors to use.
  160.        
  161.        WNode supports FrontDoor point nodelist for 4D point addressing.
  162.        
  163.        Currently, the programs who support WNode nodelist files are:
  164.        
  165.         - WMail 2.1 or above
  166.         - WEdit 2.0 or above
  167.        
  168.        
  169.        
  170.        
  171.        
  172.        
  173.        
  174.        
  175.        
  176.        
  177.        
  178.        
  179.        
  180.        
  181.        
  182.        
  183.        
  184.        
  185.        
  186.        
  187.        
  188.        
  189.        
  190.        
  191.        
  192.        
  193.        
  194.        
  195.        
  196.        
  197.        
  198.        
  199.        
  200.        
  201.        
  202.                           * End of documentation *
  203.  
  204.