website annotate en/mailing-list.php @ rev 920

Enflish menu in lib/html/nav.en.html and move search + mailing-list to PHP
author Christophe Lincoln <pankso@slitaz.org>
date Sun Mar 11 20:22:30 2012 +0100 (2012-03-11)
parents
children 5e9460d3aa5c
rev   line source
pankso@920 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
pankso@920 2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
pankso@920 3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
pankso@920 4 <head>
pankso@920 5 <title>SliTaz - Mailing list</title>
pankso@920 6 <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
pankso@920 7 <meta name="description" content="slitaz users developpers mailing list" />
pankso@920 8 <meta name="keywords" content="slitaz list mail discuss" lang="fr" />
pankso@920 9 <meta name="robots" content="index, follow, all" />
pankso@920 10 <meta name="modified" content="<?php echo (date( "Y-m-d H:i:s", getlastmod())); ?>" />
pankso@920 11 <meta name="author" content="Christophe Lincoln" />
pankso@920 12 <link rel="shortcut icon" href="../favicon.ico" />
pankso@920 13 <link rel="stylesheet" type="text/css" href="../slitaz.css" />
pankso@920 14 <link rel="alternate" type="application/rss+xml" title="SliTaz Website feed" href="/rss.xml" />
pankso@920 15 </head>
pankso@920 16 <body>
pankso@920 17
pankso@920 18 <?php include("../lib/html/header.html"); ?>
pankso@920 19
pankso@920 20 <!-- Block -->
pankso@920 21 <div id="block">
pankso@920 22 <?php include("../lib/html/nav.en.html"); ?>
pankso@920 23 <!-- Information/image -->
pankso@920 24 <div id="block_info">
pankso@920 25 <h4>Mailing list</h4>
pankso@920 26 <p>
pankso@920 27 SliTaz contributors discussions and announcements (inc.
pankso@920 28 support and development). All this is part of the mailing
pankso@920 29 list - Join now to get help or involved in the project.
pankso@920 30 </p>
pankso@920 31 <p>
pankso@920 32 <img src="../images/users.png" alt="users.png" />
pankso@920 33 Also you can <a href="http://scn.slitaz.org/">join us on SCN</a>
pankso@920 34 and the support <a href="http://forum.slitaz.org/">forum</a>
pankso@920 35 </p>
pankso@920 36 </div>
pankso@920 37 </div>
pankso@920 38
pankso@920 39 <!-- Content -->
pankso@920 40 <div id="content">
pankso@920 41
pankso@920 42 <h2>SliTaz list</h2>
pankso@920 43
pankso@920 44 <ul>
pankso@920 45 <li><a href="#about">About the list</a> - Support and development.</li>
pankso@920 46 <li><a href="#usage">Using the list</a> - Subscribe/Unsubscribe and
pankso@920 47 operation.</li>
pankso@920 48 <li><a href="#archives">Archives of the list</a> - Read and/or
pankso@920 49 search through archived messages.</li>
pankso@920 50 </ul>
pankso@920 51
pankso@920 52 <a name="about"></a>
pankso@920 53 <h3>About the list</h3>
pankso@920 54 <p>
pankso@920 55 The discussion/distribution (mailing list) is the main form of communication
pankso@920 56 in the Slitaz community. The list is open to everyone, you are free to
pankso@920 57 subscribe, unsubscribe at any time. It is a very effective means of
pankso@920 58 collaboration, and is used to provide free technical support to users of
pankso@920 59 SliTaz. Developers, advanced users, proofreaders, etc, use the same list to
pankso@920 60 manage the development of the project. Using the same list for support and
pankso@920 61 development allows us to reach a wider audience, resulting in a faster, more
pankso@920 62 accurate response. However, the members on the list are all volunteers and do
pankso@920 63 the best they can based on their free time. Courtesy and politeness are de
pankso@920 64 rigueur and little bit of humour never hurt anyone.
pankso@920 65 </p>
pankso@920 66 <p>
pankso@920 67 The <em>mailing list</em> is used to send messages and receive mail. This
pankso@920 68 means that all registered members can post on the mailing list and receive
pankso@920 69 all messages posted by other members. Messages are sent by the list engine of
pankso@920 70 <a href="http://www.tuxfamily.org/">TuxFamily</a> powered by the excellent
pankso@920 71 <a href="http://www.vhffs.org/">VHFFS</a>.
pankso@920 72 </p>
pankso@920 73 <h4>Civility</h4>
pankso@920 74 <p>
pankso@920 75 The mailing list is used by some often passionate and sensitive people.
pankso@920 76 Make an extra effort to treat others with respect, even if you feel badly
pankso@920 77 treated yourself. If you have something negative or critical to say, please
pankso@920 78 do not post. If a person looks inappropriate contact a Slitaz developer.
pankso@920 79 </p>
pankso@920 80
pankso@920 81
pankso@920 82 <a name="usage"></a>
pankso@920 83 <h3>Using the list</h3>
pankso@920 84 <p>
pankso@920 85 To be able to post on the list, you must first subscribe, you will then
pankso@920 86 receive a confirmation message. This mail contains a confirmation number
pankso@920 87 which you need to return to the list administrators (this prevents spam).
pankso@920 88 Once the mail and the confirmation message are received, you can then post
pankso@920 89 on the list and receive all messages that are posted. Note that messages can
pankso@920 90 be filtered by your preferred mail software into a specific directory. It is
pankso@920 91 also advisable to use "Reply", to reply to a message so that the discussion
pankso@920 92 thread can be properly followed.
pankso@920 93 </p>
pankso@920 94 <ul>
pankso@920 95 <li>Administration Address :
pankso@920 96 <a href="mailto:slitaz-request@lists.tuxfamily.org"
pankso@920 97 >slitaz-request@lists.tuxfamily.org</a></li>
pankso@920 98 <li>Subscribe with the subject : subscribe</li>
pankso@920 99 <li>Unsubscribe with the subject : unsubscribe</li>
pankso@920 100 <li>Help with the subject : help</li>
pankso@920 101 <li>Address to post on the list :
pankso@920 102 <a href="mailto:slitaz@lists.tuxfamily.org">slitaz@lists.tuxfamily.org</a></li>
pankso@920 103 </ul>
pankso@920 104 <h4>Format</h4>
pankso@920 105 <p>
pankso@920 106 Messages should be sent as raw text and not HTML, justifying the lines
pankso@920 107 to 72-80 characters so that people using a mail client in text mode can easily
pankso@920 108 read them. The format for these messages can be done automatically by most
pankso@920 109 good mail clients such as Sylpheed and also allows for more straightforward
pankso@920 110 reading of the archives. It is also advisable to remove unnecessary citations
pankso@920 111 and not to attach large files.
pankso@920 112 </p>
pankso@920 113
pankso@920 114 <a name="archives"></a>
pankso@920 115 <h3>Archives of the list</h3>
pankso@920 116 <p>
pankso@920 117 The mailing list is a public forum, all messages are archived and are
pankso@920 118 searchable online. This allows the non-registrants to still follow the list,
pankso@920 119 it is also a good resource for information about specific subjects. The list
pankso@920 120 is archived every night and you can easily browse the archive via the
pankso@920 121 list engine of TuxFamily. Messages are sorted by month and date or by
pankso@920 122 discussion thread (<em>Thread</em>) :
pankso@920 123 <a href="http://listengine.tuxfamily.org/lists.tuxfamily.org/slitaz/"
pankso@920 124 >Archives of the Mailing List</a>
pankso@920 125 </p>
pankso@920 126
pankso@920 127 <div>
pankso@920 128 <style type="text/css">
pankso@920 129 table {
pankso@920 130 border: 1px solid #444444;
pankso@920 131 width: variable;
pankso@920 132 border-collapse: collapse;
pankso@920 133 }
pankso@920 134 td {
pankso@920 135 border: 1px dotted #6495ed;
pankso@920 136 width: variable;
pankso@920 137 padding: 2px;
pankso@920 138 }
pankso@920 139 .rowodd {
pankso@920 140 background-color: #ffffff;
pankso@920 141 }
pankso@920 142 .roweven {
pankso@920 143 background-color: #e1ffe1; /* the tower */
pankso@920 144 }
pankso@920 145 th {
pankso@920 146 border: 1px solid #444444;
pankso@920 147 width: variable;
pankso@920 148 padding: 4px;
pankso@920 149 }
pankso@920 150 .alignright {
pankso@920 151 text-align: right;
pankso@920 152 }
pankso@920 153 </style>
pankso@920 154 <object type="text/html" width="100%" height="345" data="../lib/archives.php">
pankso@920 155 </object>
pankso@920 156 </div>
pankso@920 157
pankso@920 158 <!-- End of content -->
pankso@920 159 </div>
pankso@920 160
pankso@920 161 <?php include("../lib/html/footer.html"); ?>
pankso@920 162
pankso@920 163 </body>
pankso@920 164 </html>