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

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