home *** CD-ROM | disk | FTP | other *** search
/ PC User 2001 August / APC_Aug2001_CD2.iso / features / web_dev / files / jext-install.exe / file0003.bin < prev    next >
Encoding:
Text File  |  2001-06-19  |  3.2 KB  |  84 lines

  1. =======================================================================
  2. Jext - v2.12pre1 - Sources Readme File 1.4 - 11/24/2000 - 23:38:31
  3. =======================================================================
  4.  
  5. (C)1999-2000 Romain Guy
  6. Released under GPL-2 license (see LICENSE)
  7. romain.guy@jext.org
  8. www.jext.org
  9.  
  10. CONTRIBUTORS
  11. =======================================================================
  12.   I would like to warmly thank all the people who contributed to Jext
  13. by providing source code or brilliant ideas:
  14.  
  15. - Slava Pestov and Mike Dillon: for their numerous parts of code
  16.                                 included in Jext
  17.  
  18. - Aaron Miller: for his support, his help in correcting the Jext
  19.                 documentation, his CodeMaster plugin and his help
  20.                 on the Jext maintainance
  21.  
  22. - Matthew Allbrecht: for having written the two first Jext plugins and
  23.                      for his improvments on FastTyper (renamed
  24.                      HyperTyper as for a plugin)
  25.  
  26. - Scott Bellamy: for his Print plugin and his support and ideas
  27.  
  28. - Matthew Benson: for his bug fixes and various improvments
  29.  
  30. - Bogdan Mitu: for his fabulous plugins/modes association system
  31.  
  32. - Blake Winton: for his templates plugin
  33.  
  34. - Cyrille Legrand and Benoit Rigaud: for their splash screens
  35.  
  36. - Scott Wyatt and Barranger Ridler: mouse wheel support
  37.  
  38. - Other code contributors: Steve Lawson (toolbar hack),
  39.   Ian D. Stewart (file dialog caching)
  40.  
  41. UPDATES
  42. =======================================================================
  43.   Jext is very often updated. The updates are simple bug fixes as well
  44. as brand new releases including new features. Check the web site from
  45. time to time to stay informed about the updates:
  46.   http://www.jext.org
  47.  
  48.   Or join the mailing list to receive latest informations, patches or
  49. development status reports:
  50.   http://lists.sourceforge.net/mailman/listinfo/jext-devel
  51.  
  52. CONTENTS
  53. =======================================================================
  54.   This archive contains the sources of the Jext software. The sources
  55. of the core are placed in the src/ directory.
  56.  
  57.   Here are the contents of the src/ directory:
  58. - docs : contains the files needed to build the documentation. The
  59.          soft used for generation is missing but can be freely
  60.          downloaded (see docs/bin/bin.txt)
  61.  
  62. - lib : contains the sources of Jext itself
  63.  
  64. - plugins: contains the sources of the default plugins
  65.  
  66.   The file jext.manifest is used to produce the binary jar file and
  67. the file jext.version is used for update warnings in Jext (this file
  68. is uploaded on a FTP server).
  69.  
  70. COMPILING SOURCES
  71. =======================================================================
  72.   In order to compile Jext you need to download the tool called ANT
  73. from the following URL: http://jakarta.apache.org/ant
  74.  
  75.   Beware of the fact that only ANT 1.2 or higher will compile Jext !
  76.  
  77.   Then, simply open a terminal console in the directory where you
  78. unpacked both the sources and the binaries (you need to download TWO
  79. archives from the Jext web site) and run ANT in the src\ directory.
  80. Several targets are available. Most used are: compile, jar, javadocs,
  81. dist, dist-tgz
  82.  
  83. =======================================================================
  84.