/jEdit/tags/jedit-4-1-pre4/doc/README.txt

# · Plain Text · 114 lines · 81 code · 33 blank · 0 comment · 0 complexity · 03102f9652892508d15acb3c03ad0e00 MD5 · raw file

  1. JEDIT 4.1 README
  2. * Contents
  3. - About jEdit
  4. - License
  5. - jEdit on the Internet
  6. - Libraries
  7. * About jEdit
  8. jEdit is a cross platform programmer's text editor written in Java.
  9. jEdit requires either Java 2 version 1.3 or 1.4. It will not run with
  10. earlier versions.
  11. jEdit comes with full online help; to read it, select 'jEdit Help' from
  12. jEdit's 'Help' menu or point your web browser to the file named
  13. `index.html' in the `doc/users-guide/' directory of the jEdit
  14. distribution.
  15. A PDF (Adobe Acrobat) version of the user's guide be downloaded from
  16. <http://www.jedit.org>.
  17. A list of people who contributed to jEdit, either by submitting code or
  18. edit modes to the core, or writing plugins can be viewed by selecting
  19. 'About jEdit' from jEdit's 'Help' menu.
  20. * License
  21. jEdit is free software, and you are welcome to redistribute it under the
  22. terms of the GNU General Public License (either version 2 or any later
  23. version, at the user's election). See the file COPYING.txt for details.
  24. A number of plugins are available for jEdit. Unless otherwise stated in
  25. the plugin's documentation, each of the plugins is licensed for use and
  26. redistribution under the terms of the GNU General Public License (either
  27. version 2 or any later version, at the user's election).
  28. The user's guide is released under the terms of the GNU Free
  29. Documentation License, Version 1.1 or any later version published by the
  30. Free Software Foundation; with no "Invariant Sections", "Front-Cover
  31. Texts" or "Back-Cover Texts", each as defined in the license. A copy of
  32. the license can be found in the file COPYING.DOC.txt.
  33. The class libraries shipped with jEdit each have their own license; see
  34. the 'Libraries' section below.
  35. * jEdit on the Internet
  36. The jEdit homepage, located at <http://www.jedit.org> contains the
  37. latest version of jEdit, along with plugin downloads. There is also a
  38. user-oriented site, <http://community.jedit.org>. Check it out.
  39. If you would like to report a bug, first take a look at the 'jEdit
  40. Frequently Asked Questions' document, accessible from either jEdit's
  41. online help or by pointing your web browser to the file named
  42. `index.html' in the `doc/FAQ/' directory of the jEdit distribution.
  43. If the FAQ doesn't answer your question, report a bug with our bug
  44. tracker, located at <http://www.jedit.org/?page=feedback>.
  45. When writing a bug report, please try to be as specific as possible. You
  46. should specify your jEdit version, Java version, operating system, any
  47. relevant output from the activity log, and an e-mail address, in case we
  48. need further information from you to fix the bug.
  49. The 'Make Bug Report' macro included with jEdit, which can be found in
  50. the 'Misc' submenu of the 'Macros' menu, might be useful when preparing
  51. a bug report.
  52. If you would like to discuss jEdit and be informed when new versions are
  53. released, you should subscribe to the mailing lists; see
  54. <http://www.jedit.org/?page=feedback> for details.
  55. If you would like to discuss the BeanShell scripting language, subscribe
  56. to one of the BeanShell mailing lists by visiting
  57. <http://www.beanshell.org/contact.html>.
  58. Finally, if you want to chat about jEdit with other users and
  59. developers, come join the #jedit channel on irc.openprojects.net. You
  60. can use the IRC plugin, available from <http://plugins.jedit.org>, for
  61. this purpose.
  62. You may also e-mail me directly by e-mailing <slava@jedit.org>.
  63. * Libraries
  64. jEdit depends on, and comes bundled with the following libraries:
  65. - gnu.regexp by the Free Software Foundation. jEdit bundles the
  66. gnu.regexp 1.1.5 CVS snapshot.
  67. gnu.regexp is released under the 'GNU Lesser General Public License'.
  68. The gnu.regexp homepage is <http://www.cacas.org/java/gnu/regexp/>.
  69. - AElfred XML parser by Microstar corporation. This class library is
  70. released under its own, non-GPL license, which reads as follows:
  71. "AElfred is free for both commercial and non-commercial use and
  72. redistribution, provided that Microstar's copyright and disclaimer are
  73. retained intact. You are free to modify AElfred for your own use and
  74. to redistribute AElfred with your modifications, provided that the
  75. modifications are clearly documented."
  76. The AElfred home page is located at <http://www.microstar.com>.
  77. - BeanShell scripting language, by Pat Niemeyer. jEdit bundles BeanShell
  78. version 1.2b5 with the bsh.util and bsh.classpath packages removed.
  79. BeanShell is released under a dual Sun Public License/GNU LGPL
  80. license. See the BeanShell homepage for details.
  81. The BeanShell homepage is located at <http://www.beanshell.org>.