/jEdit/branches/new_bufferset_api/doc/README.txt

# · Plain Text · 125 lines · 88 code · 37 blank · 0 comment · 0 complexity · e2e4c17a3b77b4cbf2015b6e4726e017 MD5 · raw file

  1. jEdit README
  2. * About jEdit
  3. jEdit is a cross platform programmer's text editor written in Java.
  4. jEdit 4.4 requires Java 2 version 1.5 or later.
  5. It will not run with 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 and modify
  17. it under the terms of the GNU General Public License (either version 2
  18. or any later version). See the file COPYING.txt for details.
  19. The jEdit installer is released under a public domain license and may be
  20. used for any purpose.
  21. A number of plugins are available for jEdit. Unless otherwise stated in
  22. the plugin's documentation, each of the plugins is licensed for use and
  23. redistribution under the terms of the GNU General Public License (either
  24. version 2 or any later version, at the user's election).
  25. The user's guide is released under the terms of the GNU Free
  26. Documentation License, Version 1.1 or any later version published by the
  27. Free Software Foundation; with no "Invariant Sections", "Front-Cover
  28. Texts" or "Back-Cover Texts", each as defined in the license. A copy of
  29. the license can be found in the file COPYING.DOC.txt.
  30. The class libraries shipped with jEdit each have their own license; see
  31. the 'Libraries' section below.
  32. * jEdit on the Internet
  33. The jEdit homepage, located at <http://www.jedit.org> contains the
  34. latest version of jEdit, along with plugin downloads. There is also a
  35. user-oriented site, <http://community.jedit.org>. Check it out.
  36. If you would like to report a bug, first take a look at the 'jEdit
  37. Frequently Asked Questions' document, accessible from either jEdit's
  38. online help or by pointing your web browser to the file named
  39. 'index.html' in the 'doc/FAQ/' directory of the jEdit distribution.
  40. If the FAQ doesn't answer your question, report a bug with our bug
  41. tracker, located at <http://www.jedit.org/?page=feedback>.
  42. When writing a bug report, please try to be as specific as possible. You
  43. should specify your jEdit version, Java version, operating system, any
  44. relevant output from the activity log, and an e-mail address, in case we
  45. need further information from you to fix the bug.
  46. The 'Make Bug Report' macro included with jEdit, which can be found in
  47. the 'Misc' submenu of the 'Macros' menu, might be useful when preparing
  48. a bug report.
  49. If you would like to discuss jEdit and be informed when new versions are
  50. released, you should subscribe to the mailing lists; see
  51. <http://www.jedit.org/?page=feedback> for details.
  52. If you would like to discuss the BeanShell scripting language, subscribe
  53. to one of the BeanShell mailing lists by visiting
  54. <http://www.beanshell.org/contact.html>.
  55. Finally, if you want to chat about jEdit with other users and
  56. developers, come join the #jedit channel on irc.freenode.net. You
  57. can use the IRC plugin, available from <http://plugins.jedit.org>, for
  58. this purpose.
  59. * Libraries
  60. jEdit bundles the following libraries:
  61. - AElfred XML parser by Microstar corporation.
  62. This class is also DEPRECATED in favor of JDK 1.5's XmlReaderFactory class,
  63. or the supplied XMLUtilities helper classes.
  64. This class library is released under its own, non-GPL license,
  65. which reads as follows:
  66. "AElfred is free for both commercial and non-commercial use and
  67. redistribution, provided that Microstar's copyright and disclaimer are
  68. retained intact. You are free to modify AElfred for your own use and
  69. to redistribute AElfred with your modifications, provided that the
  70. modifications are clearly documented."
  71. The AElfred web site is <http://www.microstar.com>.
  72. - BeanShell scripting language, by Pat Niemeyer. jEdit bundles BeanShell
  73. version 2.0b4 with the bsh.util and bsh.classpath packages removed.
  74. BeanShell is released under a dual Sun Public License/GNU LGPL
  75. license. See the BeanShell homepage for details.
  76. The BeanShell web site is <http://www.beanshell.org>.
  77. - ASM bytecode generation library from Objectweb. This class library is
  78. released under the 'GNU Lesser General Public License'.
  79. The ASM homepage can be found at <http://asm.objectweb.org/>.
  80. The library is in org/gjt/sp/jedit/bsh/org/objectweb/asm/.
  81. The jEdit installer bundles the following libraries:
  82. - org.apache.excalibur.bzip2 compression library. This library is
  83. released under the Apache license, which can be found in
  84. doc/Apache.LICENSE.txt.
  85. The org.apache.excalibur.bzip2 web site is
  86. <http://jakarta.apache.org/avalon/excalibur/bzip2/>.
  87. - com.ice.tar, by Tim Endres. This code is in the public domain.
  88. The com.ice.tar web site is <http://www.trustice.com/java/tar/>.