summaryrefslogtreecommitdiff
path: root/archives/templates/html/list_index.html
blob: c5c0c681510e3b882827ce65fbc4ef66573e98c2 (plain)
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en" dir="ltr">

<head>
	<title>PostgreSQL Mailing Lists: {list}</title>

<!-- INCLUDE top_config.html -->

<h1>{list}</h1>

<ul>
	<li>{description}</li>

	<li>To post, send mail to <a href="mailto:{list}@postgresql.org">{list}@postgresql.org</a>.</li>

	<li>To subscribe or unsubscribe from the list,
	<a href="http://www.postgresql.org/mailpref/{list}">click here</a>.</li>

	<li>If you hate getting many mail messages per day then you should consider a
	digest (where you receive multiple messages to the list as one message to
	you). To subscribe or unsubscribe from the digested list, send mail to
	majordomo@postgresql.org. The body of the message should
	contain the single line <i>subscribe-set {list} digest</i> or
	<i>unsubscribe {list}</i>.</li>
</ul>
<center>
<table border="0">
  <tr><td height="10"></td></tr>

  <!-- BEGIN month -->
    <tr>
	    <td>{year_text}</td>
	    <td>{month_text}</td>
	    <td>[<a href="{year}-{month}/index.php">by date</a>][<a href="{year}-{month}/threads.php">by thread</a>][<a href="mbox/{list}.{year}-{month}.gz">mbox</a>]</td>
  </tr>
  <!-- END month -->

</table>
</center>

<!-- INCLUDE bottom_config.html -->