PageRenderTime 41ms CodeModel.GetById 16ms RepoModel.GetById 0ms app.codeStats 0ms

/jEdit/tags/jedit-4-2-pre14/doc/README.txt

#
Plain Text | 128 lines | 89 code | 39 blank | 0 comment | 0 complexity | a5e7894a584d463f48c89b7a265ffce1 MD5 | raw file
Possible License(s): BSD-3-Clause, AGPL-1.0, Apache-2.0, LGPL-2.0, LGPL-3.0, GPL-2.0, CC-BY-SA-3.0, LGPL-2.1, GPL-3.0, MPL-2.0-no-copyleft-exception, IPL-1.0
  1. JEDIT 4.2 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 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.openprojects.net. You
  57. can use the IRC plugin, available from <http://plugins.jedit.org>, for
  58. this purpose.
  59. You may also e-mail me directly by e-mailing <slava@jedit.org>.
  60. * Libraries
  61. jEdit bundles the following libraries:
  62. - gnu.regexp by the Free Software Foundation. jEdit bundles the
  63. gnu.regexp 1.1.5 CVS snapshot.
  64. gnu.regexp is released under the 'GNU Lesser General Public License'.
  65. The gnu.regexp homepage is <http://www.cacas.org/java/gnu/regexp/>.
  66. - AElfred XML parser by Microstar corporation. This class library is
  67. released under its own, non-GPL license, which reads as follows:
  68. "AElfred is free for both commercial and non-commercial use and
  69. redistribution, provided that Microstar's copyright and disclaimer are
  70. retained intact. You are free to modify AElfred for your own use and
  71. to redistribute AElfred with your modifications, provided that the
  72. modifications are clearly documented."
  73. The AElfred web site is <http://www.microstar.com>.
  74. - BeanShell scripting language, by Pat Niemeyer. jEdit bundles BeanShell
  75. version 2.0b1 with the bsh.util and bsh.classpath packages removed.
  76. BeanShell is released under a dual Sun Public License/GNU LGPL
  77. license. See the BeanShell homepage for details.
  78. The BeanShell web site is <http://www.beanshell.org>.
  79. - ASM bytecode generation library from Objectweb. This class library is
  80. released under a BSD-style license. The ASM homepage can be found at
  81. <http://asm.objectweb.org/>.
  82. The jEdit installer bundles the following libraries:
  83. - org.apache.excalibur.bzip2 compression library. This library is
  84. released under the Apache license, which can be found in
  85. doc/Apache.LICENSE.txt.
  86. The org.apache.excalibur.bzip2 web site is
  87. <http://jakarta.apache.org/avalon/excalibur/bzip2/>.
  88. - com.ice.tar, by Tim Endres. This code is in the public domain.
  89. The com.ice.tar web site is <http://www.trustice.com/java/tar/>.