home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / MISC / MN326W32.ZIP / whatsnew.txt < prev   
Text File  |  2005-07-22  |  5KB  |  136 lines

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