-
Notifications
You must be signed in to change notification settings - Fork 5
/
contact.html
109 lines (100 loc) · 3.67 KB
/
contact.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>BeanShell - Contact and Mailing List</title>
<link rel="shortcut icon" href="favicon.ico">
<link href="css/my_styles.css" rel="stylesheet" type="text/css">
</head>
<body>
<aside>
<nav>
<ul class="menu">
<li><a href="home.html">Home</a>
</li>
<li><a href="intro.html">Intro</a>
</li>
<li> <a href="docs.html">Docs</a>
</li>
<li> <a href="download.html">Download</a>
</li>
<li> <a href="contact.html">Contact</a>
</li>
<li> <a href="https://github.com/beanshell/beanshell/wiki">
Community Wiki</a>
</li>
<li> <a href="developer.html">Developer</a>
</li>
<li> <a href="license.html">License</a>
</li>
<li> <a href="beany.html">Beany</a>
</li>
<li> <a href="http://www.amazon.com/exec/obidos/ASIN/0596002858">
<img alt="Learning Java" src="images/lj2.png" width="100px"> <br>
<span class="small"> Check out my book:<br>
Learning Java,<br>
O'Reilly & Associates </span>
</a>
</li>
</ul>
</nav>
</aside>
<article>
<section>
<h1>Contact and Mailing List</h1>
<img align="left" src="images/beanymail1.jpg">
<h1>Contact & Mailing Lists</h1>
<br clear="left">
<p><strong>Much of this content is outdated and remains only for historic reference!</strong></p>
<p>The following are low volume mailing lists related to BeanShell.
If you have any trouble with them please mail me directly: Pat Niemeyer ([email protected]).</p>
<p>A small amount of <a href="oldmail/index.html"> archived mail from the old lists</a>
is maintained for the time being.</p>
<h3>Subscription information and <a href="http://sourceforge.net/mail/?group_id=4075">
mail archive search</a>.</h3>
<table border="1">
<tr>
<td>
<strong>BeanShell Announce</strong> -
This list is for announcements about new releases or major news.<br>
<b><a href="http://lists.sourceforge.net/mailman/listinfo/beanshell-announce">Go to
Subscribe/Unsubscribe/Preferences for BeanShell Announce</a></b> or view the
<b><a href="http://sourceforge.net/mailarchive/forum.php?forum_id=6971">Announce List
Archives</a>
</b>
</td>
</tr>
<tr>
<td>
<strong>BeanShell Users</strong> -
This list is for questions and general discussion about BeanShell.<br>
<b><a href="http://lists.sourceforge.net/mailman/listinfo/beanshell-users">
Go to Subscribe/Unsubscribe/Preferences for BeanShell Users</a></b> or view the
<b><a href="http://sourceforge.net/mailarchive/forum.php?forum_id=6969">
Users List Archives</a></b>
</td>
</tr>
<tr>
<td>
<strong>BeanShell Developers</strong> -
This list is for those who are are interested in ongoing beanshell development.<br>
<b><a href="http://lists.sourceforge.net/mailman/listinfo/beanshell-developers">
Go to Subscribe/Unsubscribe/Preferences for BeanShell Developers</a></b> or view the
<b><a href="http://sourceforge.net/mailarchive/forum.php?forum_id=6970">
Developers List Archives</a></b>
</td>
</tr>
<tr>
<td>
<strong>Bug reporting</strong> -<br>
If you'd like to report a bug or possible bug that is not on the current
<a href="bugs.html">bugs list</a> please use the
<a href="http://sourceforge.net/bugs/?group_id=4075">Bug Tracking System</a>
or you may send mail to: <a href="mailto:[email protected]">[email protected]</a>.
</td>
</tr>
</table>
</section>
</article>
</body>
</html>