website view en/mailing-list.php @ rev 1272

Improve support page, update last page in en/* and fr/*
author Christophe Lincoln <pankso@slitaz.org>
date Mon Aug 24 17:18:18 2015 +0200 (2015-08-24)
parents 9ed0bfb74392
children 0dedd51426ac
line source
1 <!DOCTYPE html>
2 <html lang="en">
3 <head>
4 <meta charset="utf-8"/>
5 <title>SliTaz - Mailing list</title>
6 <meta name="description" content="slitaz users developpers mailing list"/>
7 <meta name="keywords" content="slitaz list mail discuss" lang="en"/>
8 <meta name="author" content="Christophe Lincoln"/>
9 <?php include("../lib/html/meta-link.html"); ?>
10 </head>
11 <body>
13 <?php
14 include("../lib/html/header.html");
15 include("../lib/html/nav.html");
16 include("../lib/lang.php");
17 ?>
19 <!-- Content -->
20 <div id="content">
22 <h2>SliTaz Mailing list</h2>
24 <p>
25 Users support, general information, SliTaz contributors discussions and
26 announcements (inc. support and development). All this is part of the
27 mailing list - Join now to get help or involved in the project.
28 </p>
30 <ul>
31 <li><a href="#about">About the list</a> - Support and development.</li>
32 <li><a href="#usage">Using the list</a> - Subscribe/Unsubscribe and
33 operation.</li>
34 <li><a href="#archives">Archives of the list</a> - Read and/or
35 search through archived messages.</li>
36 </ul>
38 <h3 id="about">About the list</h3>
40 <p>
41 The discussion/distribution (mailing list) is the main form of communication
42 in the Slitaz community. The list is open to everyone, you are free to
43 subscribe, unsubscribe at any time. It is a very effective means of
44 collaboration, and is used to provide free technical support to users of
45 SliTaz. Developers, advanced users, proofreaders, etc, use the same list to
46 manage the development of the project. Using the same list for support and
47 development allows us to reach a wider audience, resulting in a faster, more
48 accurate response. However, the members on the list are all volunteers and do
49 the best they can based on their free time. Courtesy and politeness are de
50 rigueur and little bit of humour never hurt anyone.
51 </p>
52 <p>
53 The <em>mailing list</em> is used to send messages and receive mail. This
54 means that all registered members can post on the mailing list and receive
55 all messages posted by other members. Messages are sent by the list engine of
56 <a href="http://www.tuxfamily.org/">TuxFamily</a> powered by the excellent
57 <a href="http://www.vhffs.org/">VHFFS</a>.
58 </p>
60 <h4>Civility</h4>
62 <p>
63 The mailing list is used by some often passionate and sensitive people.
64 Make an extra effort to treat others with respect, even if you feel badly
65 treated yourself. If you have something negative or critical to say, please
66 do not post. If a person looks inappropriate contact a Slitaz developer.
67 </p>
69 <h3 id="usage">Using the list</h3>
71 <p>
72 To be able to post on the list, you must first subscribe, you will then
73 receive a confirmation message. This mail contains a confirmation number
74 which you need to return to the list administrators (this prevents spam).
75 Once the mail and the confirmation message are received, you can then post
76 on the list and receive all messages that are posted. Note that messages can
77 be filtered by your preferred mail software into a specific directory. It is
78 also advisable to use "Reply", to reply to a message so that the discussion
79 thread can be properly followed.
80 </p>
81 <ul>
82 <li>Administration Address :
83 <a href="mailto:slitaz-request@lists.tuxfamily.org"
84 >slitaz-request@lists.tuxfamily.org</a></li>
85 <li>Subscribe with the subject : subscribe</li>
86 <li>Unsubscribe with the subject : unsubscribe</li>
87 <li>Help with the subject : help</li>
88 <li>Address to post on the list :
89 <a href="mailto:slitaz@lists.tuxfamily.org">slitaz@lists.tuxfamily.org</a></li>
90 </ul>
92 <h4>Format</h4>
94 <p>
95 Messages should be sent as raw text and not HTML, justifying the lines
96 to 72-80 characters so that people using a mail client in text mode can easily
97 read them. The format for these messages can be done automatically by most
98 good mail clients such as Sylpheed and also allows for more straightforward
99 reading of the archives. It is also advisable to remove unnecessary citations
100 and not to attach large files.
101 </p>
103 <h3 id="archives">Archives of the list</h3>
105 <p>
106 The mailing list is a public forum, all messages are archived and are
107 searchable online. This allows the non-registrants to still follow the list,
108 it is also a good resource for information about specific subjects. The list
109 is archived every night and you can easily browse the archive via the
110 list engine of TuxFamily. Messages are sorted by month and date or by
111 discussion thread (<em>Thread</em>) :
112 <a href="http://listengine.tuxfamily.org/lists.tuxfamily.org/slitaz/"
113 >Archives of the Mailing List</a>
114 </p>
116 <div>
117 <object type="text/html" width="100%" height="345" data="../lib/archives.php">
118 </object>
119 </div>
121 <!-- End of content -->
122 </div>
124 <?php include("../lib/html/footer.html"); ?>
126 </body>
127 </html>