Commit d9c57f95 authored by Daniel Henninger's avatar Daniel Henninger Committed by dhenninger

Prettied up readme and changelog, and updated to 1.0 Beta 2.

git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@5430 b35dd754-fafc-0310-a699-88a17e54d16e
parent 51fa9670
...@@ -2,60 +2,195 @@ ...@@ -2,60 +2,195 @@
<html> <html>
<head> <head>
<title>IM Gateway Changelog</title> <title>IM Gateway Changelog</title>
<style type="text/css"> <style type="text/css">
BODY { /* global font and body settings */
font-size : 100%; body {
} font-size : 100%;
BODY, TD, TH { background-color : #d3d6d9;
font-family : tahoma, verdana, arial, helvetica, sans-serif; padding: 0px;
font-size : 0.8em; margin: 0px 0px 30px 0px;
} }
H2 { body, td, th {
font-size : 10pt; font-family : arial, helvetica, sans-serif;
font-weight : bold; font-size : 10pt;
padding-left : 1em; }
} pre, tt, code {
A:hover { font-family : courier new, monospace;
text-decoration : none; font-size : 9pt;
} }
H1 { #pageContainer {
font-family : tahoma, arial, helvetica, sans-serif; display: block;
font-size : 1.4em; position: relative;
font-weight: bold; clear: both;
border-bottom : 1px #ccc solid; background-color: #fff;
padding-bottom : 2px; border: 1px solid #999;
} padding: 40px;
margin: 30px;
TT { -moz-border-radius: 6px;
font-family : courier new, monospace; }
font-weight : bold; #pageHeader {
color : #060; display: block;
} position: relative;
PRE { height: 80px;
font-family : courier new, monospace; background-color: #e7eaee;
font-size : 100%; border: 1px solid #cccccc;
} border-bottom: none;
</style> -moz-border-radius: 5px 5px 0px 0px;
margin: 10px 0px 0px 0px;
}
#pageBody {
margin: 0px 18px 0px 20px;
}
/* anchors */
a:link {
color: #11568c;
}
a:visited {
color: #571c8d;
}
a:hover {
color: #7a1d42;
text-decoration : underline;
}
a:active {
color: #7a1d42;
}
/* page header elements (logo and navigation) */
.navigation {
display: block;
position: relative;
height: 20px;
background-color: #335588;
border: 1px solid #cccccc;
border-top: none;
color: #ffffff;
font-size: 11px;
line-height: 18px;
padding: 0px 0px 0px 0px;
margin: 0px 0px 25px 0px;
overflow: hidden;
}
.navigation a {
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; }
/* headings */
h1 {
display: block;
position: relative;
font-size : 1.7em;
font-weight : bold;
color: #670e15;
padding: 0px;
margin: 30px 0px 0px 20px;
}
h2 {
font-size : 1.3em;
font-weight : bold;
margin: 40px 0px 6px 0px;
padding: 0px;
color: #335588;
}
h3 {
font-size : 1.0em;
font-weight : bold;
margin: 25px 0px 3px 0px;
padding: 0px;
color: #334466;
}
/* general elements */
p {
margin: 0px 0px 15px 0px;
}
ul {
margin: 5px 0px 15px 35px;
}
li {
padding-bottom : 4px;
}
tt {
font-family : courier new, monospace;
font-weight : bold;
color : #060;
}
hr {
display: block;
height: 1px;
background-color: #999999;
border: none;
margin: 40px 0px 20px 0px;
}
.footer {
font-size : 8pt;
color : #666;
text-align : center;
margin-top : 2em;
padding-top : 0.5em;
border-top : 1px #CCC solid;
}
</style>
</head> </head>
<body> <body>
<h1> <div id="pageContainer">
IM Gateway Changelog
</h1> <div id="pageHeader">
<h1>IM Gateway Changelog</h1>
</div>
<div id="pageBody">
<h2>1.0 Beta 2 -- <span style="font-weight: normal;">September 19, 2006</span></h2>
<p><b>1.0 Beta 1a<</b> -- September 18, 2006</p> <b>Bug Fixes</b>
<ul>
<li>[<a href='http://www.jivesoftware.org/issues/browse/GATE-36'>GATE-36</a>] - Locale pieces from wildfire don't carry into plugin admin interface</li>
<li>[<a href='http://www.jivesoftware.org/issues/browse/GATE-40'>GATE-40</a>] - Pseudo roster not updating properly</li>
<li>[<a href='http://www.jivesoftware.org/issues/browse/GATE-41'>GATE-41</a>] - SQLServer script should use BIGINT</li>
<li>[<a href='http://www.jivesoftware.org/issues/browse/GATE-43'>GATE-43</a>] - IRC filter button does not stay checked</li>
<li>[<a href='http://www.jivesoftware.org/issues/browse/GATE-45'>GATE-45</a>] - Removed registration does not clean up pseudo roster</li>
<li>[<a href='http://www.jivesoftware.org/issues/browse/GATE-46'>GATE-46</a>] - Migrating from other transport to gateway plugin can wipe buddy list</li>
</ul>
<h2>1.0 Beta 1a -- <span style="font-weight: normal;">September 18, 2006</span></h2>
<ul> <ul>
<li>Emergency bugfix for beta 1 to fix partial wipe of AIM/ICQ contact list.</li> <li>Emergency bugfix for beta 1 to fix partial wipe of AIM/ICQ contact list.</li>
</ul> </ul>
<p><b>1.0 Beta 1</b> -- September 18, 2006</p> <h2>1.0 Beta 1 -- <span style="font-weight: normal;">September 18, 2006</span></h2>
<ul> <ul>
<li>Initial beta release.</li> <li>Initial beta release.</li>
</ul> </ul>
<div class="footer">
Copyright &copy; Jive Software, 2006
</div>
</div>
</div>
</body> </body>
</html> </html>
\ No newline at end of file
...@@ -8,8 +8,8 @@ ...@@ -8,8 +8,8 @@
<name>IM Gateway</name> <name>IM Gateway</name>
<description>Provides gateway connectivity to the other public instant messaging networks</description> <description>Provides gateway connectivity to the other public instant messaging networks</description>
<author>Daniel Henninger</author> <author>Daniel Henninger</author>
<version>1.0 Beta 1a</version> <version>1.0 Beta 2</version>
<date>09/18/2006</date> <date>09/19/2006</date>
<minServerVersion>3.1.0</minServerVersion> <minServerVersion>3.1.0</minServerVersion>
<databaseKey>gateway</databaseKey> <databaseKey>gateway</databaseKey>
<databaseVersion>1</databaseVersion> <databaseVersion>1</databaseVersion>
......
...@@ -2,46 +2,162 @@ ...@@ -2,46 +2,162 @@
<html> <html>
<head> <head>
<title>IM Gateway Readme</title> <title>Wildfire Readme</title>
<style type="text/css"> <style type="text/css">
BODY { /* global font and body settings */
font-size : 100%; body {
} font-size : 100%;
BODY, TD, TH { background-color : #d3d6d9;
font-family : tahoma, verdana, arial, helvetica, sans-serif; padding: 0px;
font-size : 0.8em; margin: 0px 0px 30px 0px;
} }
H2 { body, td, th {
font-size : 10pt; font-family : arial, helvetica, sans-serif;
font-weight : bold; font-size : 10pt;
} }
A:hover { pre, tt, code {
text-decoration : none; font-family : courier new, monospaced;
} font-size : 9pt;
H1 { }
font-family : tahoma, arial, helvetica, sans-serif; #pageContainer {
font-size : 1.4em; display: block;
font-weight: bold; position: relative;
border-bottom : 1px #ccc solid; clear: both;
padding-bottom : 2px; background-color: #fff;
} border: 1px solid #999;
padding: 40px;
TT { margin: 30px;
font-family : courier new, monospace; -moz-border-radius: 6px;
font-weight : bold; }
color : #060; #pageHeader {
} display: block;
PRE { position: relative;
font-family : courier new, monospace; height: 80px;
font-size : 100%; background-color: #e7eaee;
} border: 1px solid #cccccc;
</style> border-bottom: none;
-moz-border-radius: 5px 5px 0px 0px;
margin: 10px 0px 0px 0px;
}
#pageBody {
margin: 0px 18px 0px 20px;
}
/* anchors */
a:link {
color: #11568c;
}
a:visited {
color: #571c8d;
}
a:hover {
color: #7a1d42;
text-decoration : underline;
}
a:active {
color: #7a1d42;
}
/* page header elements (logo and navigation) */
.navigation {
display: block;
position: relative;
height: 20px;
background-color: #335588;
border: 1px solid #cccccc;
border-top: none;
color: #ffffff;
font-size: 11px;
line-height: 18px;
padding: 0px 0px 0px 0px;
margin: 0px 0px 25px 0px;
overflow: hidden;
}
.navigation a {
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; }
/* headings */
h1 {
display: block;
position: relative;
font-size : 1.7em;
font-weight : bold;
color: #670e15;
padding: 0px;
margin: 30px 0px 0px 20px;
}
h2 {
font-size : 1.3em;
font-weight : bold;
margin: 40px 0px 6px 0px;
padding: 0px;
color: #335588;
}
h3 {
font-size : 1.0em;
font-weight : bold;
margin: 25px 0px 3px 0px;
padding: 0px;
color: #334466;
}
/* general elements */
p {
margin: 0px 0px 15px 0px;
}
ul {
margin: 5px 0px 15px 35px;
}
li {
padding-bottom : 4px;
}
tt {
font-family : courier new;
font-weight : bold;
color : #060;
}
hr {
display: block;
height: 1px;
background-color: #999999;
border: none;
margin: 40px 0px 20px 0px;
}
.footer {
font-size : 8pt;
color : #666;
text-align : center;
margin-top : 2em;
padding-top : 0.5em;
border-top : 1px #CCC solid;
}
</style>
</head> </head>
<body> <body>
<h1> <div id="pageContainer">
IM Gateway Readme
</h1> <div id="pageHeader">
<h1>IM Gateway Readme</h1>
</div>
<div id="pageBody">
<h2>Overview</h2> <h2>Overview</h2>
<p> <p>
...@@ -123,5 +239,15 @@ IM Gateway Readme ...@@ -123,5 +239,15 @@ IM Gateway Readme
be enabled temporarily, as it will generate a lot of additional logging that be enabled temporarily, as it will generate a lot of additional logging that
will both slow your server down and consume a lot of disk space. will both slow your server down and consume a lot of disk space.
</p> </p>
<div class="footer">
Copyright &copy; Jive Software, 2006
</div>
</div>
</div>
</body> </body>
</html> </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