-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmail-lists.html
228 lines (205 loc) · 9.36 KB
/
mail-lists.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
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
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
<!DOCTYPE html>
<!--
Generated by Apache Maven Doxia at 2015-06-26
Rendered using Reflow Maven Skin 1.1.1 (http://andriusvelykis.github.io/reflow-maven-skin)
-->
<html xml:lang="en" lang="en">
<head>
<meta charset="UTF-8" />
<title>Project Mailing Lists | TeeTime</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="" />
<meta http-equiv="content-language" content="en" />
<link href="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/css/bootstrap.min.css" rel="stylesheet" />
<link href=".//css/docs.css" rel="stylesheet" />
<link href=".//css/reflow-skin.css" rel="stylesheet" />
<link href="http://yandex.st/highlightjs/7.5/styles/xcode.min.css" rel="stylesheet" />
<link href=".//css/lightbox.css" rel="stylesheet" />
<link href=".//css/site.css" rel="stylesheet" />
<link href=".//css/print.css" rel="stylesheet" media="print" />
<!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link sizes="57x57" rel="apple-touch-icon" href="/apple-touch-icon-57x57.png"/>
<link sizes="114x114" rel="apple-touch-icon" href="/apple-touch-icon-114x114.png"/>
<link sizes="72x72" rel="apple-touch-icon" href="/apple-touch-icon-72x72.png"/>
<link sizes="144x144" rel="apple-touch-icon" href="/apple-touch-icon-144x144.png"/>
<link sizes="60x60" rel="apple-touch-icon" href="/apple-touch-icon-60x60.png"/>
<link sizes="120x120" rel="apple-touch-icon" href="/apple-touch-icon-120x120.png"/>
<link sizes="76x76" rel="apple-touch-icon" href="/apple-touch-icon-76x76.png"/>
<link sizes="152x152" rel="apple-touch-icon" href="/apple-touch-icon-152x152.png"/>
<link sizes="180x180" rel="apple-touch-icon" href="/apple-touch-icon-180x180.png"/>
<meta name="apple-mobile-web-app-title" content="TeeTime"/>
<link sizes="192x192" rel="icon" href="/favicon-192x192.png" type="image/png"/>
<link sizes="160x160" rel="icon" href="/favicon-160x160.png" type="image/png"/>
<link sizes="96x96" rel="icon" href="/favicon-96x96.png" type="image/png"/>
<link sizes="16x16" rel="icon" href="/favicon-16x16.png" type="image/png"/>
<link sizes="32x32" rel="icon" href="/favicon-32x32.png" type="image/png"/>
<meta name="msapplication-TileColor" content="#2b5797"/>
<meta name="msapplication-TileImage" content="/mstile-144x144.png"/>
<meta name="application-name" content="TeeTime"/>
</head>
<body class="page-mail-lists project-teetime" data-spy="scroll" data-offset="60" data-target="#toc-scroll-target">
<div class="navbar navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<a class="btn btn-navbar" data-toggle="collapse" data-target="#top-nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
<a class="brand" href="./">TeeTime</a>
<div class="nav-collapse collapse" id="top-nav-collapse">
<ul class="nav pull-right">
<li ><a href="news.html" title="News">News</a></li>
<li ><a href="download.html" title="Download">Download</a></li>
<li ><a href="wiki/" title="Wiki">Wiki</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Documentation <b class="caret"></b></a>
<ul class="dropdown-menu">
<li ><a href="stabledocs/index.html" title="JavaDoc">JavaDoc</a></li>
<li ><a href="changes-report.html" title="Release Notes">Release Notes</a></li>
<li ><a href="dependencies.html" title="Project Dependencies">Project Dependencies</a></li>
<li ><a href="license.html" title="License">License</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Get Involved <b class="caret"></b></a>
<ul class="dropdown-menu">
<li ><a href="contribute.html" title="Contribute">Contribute</a></li>
<li ><a href="https://sourceforge.net/projects/teetime/" title="SourceForge Project Site" class="externalLink">SourceForge Project Site</a></li>
<li ><a href="https://build.se.informatik.uni-kiel.de/gitlab/chw/teetime/issues" title="Issue Tracking" class="externalLink">Issue Tracking</a></li>
<li ><a href="team-list.html" title="Team">Team</a></li>
</ul>
</li>
</ul>
</div><!--/.nav-collapse -->
</div>
</div>
</div>
<div class="container">
<!-- Masthead
================================================== -->
<header>
<div class="jumbotron subhead">
<div class="row" id="banner">
<div class="span12">
<div class="pull-left">
<a href="./" id="bannerLeft"><h1><img src="http://teetime.sourceforge.net/images/teetime-path.svg" id="logo"></h1></a>
<p class="lead"><span class="slogan">The next-generation Pipe-and-Filter Framework for Java</span></p>
</div>
<div class="pull-right">
</div>
</div>
</div>
</div>
</header>
<div class="main-body">
<div class="row">
<div class="span12">
<div class="body-content">
<div class="section">
<div class="page-header">
<h2 id="Project_Mailing_Lists">Project Mailing Lists</h2>
</div>
<a name="Project_Mailing_Lists"></a>
<p>There are no mailing lists currently associated with this project.</p>
</div>
</div>
</div>
</div>
</div>
</div><!-- /container -->
<!-- Footer
================================================== -->
<footer class="well">
<div class="container">
<div class="row">
<div class="span3 bottom-nav">
<ul class="nav nav-list">
<li class="nav-header">Main</li>
<li >
<a href="index.html" title="Home">Home</a>
</li>
<li >
<a href="news.html" title="News">News</a>
</li>
<li >
<a href="download.html" title="Download">Download</a>
</li>
<li >
<a href="wiki/" title="Wiki">Wiki</a>
</li>
</ul>
</div>
<div class="span3 bottom-nav">
<ul class="nav nav-list">
<li class="nav-header">Documentation</li>
<li >
<a href="stabledocs/index.html" title="JavaDoc">JavaDoc</a>
</li>
<li >
<a href="changes-report.html" title="Release Notes">Release Notes</a>
</li>
<li >
<a href="dependencies.html" title="Project Dependencies">Project Dependencies</a>
</li>
<li >
<a href="license.html" title="License">License</a>
</li>
</ul>
</div>
<div class="span3 bottom-nav">
<ul class="nav nav-list">
<li class="nav-header">Get Involved</li>
<li >
<a href="contribute.html" title="Contribute">Contribute</a>
</li>
<li >
<a href="https://sourceforge.net/projects/teetime/" title="SourceForge Project Site" class="externalLink">SourceForge Project Site</a>
</li>
<li >
<a href="https://build.se.informatik.uni-kiel.de/gitlab/chw/teetime/issues" title="Issue Tracking" class="externalLink">Issue Tracking</a>
</li>
<li >
<a href="team-list.html" title="Team">Team</a>
</li>
</ul>
</div>
<div class="span3 bottom-description">
<blockquote>Snapshot state:
<br />
<a href="https://build.se.informatik.uni-kiel.de/jenkins/view/TeeTime/job/teetime-nightly-release/"><img alt="Jenkins build status" src="https://img.shields.io/jenkins/s/https/build.se.informatik.uni-kiel.de/jenkins/view/TeeTime/teetime-nightly-release.svg?style=flat-square"></a>
<br />
<a href="https://build.se.informatik.uni-kiel.de/jenkins/view/TeeTime/job/teetime-nightly-release/lastCompletedBuild/testReport/"><img alt="Jenkins build status" src="https://img.shields.io/jenkins/t/https/build.se.informatik.uni-kiel.de/jenkins/view/TeeTime/teetime-nightly-release.svg?style=flat-square"></a>
<br /><br />Stable state:
<br />
<a href="https://sourceforge.net/projects/teetime/files/latest/download" rel="nofollow"><img alt="Download TeeTime" src="https://img.shields.io/sourceforge/dt/teetime.svg?style=flat-square"></a>
<br />
<a href="http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22net.sourceforge.teetime%22%20AND%20a%3A%22teetime%22"><img alt="Download TeeTime" src="https://img.shields.io/maven-central/v/net.sourceforge.teetime/teetime.svg?style=flat-square"></a></blockquote>
<blockquote class="version-date"><span class="publishDate">Last Published: 2015-06-26</span></blockquote>
</div>
</div>
</div>
</footer>
<div class="container subfooter">
<div class="row">
<div class="span12">
<p class="pull-right"><a href="#">Back to top</a></p>
<p class="copyright">Copyright ©2015. All Rights Reserved.</p>
<p><a href="http://github.com/andriusvelykis/reflow-maven-skin" title="Reflow Maven skin">Reflow Maven skin</a> by <a href="http://andrius.velykis.lt" target="_blank" title="Andrius Velykis">Andrius Velykis</a>.</p>
</div>
</div>
</div>
<!-- Le javascript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script src="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/js/bootstrap.min.js"></script>
<script src=".//js/lightbox.min.js"></script>
<script src=".//js/reflow-scroll.js"></script>
<script src="http://yandex.st/highlightjs/7.5/highlight.min.js"></script>
<script src=".//js/reflow-skin.js"></script>
</body>
</html>