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

  1. software: SimpTerm
  2. version : 0.8.0
  3. function: A Chinese communication program for MS-Windows 3.1
  4.           with build in support for BIG5, HZ and GB encoded text.
  5.           Features fast and smooth Chinese displaying.
  6.           Cut, Paste in ASCII, BIG5 and GB text mode.
  7.           VT- 100/102/52, ANSI Color BBS terminal emulation
  8.           Kermit, XMODEM and YMODEM file transfer function.
  9.           High speed modem support, up to 57600 bps.
  10.           Configurable screen size, up to 132 columns, 96 rows
  11.           800 line screen buffer (at 80 cols, 24 rows)
  12.           Configurable regular, BWCC or CTL3D dialog styles.
  13.           Good for on line reading act, act.big5, TANET BBS,
  14.           viewing HZ file using regular UNIX vi, viewing 
  15.           BIG5 or GB file using CELVIS, CEMACS, and using 
  16.           VT-100 terminal based Gopher, WWW service.
  17. ftp site: ifcss.org[129.107.1.155]:/software/ms-win
  18. filename: spterm08.exe (Size 196338 bytes, ZIP 2.0 self-extracting file)
  19.           spterm08.txt (Readme file)
  20.           Optionally get following files:
  21.           ifcss.org /software/fonts/cclib.16 and chinese.16
  22.           Microsoft's CTL3DV2.DLL or CTL3D.DLL
  23.           Borland International's BWCC.DLL
  24.           (See readme file for details)
  25. author  : Jianqing Hu ~{:z=!G`~} <thssjyh@iitmax.acc.iit.edu>
  26. comment : Shareware, free for non commercial use.
  27.  
  28. What is SimpTerm
  29. =================
  30. SimpTerm is a shareware communication program for MS-Windows 3.1. It is
  31. capable of displaying BIG5, HZ and GB encoded Chinese text using commonly
  32. available  Chinese bitmap fonts. It also features accurate VT-100 emulation,
  33. high speed modem support and file transfer function.
  34.  
  35. System Requirement
  36. ==================
  37. SimpTerm is a protect mode Windows 3.1 application program. It requires
  38. a 286, 386 or higher PC with a VGA or above graphics card running 
  39. Microsoft Windows 3.1 or IBM OS/2 2.1.  A fast video card with SuperVGA
  40. capability and a mouse is strongly recommended.
  41.  
  42. Required Files
  43. ==============
  44.       The self-extracting file spterm08.exe contains all files required
  45.       to be used as a regular terminal emulator plus a Chinese font engine.
  46.  
  47.           spterm.exe    SimpTerm executable file
  48.           spterm.hlp    Windows 3.1 help file for SimpTerm
  49.           spterm.ini    Configuration file for SimpTerm
  50.           kfmgr.dll    Chinese font management dynamic link library
  51.           kfmgr.ini    Configuration file for kfmgr.dll
  52.           vt100.scn    VT-100 terminal emulation screen driver
  53.           vt100.kbd    VT-100 terminal emulation keyboard driver
  54.           vt52.scn    VT-52 terminal emulation screen driver
  55.           vt52.kbd    VT-52 terminal emulation keyboard driver
  56.           ansi.scn    ANSI terminal emulation screen driver
  57.           ansi.kbd    ANSI terminal emulation keyboard driver
  58.           readme.txt    ASCII format introduction file
  59.  
  60. Additional Files
  61. ================
  62.       To display Chinese text, you need 
  63.  
  64.          a 16X16 GB encoded bitmap font, say CCLIB.16, for HZ/GB mode
  65.          a 16X16 BIG5 encoded bitmap font, say CHINESE.16, for BIG5 mode
  66.          (14X16 BIG5 encoded bitmap font is also supported)
  67.  
  68.         * these files are available at ifcss.org under /software/fonts 
  69.         * If you have Chinese Windows, Chinese Start or Twinbridge,
  70.           you don't have to use these bitmap fonts.  SimpTerm can
  71.           rely on a Chinese system for Chinese text displaying. 
  72.           BUT THE SPEED MAY BE VERY SLOW. See below.
  73.  
  74.       To use either the Microsoft 3D or Borland Custom Control dialog style,
  75.       you need
  76.  
  77.             BWCC.DLL for Borland style dialog
  78.             CTL3DV2.DLL or CTL3D.DLL for 3D style dialog
  79.  
  80.         * These two files are available from many ftp sites.
  81.           SimpTerm will work without them.
  82.  
  83.           A lot of programs use these files, so chances are you may
  84.           already have them in your computer. 
  85.  
  86.           For BWCC.DLL, ftp to winftp.cica.indiana.edu and get
  87.               pub/pc/borland/c/gen/bwcc.zip (96KB ?)
  88.  
  89.           For CTL3DV2.DLL or CTL3D.DLL, ftp to ftp.microsoft.com
  90.               get Softlib/MSFILES/CTL3D.EXE (380KB)
  91.  
  92. Getting started
  93. ===============
  94.  1  Make a directory or select an existing directory for this program.
  95.  2  Change to that directory and run spterm08.exe to extract program files.
  96.  
  97.     * If spterm08.exe is not in that directory, give full path name.
  98.  
  99.     The main program is named SPTERM.EXE.
  100.  
  101.  3  If you need additional files, download them and put them in proper
  102.     directory.
  103.       Chinese font files can be put into any directory, you edit the
  104.       configuration file to reflect their location.
  105.  
  106.       BWCC.DLL should be put into a directory list in the PATH statement.
  107.       CTL3DV2.DLL or CTL3D.DLL should be put into the Windows system 
  108.       directory (default is C:\WINDOWS\SYSTEM).
  109.  
  110.  4  Edit the font configuration file kfmgr.ini
  111.     This is an ASCII file. You can use DOS edit or Windows notepad.
  112.     File Format:
  113.  
  114.     [fonts]
  115.     gbfont=GB font file name
  116.     big5font=BIG5 font file name
  117.  
  118.     example
  119.  
  120.     [fonts]
  121.     gbfont=c:\fonts\kanji\cclib.16
  122.     big5font=c:\fonts\kanji\chinese.16
  123.  
  124.  5  Run the program for the first time.
  125.  
  126.     If you haven't started Windows, type "win spterm.exe" under DOS prompt.
  127.     If Windows is already running, start spterm.exe using Program manager.
  128.  
  129.     SimpTerm will show a copyright notice and enter terminal mode.
  130.     It may complain that COM port is not available or Loading GB font failed.
  131.  
  132.     At this point, you can read SimpTerm's help file from the help menu.
  133.     It will give you more detailed information on using this program.
  134.  
  135.     The program is set to 9600bps, change it as needed.
  136.  
  137. Chinese Text Display
  138. ====================
  139. SimpTerm can either display Chinese text using its own Chinese font
  140. engine or pass Chinese text to the underlying Chinese Windows system.
  141.  
  142. The View menu Use Bitmap Font Option controls which method is used
  143. to display Chinese text. If this option is checked and Chinese bitmap
  144. font files are correctly installed, SimpTerm will use its own font 
  145. engine.
  146.  
  147. SimpTerm's font engine stores all Chinese font data in memory and
  148. doesn't perform the time consuming font scaling. As a result, the
  149. display speed is very fast.  If you want to read Chinese comfortably
  150. at 9600 bps and above, forget about using a Windows Chinese system 
  151. for displaying Chinese text. A side effect is that this method 
  152. has higher memory requirement.  In general, under 386 enhanced mode
  153. with virtual memory enabled, it shouldn't be a problem. Actual memory
  154. used for Chinese font data will be around 300KB. A 800X600 256 color
  155. wall paper will likely consume more memory. The memory will be 
  156. released whenever the Use Bitmap Font option is disabled.
  157.  
  158. Compatibility
  159. =============
  160.   The program has been tested under following environment/platform.
  161.   However, the author can not afford to make any guarantee. 
  162.  
  163.   MS-DOS 5, 6.0, 6.2 with
  164.      MS-Windows 3.1 standard English edition
  165.      MS-Windows 3.11
  166.      MS-Windows for Workgroups 3.11
  167.  
  168.      MS-Windows 3.1 Chinese edition (BIG5)
  169.      Chinese Star 1.2
  170.      TwinBridge 3.2 Demo version.
  171.  
  172.      MS-Windows 3.1 with Debug kernel
  173.      Note: If you use Borland style dialog, the debug kernel may give 
  174.            warnings for GDI objects not deleted when you quit SimpTerm.
  175.            This GDI objects are actually used by BWCC.DLL and will be
  176.            deleted when the BWCC.DLL is released from memory.
  177.  
  178.   OS/2 2.1 for Windows
  179.  
  180.   Hardware 386/486 with 4 to 8 MB of RAM.
  181.  
  182.   Note: if you are using After Dark screen saver, you may need to
  183.         disable the SystemIQ activity monitor from the setup panel.
  184.  
  185. Reading/Editing Chinese online
  186. ==============================
  187. 1 Reading HXWZ
  188.   Whenever possible, use GNU less to read the GB version of HXWZ.
  189.   regular UNIX more and CELVIS frequently have trouble dealing with
  190.   HXWZ's super long line (In HXWZ, only one line break per paragraph).
  191.   
  192.   If you don't have GNU less on your system, try to get gb2hz from
  193.   ifcss.org and format the GB version to 80 character per line HZ text.
  194.   Then, you can use regular UNIX vi or more to read them in HZ mode.
  195.  
  196.   Alternatively, use cat and dump it to SimpTerm's screen buffer.
  197.   Under 80X24 mode, the screen buf