home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / bbs / DOOR / AMU / WHATSNEW.310 < prev   
Text File  |  1976-11-24  |  14KB  |  271 lines

  1.                           Changes since v3.01
  2.                           ~~~~~~~~~~~~~~~~~~~
  3.  
  4. * Read the upgrade notes in UPGRADE.DOC.
  5.  
  6. * The bulletins are no longer hard-coded, they are entirely configurable by way
  7.   of template files.  Included in this archive is SAMPLE.ZIP which contains a 
  8.   copy of the .TPL files I am currently using on my system.  They all end with
  9.   the .TPL extension, but you may name them whatever you'd like.  Each bulletin
  10.   in AMUCFG on the Bulletin menu must have a template file defined.  For 
  11.   example, the template for my File Area Overview is defined as
  12.   D:\AMU\TPL\FILEOVR.TPL.  You will notice that some items have been removed
  13.   from the Bulletin configuration section in AMUCFG.  The reason is that 
  14.   everything that was on that screen is now configurable.  You define colors
  15.   in the templates by using the following type of macro:
  16.  
  17.   @<background><foreground>@
  18.  
  19.   Where <background> is the hex code for the background color and <foreground>
  20.   is the hex code for the foreground color.  For example, @1F@ would give you 
  21.   text with a background color of Blue and a foreground color of White.  This 
  22.   is similar to the way WildCat! handles it's color codes.  The following is a
  23.   chart of the hex codes:
  24.  
  25.   0 - Black              8 - Dark Gray
  26.   1 - Blue               9 - Light Blue
  27.   2 - Green              A - Light Green
  28.   3 - Cyan               B - Light Cyan
  29.   4 - Red                C - Light Red
  30.   5 - Magenta            D - Light Magenta
  31.   6 - Brown              E - Yellow
  32.   7 - Light Gray         F - White
  33.   
  34.   The colors 0 thru 7 may be used for background colors.  The colors 0 thru F 
  35.   may be used for foreground colors.
  36.  
  37.   In addition, as you might expect, we now have an entire boatload of macros
  38.   available.  Some macros are not available for all bulletin types.  For
  39.   example, if the template file for your Most Downloaded Files bulletin 
  40.   contains the macro for the total number of messages on your system, it's
  41.   value will be zero since that information is not calculated for that type
  42.   of bulletin.  The macros are as follows, and the same rules concerning
  43.   formatting apply to these macros as to all the other macros AMU uses, and
  44.   for brevity I will leave out the beginning and trailing '@' marks.  So
  45.   if you see AVGCALLS, the macro you would really use is @AVGCALLS@ in the
  46.   template file.  One important note regarding the macros which report
  47.   a total number of something.  If you use a macro in your Top Uploaders
  48.   bulletin which reports the total number of uploads, for example, the
  49.   total is that of ALL users on your system, not the total of just those
  50.   listed on the bulletin.  Consequently, the macros which report averages
  51.   are based on the average of ALL users on your system and not just those
  52.   listed on the bulletin.  A similar situation prevails for the file and
  53.   message area totals/averages.
  54.  
  55.   CLS         - Used to clear the screen in the ANSI and AVATAR bulletins
  56.   AREANAME    - Name of the current file/message area
  57.   AREANUM     - Number of the current file/message area
  58.   RANK        - Which entry in the bulletin this is (1, 2, 3, etc)  
  59.   BPS         - BPS Rate at which this file was downloaded (Daily Ul/Dl)
  60.   LOWBPS      - Lowest BPS rate (Daily Ul/Dl)
  61.   HIGHBPS     - Highest BPS rate (Daily Ul/Dl)
  62.   NUMFXER     - Number of files transferred (Daily Ul/Dl)
  63.   USERNAME    - User's real name
  64.   USERALIAS   - User's alias
  65.   FILENAME    - Filename
  66.   DOORNAME    - Name of the door (from the DOORS.CTL type file)
  67.   GRAPH       - Horizontal bar graph of the use the current entry has versus  
  68.                 the rest of the system
  69.   FILESIZE    - File size in bytes
  70.   FILESIZEK   - File size in kilobytes
  71.   FDLS        - Number of times file was downloaded
  72.   TOTALFILES  - Number of files in all areas selected for this bulletin
  73.   TOTALFSIZE  - Number of bytes in the files in all areas selected for this 
  74.                 bulletin
  75.   TOTALFSIZEK - Number of kilobytes in the fileas for all areas selected for
  76.                 this bulletin
  77.   TOTALFDLS   - Number of downloads in all areas selected for this bulletin
  78.   AVGFDLS     - Average number of downloads for each file on your system
  79.   AREAFILES   - Number of files in the current area
  80.   AREASIZE    - Number of bytes in the current area
  81.   AREASIZEK   - Number of kilobytes in the current area
  82.   AREADLS     - Number of downloads in the current area
  83.   POSTS       - Number of messages posted to the current area
  84.   READS       - Number of messages read in the current area
  85.   MSGS        - Number of messages in the current area 
  86.   TOTALPOSTS  - Total number of messages posted by users on your system as
  87.                 read from the BBS logfiles if this is a Message Base Overview
  88.                 bulletin, or the total number of posts by users as read from
  89.                 the user file if this is a Top User bulletin.
  90.   TOTALREADS  - Total number of messages read by users on your system.
  91.   TOTALMSGS   - Total number of messages on your system. 
  92.   ACCESS      - Number of times the current door was accessed 
  93.   TOTALACCESS - Total number of door accesses
  94.   AVGACCESS   - Average number of times each door was accessed
  95.   ULS         - Number of files the current user has uploaded 
  96.   ULSK          - Number of kilobytes the current user has uploaded
  97.   DLS           - Number of files the current user has downloaded
  98.   DLSK          - Number of kilobytes the current user has downloaded
  99.   CALLS         - Number of times the current user has called 
  100.   ULDL          - User's Upload:Download ratio (based on files) 
  101.   ULDLK         - User's Upload:Download ratio (based on kilobytes)
  102.   POSTCALL      - User's Post:Call ratio 
  103.   TOTALULS      - Total number of files uploaded by all users
  104.   TOTALULSK     - Total number of kilobytes uploaded by all users
  105.   TOTALDLS      - Total number of files downloaded by all users
  106.   TOTALDLSK     - Total number of kilobytes downloaded by all users
  107.   TOTALCALLS    - Total number of calls by all users
  108.   TOTALPOSTS    - Total number of posts by all users
  109.   TOTALULDL     - Upload:Download ratio on your system (files)
  110.   TOTALULDLK    - Upload:Download ratio on your system (kilobytes)
  111.   TOTALPOSTCALL - Post:Call ratio on your system
  112.   AVGULS        - Average uploads per user (files)
  113.   AVGULSK       - Average uploads per user (kilobytes)
  114.   AVGDLS        - Average downloads per user (files)
  115.   AVGDLSK       - Average downloads per user (kilobytes)
  116.   AVGCALLS      - Average calls per user
  117.   AVGPOSTS      - Average posts per user
  118.   AVGULDL       - Average Upload:Download ratio per user (files)
  119.   AVGULDLK      - Average Upload:Download ratio per user (kilobytes)
  120.   AVGPOSTCALL   - Average Post:Call ratio per user
  121.  
  122. * AMU will now recognize the new file structures for Concord's upcoming
  123.   Gamma-5 release as well as the current Gamma-4 versions.  You do not
  124.   need to make any changes in AMUCFG, AMU will figure it out dynamically.
  125.  
  126. * The way in which macros which contain the '<', '>', and '|' formatting
  127.   characters has changed significantly!  In the past, a macro such as
  128.   @SYSOP<<<<@ would be replaced with the Sysop's name (left justified)
  129.   and the '@' symbols would be replaced with spaces.  If you left out the
  130.   formatting characters, the '@' symbols would not be replaced by spaces.
  131.   In an effort to make things more consistant and also to fix a couple other
  132.   problems, the '@' symbols will NOT be replaced with spaces any longer
  133.   under any circumstances.  What does this mean?  It means that if you are 
  134.   using macros that contain formatting characters, you need to put a space
  135.   before the macro and a space after the macro.  For example, if you used to
  136.   have something such as "Created by@PRODUCT_ID<<@on @DATE@", you will need
  137.   to change that line to "Created by @PRODUCT_ID<<@ on @DATE@".  I have
  138.   changed the default .TPL template files as well as some other sample files
  139.   which are distributed with AMU to reflect the above change.
  140.  
  141. * As a result of the above change, a new default List Format for the
  142.   Allfiles/Newfiles listings has been created.  If you want to have your
  143.   current List Format string replaced with the new default, simply go into
  144.   AMUCFG and blank out your current List Format string.  When AMU runs,
  145.   the default will be filled in and saved.
  146.  
  147. * If you had more than one logfile set up in the Archives section as a
  148.   "Julian Rename", and had it set up to compress on a monthly basis, only
  149.   the first entry would be processed.  Fixed.
  150.  
  151. * In previous versions, setting the Download Counter Width to zero in
  152.   AMUCFG on the File Manager -> Global menu would not only serve to disable
  153.   AMU from adding download counters, but would also cause AMU to remove
  154.   any existing download counters.  This has been changed, if that field is
  155.   set to zero, AMU will leave any existing download counters intact.
  156.  
  157. * If you have told AMU to add approximate download times in your Allfiles
  158.   listings, it will now calculate the times for 2400, 14400, 28800,
  159.   and 64000 bps rates.
  160.  
  161. * The file sharing used when the user file is opened for reading has been
  162.   changed. However, when AMU needs to open the user file to update it's
  163.   contents, it will still require exclusive access and will fail if another
  164.   application has it open.  This is to prevent potential data corruption.
  165.  
  166. * For Maximus 3.01 systems, users who have the 'Hidden' bit set in the
  167.   user profile will not be shown on bulletins.
  168.  
  169. * When you use command line parameters, AMU will now check to make sure
  170.   each one is valid before processing anything.
  171.  
  172. * Fixed a problem with the FILES.BBS creation when one did not already
  173.   exist.
  174.  
  175. * While updating download counters for systems using the RA file database,
  176.   AMU will now update the 'Last Date Downloaded' field as well.
  177.  
  178. * Rewrote a portion of the code which handles the Message Base Overview
  179.   bulletin.
  180.  
  181. * The 'Relative Usage' graph macro (@GRAPH@) available in the Top User
  182.   bulletins is no longer available for the Upload:Download,
  183.   UploadK:DownloadK, or Post:Call bulletin types.  The results just do not
  184.   make much sense when you think about it.
  185.  
  186. * The List Format for the Allfiles/Newfiles has changed.  The following
  187.   macros are valid:
  188.  
  189.   @FILENAME@    -  Filename
  190.   @DATE@        -  Filedate
  191.   @SIZE@        -  Filesize
  192.   @SIZEK@       -  Filesize in kilobytes
  193.   @DLS@         -  Number of downloads
  194.   @DESC@        -  File description
  195.   @DESCDL@      -  File description with approximate download time
  196.  
  197.   The big change with these macros is that you can now use the '<', '>' and
  198.   '|' characters for formatting just like all of the other macros AMU
  199.   uses.  When you run AMUCFG -upgrade, a new default list format will be
  200.   entered for each of your Allfiles/Newfiles list records.
  201.  
  202. * Fixed a bug in the Maximus 3.01 code that would not display the
  203.   user's birthdate properly.
  204.  
  205. * AMU will no longer attempt to modify a multi-volume archive for
  206.   the following archive formats: ARJ, RAR.
  207.  
  208. * AMU will no longer insist that the BBS file/message areas on Maximus
  209.   systems is different each time AMU runs.  Run AMUCFG -Importfiles and
  210.   then AMUCFG -Importmsgs first so AMUCFG can store the proper date, after
  211.   that everything should be ok.
  212.  
  213. * Fixed a bug in the Message Posting code which would always interpret
  214.   the @USER_SUBDATE@ and @USER_BDATE@ macros to be the same as @DATE@.
  215.  
  216. * In AMUCFG on the System -> System menu you can now define which character
  217.   is to be used to separate the components of a date.  For example, if you
  218.   choose '-' (the default), the date will look like 12-01-96.
  219.  
  220. * Added a macro @USER_CITY@ which is available in the bulletins and in the
  221.   messages posted to the users.  This is replaced by the user's location.
  222.  
  223. * Added an option in the File Manager -> Areas section where people using
  224.   the RA FDB can tell AMU whether the Old option should calculate the age
  225.   of a file based upon the file date or upload date of the file.
  226.  
  227. * Added an option in the File Manager -> Areas section where you can have
  228.   AMU move files that have no description or which have what you defined
  229.   as the 'Missing Description' to a separate file area.
  230.  
  231. * Added an option in the File Manager -> Areas section where you can have
  232.   AMU compress text versions of files in your file areas.  This uses a
  233.   control file called ZIPTEXT.CTL in the AMU directory where you list the
  234.   extensions AMU should consider as being text files (ASC, TXT, DOC, etc).
  235.   For example, if you have a file called BBSLIST.TXT in a file area that
  236.   has this option enabled, have the archive format set to ZIP, and have
  237.   TXT in your ZIPTEXT.CTL file, AMU will compress BBSLIST.TXT into a
  238.   BBSLIST.ZIP file and remove the BBSLIST.TXT version.
  239.  
  240. * Added four new bulletin types:
  241.   - "User List" which can be used to create a list of the users on your
  242.                 system.
  243.   - "Today's Callers" which can be used to create a list of the people who
  244.                       have called your BBS today. (*not* the mailer)
  245.   - "Today's Birthdays" to create a list of users who have a birthday today
  246.   - "Today's Sub Exp" to create a list of users whose subscription expires
  247.                       today.
  248.  
  249.   The corresponding command line parameters for the above are USERLIST,
  250.   TODAYCALL, BDAYLIST, and SUBLIST respectively, and the TEMPLATE.ZIP file
  251.   distributed with the Beta 2 archive contains four new template files that
  252.   can be used for these bulletins.
  253.  
  254. * The Filter Graphics, Import GIF Information, Force Rearchiving, and
  255.   Honor AV switches have been taken off the Global Options menu and
  256.   are now definable for each file area on the File Manager -> Areas menu.
  257.  
  258. * For Concord systems, AMU will now honor whatever has been defined as the
  259.   FILES.BBS path/name in CSETUP for FILES.BBS areas.
  260.  
  261. * For each bulletin, you can now define which formats you want created.  
  262.   Currently,  AMU is capable of creating ASCII (.ASC), ANSI (.ANS), and AVATAR 
  263.   (.AVT) versions of each bulletin.
  264.  
  265. * Fixed a longstanding (but was unable to reproduce it until now) problem with
  266.   the ANSI bulletins in which the background color ANSI code would not be 
  267.   interpretted correctly by some ANSI drivers.
  268.  
  269.  
  270. EOF - WHATSNEW.310
  271.