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

# · Plain Text · 78 lines · 57 code · 21 blank · 0 comment · 0 complexity · 62f3b8a9fecf1c275803b7cd6b928731 MD5 · raw file

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