1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
|
<!DOCTYPE html PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html>
<head>
<title>Lynx-Dev Discussion List</title>
<link rev="made" href="mailto:lynx-dev@sig.net">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
<blockquote>
[ <a href="http://www.flora.org/lynx-dev/html/">Lynx-Dev Archive</a> |
<a href="about_lynx.html">About Lynx</a> ]
</blockquote>
<h1><em>The Lynx Development Process</em></h1>
<p>
Lynx is maintained and improved by an international co-operative
of volunteers. Newcomers are welcome to join the group:
you needn't be a super programmer, but you should be prepared
to listen and learn, as well as to contribute patches if you can.
Since everyone is a volunteer, you will usually be expected
to try to implement any suggestions you make.
<h1><em>Lynx-Dev Discussion List</em></h1>
<p>
The developers communicate through a majordomo mailing list
-- see below for details -- , which is open to interested users
as well as programmers. Topics include fixing bugs, increasing
Lynx's tools and powers, meeting the ever-changing demands
of the Internet and porting Lynx to new systems.
<p>
Anyone may read what has been said on the list by visiting
<a href="http://www.flora.org/lynx-dev/html/"> the Archive</a>.
<h1><em>Development Versions of Lynx</em></h1>
<p>
Besides <em>releases</em>, which are stable versions of Lynx
which come out once or twice a year and can be obtained
from <a href="http://lynx.isc.org/release/">the release site</a>,
there are <em>development</em> versions,
which are experimental -- though usually stable enough to use --
and appear every few weeks, depending on current activity.
You can find the latest <em>development</em> version of Lynx
by visiting
<a href="http://lynx.isc.org/current/">the development site</a>.
<h1><em>Subscribing to Lynx-Dev</em></h1>
<p>
If you are interested in joining the Lynx mailing list,
send e-mail to <a href="mailto:majordomo@sig.net"> majordomo@sig.net</a>
with only the following request in the body of your message:
<p>
subscribe lynx-dev (address)
<p>
where your e-address is optional if it can be obtained correctly
from the mail headers of your subscription request. You will need
to answer one follow-up question to confirm you want to subscribe.
Majordomo will then enroll you and send all messages
which you address to <em>lynx-dev@sig.net</em> to all subscribers;
you will also receive all messages sent by other subscribers.
<p>
NOTE: Subject headers are ignored when (un)subscribing.
<h1><em>Unsubscribing from Lynx-Dev</em></h1>
<p>
To <em>unsubscribe</em>, send an e-mail to
<a href="mailto:majordomo@sig.net"> majordomo@sig.net</a>
with only the following request in the body of your message:
<p>
unsubscribe lynx-dev (address)
<p>
where your e-address is optional if it can be obtained correctly
from the mail headers of your subscription request.
<h1><em>Casual Inquiries</em></h1>
<p>
Anyone may ask a question or offer a comment by sending e-mail
to <a href="mailto:lynx-dev@sig.net"> the list</a>.
Since all subscribers are volunteers,
you depend on their goodwill and will be more likely
to get a response if you give the e-mail a meaningful `Subject'
and include details of your version of Lynx, hardware and software.
You can check the Archive to find any responses.<p>
Messages from non-subscribers are not immediately distributed
to avoid spam. Usually, if your message appears genuine,
it will be retrieved from the pile headed for the wastebasket
within a day or so and distributed to the list.
For best results, subscribe as described above.
<h1><em>Subscribing to Lynx-Dev-Contrib</em></h1>
<p>
If you simply want to contribute e-mail to the list
without receiving the sometimes heavy discussion as well,
you can subscribe to <em>lynx-dev-contrib</em> instead.
E-mail from the address you subscribe will be recognized
as from a subscriber and automatically distributed to the list,
but no e-mail will be sent from the list to you. If you have
multiple accounts from which you want to post to the list,
subscribe one of them to lynx-dev to receive the list mail
and the others to lynx-dev-contrib.
<p>
To subscribe to lynx-dev-contrib, send e-mail to
<a href="mailto:majordomo@sig.net"> majordomo@sig.net</a>
with only the following request in the body of your message:
<p>
subscribe lynx-dev-contrib (address)
<h1><em>Majordomo Commands</em></h1>
<p>
To receive a brief description of majordomo <em>commands</em>,
send e-mail to
<a href="mailto:majordomo@sig.net"> majordomo@sig.net</a>
with only the following request in the body of your message:
<p>
help
<p>
You will receive by return e-mail a list of commands.
Further information is available from the
<a href="http://www.greatcircle.com/majordomo/"> majordomo website</a>.
<p>
If you have problems with majordomo not responding to requests,
send e-mail to the <em>list owner</em>:
<a href="mailto:majordomo-owner@sig.net"> majordomo-owner@sig.net</a>.
PLEASE DO NOT send them to <em>lynx-dev@sig.net</em>,
where they would be distributed to everyone on the list,
causing irritation by cluttering their mailboxes.
<h1><em>The Lynx-Dev Archive</em></h1>
<p>
Messages posted to lynx-dev are archived in html format
so that you can view them using Lynx: go to the
<a href="http://www.flora.org/lynx-dev/html/">HTML Archive</a>.
</body>
</html>
|