Update for 2.0.5 release.

git-svn-id: http://svn.igniterealtime.org/svn/repos/spark/trunk@5896 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
Derek DeMoro
2006-10-30 21:18:23 +00:00
committed by derek
parent 7ec6e7c43c
commit 61ab24693d
2 changed files with 122 additions and 89 deletions

View File

@ -166,11 +166,11 @@ hr {
<table boder=0> <table boder=0>
<tr> <tr>
<td align="right">version:</td> <td align="right">version:</td>
<td><b>2.0.4</b></td> <td><b>2.0.5</b></td>
</tr> </tr>
<tr> <tr>
<td align="right">released:</td> <td align="right">released:</td>
<td><b>October 18th, 2006</b></td> <td><b>October 30th, 2006</b></td>
</tr> </tr>
</table> </table>

View File

@ -6,145 +6,163 @@
<style type="text/css"> <style type="text/css">
/* global font and body settings */ /* global font and body settings */
body { body {
font-size : 100%; font-size: 100%;
background-color : #d3d6d9; background-color: #d3d6d9;
padding: 0px; padding: 0px;
margin: 0px 0px 30px 0px; margin: 0px 0px 30px 0px;
} }
body, td, th { body, td, th {
font-family : arial, helvetica, sans-serif; font-family: arial, helvetica, sans-serif;
font-size : 10pt; font-size: 10pt;
} }
pre, tt, code { pre, tt, code {
font-family : courier new, monospaced; font-family: courier new, monospaced;
font-size : 9pt; font-size: 9pt;
} }
#pageContainer { #pageContainer {
display: block; display: block;
position: relative; position: relative;
clear: both; clear: both;
background-color: #fff; background-color: #fff;
border: 1px solid #999; border: 1px solid #999;
padding: 40px; padding: 40px;
margin: 30px; margin: 30px;
-moz-border-radius: 6px; -moz-border-radius: 6px;
} }
#pageHeader { #pageHeader {
display: block; display: block;
position: relative; position: relative;
height: 80px; height: 80px;
background-color: #e7eaee; background-color: #e7eaee;
border: 1px solid #cccccc; border: 1px solid #cccccc;
border-bottom: none; border-bottom: none;
-moz-border-radius: 5px 5px 0px 0px; -moz-border-radius: 5px 5px 0px 0px;
margin: 10px 0px 0px 0px; margin: 10px 0px 0px 0px;
} }
#pageBody { #pageBody {
margin: 0px 18px 0px 20px; margin: 0px 18px 0px 20px;
} }
/* anchors */ /* anchors */
a:link { a:link {
color: #11568c; color: #11568c;
} }
a:visited { a:visited {
color: #571c8d; color: #571c8d;
} }
a:hover { a:hover {
color: #7a1d42; color: #7a1d42;
text-decoration : underline; text-decoration: underline;
} }
a:active { a:active {
color: #7a1d42; color: #7a1d42;
} }
/* page header elements (logo and navigation) */ /* page header elements (logo and navigation) */
.navigation { .navigation {
display: block; display: block;
position: relative; position: relative;
height: 20px; height: 20px;
background-color: #335588; background-color: #335588;
border: 1px solid #cccccc; border: 1px solid #cccccc;
border-top: none; border-top: none;
color: #ffffff; color: #ffffff;
font-size: 11px; font-size: 11px;
line-height: 18px; line-height: 18px;
padding: 0px 0px 0px 0px; padding: 0px 0px 0px 0px;
margin: 0px 0px 25px 0px; margin: 0px 0px 25px 0px;
overflow: hidden; overflow: hidden;
} }
.navigation a { .navigation a {
margin: 0px 20px 0px 20px; margin: 0px 20px 0px 20px;
} }
.navigation a:link { color: #ffffff; }
.navigation a:visited { color: #ffffff; }
.navigation a:hover { color: #ffffff; }
.navigation a:active { color: #ffffff; }
.navigation a:link {
color: #ffffff;
}
.navigation a:visited {
color: #ffffff;
}
.navigation a:hover {
color: #ffffff;
}
.navigation a:active {
color: #ffffff;
}
/* headings */ /* headings */
h1 { h1 {
display: block; display: block;
position: relative; position: relative;
font-size : 1.7em; font-size: 1.7em;
font-weight : bold; font-weight: bold;
color: #670e15; color: #670e15;
padding: 0px; padding: 0px;
margin: 30px 0px 0px 20px; margin: 30px 0px 0px 20px;
} }
h2 { h2 {
font-size : 1.3em; font-size: 1.3em;
font-weight : bold; font-weight: bold;
margin: 40px 0px 6px 0px; margin: 40px 0px 6px 0px;
padding: 0px; padding: 0px;
color: #335588; color: #335588;
} }
h3 { h3 {
font-size : 1.0em; font-size: 1.0em;
font-weight : bold; font-weight: bold;
margin: 25px 0px 3px 0px; margin: 25px 0px 3px 0px;
padding: 0px; padding: 0px;
color: #334466; color: #334466;
} }
/* general elements */ /* general elements */
p { p {
margin: 0px 0px 15px 0px; margin: 0px 0px 15px 0px;
} }
ul { ul {
margin: 5px 0px 15px 35px; margin: 5px 0px 15px 35px;
} }
li { li {
padding-bottom : 4px; padding-bottom: 4px;
} }
tt { tt {
font-family : courier new; font-family: courier new;
font-weight : bold; font-weight: bold;
color : #060; color: #060;
} }
hr { hr {
display: block; display: block;
height: 1px; height: 1px;
background-color: #999999; background-color: #999999;
border: none; border: none;
margin: 40px 0px 20px 0px; margin: 40px 0px 20px 0px;
} }
.footer { .footer {
font-size : 8pt; font-size: 8pt;
color : #666; color: #666;
text-align : center; text-align: center;
margin-top : 2em; margin-top: 2em;
padding-top : 0.5em; padding-top: 0.5em;
border-top : 1px #CCC solid; border-top: 1px #CCC solid;
} }
</style> </style>
</head> </head>
@ -160,6 +178,21 @@ hr {
</div> </div>
<div id="pageBody"> <div id="pageBody">
<h2>2.0.5 -- <span style="font-weight: normal;">October 30, 2006</span></h2>
<h3>New Features</h3>
<ul>
<li>[<a href='http://www.jivesoftware.org/issues/browse/SPARK-358'>SPARK-358</a>] - Added a beta version of the MSI installer.</li>
<li>[<a href='http://www.jivesoftware.org/issues/browse/SPARK-402'>SPARK-402</a>] - Added ability to add new contacts through transports.</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>[<a href='http://www.jivesoftware.org/issues/browse/SPARK-393'>SPARK-393</a>] - Fixed blank tab on MAC OSX when presence changed.</li>
<li>[<a href='http://www.jivesoftware.org/issues/browse/SPARK-400'>SPARK-400</a>] - Spark now checks for available real estate on monitor.</li>
<li>[<a href='http://www.jivesoftware.org/issues/browse/SPARK-403'>SPARK-403</a>] - Fixed private chats in group chat rooms.</li>
</ul>
<h2>2.0.4 -- <span style="font-weight: normal;">October 18, 2006</span></h2> <h2>2.0.4 -- <span style="font-weight: normal;">October 18, 2006</span></h2>
<h3>Bug Fixes</h3> <h3>Bug Fixes</h3>
<ul> <ul>