README 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. Thank you for downloading the NanoGong applet!
  2. Use the NanoGong Applet
  3. -----------------------
  4. NanoGong is a 'simple' Java applet which you can put in any web page. We have
  5. included an example index.html at the root directory so that you can quickly
  6. make a web page with NanoGong by modifying the given page.
  7. Here are the brief steps to create your NanoGong page:
  8. 1) Modify the index.html with appropriate content, you may change the filename
  9. as well if you want to
  10. 2) Copy both index.html and nanogong.jar to the location where you usually put
  11. your web pages in
  12. 3) Open a browser and type in the location of the index.html you have just
  13. uploaded
  14. Done! In just 3 steps you will have a NanoGong page ready on the Web.
  15. If you want to look at more examples on using the NanoGong applet you can visit
  16. the NanoGong project website at
  17. http://nanogong.ust.hk/
  18. Build the NanoGong Applet
  19. -------------------------
  20. This package contains the necessary source code for creating your own version of
  21. NanoGong applet. The JSpeex library is provided in binary form inside the jspeex
  22. directory. The build file, build.xml, at the root directory can be used to
  23. compile the source code as well as pack the resulting class files together with
  24. the JSpeex library in a Jar file.
  25. To sign the Jar file, which is necessary for the proper execution of the
  26. NanoGong applet, you can either provide a keystore file called 'keystore.jks',
  27. or sign the Jar file manually. Please refer to the build file for details.