home *** CD-ROM | disk | FTP | other *** search
/ WinFiles.com 1998 June / WF0698_3.ISO / servers-websrv / websuite.exe / WEBREAD.ME < prev    next >
Text File  |  1998-04-01  |  7KB  |  165 lines

  1. // SmartDesk WebSuite v2.0a
  2. // (c) 1997-98 by SmartDesk, Inc., All Rights Reserved
  3. //     Current release date:  April 1, 1998
  4.  
  5. Welcome to the SmartDesk WebSuite, the easiest and most flexible way
  6. to have your own web site on the internet. For detailed operating 
  7. instructions, please access the online documentation for the WebSuite
  8. located at http://www.smartdesk.com/websuite/docs. 
  9.  
  10. PLEASE NOTE:
  11.  
  12.     WebSuite is available in two configurations:
  13.     
  14.     WEBSUITE.EXE includes WebSuite v2.0 AND the VM v3.51 (1MB)
  15.     WSUITE20.EXE includes WebSuite v2.0 ONLY (450k)
  16.  
  17.     If you use the WEBSUITE.EXE file it is not necessary to also 
  18.     download the VM v3.5 file as this is already part of the 
  19.     WEBSUITE.EXE install.
  20.  
  21.     If you already have version 3.51 or higher of the VM running on 
  22.     your system you can use the WSUITE20.EXE file.
  23.     
  24.  
  25. NEW TO THIS RELEASE:
  26.  
  27.   o New Mini-console with real-time graphing
  28.  
  29.     The new mini-console houses over 100 functions in its compact real 
  30.     estate with direct links to the currently running server.  It 
  31.     displays active users, sessions, bytes transfered, and one minute 
  32.     samplings of server activity. Click on the individual graph elements 
  33.     to see expanded information. Links are provided to the major areas 
  34.     within the WebSuite as well as additional online resources and 
  35.     documentation. 
  36.  
  37.   o Industry standard default and extended server logs are now maintained
  38.     in real time. The most recent records are available for immediate
  39.     display.
  40.     
  41.   o E-Commerce functions were added to verify credit card information 
  42.     on-the-fly. The ccValidate( ) function takes a credit card number 
  43.     and performs a checksum and data validation.  It returns the type
  44.     of credit card tested if successful.  If not, the ccError( ) 
  45.     function can pin-point the validation error for the specified credit
  46.     card number.
  47.  
  48.   o New low-level drawing and graphing functions and libraries were
  49.     added and can be seen in use in the mini-console and installers.
  50.  
  51.   o WebDesk active page compiling was significantly optimized by
  52.     externalizing the common functions into the WEBDESK.FLB binary 
  53.     library.
  54.  
  55.   o Chat system was re-engineered to support real-time variable 
  56.     IP addressing and to automatically maintain user profile data.
  57.  
  58.   o Overall perfomance was optimized and system resource profile 
  59.     reduced.
  60.  
  61.   o The INDEX.AP redirector was replaced by INDEX.HTM in the home 
  62.     directory.
  63.  
  64.   o Fixed trailing slash bug when referencing subdirectories.
  65.  
  66.   o Enhanced Active Page and CGI support.
  67.     
  68.  
  69. Highlights from the previous version (v1.1):
  70.  
  71.   o WebDesk bundle
  72.   
  73.     The web suite nows comes bundled with the SmartDesk WebDesk product.
  74.     This interacts with your desktop system providing access to your
  75.     favorite applications and internet resources from within any browser.
  76.     Now your files and system resources can be accessed locally or 
  77.     remotely by authorized users.  Public and private areas are included
  78.     for your visitors and your own use.  Features include applications
  79.     and document management, calendaring, customized browser-based 
  80.     menuing, system files access, drive management, and more.
  81.   
  82.   o High-performance transaction mode
  83.  
  84.     The web sever can now be run in standard mode or high-performance 
  85.     mode.  Standard mode allows the server configuration to be 
  86.     customized and altered on-the-fly and updated using the HOT FLASH
  87.     option.  High-performance mode does not allow for customization of
  88.     the server itself and instead relies on embedded "C" code for server
  89.     processing.  This provides greater performance at the expense of loss
  90.     of customization capabilities.  Either mode may be used and can be 
  91.     set from the server configuration page (/system/srvcnfg.ap).
  92.     
  93.   o VNS configuration page
  94.  
  95.     The Virtual Name Server can now be configured using the VNS 
  96.     configuration screen (/system/vnsconfg.ap).  This lets you customize
  97.     the server's interaction with the VNS, AP Hosting system, and VNS
  98.     redirector.  It is a secure page and requires access to the server 
  99.     configuration area.
  100.       
  101.   o VNS redirector for existing web sites
  102.           
  103.     The VNS redirector integrates your personal web server with an 
  104.     existing web site.  When enabled, the server will update a 
  105.     user-specified web page with your current IP address and automatically
  106.     FTP it up to an existing web site each time the server is started.
  107.     Likewise, you can specify a different page to be automatically 
  108.     uploaded whenever the server is turned off.  This lets you maintain
  109.     a "contact" page on your existing web site whenever your personal
  110.     web server is online and display a different message when you are 
  111.     unavailable.
  112.   
  113.   o Support for "include" statements within active pages
  114.     
  115.     In addtion to external library support (provided by the SmartDesk
  116.     Librarian as part of the VM SDK), Active Pages now support the inline
  117.     inclusion of external files.  These can include FGL scripts, JAVA, HTML,
  118.     and combinations of these and other supported languages.  External files
  119.     that are accessed via the include statement are directly linked into
  120.     the calling active page and stored internally as a single integrated
  121.     page. This greatly optimizes performance and ease of development.
  122.         
  123.   o Active Page optimizations
  124.   
  125.     Creation, storage, and execution of active pages has been further 
  126.     enhanced through internal architectural changes to the server. This
  127.     includes optimzed use of system resources and memory resulting in 
  128.     overall faster performance as well.
  129.       
  130.   o Revised SmartDesk web site
  131.   
  132.     Corrseponding to this release, the main SmartDesk web site has been
  133.     redesigned and reengineered to better provide you with access to 
  134.     product and technical information.  If you have not been there 
  135.     recently, make sure you visit www.smartdesk.com today.
  136.  
  137.   o Enable/disable Global Monitoring
  138.   
  139.   o Miscellaneous bug fixes and enhancements    
  140.  
  141.  
  142.             *  *  *  *  *  *  *  *  *  *  *  *  * 
  143.  
  144.  
  145. PLEASE NOTE NEW SMARTDESK CONTACT INFORMATION:
  146.  
  147.   SmartDesk, Inc.
  148.   26062 Merit Circle, Suite 106
  149.   Laguna Hills, CA 92653
  150.  
  151.   714-362-4457 voice
  152.  
  153.   www.smartdesk.com
  154.  
  155.   sales@smartdesk.com
  156.   support@smartdesk.com
  157.   creative@smartdesk.com
  158.   consulting@smartdesk.com
  159.  
  160. P.S. --- If you've got a killer implementation of the web suite running 
  161. on your system, we'd like to know about it.  We may even feature it as 
  162. our monthly "hot site" or as part of our VirtualPROMOTE gazette!  Drop
  163. us a note at webmaster@smartdesk.com or webmaster@virtualpromote.com.
  164.  
  165.