home *** CD-ROM | disk | FTP | other *** search
/ PC-Online 1998 February / PCOnline_02_1998.iso / filesbbs / dos / page_123.exe / PAGE_123.EXE / DOC / WHAT_IS.NEW < prev   
Encoding:
Text File  |  1997-10-22  |  10.2 KB  |  206 lines

  1. Version 1.23   Date: 22.10.1997
  2. -------------------------------
  3. + New FastScript (PL)-commands:
  4.   OR         For Integer-Variablen
  5.   XOR        For Integer-Variablen
  6.   AND        For Integer-Variablen
  7.   NOT        For Integer-Variablen
  8.   WHEREX     Writes the actual X-position of the cursor to a
  9.              integer or real variable.
  10.   WHEREY     Writes the actual Y-position of the cursor to a
  11.              integer or real variable.
  12. + FastScript (PL) has finished beta-test. It is now a official content
  13.   of STD-PAGE and should be used by everyone.
  14.  
  15.  
  16. Version 1.22   Date:24.06.1997
  17. ------------------------------
  18. + A new FastScript-command has been implemented.
  19.   ACTIVEUSER shows all users which are actually logged on STD-PAGE.
  20. + Some smaller bugfixes.
  21.  
  22.  
  23. Version 1.21   Date:12.03.1997
  24. ------------------------------
  25. + NEWS.TXT will be displayed when STD-PAGE is started
  26. + PAGENET.EXE included
  27. + PAGEEDIT.EXE included
  28. + STDPAGE.EXE edited for PAGENET.EXE
  29. ! FastScript(PL) is still in version 1.20alpha4
  30.  
  31.  
  32. Version 1.20alphaX   Date:xx.xx.xxxx
  33. ------------------------------------
  34. + Some changes for FastScript(PL)
  35. + FastScript ist still 100% compatible with v1.00 to v1.03!
  36.  
  37.  
  38. Version 1.20alpha   Date:xx.xx.xxxx
  39. -----------------------------------
  40. Sorry, in the ALPHA-Versions of STD-PAGE no english documentation
  41. is avaible. The documentation will follow, when STD-PAGE has completed
  42. the alpha-stadium.
  43.  
  44.  
  45.  
  46. Version 1.03   Date: 21.10.1996
  47. -------------------------------
  48. ! If a user hangs up while uploading his homepage the half uploaded
  49.   HOMEPAGE.ZIP war net deleted. This bug his really been fixed now and
  50.   STD-PAGE kann be used in muliline bulletin board systems without
  51.   share conflicts.
  52. + It is now possible to update a homepage instead of deleting and uploading
  53.   the whole homepage. If you want to update a homepage you have to archive
  54.   the new files in the archiv HOMEPAGE.ZIP. If you want to delete files
  55.   from your homepage you have to add a file named UPDATE.CTL to the
  56.   HOMEPAGE.ZIP archiv which contains the names of the files which should be
  57.   deleted (insert in every line one filename like:
  58.   MAIN.SCR
  59.   TEST.SCR
  60.   MAIN.ANS
  61.   TEST.ANS
  62.   RAR.EXE
  63.   and so on.)
  64. + I a ansi-file STDPAGE.ANS exists in the main STD-PAGE directory this
  65.   file will be displayed as the main STD-PAGE menue.
  66. + DOOR.SYS will now be supported. You have to use the parameter /DOOR.SYS
  67.   to activate the search for this file instead of looking up a DORINFOx.SYS.
  68. + New commands have been added:     
  69.   Command  Example                         Function
  70.   ---------------------------------------------------------------------------
  71.   WINDOW   WINDOW 1,1,78,22,%MC03%+%MC09%  Draws a window with the 
  72.            WINDOW X1,Y1,X2,Y2,COLOR        following corner-coordiantes:
  73.                                            Upper left: X=1 Y=1
  74.                                            Down right: X=78 Y=22
  75.                                            As commands for the color you
  76.                                            have to use the color-codes which
  77.                                            are known from the macros of the
  78.                                            commands WRITE / WRITELN / ASK.
  79.                                            If you want to use a mix of these
  80.                                            colors you have to use a + between
  81.                                            the colors.
  82.   WINDOW   KEY W,WINDOW 1,1,78,22,%MC03%+%MC09%
  83.            KEY W,WINDOW X1,Y1,X2,Y2,COLOR
  84.                                            Draws a window with the
  85.                                            following corner-coordiantes:
  86.                                            Upper left: X=1 Y=1
  87.                                            Down right: X=78 Y=22
  88.                                            As commands for the color you
  89.                                            have to use the color-codes which
  90.                                            are known from the macros of the
  91.                                            commands WRITE / WRITELN / ASK.
  92.                                            If you want to use a mix of these
  93.                                            colors you have to use a + between
  94.                                            the colors.
  95. + At the commands WRITE, WRITELN and ASK are new inline-macros avaible.
  96.   Macro    Changed through
  97.   ---------------------------------------------------------------
  98.   %MC01%   Changes the Foregroundcolor to: RED
  99.   %MC02%   Changes the Foregroundcolor to: LIGHTRED
  100.   %MC03%   Changes the Foregroundcolor to: BLUE
  101.   %MC04%   Changes the Foregroundcolor to: DARKBLUE
  102.   %MC05%   Changes the Foregroundcolor to: LIGHTBLUE
  103.   %MC06%   Changes the Foregroundcolor to: CYAN
  104.   %MC07%   Changes the Foregroundcolor to: LIGHTCYAN
  105.   %MC08%   Changes the Foregroundcolor to: YELLOW
  106.   %MC09%   Changes the Foregroundcolor to: LIGHTYELLOW
  107.   %MC10%   Changes the Foregroundcolor to: GREEN
  108.   %MC11%   Changes the Foregroundcolor to: DARKGREEN
  109.   %MC12%   Changes the Foregroundcolor to: LIGHTGREEN
  110.   %MC13%   Changes the Foregroundcolor to: MAGENTA
  111.   %MC14%   Changes the Foregroundcolor to: LIGHTMAGENTA
  112.   %MC15%   Changes the Foregroundcolor to: BLACK
  113.   %MC16%   Changes the Foregroundcolor to: WHITE
  114.   %MC17%   Changes the Foregroundcolor to: GRAY
  115.   %MC18%   Changes the Foregroundcolor to: DARKGRAY
  116.   %MC19%   Changes the Foregroundcolor to: NORMAL
  117.           ----
  118.   %MC20%   Changes the Backgroundcolor to: BGRAY
  119.   %MC21%   Changes the Backgroundcolor to: BMAGENTA
  120.   %MC22%   Changes the Backgroundcolor to: BGREEN
  121.   %MC23%   Changes the Backgroundcolor to: BRED
  122.   %MC24%   Changes the Backgroundcolor to: BBLUE
  123.   %MC25%   Changes the Backgroundcolor to: BYELLOW
  124.   %MC26%   Changes the Backgroundcolor to: BBLACK
  125.   %MC27%   Changes the Backgroundcolor to: BWHITE
  126.  
  127.  
  128.  
  129. Version 1.02   Date: 06.10.1996
  130. -------------------------------
  131. ! Security-bug at the command SEND has been fixed.
  132.   Now only files which are in the homepage directory can be send.
  133. + If a user want to upload a homepage the STD-PAGe will check if
  134.   no other user is uploading at the moment. 
  135.  
  136.  
  137.  
  138. Version 1.01   Date: 01.10.1996
  139. -------------------------------
  140. ! Error while deleting a user-homepage fixed.
  141.   If a sysop deleted a users homepage STD-PAGE deleted the
  142.   name from the file HOMEPAGES.DAT but the directory was not deleted.
  143. ! Some bugs in the output have been fixed.
  144. ! If fossilsupport is used STD-PAGE adds the parameter -F to the
  145.   Zmodem-protokoll of Peter Mandrella and adds 1 to the com-port.
  146.   Now it is possible to receive and send files in the fossil-mode.
  147.   Note: If you have problems with RA and the fossil-mode try the
  148.   *H parameter of RA.
  149. ! If a user logged into STD-PAGE he was able to delete any homepage
  150.   with pressing the D-key and entering the keyword. This bug has been fixed.
  151. + In the main-menue the sysop can jump to dos-shell with pressing ALT+J.
  152. + Tool: HOME_INF.EXE -> read HOME_INF.DOC!
  153. + The following multitaskers will be supported with timeslices:
  154.    1 - DESQview,       DESQview 2.26+
  155.    2 - TopView,        TopView, TaskView, DESQview 2.00- 2.25,
  156.                        OmniView, or Compatible
  157.    3 - OS2,            OS/2
  158.    4 - DoubleDOS,      DoubleDOS
  159.    5 - WinEnh,         MS Windows 3.x in Enhanced Mode
  160.    6 - Win386,         MS Windows 386 v2.xx
  161.    7 - TaskSwitcher,   MS DOS 5.0 Task Switcher or Compatible
  162.    8 - Win286          MS Windows in Real or Standard Mode
  163. + Now the IRQs of the comports can be defined freely from 1 to 15.
  164. + New commands have been added:     
  165.   Command       Example                      Function
  166.   ----------------------------------------------------------------------------
  167.   SHOWTEXT      SHOWTEXT INFO.TXT            Shows the textfile INFO.TXT to
  168.                                              the user. This command waits
  169.                                              every 22 line for a key. 
  170.   SHOWTEXT      KEY I,SHOWTEXT INFO.TXT      By pressing the I-key the file
  171.                                              INFO.TXT will be send.
  172.   DATE          DATE                         Writes the actual date to the 
  173.                                              actual screen-position.     
  174.   TIME          TIME                         Writes the actual time to the 
  175.                                              actual screen-position.     
  176.   MESSAGE       MESSAGE 1,1,78,22            Opens a Message-Editor with the 
  177.                 MESSAGE X1,Y1,X2,Y2          following corner-coordiantes:
  178.                                              Upper left: X=1 Y=1
  179.                                              Down right: X=78 Y=22
  180.                                              The message will be written into
  181.                                              the file ANSWER.TXT. Please do not
  182.                                              forget to write the instruction 
  183.                                              how to end the editor to screen  
  184.                                              before you open the editor. The  
  185.                                              editor can be exited with CTRL+X 
  186.                                              or 2xESC (the text will auto-
  187.                                              maticaly be saved).
  188.   VERSION       VERSION                      This will show a information-
  189.                                              screen with the versionnumber of
  190.                                              STD-PAGE and FastScript.
  191.   URL           URL                          Asks a user for a keyword or
  192.                                              the name of an homepage-owner and
  193.                                              changes to the page if it exists.
  194. + At the commands WRITE, WRITELN and ASK are now inline-macros avaible.
  195.   You only have to write the macros in your output-text and the macros will 
  196.   be settled down with the corresponding phrases.          
  197.   The following macros exists in FastScript v1.01:
  198.   Macro    Changed through
  199.   ---------------------------------------------------------------
  200.   %MN%     Username
  201.   %MB%     Baudrate
  202.   %MS%     Space
  203.   %MT%     Actual Time
  204.   %MD%     Actual Date
  205.   %MU%     Number of visitors of the homepage
  206.