PageRenderTime 50ms CodeModel.GetById 17ms RepoModel.GetById 1ms app.codeStats 0ms

/jEdit/tags/jedit-4-2-pre14/doc/FAQ/faq.xml

#
XML | 140 lines | 71 code | 15 blank | 54 comment | 0 complexity | 0d2d00724456ad7cd93dbc8547a57c0e 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. <?xml version="1.0" standalone="no" ?>
  2. <!-- jEdit buffer-local properties: -->
  3. <!-- :indentSize=1:noTabs=true:maxLineLen=72:tabSize=2: -->
  4. <!-- -->
  5. <!-- jEdit FAQ -->
  6. <!-- Copyright (C) 2001-2002 John Gellene -->
  7. <!-- $Id: faq.xml 4953 2003-12-30 04:47:03Z spestov $
  8. -->
  9. <!-- Changes required for posting on jEdit Community: -->
  10. <!-- Title should be <h2> without class; -->
  11. <!-- all <h1> headings should be changed to <h2> -->
  12. <!-- Command line for processing: -->
  13. <!-- -->
  14. <!-- xsltproc -catalogs -output .\html\ faq.xsl faq.xml -->
  15. <!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
  16. "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
  17. <!-- Changes required for posting on jEdit Community: -->
  18. <!-- Title should be <h2> without class; -->
  19. <!-- all <h1> headings should be changed to <h2> -->
  20. <!ENTITY faq-intro SYSTEM "faq-intro.xml">
  21. <!ENTITY faq-general SYSTEM "faq-general.xml">
  22. <!ENTITY faq-install SYSTEM "faq-install.xml">
  23. <!ENTITY faq-use SYSTEM "faq-use.xml">
  24. <!ENTITY faq-macros SYSTEM "faq-macros.xml">
  25. <!ENTITY faq-plugins SYSTEM "faq-plugins.xml">
  26. <!ENTITY faq-problems SYSTEM "faq-problems.xml">
  27. <!ENTITY faq-contrib SYSTEM "faq-contrib.xml">
  28. <!ENTITY faq-legal SYSTEM "faq-legal.xml">
  29. ]>
  30. <article class="faq" id="faq">
  31. <articleinfo>
  32. <author>
  33. <firstname>John</firstname><surname>Gellene</surname>
  34. <affiliation><address><email>jgellene@nyc.rr.com</email></address></affiliation>
  35. </author>
  36. <author>
  37. <firstname>Kris</firstname><surname>Kopicki</surname>
  38. <affiliation><address><email>krisko@users.sourceforge.net</email></address></affiliation>
  39. </author>
  40. <copyright><year>2002</year><holder>John Gellene</holder></copyright>
  41. <legalnotice><title>Legal Notice</title>
  42. <para>
  43. Permission is granted to copy, distribute and/or modify this document
  44. under the terms of the GNU Free Documentation License, Version 1.1 or
  45. any later version published by the Free Software Foundation; with no
  46. <quote>Invariant Sections</quote>, <quote>Front-Cover Texts</quote> or
  47. <quote>Back-Cover Texts</quote>, each as defined in the license. A copy of
  48. the license is contained in the file <filename>COPYING.DOC.txt</filename>
  49. included with jEdit.
  50. </para>
  51. </legalnotice>
  52. <title>jEdit Frequently Asked Questions</title>
  53. <revhistory>
  54. <!-- <revision>
  55. <revnumber>0.1</revnumber>
  56. <date>Sept. 23, 2001</date>
  57. <revremark>Initial draft.</revremark>
  58. </revision>
  59. <revision>
  60. <revnumber>0.2</revnumber>
  61. <date>Sept. 25, 2001</date>
  62. <revremark>Sections 1-3 prepared.</revremark>
  63. </revision>
  64. <revision>
  65. <revnumber>0.3</revnumber>
  66. <date>Sept. 27, 2001</date>
  67. <revremark>Section 4 prepared.</revremark>
  68. </revision>
  69. <revision>
  70. <revnumber>0.4</revnumber>
  71. <date>Oct. 16, 2001</date>
  72. <revremark>Sections 1-4 completed.</revremark>
  73. </revision>
  74. <revision>
  75. <revnumber>0.5</revnumber>
  76. <date>Oct. 17, 2001</date>
  77. <revremark>Sections 1-5 completed.</revremark>
  78. </revision>
  79. <revision>
  80. <revnumber>0.6</revnumber>
  81. <date>Oct. 31, 2001</date>
  82. <revremark>Sections 1-5 completed; section 6 begun.</revremark>
  83. </revision>
  84. <revision>
  85. <revnumber>0.7</revnumber>
  86. <date>Jan. 15, 2002</date>
  87. <revremark>Inclusion of material from jEdit Community
  88. Interactive FAQ</revremark>
  89. </revision>
  90. -->
  91. <revision>
  92. <revnumber>0.8</revnumber>
  93. <date>Feb. 17, 2002</date>
  94. <revremark>Additional revisions for jEdit 4.0 release</revremark>
  95. </revision>
  96. <revision>
  97. <revnumber>0.9</revnumber>
  98. <date>Feb. 9, 2003</date>
  99. <revremark>Additional revisions for jEdit 4.1 release</revremark>
  100. </revision>
  101. <revision>
  102. <revnumber>1.0</revnumber>
  103. <date>Feb. 18, 2003</date>
  104. <revremark>New format &amp; additions for jEdit 4.1 release</revremark>
  105. </revision>
  106. </revhistory>
  107. <releaseinfo>
  108. <emphasis>Note: </emphasis>
  109. This draft incorporates material from the Interactive FAQ section
  110. of the <ulink url=
  111. "http://community.jedit.org/modules.php?op=modload&amp;name=faq&amp;file=index"
  112. >jEdit Community web site</ulink>.
  113. </releaseinfo>
  114. </articleinfo>
  115. &faq-intro;
  116. &faq-general;
  117. &faq-install;
  118. &faq-use;
  119. &faq-macros;
  120. &faq-plugins;
  121. &faq-problems;
  122. &faq-contrib;
  123. &faq-legal;
  124. </article>