forked from matthiasl/Erlang-FAQ
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathfaq_questions.xml
executable file
·138 lines (109 loc) · 3.98 KB
/
faq_questions.xml
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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
<?xml version="1.0" encoding="iso-8859-1" ?>
<!DOCTYPE chapter SYSTEM "chapter.dtd">
<chapter>
<header>
<title>Questions about this FAQ</title>
<prepared>Matthias Lang</prepared>
<docno></docno>
<date>2007-09-12</date>
<rev>1.0</rev>
<file>faq_questions.xml</file>
</header>
<section><title>Where can I get the latest version of the FAQ?</title>
<p>
The <url href="http://www.erlang.org/faq/faq.html">
open source Erlang website </url>.
</p>
</section>
<section><title>What's new?</title>
<section>
<title>April 2010</title>
<p>Migrated the FAQ to the new OTP documentation build</p>
</section>
<section>
<title>May 2009</title>
<p>Updated for R13B-1, fixed broken links</p>
<p>Updated the sections related to type checking to focus on
or mention dialyzer.</p>
<p>Added to the list of known high-profile commercial and
academic users.</p>
<p>Updated the conference section to cover the Erlang exchange
conferences in SF and London.</p>
<p>Mentioned the #erlang IRC channel.</p>
</section>
<section>
<title>January 2009</title>
<p>Updated for R12B-5, fixed broken links</p>
<p>Erlang now has public GIT, Bazaar and
CVS <seealso marker="obtaining#repositories">repositories</seealso></p>
</section>
<section>
<title>March 2008</title>
<p>Updated for R12B-1, fixed broken links</p>
</section>
<section>
<title>November 2007</title>
<p>Migrated the FAQ source from docbook to OTP's own docbuilder</p>
<p>Updated for R11B-5, fixed broken links</p>
<p>New question: <seealso marker="how_do_i#stderr">How do I
write to standard error on a unix system?</seealso></p>
</section>
<section>
<title>May 2007</title>
<p>Updated for R11B-4</p>
<p>Added a link to the new Joe Armstrong book.</p>
<p>New question: <seealso marker="obtaining#eeps">How can
I propose changes to the language itself?</seealso>
</p>
<p>New question: <seealso marker="academic#priority-receive">Can
a process receive messages with varying priorities?</seealso>
</p>
<p>Added CEAN (cean.process-one.net) to the 'obtaining' section.
</p>
<p>Removed the "why is the release so big?" question.
Given the bandwidth available to most people nowadays, the
question is no longer of general interest.
</p>
</section>
</section>
<section><title>Where do I ask questions which are not answered in this FAQ?</title>
<p>
In most cases, the best place is the <em>erlang-questions</em>
mailing list at <url href="mailto:[email protected]">
[email protected]</url>. Anyone can
<url href="http://www.erlang.org/mailman/listinfo">subscribe.</url>
</p>
</section>
<section><title>The answer to question 2.4 is wrong!</title>
<p>
If you've found an editorial error in the FAQ (broken link,
an addition to a list of links, typo, ambiguity, badly
expressed answer, etc.), send some mail to
<url href="mailto:[email protected]">
[email protected]</url> and I'll fix it.
</p>
<p>
Problems along the lines of "the advice about
the importance of type checking is complete drivel" might
be of general interest on the <em>erlang-questions</em>
mailing list at <url
href="mailto:[email protected]?subject=besserwisser">
[email protected]</url>.
</p>
</section>
<section><title>Disclaimer/Distribution</title>
<p>
The information in this document is available free of charge in the
hope that it will be of use. However, the author specifically
disclaims any liability for any direct, indirect, or consequential
damages arising out of its use. The author grants permission to
distribute this FAQ in unmodified form on any medium.
</p>
<p>
Opinions in this FAQ do not necessarily agree with Ericsson's
official opinions. The
<url href="http://www.corelatus.com/~matthias">maintainer</url>
no longer works for Ericsson and this FAQ is not an Ericsson product.
</p>
</section>
</chapter>