PageRenderTime 89ms CodeModel.GetById 11ms RepoModel.GetById 0ms app.codeStats 0ms

/jEdit/tags/jedit-4-1-pre5/doc/FAQ/faq.xml

#
XML | 118 lines | 49 code | 15 blank | 54 comment | 0 complexity | aba252977de604deb7ef33ee597c88a4 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 4042 2002-02-17 21:43:09Z jgellene $
  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.1.2//EN"
  16. "http://www.oasis-open.org/docbook/xml/4.1.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-items-part1 SYSTEM "faq-items1.xml">
  21. <!ENTITY faq-items-part2 SYSTEM "faq-items2.xml">
  22. <!ENTITY faq-items-part3 SYSTEM "faq-items3.xml">
  23. <!ENTITY faq-items-part4 SYSTEM "faq-items4.xml">
  24. <!ENTITY faq-appendix SYSTEM "faq-appendix.xml">
  25. ]>
  26. <article class="faq" id="faq">
  27. <articleinfo>
  28. <author>
  29. <firstname>John</firstname><surname>Gellene</surname>
  30. <affiliation><address><email>jgellene@nyc.rr.com</email></address></affiliation>
  31. </author>
  32. <copyright><year>2002</year><holder>John Gellene</holder></copyright>
  33. <legalnotice><title>Legal Notice</title>
  34. <para>
  35. Permission is granted to copy, distribute and/or modify this document
  36. under the terms of the GNU Free Documentation License, Version 1.1 or
  37. any later version published by the Free Software Foundation; with no
  38. <quote>Invariant Sections</quote>, <quote>Front-Cover Texts</quote> or
  39. <quote>Back-Cover Texts</quote>, each as defined in the license. A copy of
  40. the license is contained in the file <filename>COPYING.DOC.txt</filename>
  41. included with jEdit.
  42. </para>
  43. </legalnotice>
  44. <title>jEdit Frequently Asked Questions</title>
  45. <revhistory>
  46. <!-- <revision>
  47. <revnumber>0.1</revnumber>
  48. <date>Sept. 23, 2001</date>
  49. <revremark>Initial draft.</revremark>
  50. </revision>
  51. <revision>
  52. <revnumber>0.2</revnumber>
  53. <date>Sept. 25, 2001</date>
  54. <revremark>Sections 1-3 prepared.</revremark>
  55. </revision>
  56. <revision>
  57. <revnumber>0.3</revnumber>
  58. <date>Sept. 27, 2001</date>
  59. <revremark>Section 4 prepared.</revremark>
  60. </revision>
  61. <revision>
  62. <revnumber>0.4</revnumber>
  63. <date>Oct. 16, 2001</date>
  64. <revremark>Sections 1-4 completed.</revremark>
  65. </revision>
  66. <revision>
  67. <revnumber>0.5</revnumber>
  68. <date>Oct. 17, 2001</date>
  69. <revremark>Sections 1-5 completed.</revremark>
  70. </revision>
  71. <revision>
  72. <revnumber>0.6</revnumber>
  73. <date>Oct. 31, 2001</date>
  74. <revremark>Sections 1-5 completed; section 6 begun.</revremark>
  75. </revision>
  76. <revision>
  77. <revnumber>0.7</revnumber>
  78. <date>Jan. 15, 2002</date>
  79. <revremark>Inclusion of material from jEdit Community
  80. Interactive FAQ</revremark>
  81. </revision>
  82. -->
  83. <revision>
  84. <revnumber>0.8</revnumber>
  85. <date>Feb. 17, 2002</date>
  86. <revremark>Additional revisions for jEdit 4.0 release</revremark>
  87. </revision>
  88. </revhistory>
  89. <releaseinfo>
  90. <emphasis>Note: </emphasis>
  91. This draft incorporates material from the Interactive FAQ section
  92. of the <ulink url=
  93. "http://community.jedit.org/modules.php?op=modload&amp;name=faq&amp;file=index"
  94. >jEdit Community web site</ulink>.
  95. </releaseinfo>
  96. </articleinfo>
  97. &faq-items-part1;
  98. &faq-items-part2;
  99. &faq-items-part3;
  100. &faq-items-part4;
  101. &faq-appendix;
  102. </article>