Smack/build/resources/releasedocs
Matt Tucker aac5c80a10 Updates for 1.5.0
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2473 b35dd754-fafc-0310-a699-88a17e54d16e
2005-03-31 00:02:35 +00:00
..
README.html Updates for 1.5.0 2005-03-31 00:02:35 +00:00
changelog.html Updates for 1.5.0 2005-03-31 00:02:35 +00:00

README.html

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

<html>
<head>
	<title>Smack Readme</title>
    <style type="text/css">
        BODY {
            font-size : 100%;
        }
        BODY, TD, TH {
            font-family : tahoma, verdana, arial, helvetica, sans-serif;
            font-size : 0.8em;
        }
        A:hover {
            text-decoration : none;
        }
        .pageheader {
            font-family : arial, helvetica, sans-serif;
            font-size : 14pt;
            font-weight: bold;
        }
        .header {
            font-family : tahoma, arial, helvetica, sans-serif;
            font-size : 1.4em;
            font-weight: bold;
            border-bottom : 1px #ccc solid;
            padding-bottom : 2px;
        }
        .subheader {
            font-weight: bold;
            color: #600;
        }
        TT {
            font-family : courier new;
            font-weight : bold;
            color : #060;
        }
        PRE {
            font-family : courier new;
            font-size : 100%;
        }
        .footer {
            font-size : 0.8em;
            color : #666;
            text-align : center;
        }
    </style>
</head>
<body>

<div class="header">
Smack Readme
</div>

<p>
<table boder=0>
<tr>
	<td>version:</td>
	<td><b>1.5.0</b></td>
</tr><tr>
	<td>released:</td>
	<td><b>March 30, 2005</b></td>
</tr>
</table>

<p>
Thank you for downloading Smack!
<p>

Start off by viewing the <a href="documentation/index.html">documentation</a>
that can be found in the "documentation" directory included with this distribution.
<p>
Further information can be found on the <a href="http://www.jivesoftware.org/smack">
Smack website</a>. If you need help using or would like to make contributions or
fixes to the code, please visit the 
<a href="http://www.jivesoftware.org/forums/forum.jspa?forumID=39">online forum</a>.
 
<p><b>About the Distribution</b><p>

The <tt>smack.jar</tt> file in the main distribution folder is the only binary file 
required for embedding XMPP functionality into client applications. The optional 
<tt>smackx.jar</tt> contains the <a href="documentation/extensions/index.html">Smack extensions</a> 
while <tt>smackx-debug.jar</tt> contains an enhanced debugger.<p>

If you downloaded the developer release, the full source of the library is included in 
the <tt>source</tt> directory and can be compiled using the build scripts found in the 
<tt>build</tt> directory (please see the README file in the build directory for further details).   
 
<p><b>Changelog and Upgrading</b><p>

View the <a href="changelog.html">changelog</a> for a list of changes since the 
last release.

<p><b>License Agreements</b><p>
<ul>
<li>Use of thie Smack source code is governed by the Apache License:
<pre>
 Copyright 2002-2005 Jive Software.

 All rights reserved. Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
 You may obtain a copy of the License at

     http://www.apache.org/licenses/LICENSE-2.0

 Unless required by applicable law or agreed to in writing, software
 distributed under the License is distributed on an "AS IS" BASIS,
 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 See the License for the specific language governing permissions and
 limitations under the License.
 </pre></li> 
 
<li>Smack contains icons and images licensed from INCORS GmbH. You are not licensed
to use these icons outside of Smack.</li>

<li>Third-party source code is licensed as noted in their source files. 

</ul> 
</body>
</html>