mirror of
https://github.com/igniterealtime/Spark.git
synced 2025-12-01 12:27:58 +00:00
Initial checkin of Spark Open Source
git-svn-id: http://svn.igniterealtime.org/svn/repos/spark/trunk@4456 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
162
documentation/README.html
Normal file
162
documentation/README.html
Normal file
@ -0,0 +1,162 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
|
||||
<html>
|
||||
|
||||
<head>
|
||||
|
||||
<title>Jive Spark 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;
|
||||
|
||||
}
|
||||
|
||||
H1 {
|
||||
|
||||
font-family : tahoma, arial, helvetica, sans-serif;
|
||||
|
||||
font-size : 1.4em;
|
||||
|
||||
font-weight: bold;
|
||||
|
||||
border-bottom : 1px #ccc solid;
|
||||
|
||||
padding-bottom : 2px;
|
||||
|
||||
display : inline;
|
||||
|
||||
padding-left : 5px;
|
||||
|
||||
}
|
||||
|
||||
H2 {
|
||||
|
||||
font-weight: bold;
|
||||
|
||||
font-family : arial, helvetica, sans-serif;
|
||||
|
||||
font-size : 1.1em;
|
||||
|
||||
}
|
||||
|
||||
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>
|
||||
|
||||
|
||||
|
||||
<table border=0><tr>
|
||||
|
||||
<!--<td><img src="documentation/images/spark_logo.gif" width="59" height="40" alt="JC Logo"></td>-->
|
||||
|
||||
<td><h1>Jive Spark README</h1></td>
|
||||
|
||||
</tr></table>
|
||||
|
||||
|
||||
|
||||
<p>
|
||||
|
||||
<table boder=0>
|
||||
|
||||
<tr>
|
||||
|
||||
<td>version:</td>
|
||||
|
||||
<td><b>2.0 Beta</b></td>
|
||||
|
||||
</tr><tr>
|
||||
|
||||
<td>released:</td>
|
||||
|
||||
<td><b>June 20, 2006</b></td>
|
||||
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
|
||||
<p>Thank you for choosing Spark!</p>
|
||||
|
||||
<p>Spark is a full-featured instant messaging (IM) client that uses the XMPP protocol.</p>
|
||||
|
||||
<p><b>Documentation</b><p>
|
||||
|
||||
<p>Basic information on Spark can be found in the <a href="install-guide.html">install guide</a> and
|
||||
on the <a href="http://www.jivesoftware.org"> Jive Software website</a>.</p>
|
||||
|
||||
<p>If you need additional help using or installing Spark,
|
||||
please visit the <a href="http://www.jivesoftware.org/community/kbcategory.jspa?categoryID=23">
|
||||
online support forums</a>. Commercial support (email and phone) from
|
||||
<a href="mailto:support@jivesoftware.com">Jive Software Support</a> is also available.
|
||||
|
||||
<p><b>Changelog</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>
|
||||
|
||||
<p>By using this software, you agree to the terms of the included <a href="LICENSE.html">license agreement</a>.
|
||||
</p>
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user