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

Tiny edits of the hidden data (doctype, meta, line endings, hidden symbols).
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Apr 23 23:53:42 2015 +0300 (2015-04-23)
parents 2b715a13d650
children a9dc091249f2
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 include("../lib/html/header.html"); ?>
15 <!-- Block -->
16 <div id="block">
17 <?php include("../lib/html/nav.en.html"); ?>
18 <!-- Information/image -->
19 <div id="block_info">
20 <h4>Mailing list</h4>
21 <p>
22 SliTaz contributors discussions and announcements (inc.
23 support and development). All this is part of the mailing
24 list - Join now to get help or involved in the project.
25 </p>
26 <p>
27 <img src="/images/users.png" alt="[ ]" />
28 Also you can <a href="http://scn.slitaz.org/">join us on SCN</a>
29 and the <a href="http://forum.slitaz.org/">forum</a>.
30 </p>
32 </div>
33 </div>
35 <?php include("../lib/lang.php"); ?>
37 <!-- Content -->
38 <div id="content">
40 <h2>SliTaz list</h2>
42 <ul>
43 <li><a href="#about">About the list</a> - Support and development.</li>
44 <li><a href="#usage">Using the list</a> - Subscribe/Unsubscribe and
45 operation.</li>
46 <li><a href="#archives">Archives of the list</a> - Read and/or
47 search through archived messages.</li>
48 </ul>
50 <h3 id="about">About the list</h3>
52 <p>
53 The discussion/distribution (mailing list) is the main form of communication
54 in the Slitaz community. The list is open to everyone, you are free to
55 subscribe, unsubscribe at any time. It is a very effective means of
56 collaboration, and is used to provide free technical support to users of
57 SliTaz. Developers, advanced users, proofreaders, etc, use the same list to
58 manage the development of the project. Using the same list for support and
59 development allows us to reach a wider audience, resulting in a faster, more
60 accurate response. However, the members on the list are all volunteers and do
61 the best they can based on their free time. Courtesy and politeness are de
62 rigueur and little bit of humour never hurt anyone.
63 </p>
64 <p>
65 The <em>mailing list</em> is used to send messages and receive mail. This
66 means that all registered members can post on the mailing list and receive
67 all messages posted by other members. Messages are sent by the list engine of
68 <a href="http://www.tuxfamily.org/">TuxFamily</a> powered by the excellent
69 <a href="http://www.vhffs.org/">VHFFS</a>.
70 </p>
72 <h4>Civility</h4>
74 <p>
75 The mailing list is used by some often passionate and sensitive people.
76 Make an extra effort to treat others with respect, even if you feel badly
77 treated yourself. If you have something negative or critical to say, please
78 do not post. If a person looks inappropriate contact a Slitaz developer.
79 </p>
81 <h3 id="usage">Using the list</h3>
83 <p>
84 To be able to post on the list, you must first subscribe, you will then
85 receive a confirmation message. This mail contains a confirmation number
86 which you need to return to the list administrators (this prevents spam).
87 Once the mail and the confirmation message are received, you can then post
88 on the list and receive all messages that are posted. Note that messages can
89 be filtered by your preferred mail software into a specific directory. It is
90 also advisable to use "Reply", to reply to a message so that the discussion
91 thread can be properly followed.
92 </p>
93 <ul>
94 <li>Administration Address :
95 <a href="mailto:slitaz-request@lists.tuxfamily.org"
96 >slitaz-request@lists.tuxfamily.org</a></li>
97 <li>Subscribe with the subject : subscribe</li>
98 <li>Unsubscribe with the subject : unsubscribe</li>
99 <li>Help with the subject : help</li>
100 <li>Address to post on the list :
101 <a href="mailto:slitaz@lists.tuxfamily.org">slitaz@lists.tuxfamily.org</a></li>
102 </ul>
104 <h4>Format</h4>
106 <p>
107 Messages should be sent as raw text and not HTML, justifying the lines
108 to 72-80 characters so that people using a mail client in text mode can easily
109 read them. The format for these messages can be done automatically by most
110 good mail clients such as Sylpheed and also allows for more straightforward
111 reading of the archives. It is also advisable to remove unnecessary citations
112 and not to attach large files.
113 </p>
115 <h3 id="archives">Archives of the list</h3>
117 <p>
118 The mailing list is a public forum, all messages are archived and are
119 searchable online. This allows the non-registrants to still follow the list,
120 it is also a good resource for information about specific subjects. The list
121 is archived every night and you can easily browse the archive via the
122 list engine of TuxFamily. Messages are sorted by month and date or by
123 discussion thread (<em>Thread</em>) :
124 <a href="http://listengine.tuxfamily.org/lists.tuxfamily.org/slitaz/"
125 >Archives of the Mailing List</a>
126 </p>
128 <div>
129 <object type="text/html" width="100%" height="345" data="../lib/archives.php">
130 </object>
131 </div>
133 <!-- End of content -->
134 </div>
136 <?php include("../lib/html/footer.html"); ?>
138 </body>
139 </html>