COPYRIGHT:
==========
  Released under Gnu General Public License version 2. Please see the COPYING file.

Build:
======
  You need to install the mozilla developement package:
    +) Linux: mozilla-dev or mozilla-devel

    +) Or you can install the gecko-sdk-....... package under mozilla
       distribution. (http://ftp.mozilla.org/pub/mozilla.org/ There are both
       linux and windows versions.)

    +) Other OS', you tell me.

    +) You can also install the mozilla source, if you insist.

 *)  Using SCons from http://www.scons.org:
     You might need to edit xpid.py for a correct XPIDLPATH.

      To get help:
         % scons -h
         % scons -H
      To build binary package:
	  % scons
	  or
	  % scons "gecko_prefix=c:\mywork\gecko-sdk"
      To build source package:
          % scons -c
	  % scons dist-src
      To clean binary package:
          % scons -c
      To clean source package:
          % scons -c dist-src

  *) Using make:
      To build binary:
          % make
	  And pray it will work...

  *) Using MS VC++:
      SCons should work with command line VC++. Or
      DIY: http://www.mozilla.org/projects/xpcom/book/cxc/html/appA.html

  Need to:
     Create interface header/type with iTransString.idl (xpidl.exe)

     Compile TransString.cpp with hsBuffer.h and iTransStrang.h (created
     by xpidl.exe)

     Zip a transstring.xpi file in the structure like:
	 install.js
	 extension.rdf
	 components/iTransString.xpt
	 components/transstring.dll (or libtransstring.so for linux/unix)

Install:
========
  Open the transstring.xpi file, built during the build process above, from
  your browser. You might need to install it using the root/Administrator
  account, if your browser was installed system wide.  This is currently a 
  mozilla limitation.

Uninstall:
==========
  Yeh, right. It's not like mozilla provided you anything like uninstall an
  extension package.

  Try something like this:
  http://kb.mozillazine.org/index.phtml?title=Firefox_:_FAQs_:_Uninstall_Extensions

Report Bugs or whatever:
========================
  http://tongwen.mozdev.org

Don't Know English?
===================
  Can't help you here. Go back to school? Maybe some kindly soul will translate
  this for you.

