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

Check whole website in W3C Validator
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun Apr 08 02:46:12 2012 +0300 (2012-04-08)
parents 9e27bd837079
children 7d975d352fca
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 <!-- Follow -->
33 <div style="margin-top: 12px;">
34 <script type="text/javascript">
35 document.write('<a href="https://twitter.com/slitaz" class="twitter-follow-button" data-show-count="true" data-show-screen-name="false">Follow @slitaz</a>');
36 !function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");
37 </script>
38 </div>
39 </div>
40 </div>
42 <?php include("../lib/lang.php"); ?>
44 <!-- Content -->
45 <div id="content">
47 <h2>SliTaz list</h2>
49 <ul>
50 <li><a href="#about">About the list</a> - Support and development.</li>
51 <li><a href="#usage">Using the list</a> - Subscribe/Unsubscribe and
52 operation.</li>
53 <li><a href="#archives">Archives of the list</a> - Read and/or
54 search through archived messages.</li>
55 </ul>
57 <h3 id="about">About the list</h3>
59 <p>
60 The discussion/distribution (mailing list) is the main form of communication
61 in the Slitaz community. The list is open to everyone, you are free to
62 subscribe, unsubscribe at any time. It is a very effective means of
63 collaboration, and is used to provide free technical support to users of
64 SliTaz. Developers, advanced users, proofreaders, etc, use the same list to
65 manage the development of the project. Using the same list for support and
66 development allows us to reach a wider audience, resulting in a faster, more
67 accurate response. However, the members on the list are all volunteers and do
68 the best they can based on their free time. Courtesy and politeness are de
69 rigueur and little bit of humour never hurt anyone.
70 </p>
71 <p>
72 The <em>mailing list</em> is used to send messages and receive mail. This
73 means that all registered members can post on the mailing list and receive
74 all messages posted by other members. Messages are sent by the list engine of
75 <a href="http://www.tuxfamily.org/">TuxFamily</a> powered by the excellent
76 <a href="http://www.vhffs.org/">VHFFS</a>.
77 </p>
79 <h4>Civility</h4>
81 <p>
82 The mailing list is used by some often passionate and sensitive people.
83 Make an extra effort to treat others with respect, even if you feel badly
84 treated yourself. If you have something negative or critical to say, please
85 do not post. If a person looks inappropriate contact a Slitaz developer.
86 </p>
88 <h3 id="usage">Using the list</h3>
90 <p>
91 To be able to post on the list, you must first subscribe, you will then
92 receive a confirmation message. This mail contains a confirmation number
93 which you need to return to the list administrators (this prevents spam).
94 Once the mail and the confirmation message are received, you can then post
95 on the list and receive all messages that are posted. Note that messages can
96 be filtered by your preferred mail software into a specific directory. It is
97 also advisable to use "Reply", to reply to a message so that the discussion
98 thread can be properly followed.
99 </p>
100 <ul>
101 <li>Administration Address :
102 <a href="mailto:slitaz-request@lists.tuxfamily.org"
103 >slitaz-request@lists.tuxfamily.org</a></li>
104 <li>Subscribe with the subject : subscribe</li>
105 <li>Unsubscribe with the subject : unsubscribe</li>
106 <li>Help with the subject : help</li>
107 <li>Address to post on the list :
108 <a href="mailto:slitaz@lists.tuxfamily.org">slitaz@lists.tuxfamily.org</a></li>
109 </ul>
111 <h4>Format</h4>
113 <p>
114 Messages should be sent as raw text and not HTML, justifying the lines
115 to 72-80 characters so that people using a mail client in text mode can easily
116 read them. The format for these messages can be done automatically by most
117 good mail clients such as Sylpheed and also allows for more straightforward
118 reading of the archives. It is also advisable to remove unnecessary citations
119 and not to attach large files.
120 </p>
122 <h3 id="archives">Archives of the list</h3>
124 <p>
125 The mailing list is a public forum, all messages are archived and are
126 searchable online. This allows the non-registrants to still follow the list,
127 it is also a good resource for information about specific subjects. The list
128 is archived every night and you can easily browse the archive via the
129 list engine of TuxFamily. Messages are sorted by month and date or by
130 discussion thread (<em>Thread</em>) :
131 <a href="http://listengine.tuxfamily.org/lists.tuxfamily.org/slitaz/"
132 >Archives of the Mailing List</a>
133 </p>
135 <div>
136 <object type="text/html" width="100%" height="345" data="../lib/archives.php">
137 </object>
138 </div>
140 <!-- End of content -->
141 </div>
143 <?php include("../lib/html/footer.html"); ?>
145 </body>
146 </html>