blob: 242103c6f39fa7134a1e34b15ba9f310a40b2714 (
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</title>
<!-- INCLUDE ../../templates/html/top_config.html -->
<h1>Mailing Lists</h1>
<p>Welcome to the PostgreSQL mailing list archives. Please
select a mailing list from the menu to browse by date or by
thread, or use the search box to search the lists.</p>
<!-- BEGIN listgroup -->
<h2>{groupname}</h2>
<div class="tblBasic">
<table border="0" cellpadding="0" cellspacing="0" class="tblBasicGrey">
<tr>
<th class="colFirst">List</th>
<th class="colLast">Description</th>
</tr>
<!-- BEGIN list -->
<tr>
<td class="colFirst"><a href="http://archives.postgresql.org/{name}/">{name}</a></td>
<td class="colLast">{description}</td>
</tr>
<!-- END list -->
</table>
</div>
<!-- END listgroup -->
</tr>
</tbody></table>
</div>
<!-- INCLUDE ../../templates/html/bottom_config.html -->
|