home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-386-Vol-2of3.iso / w / wedit210.zip / WNODE.DOC < prev    next >
Text File  |  1991-12-04  |  5KB  |  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.1 - December 1991
  22.  
  23.                                Nodelist compiler
  24.  
  25.  
  26.             (C) Copyright 1991 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.  
  57.         Documentation by:  Franco Schinco, FidoNet 2:334/100.0
  58.                            Stefania Falleni, FidoNet 2:334/101.0
  59.         
  60.  
  61.             WNode 2.1  -  Copyright 1991 Silvan Calarco  12/04/91
  62.  
  63.                                  INTRODUCTION
  64.  
  65.         WNode is a  new nodelist compiler,  extremely fast and  reliable.
  66.         Compiled  files  take  little  space  on  disk  and allow a quick
  67.         searching for all nodelist fields.
  68.         It is  released with  structures and  a Turbo  Pascal unit  which
  69.         takes  care  of  all  low-level  nodelist  procedures  and  makes
  70.         implementation in old and new programs very easy.
  71.  
  72.  
  73.  
  74.                                     THANKS
  75.  
  76.         I  would  like  to  thank  all  beta  testers  for their help and
  77.         contribution in WNode  development: Ugo Uggetti,  Andrea Mennini,
  78.         Massimo Gentilini,  Marco Maccaferri,  Cesare Dieni,  Luca Leone,
  79.         Roberto Piola, Alberto Enna.
  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 carring  on
  86.                       WNode project.
  87.  
  88.                 -     ....all  the  people I forgot  about and to  whom I
  89.                       address my most sincere Grazie!.....
  90.         
  91.  
  92.             WNode 2.1  -  Copyright 1991 Silvan Calarco  12/04/91
  93.  
  94.                                  USAGE LICENSE
  95.  
  96.         WNode is  released as  Public Domain.  You are  encouraged to add
  97.         support for WNode compiled nodelist files in your programs.
  98.  
  99.         Whoever can redistribute WNode,  provided that it remains  in the
  100.         original package and that no amount of money is asked for it.  In
  101.         no circumstance  at all  WNode can  be modified  without author's
  102.         permission.
  103.  
  104.         No WNode sources, in whatever version, will be released.
  105.  
  106.         In no case author shall be  liable because of data loss or  other
  107.         relative to the  use of WNode;  no guarantee is  given on correct
  108.         functioning of program, except for space occupation on disk.
  109.  
  110.         If someone finds  problems in using  WNode, please refer  them to
  111.         2:334/100.2 : time allowing, all will be answered.
  112.  
  113.  
  114.                                  Silvan Calarco, FidoNet  2:334/100.2
  115.                                            V. L. da Vinci 177
  116.                                        10095  GRUGLIASCO (TURIN)
  117.                                                  ITALY
  118.         
  119.  
  120.             WNode 2.1  -  Copyright 1991 Silvan Calarco  12/04/91
  121.  
  122.                                  INSTALLATION
  123.  
  124.         In WNODE distribution archive, the following files have been
  125.         included:
  126.  
  127.               WNODE.EXE     Executable program
  128.  
  129.               WNODE.CTL     Configuration file
  130.  
  131.               WNODE.DOC     Documentation
  132.  
  133.               WNODE.PAS   Turbo Pascal unit to use WNode compiled files
  134.  
  135.               WNDEMO.PAS  Example program on how to use WNode files
  136.  
  137.               WHATSNEW.DOC  History of WNode versions
  138.  
  139.  
  140.         To install WNode:
  141.  
  142.          1) Uncompact   WNODE.EXE  and WNODE.CTL .
  143.  
  144.          2) Configurate WNode in a way suitable  for your system.
  145.  
  146.          3) Run WNODE.EXE .
  147.         
  148.  
  149.             WNode 2.1  -  Copyright 1991 Silvan Calarco  12/04/91
  150.  
  151.                                  CONFIGURATION
  152.  
  153.         WNode takes the information  about its configuration from  a file
  154.         called  WNODE.CTL:   please  read   WNODE.CTL  carefully    while
  155.         configuring WNode.
  156.         If present, WNode  will read WMAIL.PRM  or WEDIT.PRM to  find the
  157.         destination path for compiled  files, otherwise it will  put them
  158.         in the directory specified in WNODE.CTL.
  159.  
  160.         WNode supports FrontDoor point nodelist for 4D point addressig.
  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.