-
Notifications
You must be signed in to change notification settings - Fork 1
/
lists.php
24 lines (22 loc) · 1019 Bytes
/
lists.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?php include('header.inc.php'); ?>
<br>
<font size="5" face="Arial,Helvetica,Geneva,Swiss,SunSans-Regular">Mailinglists hosted on sourceforge.net:</font>
<p>
<center>
<table border="0" cellspacing="3" cellpadding="3" cols="3" width="100%">
<tr>
<td bgcolor="#0e2568" width="15%">
<div align="left">
<font size="4" face="Arial,Helvetica,Geneva,Swiss,SunSans-Regular"><a href="http://lists.sourceforge.net/mailman/listinfo/openparsec-devel">openparsec-devel</a></font></div>
</td>
<td bgcolor="#0e2568">
<div align="left">
<font size="4" face="Arial,Helvetica,Geneva,Swiss,SunSans-Regular">Parsec Open Source development list</font></div>
</td>
<td bgcolor="#0e2568" width="15%">
<div align="left">
<font size="4" face="Arial,Helvetica,Geneva,Swiss,SunSans-Regular"><a href="http://sourceforge.net/mailarchive/forum.php?forum=openparsec-devel">[Archive]</a></font></div>
</td>
</tr>
</table>
<?php include('footer.inc.php');?>