Welcome to mirror list, hosted at ThFree Co, Russian Federation.

faq.xml « doc « winsup - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a48783410d90ea07daa2ebae4211a5f7e4fb7215 (plain)
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
<?xml version='1.0'?>
<!DOCTYPE article PUBLIC '-//OASIS//DTD DocBook XML V4.5//EN'
                      "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
      <!-- see http://www.unicode.org/charts/PDF/U0080.pdf -->
	<!ENTITY pound      "&#x00A3;">
	<!ENTITY brokenpipe "&#x00A6;">

      <!-- all the files -->
      <!ENTITY FAQ-WHAT SYSTEM "faq-what.xml">
      <!ENTITY FAQ-SETUP SYSTEM "faq-setup.xml">
      <!ENTITY FAQ-RESOURCES SYSTEM "faq-resources.xml">
      <!ENTITY FAQ-USING SYSTEM "faq-using.xml">
      <!ENTITY FAQ-API SYSTEM "faq-api.xml">
      <!ENTITY FAQ-PROGRAMMING SYSTEM "faq-programming.xml">
]>

<article id="faq-nochunks" lang="en">
  <articleinfo>
    <title>Cygwin FAQ</title>
  </articleinfo>

<qandaset>
<?dbhtml toc="1"?>

<qandadiv id="faq.about">
<title>About Cygwin</title>
&FAQ-WHAT;
</qandadiv>

<qandadiv id="faq.setup">
<title>Setting up Cygwin</title>
&FAQ-SETUP;
</qandadiv>

<qandadiv id="faq.resources">
<title>Further Resources</title>
&FAQ-RESOURCES;
</qandadiv>

<qandadiv id="faq.using">
<title>Using Cygwin</title>
&FAQ-USING;
</qandadiv>

<qandadiv id="faq.api">
<title>Cygwin API Questions</title>
&FAQ-API;
</qandadiv>

<qandadiv id="faq.programming">
<title>Programming Questions</title>
&FAQ-PROGRAMMING;
</qandadiv>

<qandadiv id="faq.copyright">
<title>Copyright</title>

<qandaentry id="faq.what.copyright">
<question><para>What are the copyrights?</para></question>
<answer>

<para>Please see
<ulink url="http://cygwin.com/license.html" /> for more information
about Cygwin copyright and licensing.
</para>

</answer></qandaentry>
</qandadiv>
</qandaset>

</article>