File: faq.xml

package info (click to toggle)
jedit 5.3.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 14,252 kB
  • ctags: 11,190
  • sloc: java: 98,480; xml: 94,070; makefile: 52; sh: 42; cpp: 6; python: 6
file content (109 lines) | stat: -rw-r--r-- 4,179 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
<?xml version="1.0" encoding="UTF-8"?>
<!-- jEdit buffer-local properties:                       -->
<!-- :indentSize=2   -->
<!-- jEdit FAQ                                            -->
<!-- Command line for processing:                         -->
<!--                                                      -->
<!-- xsltproc -xinclude -output .\html\ faq.xsl faq.xml  -->
<article class="faq" id="faq"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xi="http://www.w3.org/2001/XInclude"  xsi:noNamespaceSchemaLocation='http://www.docbook.org/xsd/4.4/docbook.xsd'>
    <articleinfo>

        <author>
           <othername> The jEdit Community </othername>
        </author>

        <legalnotice>
            <title>Legal Notice</title>

            <para>Permission is granted to copy, distribute and/or modify this
            document under the terms of the GNU Free Documentation License,
            Version 1.1 or any later version published by the Free Software
            Foundation; with no <quote>Invariant Sections</quote>,
            <quote>Front-Cover Texts</quote> or <quote>Back-Cover Texts</quote>,
            each as defined in the license. A copy of the license is contained
            in the file <filename>COPYING.DOC.txt</filename> included with
            jEdit.</para>
        </legalnotice>

        <title>jEdit Frequently Asked Questions</title>

        <revhistory>
            <!--       <revision>
        <revnumber>0.1</revnumber>
        <date>Sept. 23, 2001</date>
        <revremark>Initial draft.</revremark>
     </revision>
      <revision>
        <revnumber>0.2</revnumber>
        <date>Sept. 25, 2001</date>
        <revremark>Sections 1-3 prepared.</revremark>
     </revision>
      <revision>
        <revnumber>0.3</revnumber>
        <date>Sept. 27, 2001</date>
        <revremark>Section 4 prepared.</revremark>
     </revision>
    <revision>
        <revnumber>0.4</revnumber>
        <date>Oct. 16, 2001</date>
        <revremark>Sections 1-4 completed.</revremark>
     </revision>
     <revision>
        <revnumber>0.5</revnumber>
        <date>Oct. 17, 2001</date>
        <revremark>Sections 1-5 completed.</revremark>
     </revision>

     <revision>
        <revnumber>0.6</revnumber>
        <date>Oct. 31, 2001</date>
        <revremark>Sections 1-5 completed; section 6 begun.</revremark>
     </revision>
    <revision>
      <revnumber>0.7</revnumber>
      <date>Jan. 15, 2002</date>
      <revremark>Inclusion of material from jEdit Community
      Interactive FAQ</revremark>
    </revision>
-->

            <revision>
                <revnumber>0.8</revnumber>
                <date>2001,2002</date>
                <author> <firstname>John</firstname> <surname>Gellene</surname> </author>
                <revremark>Initial HTML FAQ, revisions for jEdit 4.0 release</revremark>

            </revision>

            <revision>
                <revnumber>1.0</revnumber>
                <date>2003</date>
                <author> <firstname>Kris</firstname> <surname>Kopicki</surname></author>
                <revremark>First docbook version, &amp; additions for jEdit 4.1 release</revremark>

            </revision>

            <revision>
                <revnumber>1.4</revnumber>
                <date>2006,2015</date>
                <author> <firstname>Alan </firstname> <surname>Ezust </surname></author>
                <revremark>Updates for jEdit 4.3-5.3 releases</revremark>
            </revision>
        </revhistory>

        <releaseinfo><emphasis>Note: </emphasis> This document incorporates some
        material from the Interactive FAQ section of the <ulink
        url="http://community.jedit.org/modules.php?op=modload&amp;name=faq&amp;file=index">jEdit
        Community web site</ulink>.</releaseinfo>
    </articleinfo>

    <xi:include href="faq-intro.xml" />
    <xi:include href="faq-general.xml" />
    <xi:include href="faq-install.xml" />
    <xi:include href="faq-use.xml" />
    <xi:include href="faq-macros.xml" />
    <xi:include href="faq-plugins.xml" />
    <xi:include href="faq-problems.xml" />
    <xi:include href="faq-contrib.xml" />
</article>