blob: 1c259c02b4694a1aca5536bbf15dd9a4c432d424 (
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
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
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
|
<?xml version="1.0" encoding="UTF-8"?>
<!--
WeeChat documentation (german version)
Copyright (c) 2003-2009 by FlashCode <flashcode@flashtux.org>
This manual is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3 of the License, or
(at your option) any later version.
This manual is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<chapter id="chapAuthorsSupport">
<title>Autoren / Support</title>
<para>
Dieses Kapitel listet Autoren und Beitragende für WeeChat auf, und
zeigt die Möglichkeiten um Support zu bekommen.
</para>
<section id="secAuthors">
<title>Autoren</title>
<para>
WeeChat wird entwickelt von:
<itemizedlist>
<listitem>
<para>
<emphasis>FlashCode (Sébastien Helleu)</emphasis>
<email>flashcode AT flashtux.org</email> -
Hauptentwickler
</para>
</listitem>
<listitem>
<para>
<emphasis>kolter (Emmanuel Bouthenot)</emphasis>
<email>kolter AT openics.org</email> -
Entwickler, erzeugt Debian-Pakete
</para>
</listitem>
</itemizedlist>
</para>
</section>
<section id="secContributors">
<title>Beitragende</title>
<para>
Die folgenden Personen trugen zur Entwicklung von WeeChat bei:
<itemizedlist>
<listitem>
<para>
<emphasis>Ptitlouis</emphasis> -
Erzeugt Debian-Pakete
</para>
</listitem>
<listitem>
<para>
<emphasis>Jiri Golembiovsky</emphasis> -
Tschechische Übersetzung, Patches
</para>
</listitem>
<listitem>
<para>
<emphasis>Pavel Shevchuk</emphasis> -
Russisch Übersetzung
</para>
</listitem>
<listitem>
<para>
<emphasis>Frank Zacharias</emphasis> -
Deutsche Übersetzung
</para>
</listitem>
<listitem>
<para>
<emphasis>voroskoi</emphasis> -
Ungarische Übersetzung
</para>
</listitem>
<listitem>
<para>
<emphasis>Rudolf Polzer</emphasis> -
Patches
</para>
</listitem>
<listitem>
<para>
<emphasis>Jim Ramsay</emphasis> -
Patches
</para>
</listitem>
<listitem>
<para>
<emphasis>Odin</emphasis> -
SuSE RPM
</para>
</listitem>
<listitem>
<para>
<emphasis>Pistos</emphasis> -
Patches
</para>
</listitem>
<listitem>
<para>
<emphasis>Gwenn</emphasis> -
Patches
</para>
</listitem>
</itemizedlist>
</para>
</section>
<section id="secSupport">
<title>Support bekommen</title>
<para>
Bevor Sie nach Support fragen, sollten Sie die Dokumentation und die FAQ
gelesen haben, die bei WeeChat angeboten wird. (Die Dokumentation
ist dieses Dokument, wenn Sie sie nicht bis zu dieser Zeile gelesen
haben, sollten Sie sie noch Mal lesen!)
</para>
<para>
<itemizedlist>
<listitem>
<para>
IRC: Server "<literal>irc.freenode.net</literal>",
Channel "<literal>#weechat</literal>"
</para>
</listitem>
<listitem>
<para>
WeeChat Forum:
<ulink url="http://forums.flashtux.org/">
http://forums.flashtux.org/
</ulink>
</para>
</listitem>
<listitem>
<para>
Mailingliste:
<itemizedlist>
<listitem>
<para>
Zum abonnieren:
<ulink url="http://mail.nongnu.org/mailman/listinfo/weechat-support">
http://mail.nongnu.org/mailman/listinfo/weechat-support
</ulink>
</para>
</listitem>
<listitem>
<para>
Um eine Mail an die Liste zu senden:
<email>weechat-support@nongnu.org</email>
</para>
</listitem>
</itemizedlist>
Das Archiv der Mailingliste ist hier:
<ulink url="http://mail.nongnu.org/archive/html/weechat-support">
http://mail.nongnu.org/archive/html/weechat-support
</ulink>
</para>
</listitem>
</itemizedlist>
</para>
</section>
</chapter>
|