README.html 3.81 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>
Matt Tucker's avatar
Matt Tucker committed
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
	<title>Jive Messenger 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>
Bill Lynch's avatar
Bill Lynch committed
48 49 50
</head>
<body>

Matt Tucker's avatar
Matt Tucker committed
51 52
<div class="header">
Jive Messenger Readme
Bill Lynch's avatar
Bill Lynch committed
53 54
</div>

Matt Tucker's avatar
Matt Tucker committed
55 56 57 58 59 60 61 62 63 64
<p>
<table boder=0>
<tr>
	<td>version:</td>
	<td><b>@version@</b></td>
</tr><tr>
	<td>released:</td>
	<td><b>@builddate@</b></td>
</tr>
</table>
Bill Lynch's avatar
Bill Lynch committed
65 66

<p>
Matt Tucker's avatar
Matt Tucker committed
67 68 69 70 71 72 73 74 75 76 77 78
Thank you for downloading Jive Messenger!
<p>
Jive Messenger is an instant messaging (IM) and groupchat server that uses the
XMPP protocol. 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/messenger">
Jive Messenger 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">online forum</a>.
 
<p><b>Changelog</b><p>
Bill Lynch's avatar
Bill Lynch committed
79

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

Matt Tucker's avatar
Matt Tucker committed
83
<p><b>License Agreements</b><p>
Matt Tucker's avatar
Matt Tucker committed
84

Matt Tucker's avatar
Matt Tucker committed
85 86 87 88 89
The Jive Messenger source code is governed by the GNU Public License (GPL), which
can be found in the <a href="GPL.txt">GPL.txt</a> file in this distribution.
Jive Messenger also contains Open Source software from third-parties.
Licensing terms for those components is specifically noted in the relevant source
files.<p>
Matt Tucker's avatar
Matt Tucker committed
90

Matt Tucker's avatar
Matt Tucker committed
91 92 93 94 95
Jive Messenger contains icons and images licensed from INCORS GmbH. All other
images are owned by Jive Software. All icons and images in Jive Messenger
are provided under the following license agreement:
<pre>
License Agreement
Matt Tucker's avatar
Matt Tucker committed
96

Matt Tucker's avatar
Matt Tucker committed
97 98 99
This is a legal agreement between You, the User of the Jive Messenger application
(“The Software”), and Jive Software ("Jive Software"). By downloading the Software,
you agree to be bound by the terms of this agreement.
Matt Tucker's avatar
Matt Tucker committed
100

Matt Tucker's avatar
Matt Tucker committed
101 102 103 104
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
as part of Jive Messenger.
Matt Tucker's avatar
Matt Tucker committed
105

Matt Tucker's avatar
Matt Tucker committed
106 107 108
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
109

Matt Tucker's avatar
Matt Tucker committed
110 111 112
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
113

Matt Tucker's avatar
Matt Tucker committed
114 115 116 117 118
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
119 120 121

</body>
</html>