/jEdit/tags/jedit-4-0-pre4/doc/FAQ/faq.xml

# · XML · 113 lines · 50 code · 15 blank · 48 comment · 0 complexity · 948eeb646adbae3b625dbd44ca16d5e8 MD5 · raw file

  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 3974 2002-01-17 16:57:28Z 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. -->
  77. <revision>
  78. <revnumber>0.7</revnumber>
  79. <date>Jan. 15, 2002</date>
  80. <revremark>Inclusion of material from jEdit Community
  81. Interactive FAQ</revremark>
  82. </revision>
  83. </revhistory>
  84. <releaseinfo>
  85. <emphasis>Note: </emphasis>
  86. This draft incorporates material from the Interactive FAQ section
  87. of the <ulink url=
  88. "http://community.jedit.org/modules.php?op=modload&amp;name=faq&amp;file=index"
  89. >jEdit Community web site</ulink>.
  90. </releaseinfo>
  91. </articleinfo>
  92. &faq-items-part1;
  93. &faq-items-part2;
  94. &faq-items-part3;
  95. &faq-items-part4;
  96. &faq-appendix;
  97. </article>