home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / MISC / MN324O32.ZIP / whatsnew.txt < prev   
Text File  |  2005-02-06  |  5KB  |  118 lines

  1. $Id: whatsnew.txt,v 1.13 2004/10/09 05:47:15 fido Exp $
  2.  
  3. Important Changes since MakeNL 2.5x:
  4. ====================================
  5.  
  6. FILENAMES:
  7. ----------
  8.   If you use a case sensitive OS (Unix, Linux etc), then change
  9.   all output filenames to lowercase. MakeNL writes the filenames
  10.   to disk in lowercase on these OS's. On other OS's this doesn't
  11.   matter.
  12.  
  13. NETADDRESS:
  14. -----------
  15.   To allow better zone aware netmails, the netaddress must now 
  16.   include the zone number, 28/0 should now become 2:28/0
  17.  
  18. ARC:
  19. ----
  20.   The ARC keyword no longer works as documented in the old MakeNL
  21.   documentation and is obsolete. MakeNL 2.5x only had support for
  22.   Arc compression, but 3.1.8 now supports multiple compression
  23.   utilities, through configurable archiver entries following the
  24.   ARCOpen and ARCMove keywords. These new keywords need between
  25.   three and five parameters. To provide compatibility with MakeNL
  26.   2.5x, the ARC keyword must be commented out of the MAKENL.CTL
  27.   file, which will cause MakeNL to default to Arc compression as
  28.   before.
  29.   
  30.   Currently, ARCCopy and ARCMove work for this feature. The difference
  31.   is that ARCCopy creates an archive but leaves the original file,
  32.   ARCMove creates and archive and removes the original file.
  33.   Since version 3.2.1 MakeNL can now send hub and host networks segments
  34.   compressed to. Add the following lines to makenl.ctl to use it:
  35.  
  36.     threshold   0 -1
  37.     arccopy     z zip -jo      ; Infozip
  38.     arcmove     z zip -jmo
  39.  
  40.   If you use the arccopy keyword you must also use the arcmove keyword
  41.   so that both the nodelist and nodediff will use the same archiver
  42.   such as zip. If you onmit one of these, MakeNL refuses to start.
  43.   If you don't use both keywords, the default arc archiver will be
  44.   used.
  45.  
  46.   The new syntax of the ARCXxxxx keywords are as follows:
  47.  
  48.   ARCXxxx [x] [archiver exe name] [archiver command] [command switches]
  49.  
  50.   The [x] tells MakeNL what the first character of the final archive
  51.   of the stub will be. For zip, you would list z, resulting in *.znn
  52.   output files.
  53.  
  54.   Here are some examples of commonly used archivers, and the commands
  55.   that work with them:
  56.  
  57.   PKZip:   ARCCopy z pkzip -ex (or: ARC z pkzip -a)
  58.   InfoZip: ARCCopy z zip -jo
  59.   Rar:     ARCCopy r rar -a -ep
  60.   Arj:     ARCCopy j arj -a -e
  61.   Lha:     ARCCopy l lha -a -m1
  62.  
  63.   To allow received segment files in different formats maximum 10
  64.   ARCOpen commands may be defined in the MAKENL.CTL file. If in
  65.   MAKENL.CTL in the FILES section a file is defined as hub.50 then
  66.   in the mailfiles and uploads directories a zipped segment with the
  67.   name hub.z0 or hub.zip will be unpacked and the unpacked file will
  68.   be processed. The syntax form the ARCOpen command is the same as
  69.   for ARCCopy, but 10 lines are allowed and 10 different archive
  70.   formats are recognized. The following archives are recognized:
  71.  
  72.     Pkzip or Infozip, Arc, Lha, Zoo, Arj, Rar, Ha, Bzip2, Gzip and
  73.     Unix compress.
  74.  
  75.   The following are examples of entries in MAKENL.CTL:
  76.  
  77.     Arc:      ARCOpen a arc ew
  78.     Infozip:  ARCOpen z unzip -oj
  79.     Lha:      ARCOpen l lha ef
  80.     Rar:      ARCOpen r rar e -o+ -y
  81.     Gzip:     ARCOpen g tar xfz
  82.     Bzip2:    ARCOpen b tar xfj
  83.     Compress: ARCOpen c tar xfz
  84.     Arj:      ARCOpen j arj -y e
  85.     Zoo:      ARCOpen o zoo eq:0
  86.     Ha:       ARCOpen h ha ey
  87.  
  88. ALLOwunpub:
  89. -----------
  90.    ALLOwunpub is a new keyword that will cause MakeNL to allow the
  91.    -Unpublished- string to be present in the sixth (phone number)
  92.    field of node listings, without requiring the Pvt keyword to be
  93.    present in the listing. This keyword is disabled by default. To
  94.    enable it, add ALLOwunpub 1 to your MAKENL.CTL file.
  95.  
  96. ALPHAphone:
  97. -----------
  98.    ALPHAphone is a new keyword that will cause MakeNL to allow alpha
  99.    characters to be present in the sixth (phone number) field of node
  100.    listings. This keyword is disabled by default. To enable it, add
  101.    ALPHAphone 1 to your MAKENL.CTL file. 
  102.  
  103. LOGFile:
  104. --------
  105.    The full path and filename to the logfile to use. It is best to
  106.    place this keyword as first keyword in the .ctl file, logging
  107.    starts as soon as this keyword is seen.
  108.    If not defined then nothing is logged. This is the old behaviour.
  109.  
  110. LOGLevel:
  111. ---------
  112.    The level of logging, must be between 1 and 4. Level 1 is the
  113.    default. The meaning of all levels is:
  114.     1 - Normal and error messages
  115.     2 - Verbose messages
  116.     3 - Debug messages
  117.     4 - Severe debug messages
  118.