Commit b6d9ecf1 authored by Bill Lynch's avatar Bill Lynch Committed by bill

Initial checkin


git-svn-id: http://svn.igniterealtime.org/svn/repos/messenger/trunk@83 b35dd754-fafc-0310-a699-88a17e54d16e
parent 56436f91
This diff is collapsed.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Jive Messenger @version@</title>
<style type="text/css">
BODY, P, TH, TD, DIV {
font-family : arial, helvetica, sans-serif;
font-size : 10pt;
}
H1 {
font-size : 16pt;
margin-top : 0px;
}
#info-box {
border : 1px #09f solid;
padding : 10px;
margin : 0px;
-moz-border-radius : 6px;
background-color : #DCEDFD;
}
#info-box, #info-box LI {
font-size : 12pt;
}
#info-box UL {
margin : 0px;
padding-left : 3em;
}
#info-box LI {
padding-top : 1em;
}
</style>
</head>
<body>
<div id="info-box">
<h1>Jive Messenger @version@ README</h1>
Build info:
<ul>
<li>Version: @version@</li>
<li>Build Date: @builddate@</li>
<li>License: <a href="LICENSE.txt">GPL</a></li>
</ul>
</div>
<div class="main-content">
<p>
Thank you for downloading Jive Messenger. Jive Messenger is an open-source
<abbr title="eXtensible Messaging &amp; Presence Protocol">XMPP</abbr> server. Main features
include:
<ul>
<li>It's fast.</li>
<li>It never crashes.</li>
<li>It doesn't suck.</li>
</ul>
</p>
</div>
</body>
</html>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment