home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / w / wmail230.zip / WNODE220.ZIP / WNODE.DOC < prev    next >
Text File  |  1992-12-28  |  6KB  |  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.            WNode 2.2  -  Copyright 1991,92 Silvan Calarco  12/28/92
  91.  
  92.                                 USAGE LICENSE
  93.        
  94.        WNode is  released as  Public Domain.  You are  encouraged to add
  95.        support for WNode compiled nodelist files in your programs.
  96.        
  97.        Whoever can redistribute WNode,  provided that it remains  in the
  98.        original package and that no amount of money is asked for it.  In
  99.        no circumstance  at all  WNode can  be modified  without author's
  100.        permission.
  101.        
  102.        No WNode sources, in whatever version, will be released.
  103.        
  104.        In no case author shall be  liable because of data loss or  other
  105.        relative to the  use of WNode;  no guarantee is  given on correct
  106.        functioning of program, except for space occupation on disk.
  107.        
  108.        If someone finds  problems in using  WNode, please refer  them to
  109.        2:334/100.2 : time allowing, all will be answered.
  110.        
  111.        
  112.                                 Silvan Calarco, FidoNet  2:334/100.2
  113.                                           V. L. da Vinci 177
  114.                                       10095  GRUGLIASCO (TURIN)
  115.                                                 ITALY
  116.  
  117.            WNode 2.2  -  Copyright 1991,92 Silvan Calarco  12/28/92
  118.  
  119.                                 INSTALLATION
  120.        
  121.        In WNODE distribution archive, the following files have been
  122.        included:
  123.        
  124.              WNODE.EXE     Executable program
  125.        
  126.              WNODE.CTL     Configuration file
  127.        
  128.              WNODE.DOC     Documentation
  129.        
  130.              WNODELST.PAS  Turbo Pascal unit to use WNode compiled files
  131.        
  132.              WNLDEMO.PAS   Example program on how to use WNode files
  133.        
  134.        
  135.        Nodelist files structures are reported in file WMSTRUCT.230 
  136.        included in WMAIL 2.3 distribution archive.
  137.        
  138.        
  139.        To install WNode:
  140.        
  141.         1) Unpack   WNODE.EXE  and WNODE.CTL .
  142.        
  143.         2) Configure WNode in a way suitable  for your system.
  144.        
  145.         3) Run WNODE.EXE .
  146.  
  147.            WNode 2.2  -  Copyright 1991,92 Silvan Calarco  12/28/92
  148.  
  149.                                 CONFIGURATION
  150.        
  151.        WNode takes the information  about its configuration from  a file
  152.        called  WNODE.CTL:   please  read   WNODE.CTL  carefully    while
  153.        configuring WNode.
  154.        If present, WNode  will read WMAIL.PRM  or WEDIT.PRM to  find the
  155.        destination path for compiled  files, otherwise it will  put them
  156.        in the directory specified in WNODE.CTL.
  157.        WMAIL.PRM will be read also to get the name of log file and the 
  158.        colors to use.
  159.        
  160.        WNode supports FrontDoor point nodelist for 4D point addressing.
  161.        
  162.        Currently, the programs who support WNode nodelist files are:
  163.        
  164.         - WMail 2.1 or above
  165.         - WEdit 2.0 or above
  166.        
  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.                           * End of documentation *
  202.  
  203.