README.html 5.21 KB
Newer Older
Bill Lynch's avatar
Bill Lynch committed
1 2 3 4
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

<html>
<head>
5
<title>Openfire Readme</title>
6 7 8 9 10
<style type="text/css">
/* global font and body settings */
body {
	font-size : 100%;
	background-color : #d3d6d9;
11 12
	padding: 0;
	margin: 0 0 30px 0;
13 14 15 16 17 18
}
body, td, th {
	font-family : arial, helvetica, sans-serif;
	font-size : 10pt;
}
pre, tt, code {
19
	font-family : courier new, monospaced, sans-serif;
20 21 22 23 24
	font-size : 9pt;
}
#pageContainer {
	display: block;
	position: relative;
25
	clear: both;
26 27 28 29 30 31 32 33 34 35 36 37 38
	background-color: #fff;
	border: 1px solid #999;
	padding: 40px;
	margin: 30px;
	-moz-border-radius: 6px;
}
#pageHeader {
	display: block;
	position: relative;
	height: 80px;
	background-color: #e7eaee;
	border: 1px solid #cccccc;
	border-bottom: none;
39 40
	-moz-border-radius: 5px 5px 0 0;
	margin: 10px 0 0 0;
41 42
}
#pageBody {
43
	margin: 0 18px 0 20px;
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
}



/* anchors */
a:link {
	color: #11568c;
}
a:visited {
	color: #571c8d;
}
a:hover {
	color: #7a1d42;
	text-decoration : underline;
}
a:active {
	color: #7a1d42;
}



/* page header elements (logo and navigation) */
.navigation {
	display: block;
	position: relative;
	height: 20px;
	background-color: #335588;
	border: 1px solid #cccccc;
	border-top: none;
	color: #ffffff;
	font-size: 11px;
	line-height: 18px;
76 77
	padding: 0 0 0 0;
	margin: 0 0 25px 0;
78 79 80
	overflow: hidden;
}
.navigation a {
81
	margin: 0 20px 0 20px;
82 83 84 85 86 87 88 89 90 91 92 93 94 95 96
}
.navigation a:link { color: #ffffff; }
.navigation a:visited { color: #ffffff; }
.navigation a:hover { color: #ffffff; }
.navigation a:active { color: #ffffff; }



/* headings */
h1 {
	display: block;
	position: relative;
	font-size : 1.7em;
	font-weight : bold;
	color: #670e15;
97 98
	padding: 0;
	margin: 30px 0 0 20px;
99 100 101 102
}
h2 {
	font-size : 1.3em;
	font-weight : bold;
103 104
	margin: 40px 0 6px 0;
	padding: 0;
105 106 107 108 109
	color: #335588;
}
h3 {
	font-size : 1.0em;
	font-weight : bold;
110 111
	margin: 25px 0 3px 0;
	padding: 0;
112 113 114 115 116 117 118
	color: #334466;
}



/* general elements */
p {
119
	margin: 0 0 15px 0;
120 121 122
}

ul {
123
	margin: 5px 0 15px 35px;
124 125 126 127 128
}
li {
	padding-bottom : 4px;
}
tt {
129
	font-family : courier new, sans-serif;
130 131 132 133 134 135 136 137
	font-weight : bold;
	color : #060;
}
hr {
	display: block;
	height: 1px;
	background-color: #999999;
	border: none;
138
	margin: 40px 0 20px 0;
139 140 141 142 143 144 145 146 147
}

.footer {
	font-size : 8pt;
	color : #666;
	text-align : center;
	margin-top : 2em;
	padding-top : 0.5em;
	border-top : 1px #CCC solid;
148
}
149
</style>
Bill Lynch's avatar
Bill Lynch committed
150 151 152
</head>
<body>

153 154 155
<div id="pageContainer">
 
	<div id="pageHeader">
156
		<h1>Openfire Readme</h1>
157 158 159 160 161 162 163
	</div>
	<div class="navigation">
	<a href="README.html"><strong>Readme</strong></a>|<a href="changelog.html">Changelog</a>|<a href="LICENSE.html">License</a>
	</div>
	
	<div id="pageBody">

Bill Lynch's avatar
Bill Lynch committed
164

Matt Tucker's avatar
Matt Tucker committed
165 166 167
<p>
<table boder=0>
<tr>
168
	<td align="right">version:</td>
Matt Tucker's avatar
Matt Tucker committed
169 170
	<td><b>@version@</b></td>
</tr><tr>
171
	<td align="right">released:</td>
Matt Tucker's avatar
Matt Tucker committed
172 173 174
	<td><b>@builddate@</b></td>
</tr>
</table>
Bill Lynch's avatar
Bill Lynch committed
175

176 177
<br>

Bill Lynch's avatar
Bill Lynch committed
178
<p>
179
Thank you for downloading Openfire!
Matt Tucker's avatar
Matt Tucker committed
180
<p>
181 182
Openfire is an instant messaging (IM) and groupchat server that uses the
XMPP protocol. Start off by viewing the <a href="documentation/index.html"><strong>Openfire Documentation</strong></a>
Matt Tucker's avatar
Matt Tucker committed
183 184
that can be found in the "documentation" directory included with this distribution.
<p>
Gaston Dombiak's avatar
Gaston Dombiak committed
185
Further information can be found on the <a href="http://www.igniterealtime.org/projects/openfire/">
186
Openfire website</a>.
Matt Tucker's avatar
Matt Tucker committed
187
 
188
<h2>Changelog</h2>
Bill Lynch's avatar
Bill Lynch committed
189

Matt Tucker's avatar
Matt Tucker committed
190 191 192
View the <a href="changelog.html">changelog</a> for a list of changes since the 
last release.

193
<h2>Support</h2>
Matt Tucker's avatar
Matt Tucker committed
194

195
Free support is provided by the Openfire community in the
196
<a href="http://www.igniterealtime.org/forum/index.jspa">online forums</a>.
Matt Tucker's avatar
Matt Tucker committed
197

198
<h2>License Agreements</h2>
Matt Tucker's avatar
Matt Tucker committed
199

200
The Openfire source code is governed by the Apache 2.0 license, which
Matt Tucker's avatar
Matt Tucker committed
201
can be found in the <a href="LICENSE.html">LICENSE.html</a> file in this distribution.
202
Openfire also contains Open Source software from third-parties.
Matt Tucker's avatar
Matt Tucker committed
203 204
Licensing terms for those components is specifically noted in the relevant source
files.<p>
Matt Tucker's avatar
Matt Tucker committed
205

206 207
Openfire contains icons and images licensed from INCORS GmbH. All other
images are owned by Jive Software. All icons and images in Openfire
Matt Tucker's avatar
Matt Tucker committed
208
are provided under the following license agreement:
209 210


Matt Tucker's avatar
Matt Tucker committed
211 212
<pre>
License Agreement
Matt Tucker's avatar
Matt Tucker committed
213

214
This is a legal agreement between You, the User of the Openfire application
Matt Tucker's avatar
Matt Tucker committed
215
("The Software"), and Jive Software ("Jive Software"). By downloading the Software,
Matt Tucker's avatar
Matt Tucker committed
216
you agree to be bound by the terms of this agreement.
Matt Tucker's avatar
Matt Tucker committed
217

Matt Tucker's avatar
Matt Tucker committed
218 219 220
All ownership and copyright of the images and icons included in the Software
distribution remain the property of Jive Software and INCORS GmbH. Jive Software
grants to you a nonexclusive, non-sublicensable right to use the icons royalty-free
221
as part of Openfire.
Matt Tucker's avatar
Matt Tucker committed
222

Matt Tucker's avatar
Matt Tucker committed
223 224 225
You may not lease, license or sub-license the icons, or a subset of the icons,
or any modified icons to any third party. You may not incorporate them into your
own software or design products.
Matt Tucker's avatar
Matt Tucker committed
226

Matt Tucker's avatar
Matt Tucker committed
227 228 229
All icon files are provided "As is" without warranties of merchantability and
fitness for a particular purpose. You agree to hold Jive Software harmless for
any result that may occur during the course of using the licensed icons.
Matt Tucker's avatar
Matt Tucker committed
230

Matt Tucker's avatar
Matt Tucker committed
231 232 233 234 235
This License Agreement shall be governed and construed in accordance with the
laws of Oregon. If any provision of this License Agreement is held to be
unenforceable, this License Agreement will remain in effect with the provision
omitted.
</pre>
Bill Lynch's avatar
Bill Lynch committed
236

237 238

	<div class="footer">
239
	Copyright &copy; Jive Software, 2009
240 241 242 243 244 245
	</div>


	</div>
</div>

Bill Lynch's avatar
Bill Lynch committed
246 247
</body>
</html>