home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 15 / CD_ASCQ_15_070894.iso / vrac / spterm.zip / README.TXT < prev    next >
Text File  |  1994-04-19  |  8KB  |  205 lines

  1.  
  2.                SimpTerm - Version 0.8.0
  3.  
  4. A Chinese Communication Program for MS-Windows 3.1
  5.  
  6. Copyright (c) 1993, 1994 JIANQING HU All rights reserved.
  7. Author: JIANQING HU
  8.         254 W. 31st ST. 
  9.         Chicago, IL 60616
  10.  
  11. What is SimpTerm
  12. =================
  13. SimpTerm is a shareware communication program for MS-Windows 3.1, It is 
  14. capable of displaying BIG5, HZ and GB encoded Chinese text using commonly
  15. available Chinese bitmap fonts. It also features accurate VT-100/VT-52
  16. and ANSI color terminal emulation, high speed modem support and Kemrit,
  17. X/YMODEM file transfer function.
  18.  
  19. Terms
  20. =====
  21. Permission to use, copy, and distribute this software for non commercial
  22. purpose without fee is hereby granted, provided that the software is not
  23. altered, and that the above copyright notice and this permission statement
  24. appear in all such copies.
  25.  
  26. This software may not be used for commercial purpose without registration
  27. after a 10 day evaluation period.  Nor may it be, in whole or in part, 
  28. licensed or sold for profit, included in or distributed with commercial 
  29. products or otherwise distributed by commercial concerns to their clients
  30. or customers without prior written permission of the copyright holder.
  31.  
  32. This software is provided "AS IS", WITHOUT WARRANTY OF ANY KIND.
  33. THE AUTHOR AND COPYRIGHT HOLDER OF THIS SOFTWARE DISCLAIM ALL WARRANTIES
  34. OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, WITHOUT LIMITATION,
  35. IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  36. IN NO EVENT SHALL THE AUTHOR OR COPYRIGHT HOLDER OF THIS SOFTWARE BE 
  37. LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL,
  38. CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF 
  39. THE AUTHOR OR COPYRIGHT HOLDER OF THIS SOFTWARE HAS BEEN ADVISED OF
  40. THE POSSIBILITY OF SUCH DAMAGES.  SOME STATES DO NOT ALLOW THE EXCLUSION
  41. OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES
  42. SO THE FOREGOING LIMITATION MAY NOT APPLY.
  43.  
  44.  
  45. System Requirement
  46. ==================
  47. SimpTerm is a protect mode Windows 3.1 application program. It requires
  48. a 286, 386 or higher PC with a VGA or above graphics card running 
  49. Microsoft Windows 3.1 or IBM OS/2 2.1.  A fast video card with SuperVGA
  50. capability and a mouse is strongly recommended.
  51.  
  52. Required Files
  53. ==============
  54.  
  55.       The self-extracting file spterm08.exe contains all files required
  56.       to be used as a regular terminal emulator plus a Chinese font engine.
  57.  
  58.           spterm.exe    SimpTerm executable file
  59.           spterm.hlp    Windows 3.1 help file for SimpTerm
  60.           spterm.ini    Configuration file for SimpTerm
  61.           kfmgr.dll    Chinese font management dynamic link library
  62.           kfmgr.ini    Configuration file for kfmgr.dll
  63.           vt100.scn    VT-100 terminal emulation screen driver
  64.           vt100.kbd    VT-100 terminal emulation keyboard driver
  65.           vt52.scn    VT-52 terminal emulation screen driver
  66.           vt52.kbd    VT-52 terminal emulation keyboard driver
  67.           ansi.scn    ANSI terminal emulation screen driver
  68.           ansi.kbd    ANSI terminal emulation keyboard driver
  69.           readme.txt    ASCII format introduction file
  70.  
  71. Optional Files
  72. ==============
  73.  
  74.       To display Chinese text, you need 
  75.  
  76.          a 16X16 GB encoded bitmap font, say CCLIB.16, for HZ/GB mode
  77.          a 16X16 BIG5 encoded bitmap font, say CHINESE.16, for BIG5 mode
  78.          (14X16 BIG5 encoded bitmap font is also supported)
  79.  
  80.         * these files are available at ifcss.org under /software/fonts 
  81.         * If you have Chinese Windows, Chinese Start or Twinbridge,
  82.           you don't have to use these bitmap fonts.  SimpTerm can
  83.           rely on a Chinese system for Chinese text displaying. 
  84.           BUT THE SPEED MAY BE VERY SLOW. See below.
  85.  
  86.       To use either the Microsoft 3D or Borland Custom Control dialog style,
  87.       you need
  88.  
  89.             BWCC.DLL for Borland style dialog
  90.             CTL3DV2.DLL or CTL3D.DLL for 3D style dialog
  91.  
  92.         * These two files are available from many ftp sites.
  93.           SimpTerm will work without them.
  94.  
  95.           For BWCC.DLL, ftp to winftp.cica.indiana.edu and get
  96.               pub/pc/borland/c/gen/bwcc.zip
  97.  
  98.           For CTL3DV2.DLL or CTL3D.DLL, ftp to ftp.microsoft.com
  99.               get Softlib/MSFILES/CTL3D.EXE
  100.  
  101. Getting started
  102. ===============
  103.  
  104.  1  Make a directory or select an existing directory for this program.
  105.  2  Change to that directory and run spterm08.exe to extract program files.
  106.  
  107.     * If spterm08.exe is not in that directory, give full path name.
  108.  
  109.  3  If you need additional files, download them and put them in proper
  110.     directory.
  111.       Chinese font files can be put into any directory, you edit the
  112.       configuration file to reflect their location.
  113.  
  114.       BWCC.DLL should be put into a directory list in the PATH statement.
  115.       CTL3DV2.DLL or CTL3D.DLL should be put into the Windows system 
  116.       directory (default is C:\WINDOWS\SYSTEM).
  117.  
  118.  4  Edit the font configuration file kfmgr.ini
  119.     This is an ASCII file. You can use DOS edit or Windows notepad edit it.
  120.     File Format:
  121.  
  122.     [fonts]
  123.     gbfont=GB font file name
  124.     big5font=BIG5 font file name
  125.  
  126.     example
  127.  
  128.     [fonts]
  129.     gbfont=c:\fonts\kanji\cclib.16
  130.     big5font=c:\fonts\kanji\chinese.16
  131.  
  132.  5  Run the program for the first time.
  133.  
  134.     If you haven't started Windows, type "win spterm.exe" under DOS prompt.
  135.     If Windows is already running, start spterm.exe using Program manager.
  136.  
  137.     SimpTerm will show a copyright notice and enter terminal mode.
  138.     It may complain that COM port is not available or Loading GB font failed.
  139.  
  140.     At this point, you can read SimpTerm's help file from the help menu.
  141.     It will give you more detailed information on using this program.
  142.  
  143.  
  144. Chinese Text Display
  145. ====================
  146. SimpTerm can either display Chinese text using its own Chinese font
  147. engine or pass Chinese text to the underlying Chinese Windows system.
  148.  
  149. The View menu Use Bitmap Font Option controls which method is used
  150. to display Chinese text. If this option is checked and Chinese bitmap
  151. font files are correctly installed, SimpTerm will use its own font 
  152. engine.
  153.  
  154. SimpTerm's font engine stores all Chinese font data in memory and
  155. doesn't perform the time consuming font scaling. As a result, the
  156. display speed is very fast.  A side effect is that this method 
  157. has higher memory requirement.  In general, under 386 enhanced mode
  158. with virtual memory enabled, it shouldn't be a problem. Actual memory
  159. used for Chinese font data will be around 300KB. A 800X600 256 color
  160. wall paper will likely consume more memory. The memory will be 
  161. released whenever the Use Bitmap Font option is disabled.
  162.  
  163. Compatibility
  164. =============
  165.   The program has been tested under following environment/platform.
  166.   However, the author can not afford to make any guarantee. 
  167.  
  168.   MS-DOS 5, 6.0, 6.2 with
  169.      MS-Windows 3.1 standard English edition
  170.      MS-Windows 3.11
  171.      MS-Windows for Workgroups 3.11
  172.  
  173.      MS-Windows 3.1 Chinese edition (BIG5)
  174.      Chinese Star 1.2
  175.      TwinBridge 3.2 Demo version.
  176.  
  177.      MS-Windows 3.1 with Debug kernel
  178.      Note: If you use Borland style dialog, the debug kernel may give 
  179.            warnings for GDI objects not deleted when you quit SimpTerm.
  180.            This GDI objects are actually used by BWCC.DLL and will be
  181.            deleted when the BWCC.DLL is released from memory.
  182.  
  183.   OS/2 2.1 for Windows
  184.  
  185.   Hardware 386/486 with 4 to 8 MB of RAM.
  186.  
  187.   Note: if you are using After Dark screen saver, you may need to
  188.         disable the SystemIQ activity monitor from the setup panel.
  189.  
  190. Contact the Author
  191. ==================
  192. I would like to hear from you for any suggestion, comment or bug report.
  193.  
  194. I can be reached at
  195.  
  196. JIANQING HU
  197. 254 W. 31st Street #3
  198. Chicago, IL 60616
  199.  
  200. Telephone: 312-326-0200
  201.  
  202. Internet: thssjyh@iitmax.acc.iit.edu
  203.  
  204.  
  205.