Build:
======
  You need to install the mozilla developement package:
    *) Linux: mozilla-dev
    *) MS Windows: I don't know, maybe the gecko-sdk-.......zip under mozilla
       distribution. (http://ftp.mozilla.org/pub/mozilla.org/
    *) You can also install the mozilla source, if you insist.

 *)  Using SCons from http://www.scons.org:
      To build binary:
	  % scons
      To build distribute package:
          % scons -c
	  % scons dist-src
      To clean binary:
          % scons -c
      To clean source distribute:
          % 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

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.

