File: mailinglist.xml

package info (click to toggle)
php-doc 20100521-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze, wheezy
  • size: 59,992 kB
  • ctags: 4,085
  • sloc: xml: 796,833; php: 21,338; cpp: 500; sh: 117; makefile: 58; awk: 28
file content (219 lines) | stat: -rw-r--r-- 9,056 bytes parent folder | download
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
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision: 297028 $ -->
 <chapter xml:id="faq.mailinglist" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  <title>Mailing lists</title>
  <titleabbrev>Mailing lists</titleabbrev>

   <para>
    This section holds questions about how to get in touch with
    the PHP community. The best way is the mailing lists. 
   </para>

  <qandaset>
   <qandaentry xml:id="faq.mailinglist.isthere">
    <question>
     <para>Are there any PHP mailing lists?</para>
    </question>
    <answer>
     <para>
      Of course! There are many mailing lists for several subjects.
      The most common community mailing lists can be found on our
      <link xlink:href="&url.php.mailing-lists;">mailing list</link> page.
     </para>
     <para>
      The most general mailing list is <literal>php-general</literal>.
      To subscribe, send a blank email message to
      <link xlink:href="mailto:&url.ml.general.subscribe;">&url.ml.general.subscribe;</link>.
      To unsubscribe, send a blank email to <link xlink:href="mailto:&url.ml.general.unsubscribe;">&url.ml.general.unsubscribe;</link>.
     </para>
     <para>
      You can also subscribe and unsubscribe using the web
      interface on our <link xlink:href="&url.php.mailing-lists;">mailing list</link>
      page, and unsubscribe instructions are included in the footer of
      every mailing list message.
     </para>
    </answer>
   </qandaentry>

   <qandaentry xml:id="faq.mailinglist.others">
    <question>
     <para>Are there any other communities?</para>
    </question>
    <answer>
     <para>
      There are countless PHP-centric communities around the world, and we have
      links to some of these resources (and information on how to learn more)
      on our <link xlink:href="&url.php.support;">Support</link> page.
     </para>
    </answer>
   </qandaentry>

   <qandaentry xml:id="faq.mailinglist.myown">
    <question>
     <para>Can I start my own PHP mailing list?</para>
    </question>
    <answer>
     <para>
      Absolutely! In fact, we not only freely allow it, we encourage it!
      Helping others by sharing your knowledge and experience with PHP
      helps to foster the growth and development of the global PHP
      community and the language itself.
     </para>
    </answer>
   </qandaentry>

   <qandaentry xml:id="faq.mailinglist.subscribing">
    <question>
     <para>
      Help! I can't seem to subscribe to/unsubscribe from
      one of the mailing lists!
     </para>
    </question>
    <answer>
     <para>
      If you have problems subscribing to or unsubscribing from a mailing
      list, it may be because the mailing list software can't figure out
      the correct mailing address to use. If your email address is
      <literal>joeblow@example.com</literal>, and you are trying to
      subscribe to php-general, you can send your subscription request to
      <literal>php-general-subscribe-joeblow=example.com@lists.php.net</literal>,
      or your unsubscription request to
      <literal>php-general-unsubscribe-joeblow=example.com@lists.php.net</literal>.
      Use similar addresses for the other mailing lists.
     </para>
     <para>
      The most common reason folks have a hard time unsubscribing from our
      mailing lists is due to the use of mail forwarders.  For example,
      if your email address is danbrown@example.com, but you subscribed to
      the mailing list with the forwarder php-lists@example.com and forward
      that to danbrown@example.com, attempting to unsubscribe
      danbrown@example.com will not work, as that address is not even known
      to our systems.  Instead, you will need to unsubscribe the address to
      which the mail is being sent - in this example, php-lists@example.com.
     </para>
    </answer>
   </qandaentry>

   <qandaentry xml:id="faq.mailinglist.archive">
    <question>
     <para>Is there an archive of the mailing lists anywhere?</para>
    </question>
    <answer>
     <para>
       Yes, you will find links to some of the archive sites on the 
       <link xlink:href="&url.php.mailing-lists;">mailing list</link> page.
       You will also find dozens of sites that archive and/or syndicate
       our mailing list content by using your favorite Internet search
       engine and searching for "php mailing list archives".
     </para>
     <para>
       All mailing list articles are also archived as news
       messages. You can access the news server at <link
       xlink:href="&url.php.news;">&url.php.news;</link>
       with a news client. There is also an experimental web
       interface for the news server at <link
       xlink:href="&url.php.newsweb;">&url.php.newsweb;</link>
     </para>
    </answer>
   </qandaentry>
  
   <qandaentry xml:id="faq.mailinglist.question">
    <question>
     <para>What can I ask the mailing list?</para>
    </question>
    <answer>
     <para>
      Since PHP is growing more and more popular by the day, the traffic 
      on the php-general mailing list can be very heavy, ranging from
      75 to 200 or more posts per day. Because of this, it is in everyone's
      interest that you use the list as a last resort, when you have
      exhausted all other avenues.
     </para>
     <para>
      Before you post to the list please have a look in this FAQ and the 
      manual to see if you can find the help there. If there is nothing 
      to be found there try out the mailing list archives (see above). 
      If you're having problem with installing or configuring PHP, please
      read through all included documentation and README's. If you still
      can't find any information that helps you out, you're more than 
      welcome to use the appropriate mailing list.
     </para>
     <para>
      To ensure that you receive the best responses (and to reduce the
      likelihood of frustrating your fellow developers), please be sure to
      post your question to the appropriate list.  For example, if you are
      having difficulties installing PHP, you should send your question to
      the <literal>php-install</literal> mailing list.  A caveat: some lists
      have similar names and completely different uses; a question regarding
      PHP scripts on Windows should be directed to the Windows PHP users
      list, <literal>not</literal> to the Windows Internals list.
     </para>
     <para>
      Before asking questions, you may want to read the paper on 
      <link xlink:href="&url.smart.questions;">How To Ask Questions The Smart
      Way</link> as this is a good idea for everyone.
     </para>
    </answer>
   </qandaentry>
   
   <qandaentry xml:id="faq.mailinglist.guideline">
    <question>
     <para>What information should I include when posting to the mailing list?</para>
    </question>
    <answer>
     <para>
      Posts like "I can't get PHP up and running! Help me! What is
      wrong?" are of absolutely no use to anyone. If you're having problems
      getting PHP up and running you must include the operating system being
      used, the version of PHP you're trying to use, how you got it
      (pre-compiled, SVN, RPM, and so on), what you have done so far,
      and the exact error message or present result.
     </para>
     <para>
      This goes for any other problem as well: you must include an explanation
      of what you have done, what you're trying to do, and any error messages
      encountered in the process. If you're having problems with your source
      code, you should include the part of the code that isn't working,
      indicating which line is the problem by an appropriately-placed code
      comment. Do not include more code than necessary though!  It makes the
      post difficult to read, causing many to ignore your request. If you're
      unsure about how much information should be included, post what you
      believe is immediately relevant to your present issue, and be prepared
      to provide more information upon request.
     </para>
     <para>
      Another important thing to remember is to summarize your problem
      on the subject line. A subject like "HELP MEEEE!!!" or "What is the
      problem here?" will be ignored by the majority of the readers.
     </para>
     <para>
      And lastly, you're encouraged to read the paper on
      <link xlink:href="&url.smart.questions;">How To Ask Questions The 
      Smart Way</link> as this will be a great help for everyone, 
      especially yourself.
     </para>
    </answer>
   </qandaentry>
  </qandaset>
 </chapter>

<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->