updates
[silc.git] / public_html / html / lists.php
1 &nbsp;<br />
2 <b><big>Public SILC Mailing Lists</big></b>
3 <br />&nbsp;<br />
4 There is currently one mailing list available. The mailing list is the
5 main SILC development mailing list. It is currently quite low volume so
6 you can safely subscribe on to it. To send email to the list the email 
7 must be destined to: <a href="mailto:silc-devel at 
8 lists.sourceforge.net" class="normal">silc-devel@lists.sourceforge.net</a> address.
9 <br />&nbsp;<br />
10 To see prior postings to the list, browse the <a href="http://www.geocrawler.com/redir-sf.php3?list=silc-devel" class="normal">silc-devel archives</a>.
11 <br />&nbsp;<br />
12
13 <b>Subscribing to silc-devel</b>
14 <br />&nbsp;<br />
15 To subscribe to silc-devel mailing list send email to the following 
16 address:
17 <br />
18 <a href="mailto:silc-devel-request@lists.sourceforge.net" class="normal">
19 silc-devel-request@lists.sourceforge.net</a>, and add the following
20 line to the body of the email.
21 <br />&nbsp;<br />
22 subscribe yourpassword
23 <br />&nbsp;<br />
24 You must set a password that you can use to modify your settings. It must 
25 also be provided if you will unsubscribe from the list. The email address 
26 you are using to send the email will be added to the mailing list. You 
27 will receive a confirmation email to which you must reply in order to 
28 complete the subscribing process.
29 <br />&nbsp;<br />
30 You can also use the following link to do the subscribing if you want:
31 <br />
32 <a href="http://lists.sourceforge.net/lists/listinfo/silc-devel" class="normal">
33 subscribe to silc-devel</a>
34 <br />&nbsp;<br />
35
36 <b>Unsubscribing from silc-devel</b>
37 <br />&nbsp;<br />
38 To unsubcribe from the silc-devel mailing list send email to the following 
39 address:
40 <br />
41 <a href="mailto:silc-devel-request@lists.sourceforge.net" class="normal">
42 silc-devel-request@lists.sourceforge.net</a>, and add the following
43 line to the body of the email.
44 <br />&nbsp;<br />
45 unsubscribe yourpassword [address]
46 <br />&nbsp;<br />
47 You must give the password you set in the subscribing process. If you are 
48 unsubscribing from different address you must give the email address too.
49 <br />&nbsp;<br />
50 You can also use the following link to do the unsubscribing if you want:
51 <br />
52 <a href="http://lists.sourceforge.net/lists/listinfo/silc-devel" class="normal">
53 unsubscribe from silc-devel</a>
54 <br />&nbsp;<br />
55
56 <b>Basic instructions for submitting patches</b>
57 <br />&nbsp;<br />
58
59 <table>
60 <tr><td valign="top"> - </td><td>
61 use the unified output format for the diff (diff -u)
62 </td></tr>
63 <tr><td valign="top"> - </td><td>
64 use diff, not cvs diff
65 </td></tr>
66 <tr><td valign="top"> - </td><td>
67 send the patch to the mailing list, and add those people that should know
68 about it on CC:
69 </td></tr>
70 <tr><td valign="top"> - </td><td>
71 submit ready patches. if they are not ready then sending them to
72 people who are involved in the development is preferred. the patch might face
73 several round trips so sending patches which are ready is preffered
74 </td></tr>
75 <tr><td valign="top"> - </td><td>
76 include the patch in the body of the email or attach it
77 </td></tr>
78 <tr><td valign="top"> - </td><td>
79 send separate patches for every bugfix or feature
80 </td></tr>
81 <tr><td valign="top"> - </td><td>
82 if you think that your work is benefical to the development of the
83 SILC and would like to be listed in the CREDITS file in SILC packages, you
84 can submit patches for the CREDITS file too. Nobody will be added there
85 without a patch, this way those who don't want to see their name there won't
86 get there
87 </td></tr>
88 <tr><td valign="top"> - </td><td>
89 do not submit bugs ;)
90 </td></tr>
91 </table>