www/adium.im 333:4ab8431c5323: A new support site separating Dev...
commits at adium.im
commits at adium.im
Wed Dec 1 19:21:18 UTC 2010
details: http://hg.adium.im/www/adium.im/rev/4ab8431c5323
revision: 333:4ab8431c5323
author: Thijs Alkemade <thijsalkemade at gmail.com>
date: Wed Dec 01 20:20:22 2010 +0100
A new support site separating Development from Support! Features:
- A copy of the in-app documentation, adapted for the website
- Google custom search for the documentation
- A list of hot issues
- Ways to contact support
The help pages are all generated with a shell script I have. Maybe we should make a way to run it automatically after a commit to the help files.
diffs (truncated from 5981 to 1000 lines):
diff -r 2067797462e3 -r 4ab8431c5323 support/css/common.css
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/support/css/common.css Wed Dec 01 20:20:22 2010 +0100
@@ -0,0 +1,158 @@
+body {
+ font-family:"Lucida Grande", "Helvetica Neue", sans-serif;
+}
+
+#nav {
+ position: relative;
+ top: 0;
+ left: 0;
+ width: 100%;
+}
+
+h2 {
+ font-size:10pt;
+ margin-top:0;
+ margin-bottom:-10px;
+}
+
+h3 {
+ font-size:14px;
+ font-weight:700;
+ margin-top:0px;
+ margin-bottom:0px;
+}
+
+p, td, th {
+ font-size:9pt;
+ line-height:12pt;
+ text-decoration:none;
+}
+
+.taskboxline {
+ background-color: #FFF;
+ -webkit-border-radius: 10px;
+ -moz-border-radius: 10px;
+ border: 1px solid #CCC;
+ margin: 20px 0px;
+}
+
+.taskboxheader {
+ -webkit-border-radius: 10px 10px 0px 0px;
+ -moz-border-radius: 10px 10px 0px 0px;
+ border-bottom: 1px solid #CCC;
+ background-color:#e6edff;
+ height: 20px;
+ text-indent: 20px;
+}
+
+.taskboxtext {
+ margin: 10px;
+}
+
+.taskboxtable {
+}
+
+.taskboxcontent img {
+ padding: 5px;
+ float: left;
+}
+.task {
+ background-color:#e6edff;
+ list-style-type:decimal;
+ list-style-position:outside;
+ margin:10px 20px;
+ padding:10px 40px;
+ border:solid 1px #bfbfbf
+}
+
+ul {
+ font-size:9pt;
+ line-height:12pt;
+ list-style-type:square;
+ list-style-position:outside;
+ margin-top:12px;
+ margin-bottom:12px;
+ margin-left:-24px;
+ padding-left:60px;
+}
+
+ul li {
+ margin-top:6px;
+ margin-bottom:6px;
+}
+
+ul p {
+ margin-top:6px;
+ margin-bottom:6px;
+}
+
+p > a {
+ color:#00f;
+ font-size:9pt;
+ line-height:12pt;
+ text-decoration:none;
+}
+
+
+
+.navtabcurrent {
+ background: #E9EEF9 !important;
+ border-bottom-color: #E9EEF9 !important;
+}
+
+#nav, #banner {
+ background: rgb(233,238,249);
+ border: none;
+ border-bottom: 1px solid #d7d7d7;
+ margin-top: 0px;
+ text-align: right;
+ padding: .2em 0;
+}
+#nav :link, #nav :visited, #banner :link, #banner :visited {
+ background: none;
+ border: none;
+ padding: .2em 10px;
+ font-size: 12px;
+ color: black;
+}
+#nav :link:hover, #nav :visited:hover, #banner :link:hover, #banner :visited:hover {
+ background-color: inherit;
+ border: none;
+ text-decoration: underline;
+ color: black;
+}
+#nav .active, #banner .active {
+ border: none;
+ color: black !important;
+ font-weight: bold;
+ text-decoration: none;
+}
+
+#nav .active :link:hover, #nav .active :visited:hover, #banner .active :link:hover, #banner .active :visited:hover {
+ border: none;
+ text-decoration: underline;
+}
+
+#nav, #banner {
+ font: normal 10px verdana,'Bitstream Vera Sans',helvetica,arial,sans-serif;
+}
+
+.ext_link {
+ background:url(../gfx/ExternalLink.gif)left center no-repeat;
+ padding:2px 0 0 16px;
+}
+
+
+
+#frame, #mainbox {
+ text-align:left;
+ margin-top:12px;
+ margin-right:auto;
+ margin-left:auto;
+ margin-bottom: 100px;
+ width: 70%;
+}
+
+.ticket {
+ border-bottom: 1px dotted #BBB;
+}
\ No newline at end of file
diff -r 2067797462e3 -r 4ab8431c5323 support/css/genlist.html
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/support/css/genlist.html Wed Dec 01 20:20:22 2010 +0100
@@ -0,0 +1,21 @@
+<html>
+<head>
+<meta http-equiv="content-type" content="text/html;charset=utf-8">
+<title>AppleTopicListOther</title>
+<meta name="robots" content="noindex">
+<link href="AppleTopicListCSS" rel="stylesheet" media="all">
+</head>
+<body>
+<div id="list">
+ <h1>AppleTopicListOther</h1>
+ <p>Click a topic below.</p>
+ <!-- AppleTopicListRowBegin -->
+ <p><a href="AppleTopicListURL">AppleTopicListItemTitle</a></p>
+ <!-- AppleTopicListRowEnd -->
+</div>
+<div id="banner">
+ <div id="machelp"> <a class="bread" href="help:anchor='access' bookID=Adium X Help">Adium X Help</a></div>
+ <div id="index"> <a class="leftborder" href="help:anchor='ax-index' bookID=Adium X Help">Index</a></div>
+</div>
+</body>
+</html>
diff -r 2067797462e3 -r 4ab8431c5323 support/css/genlist_style.css
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/support/css/genlist_style.css Wed Dec 01 20:20:22 2010 +0100
@@ -0,0 +1,73 @@
+/* APD CSS Genlist Style 2.0c*/
+/* <html><head><meta name="robots" content="noindex"></head></html> */
+/*Edited by Kyle Jorgensen 2010*/
+body {
+ margin:2px 12px 12px;
+}
+h1 {
+ font-size:11pt;
+ font-family:"Lucida Grande", Arial, sans-serif;
+ margin-bottom:-4px;
+}
+p {
+ font-size:9pt;
+ line-height:12pt;
+ font-family:"Lucida Grande", Arial, sans-serif;
+ margin-bottom:-4px;
+}
+a {
+ color:#00f;
+ font-size:9pt;
+ font-family:"Lucida Grande", Arial, sans-serif;
+ line-height:12pt;
+ text-decoration:none;
+}
+a:hover {
+ color:#00f;
+ text-decoration:underline;
+}
+#banner {
+ background-color:#f2f2f2;
+ background-repeat:no-repeat;
+ padding:2px 6px 0;
+ position:fixed;
+ top:0;
+ left:0;
+ width:100%;
+ height:1.2em;
+ float:left;
+ border-bottom:1px solid #bfbfbf;
+}
+#machelp {
+ position:absolute;
+ top:2px;
+ left:10px;
+}
+#index {
+ background-color:#f2f2f2;
+ padding-right:25px;
+ position:absolute;
+ top:2px;
+ right:12px;
+ width:auto;
+ float:right;
+}
+#list {
+ margin-top:36px;
+ padding-right:6px;
+ width:100%;
+}
+.bread {
+ color:#00f;
+ font-size:8pt;
+ margin:-9px 0 -6px;
+}
+.leftborder {
+ color:#00f;
+ font-size:8pt;
+ margin:-9px 0 -6px;
+ padding-top:2px;
+ padding-bottom:3px;
+ padding-left:8px;
+ border-left:1px solid #bfbfbf;
+}
diff -r 2067797462e3 -r 4ab8431c5323 support/css/index.css
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/support/css/index.css Wed Dec 01 20:20:22 2010 +0100
@@ -0,0 +1,129 @@
+/* Tiger index.css v1.0e*/
+/* <html><head><meta name="robots" content="noindex"></head></html> */
+/*Edited by Kyle Jorgensen 2010*/
+body {
+ margin:2px 12px 12px;
+}
+#banner {
+ background-color:#CCC;
+ background-repeat:no-repeat;
+ padding:2px 6px 0;
+ position:fixed;
+ z-index:1;
+ top:0;
+ left:0;
+ width:100%;
+ height:20px;
+ float:left;
+ border-bottom: 1px solid #999;
+}
+#banner a {
+ color:#000;
+}
+#machelp {
+ font-size: 10px;
+ position: absolute;
+ top: 2px;
+ left: 20px;
+ background-image:url(../gfx/adium-sm.png);
+ background-repeat:no-repeat;
+ text-indent: 20px;
+}
+#index {
+ float: right;
+ top: 2px;
+ font-size: 10px;
+ margin-right: 24px;
+}
+.bread {
+ color:#00f;
+ font-size:8pt;
+ margin:-9px 0 -6px;
+}
+.leftborder {
+ color:#00f;
+ font-size:8pt;
+ margin:-9px 0 -6px;
+ padding-top:24px;
+ padding-bottom:3px;
+ padding-left:8px;
+ border-left:1px solid #999;
+}
+h1 {
+ font-size:11pt;
+ font-family:"Lucida Grande", Arial, sans-serif;
+ margin-bottom:0;
+}
+p {
+ font-size:9pt;
+ font-family:"Lucida Grande", Arial, sans-serif;
+ line-height:12pt;
+ text-decoration:none;
+}
+a {
+ color:#00f;
+ font-size:9pt;
+ font-family:"Lucida Grande", Arial, sans-serif;
+ line-height:12pt;
+ text-decoration:none;
+}
+a:hover {
+ color:#00f;
+ text-decoration:underline;
+}
+#letters {
+ background-color:#fff;
+ padding-top:1px;
+ padding-bottom:0;
+ padding-left:12px;
+ position:fixed;
+ z-index:1;
+ top:1.2em;
+ right:0;
+ left:0;
+ width:1000px;
+ height:1.2em;
+ float:left;
+ border-top:1px solid #bfbfbf;
+ border-bottom:1px solid #bfbfbf;
+}
+#terms {
+ position:absolute;
+ top:3em;
+ width:470px;
+}
+#mainbox {
+ margin-top:36px;
+ padding-right:6px;
+}
+.seealso {
+ color:#5c5c5c;
+ text-decoration:none;
+}
+.select {
+ color:#00f;
+ font-size:10pt;
+ background-color:#ff9f00;
+ margin-right:-1px;
+ margin-left:-1px;
+ padding:2px 2px 3px;
+}
+.letter {
+ color:#00f;
+ font-size:10pt;
+ margin-right:1px;
+ margin-left:1px;
+}
+tr {
+ margin-top:12px;
+ margin-bottom:12px;
+}
+td {
+ padding:3px;
+ border-bottom:1px solid #eee;
+}
+table {
+ margin-bottom:12px;
+ border-style:dotted;
+ border-color:#bfbfbf;
+}
diff -r 2067797462e3 -r 4ab8431c5323 support/css/mainpage.css
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/support/css/mainpage.css Wed Dec 01 20:20:22 2010 +0100
@@ -0,0 +1,76 @@
+body {
+ color:#000;
+ background-color:#fff;
+ margin:0;
+}
+
+h1 {
+ font-size:24px;
+ margin-bottom:0;
+}
+
+a {
+ color:#00f;
+ text-decoration:none;
+}
+
+p {
+ font-size:9pt;
+}
+
+a:hover {
+ text-decoration:underline;
+}
+.space17 {
+ padding-top:17px;
+}
+.smlapp {
+ height:275px;
+}
+.utility {
+ margin-top:6px;
+ margin-bottom:24px;
+}
+.icon {
+ margin-bottom:-2px;
+}
+
+a.closed:link, a.closed:visited, span.closed {
+ text-decoration: line-through;
+}
+
+ul.iconed > li {
+ background-repeat: no-repeat;
+ background-position: 0 50%;
+ padding: 3px 0 3px 45px;
+}
+
+li.li_fb {
+ background-image: url(http://adium.im/images/services/icon-facebook.png);
+}
+
+li.li_msn {
+ background-image: url(http://adium.im/images/services/icon-msn.png);
+}
+
+li.li_icq {
+ background-image: url(http://adium.im/images/services/icon-icq.png);
+}
+
+li.li_irc {
+ background-image: url(http://adium.im/images/services/icon-irc.png);
+}
+
+li.li_cocoaforge {
+ background-image: url(../gfx/cocoaforge.png);
+}
+
+ul.iconed {
+ list-style: none;
+ margin: 0;
+ padding: 0;
+}
+
+.ext_link_ul {
+ list-style-image: url(../gfx/ExternalLink.gif);
+}
\ No newline at end of file
diff -r 2067797462e3 -r 4ab8431c5323 support/css/topicpage.css
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/support/css/topicpage.css Wed Dec 01 20:20:22 2010 +0100
@@ -0,0 +1,120 @@
+
+/*Created by Kyle Jorgensen 2010*/
+body {
+ margin:2px 12px 12px;
+}
+
+th {
+ font-weight: bold;
+}
+
+h1 {
+ font-size:24px;
+ margin-bottom:0;
+}
+
+ol {
+ font-size:9pt;
+ line-height:12pt;
+ list-style-position:outside;
+ margin-top:12px;
+ margin-bottom:12px;
+ margin-left:-18px;
+ padding-left:60px;
+}
+
+ol li {
+ margin-top:6px;
+ margin-bottom:6px;
+}
+
+ol p {
+ margin-top:6px;
+ margin-bottom:6px;
+}
+
+ul {
+ font-size:9pt;
+ line-height:12pt;
+ list-style-type:square;
+ list-style-position:outside;
+ margin-top:12px;
+ margin-bottom:12px;
+ margin-left:-24px;
+ padding-left:60px;
+}
+
+ul li {
+ margin-top:6px;
+ margin-bottom:6px;
+}
+
+ul p {
+ margin-top:6px;
+ margin-bottom:6px;
+}
+
+p > a {
+ color:#00f;
+ font-size:9pt;
+ line-height:12pt;
+ text-decoration:none;
+}
+
+a:hover {
+ color:#00f;
+ text-decoration:underline;
+}
+
+hr {
+ text-decoration:none;
+ border:solid 1px #bfbfbf;
+}
+
+td {
+ padding:6px;
+}
+
+#caticon {
+ display: none;
+}
+
+#pagetitle {
+ position: relative;
+ margin-bottom:0px;
+ margin-top: 0px;
+ border:solid 1px #fff;
+}
+
+#mainbox {
+ margin-top:30px;
+ padding-right:6px;
+}
+
+.seealso {
+ margin-top:4px;
+ margin-bottom:4px;
+}
+
+code {
+ color:#000;
+ font-size:9pt;
+ font-family:Verdana, Courier, sans-serif;
+}
+
+.rules {
+ border-bottom:1px dotted #ccc;
+}
+
+.dots {
+ background-color: #FFF;
+ -webkit-border-radius: 10px;
+ -moz-border-radius: 10px;
+ border: 1px solid #CCC;
+ padding-top: 0px;
+ padding-bottom: 7px;
+}
+
+table {
+ margin: 10px 0px;
+}
\ No newline at end of file
diff -r 2067797462e3 -r 4ab8431c5323 support/gfx/Adium-Extra.png
Binary file support/gfx/Adium-Extra.png has changed
diff -r 2067797462e3 -r 4ab8431c5323 support/gfx/AdiumIcon-sm.png
Binary file support/gfx/AdiumIcon-sm.png has changed
diff -r 2067797462e3 -r 4ab8431c5323 support/gfx/AdiumIcon.png
Binary file support/gfx/AdiumIcon.png has changed
diff -r 2067797462e3 -r 4ab8431c5323 support/gfx/Authorization Requests window.png
Binary file support/gfx/Authorization Requests window.png has changed
diff -r 2067797462e3 -r 4ab8431c5323 support/gfx/Default contact list.png
Binary file support/gfx/Default contact list.png has changed
diff -r 2067797462e3 -r 4ab8431c5323 support/gfx/ExternalLink.gif
Binary file support/gfx/ExternalLink.gif has changed
diff -r 2067797462e3 -r 4ab8431c5323 support/gfx/Group Chat.png
Binary file support/gfx/Group Chat.png has changed
diff -r 2067797462e3 -r 4ab8431c5323 support/gfx/Growl notification.png
Binary file support/gfx/Growl notification.png has changed
diff -r 2067797462e3 -r 4ab8431c5323 support/gfx/ICQEncoding-AccountOptions.png
Binary file support/gfx/ICQEncoding-AccountOptions.png has changed
diff -r 2067797462e3 -r 4ab8431c5323 support/gfx/ICQEncoding-ICQAccount.png
Binary file support/gfx/ICQEncoding-ICQAccount.png has changed
diff -r 2067797462e3 -r 4ab8431c5323 support/gfx/IRC from account selection.png
Binary file support/gfx/IRC from account selection.png has changed
diff -r 2067797462e3 -r 4ab8431c5323 support/gfx/Message-sm.png
Binary file support/gfx/Message-sm.png has changed
diff -r 2067797462e3 -r 4ab8431c5323 support/gfx/New Smooth Operator.png
Binary file support/gfx/New Smooth Operator.png has changed
diff -r 2067797462e3 -r 4ab8431c5323 support/gfx/RecoveringLostPasswords-KeychainAccess.png
Binary file support/gfx/RecoveringLostPasswords-KeychainAccess.png has changed
diff -r 2067797462e3 -r 4ab8431c5323 support/gfx/SplashScreen.png
Binary file support/gfx/SplashScreen.png has changed
diff -r 2067797462e3 -r 4ab8431c5323 support/gfx/StatusIcons-available.png
Binary file support/gfx/StatusIcons-available.png has changed
diff -r 2067797462e3 -r 4ab8431c5323 support/gfx/StatusIcons-away.png
Binary file support/gfx/StatusIcons-away.png has changed
diff -r 2067797462e3 -r 4ab8431c5323 support/gfx/StatusIcons-blocked.png
Binary file support/gfx/StatusIcons-blocked.png has changed
diff -r 2067797462e3 -r 4ab8431c5323 support/gfx/StatusIcons-busy.png
Binary file support/gfx/StatusIcons-busy.png has changed
diff -r 2067797462e3 -r 4ab8431c5323 support/gfx/StatusIcons-content.png
Binary file support/gfx/StatusIcons-content.png has changed
diff -r 2067797462e3 -r 4ab8431c5323 support/gfx/StatusIcons-enteredtext.png
Binary file support/gfx/StatusIcons-enteredtext.png has changed
diff -r 2067797462e3 -r 4ab8431c5323 support/gfx/StatusIcons-idle.png
Binary file support/gfx/StatusIcons-idle.png has changed
diff -r 2067797462e3 -r 4ab8431c5323 support/gfx/StatusIcons-invisible.png
Binary file support/gfx/StatusIcons-invisible.png has changed
diff -r 2067797462e3 -r 4ab8431c5323 support/gfx/StatusIcons-mobile.png
Binary file support/gfx/StatusIcons-mobile.png has changed
diff -r 2067797462e3 -r 4ab8431c5323 support/gfx/StatusIcons-offline.png
Binary file support/gfx/StatusIcons-offline.png has changed
diff -r 2067797462e3 -r 4ab8431c5323 support/gfx/StatusIcons-typing.png
Binary file support/gfx/StatusIcons-typing.png has changed
diff -r 2067797462e3 -r 4ab8431c5323 support/gfx/StatusIcons-unknown.png
Binary file support/gfx/StatusIcons-unknown.png has changed
diff -r 2067797462e3 -r 4ab8431c5323 support/gfx/Twitter from account selection.png
Binary file support/gfx/Twitter from account selection.png has changed
diff -r 2067797462e3 -r 4ab8431c5323 support/gfx/accounts-sm.png
Binary file support/gfx/accounts-sm.png has changed
diff -r 2067797462e3 -r 4ab8431c5323 support/gfx/accounts-sm.png.orig
Binary file support/gfx/accounts-sm.png.orig has changed
diff -r 2067797462e3 -r 4ab8431c5323 support/gfx/adium-sm.png
Binary file support/gfx/adium-sm.png has changed
diff -r 2067797462e3 -r 4ab8431c5323 support/gfx/cocoaforge.png
Binary file support/gfx/cocoaforge.png has changed
diff -r 2067797462e3 -r 4ab8431c5323 support/gfx/custom-sm.png
Binary file support/gfx/custom-sm.png has changed
diff -r 2067797462e3 -r 4ab8431c5323 support/gfx/favicon.ico
Binary file support/gfx/favicon.ico has changed
diff -r 2067797462e3 -r 4ab8431c5323 support/gfx/pref-sm.png
Binary file support/gfx/pref-sm.png has changed
diff -r 2067797462e3 -r 4ab8431c5323 support/index.html
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/support/index.html Wed Dec 01 20:20:22 2010 +0100
@@ -0,0 +1,231 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
+ "http://www.w3.org/TR/html4/strict.dtd">
+<html>
+<head>
+ <title>Adium - Support</title>
+ <meta http-equiv="content-type" content="text/html; charset=utf-8" />
+ <link rel="stylesheet" type="text/css" href="../styles/layoutstyle.css" />
+ <link rel="stylesheet" type="text/css" href="../styles/defaultstyle.css" />
+ <link rel="stylesheet" type="text/css" href="css/mainpage.css" />
+ <link rel="stylesheet" type="text/css" href="css/common.css" />
+ <link rel="shortcut icon" href="favicon.ico" />
+</head>
+<body>
+ <div id="container">
+ <div id="titlecontainer">
+ <a href="/">Adium</a>
+ </div>
+ <div id="navcontainer">
+ <a class="navtab" href="http://adium.im/">Download</a>
+ <a class="navtab" href="http://adium.im/screenshots/">Screenshots</a>
+ <a class="navtab" href="http://adium.im/screencasts/">Videos</a>
+ <a class="navtab" href="http://adium.im/blog/">Blog</a>
+ <a class="navtabcurrent" href="http://support.adium.im">Support</a>
+ <a class="navtab" href="http://trac.adium.im">Development</a>
+ <a class="navtab" href="http://adium.spreadshirt.com">Merchandise</a>
+ <a class="navtab" href="http://www.adiumxtras.com/">Xtras</a>
+ </div>
+
+ <div id="nav"> <a name="adiumdocumentation.html" id="adiumdocumentation.html"></a><a name="ax-discover" id="ax-discover"></a>
+ <div id="navleft"><a class="navleftsty active" href=".">Adium Help</a> <a class="navleftsty" href="pgs/AdiumDocumentation.html">Adium Documentation</a></div>
+ </div>
+
+ <div id="mainbox">
+
+ <center>
+ <h1> <img class="icon" src="gfx/AdiumIcon.png" alt="Adium icon" width="32" height="32" border="0" /> Adium Help </h1>
+ </center>
+
+ <div class="taskboxline">
+ <div class="taskboxheader">
+ <h3>What do you need help with?</h3>
+ </div>
+ <div class="taskboxtext">
+ <p>Search the Adium documentation.</p>
+ <div id="cse" style="width: 100%;">Loading</div>
+ <script src="http://www.google.com/jsapi" type="text/javascript"></script>
+ <script type="text/javascript">
+ google.load('search', '1', {language : 'en'});
+ google.setOnLoadCallback(function() {
+ var customSearchControl = new google.search.CustomSearchControl('015393419546563210410:t7mvtuib3eq');
+ customSearchControl.setResultSetSize(google.search.Search.SMALL_RESULTSET);
+ customSearchControl.draw('cse');
+ }, true);
+ </script>
+ <link rel="stylesheet" href="http://www.google.com/cse/style/look/default.css" type="text/css" />
+ <style type="text/css">
+ .gsc-control-cse {
+ font-family:"Lucida Grande", "Helvetica Neue", sans-serif;
+ border-color: #FFFFFF;
+ background-color: #FFFFFF;
+ }
+ input.gsc-input {
+ border-color: #C0C0C0;
+ }
+ input.gsc-search-button {
+ border-color: #666666;
+ background-color: #CECECE;
+ }
+ .gsc-tabHeader.gsc-tabhInactive {
+ border-color: #E9E9E9;
+ background-color: #E9E9E9;
+ }
+ .gsc-tabHeader.gsc-tabhActive {
+ border-top-color: #FF9900;
+ border-left-color: #E9E9E9;
+ border-right-color: #E9E9E9;
+ background-color: #FFFFFF;
+ }
+ .gsc-tabsArea {
+ border-color: #E9E9E9;
+ }
+ .gsc-webResult.gsc-result {
+ border-color: #FFFFFF;
+ background-color: #FFFFFF;
+ }
+ .gsc-webResult.gsc-result:hover {
+ border-color: #FFFFFF;
+ background-color: #FFFFFF;
+ }
+ .gs-webResult.gs-result a.gs-title:link,
+ .gs-webResult.gs-result a.gs-title:link b {
+ color: #00008B;
+ }
+ .gs-webResult.gs-result a.gs-title:visited,
+ .gs-webResult.gs-result a.gs-title:visited b {
+ color: #00008B;
+ }
+ .gs-webResult.gs-result a.gs-title:hover,
+ .gs-webResult.gs-result a.gs-title:hover b {
+ color: #FF0000;
+ }
+ .gs-webResult.gs-result a.gs-title:active,
+ .gs-webResult.gs-result a.gs-title:active b {
+ color: #FF0000;
+ }
+ .gsc-cursor-page {
+ color: #00008B;
+ }
+ a.gsc-trailing-more-results:link {
+ color: #00008B;
+ }
+ .gs-webResult.gs-result .gs-snippet {
+ color: #000000;
+ }
+ .gs-webResult.gs-result .gs-visibleUrl {
+ color: #008000;
+ }
+ .gs-webResult.gs-result .gs-visibleUrl-short {
+ color: #008000;
+ }
+ .gsc-cursor-box {
+ border-color: #FFFFFF;
+ }
+ .gsc-results .gsc-cursor-page {
+ border-color: #E9E9E9;
+ background-color: #FFFFFF;
+ }
+ .gsc-results .gsc-cursor-page.gsc-cursor-current-page {
+ border-color: #FF9900;
+ background-color: #FFFFFF;
+ }
+ .gs-promotion.gs-result {
+ border-color: #336699;
+ background-color: #FFFFFF;
+ }
+ .gs-promotion.gs-result a.gs-title:link {
+ color: #0000CC;
+ }
+ .gs-promotion.gs-result a.gs-title:visited {
+ color: #0000CC;
+ }
+ .gs-promotion.gs-result a.gs-title:hover {
+ color: #0000CC;
+ }
+ .gs-promotion.gs-result a.gs-title:active {
+ color: #0000CC;
+ }
+ .gs-promotion.gs-result .gs-snippet {
+ color: #000000;
+ }
+ .gs-promotion.gs-result .gs-visibleUrl,
+ .gs-promotion.gs-result .gs-visibleUrl-short {
+ color: #008000;
+ }
+ .gs-snippet {
+ border-color: #CCC;
+ background-color: #E6EDFF;
+ }
+ </style>
+ </div>
+ </div>
+
+ <div class="taskboxline">
+ <div class="taskboxheader">
+ <h3> Hot issues </h3>
+ </div>
+ <div class="taskboxtext">
+ <p>These problems are known to us, and will hopefully be fixed soon:</p>
+ <ul class="iconed">
+ <li class="li_fb"><p>Any issues with <strong>Facebook</strong> chat? Try <a class="ext_link" href="http://adium.im/blog/2010/07/facebook-chat-via-xmpp/">this</a>.</p></li>
+ <li class="li_msn"><p>There is a new crash when connecting to <strong>MSN</strong> since 1.4.1. Downgrading to 1.4 prevents it. See <a class="ticket" href="http://trac.adium.im/ticket/14650">#14650</a> for more info.</p></li>
+ <li class="li_icq"><p>Under some conditions, <strong>ICQ</strong> might drop all messages and prevent Adium from closing. This will be fixed in 1.4.2. See <a class="ticket" href="http://trac.adium.im/ticket/14229">#14229</a> to learn more.</p>
+ <li class="li_icq"><p>Because <strong>ICQ</strong> has a new owner, SSL is no longer working and has been automatically disabled in 1.4.1. We hope to re-enable it in a future update.</p></li>
+ </ul>
+ <p><a class="ext_link" href="http://trac.adium.im/wiki/ListOfServices">See more â</a></p>
+ </div>
+ </div>
+
+ <div class="taskboxline">
+ <div class="taskboxheader">
+ <h3> Getting started </h3>
+ </div>
+ <div class="taskboxtext">
+ <p>Check these pages to get started using Adium in no time. You can also find this information in Adium under Help â Adium Help.</p>
+ <ul>
+ <li><p> <a href="pgs/AdiumDocumentation.html">Learn how to use Adium. â¸</a></p></li>
+ <li><p> <a href="pgs/Troubleshooting.html">Solve common problems. â¸</a></p></li>
+ <li><p> <a href="pgs/Whats-New.html">Check out the great new features in Adium 1.4! â¸</a></p></li>
+ </ul>
+ <!-- <p><a href="pgs/AdiumDocumentation.html">See all â</a></p> -->
+ </div>
+ </div>
+
+ <div class="taskboxline">
+ <div class="taskboxheader">
+ <h3> Ways to get help</h3>
+ </div>
+ <div class="taskboxtext">
+ <p>Can not find your question here? Want to come and chat with us? This is how you can get personal support.</p>
+ <ul class="iconed">
+ <li class="li_cocoaforge"><p><a href="http://forums.cocoaforge.com/viewforum.php?f=13">Check our support forums.</a></p></li>
+ <li class="li_irc"><p><a href="irc://irc.freenode.net/#adium">Our IRC channel.</a></p></li>
+ </ul>
+ </div>
+ </div>
+
+ <div class="taskboxline">
+ <div class="taskboxheader">
+ <h3> Want to help out? </h3>
+ </div>
+ <div class="taskboxtext">
+ <p>Adium is an open-source project driven by volunteers. Our developer and contributer wiki is now on <a class="ext_link" href="">http://trac.adium.im</a>. From code to localizations or artwork, any contribution is welcome!</p>
+ </div>
+ </div>
+ </div>
+
+ <div id="footer">
+ <div class="donate">
+ <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&submit.x=57&submit.y=8&encrypted=-----BEGIN+PKCS7-----%0D%0AMIIHFgYJKoZIhvcNAQcEoIIHBzCCBwMCAQExggEwMIIBLAIBADCBlDCBjjELMAkG%0D%0AA1UEBhMCVVMxCzAJBgNVBAgTAkNBMRYwFAYDVQQHEw1Nb3VudGFpbiBWaWV3MRQw%0D%0AEgYDVQQKEwtQYXlQYWwgSW5jLjETMBEGA1UECxQKbGl2ZV9jZXJ0czERMA8GA1UE%0D%0AAxQIbGl2ZV9hcGkxHDAaBgkqhkiG9w0BCQEWDXJlQHBheXBhbC5jb20CAQAwDQYJ%0D%0AKoZIhvcNAQEBBQAEgYAFR5tF%2BRKUV3BS49vJraDG%2BIoWDoZMieUT%2FJJ1Fzjsr511%0D%0Au7hS1F2piJuHuqmm%2F0r8Kf8oaycOo74K3zLmUQ6T6hUS6%2Bh6lZAoIlhI3A1YmqIP%0D%0AdrdY%2FtfKRbWfolDumJ9Mdv%2FzJxPnpdQiTN5K1PMrPYE6GgPWE9WC4V9lqstSmTEL%0D%0AMAkGBSsOAwIaBQAwgZMGCSqGSIb3DQEHATAUBggqhkiG9w0DBwQIjtd%2BN9o4ZB6A%0D%0AcIbH8ZjOLmE35xBQ%2F93chtzIcRXHhIQJVpBRCkyJkdTD3libP3F7TgkrLij1DBxg%0D%0AfFlE0V%2FGTk29Ys%2FwsPO7hNs3YSNuSz0HT5F6sa8aXwFtMCE%2FgB1Ha4qdtYY%2BNETJ%0D%0AEETwNMLefjhaBfI%2BnRxl2K2gggOHMIIDgzCCAuygAwIBAgIBADANBgkqhkiG9w0B%0D%0AAQUFADCBjjELMAkGA1UEBhMCVVMxCzAJBgNVBAgTAkNBMRYwFAYDVQQHEw1Nb3Vu%0D%0AdGFpbiBWaWV3MRQwEgYDVQQKEwtQYXlQYWwgSW5jLjETMBEGA1UECxQKbGl2ZV9j%0D%0AZXJ0czERMA8GA1UEAxQIbGl2ZV9hcGkxHDAaBgkqhkiG9w0BCQEWDXJlQHBheXBh%0D%0AbC5jb20wHhcNMDQwMjEzMTAxMzE1WhcNMzUwMjEzMTAxMzE1WjCBjjELMAkGA1UE%0D%0ABhMCVVMxCzAJBgNVBAgTAkNBMRYwFAYDVQQHEw1Nb3VudGFpbiBWaWV3MRQwEgYD%0D%0AVQQKEwtQYXlQYWwgSW5jLjETMBEGA1UECxQKbGl2ZV9jZXJ0czERMA8GA1UEAxQI%0D%0AbGl2ZV9hcGkxHDAaBgkqhkiG9w0BCQEWDXJlQHBheXBhbC5jb20wgZ8wDQYJKoZI%0D%0AhvcNAQEBBQADgY0AMIGJAoGBAMFHTt38RMxLXJyO2SmS%2BNdl72T7oKJ4u4uw%2B6aw%0D%0AntALWh03PewmIJuzbALScsTS4sZoS1fKciBGoh11gIfHzylvkdNe%2FhJl66%2FRGqrj%0D%0A5rFb08sAABNTzDTiqqNpJeBsYs%2Fc2aiGozptX2RlnBktH%2BSUNpAajW724Nv2Wvhi%0D%0Af6sFAgMBAAGjge4wgeswHQYDVR0OBBYEFJaffLvGbxe9WT9S1wob7BDWZJRrMIG7%0D%0ABgNVHSMEgbMwgbCAFJaffLvGbxe9WT9S1wob7BDWZJRroYGUpIGRMIGOMQswCQYD%0D%0AVQQGEwJVUzELMAkGA1UECBMCQ0ExFjAUBgNVBAcTDU1vdW50YWluIFZpZXcxFDAS%0D%0ABgNVBAoTC1BheVBhbCBJbmMuMRMwEQYDVQQLFApsaXZlX2NlcnRzMREwDwYDVQQD%0D%0AFAhsaXZlX2FwaTEcMBoGCSqGSIb3DQEJARYNcmVAcGF5cGFsLmNvbYIBADAMBgNV%0D%0AHRMEBTADAQH%2FMA0GCSqGSIb3DQEBBQUAA4GBAIFfOlaagFrl71%2Bjq6OKidbWFSE%2B%0D%0AQ4FqROvdgIONth%2B8kSK%2F%2FY%2F4ihuE4Ymvzn5ceE3S%2FiBSQQMjyvb%2Bs2TWbQYDwcp1%0D%0A29OPIbD9epdr4tJOUNiSojw7BHwYRiPh58S1xGlFgHFXwrEBb3dgNbMUa%2Bu4qect%0D%0AsMAXpVHnD9wIyfmHMYIBmjCCAZYCAQEwgZQwgY4xCzAJBgNVBAYTAlVTMQswCQYD%0D%0AVQQIEwJDQTEWMBQGA1UEBxMNTW91bnRhaW4gVmlldzEUMBIGA1UEChMLUGF5UGFs%0D%0AIEluYy4xEzARBgNVBAsUCmxpdmVfY2VydHMxETAPBgNVBAMUCGxpdmVfYXBpMRww%0D%0AGgYJKoZIhvcNAQkBFg1yZUBwYXlwYWwuY29tAgEAMAkGBSsOAwIaBQCgXTAYBgkq%0D%0AhkiG9w0BCQMxCwYJKoZIhvcNAQcBMBwGCSqGSIb3DQEJBTEPFw0wNDAzMjUwNDQ0%0D%0AMzRaMCMGCSqGSIb3DQEJBDEWBBRzTAS6zk5cmMeC49IorY8CM%2BkX0TANBgkqhkiG%0D%0A9w0BAQEFAASBgBsyRfMv9mSyoYq00wIB7BmUHFGq5x%2Ffnr8M24XbKjhkyeULk2NC%0D%0As4jbCgaWNg6grvccJtjbvmDskMKt%2BdS%2BEAkeWwm1Zf%2F%2B5u1fMyb5vo1NNcRIs5oq%0D%0A7SvXiLTPRzVqzQdhVs7PoZG0i0RRIb0tMeo1IssZeB2GE5Nsg0D8PwpB%0D%0A-----END+PKCS7-----">Donate to Adium</a>
+ </div>
+ <div id="powered" style="opacity: 100%">
+ <!-- <SCRIPT type='text/javascript' language='JavaScript' src='http://www.ohloh.net/projects/3245;badge_js'></SCRIPT> -->
+ <a href="http://developer.apple.com/ada"><img class="libgaim" src="../images/ada.png" alt="Apple design awards 05 special mention"></a>
+ <a href="http://www.pidgin.im"><img class="libgaim" src="../images/powered_by_libpurple.png" alt="Adium is powered by libpurple"></a>
+ <a class="cachefly" href="http://www.cachefly.com"><img src="../images/cachefly.png" alt="CacheFly Logo"></a>
+ <a class="networkredux" href="http://www.networkredux.com"><img src="../images/network_redux.png" alt="Network Redux Logo"></a>
+ </div>
+ </div>
+ </div>
+</body>
+</html>
diff -r 2067797462e3 -r 4ab8431c5323 support/mov/Connecting-Online.mov
Binary file support/mov/Connecting-Online.mov has changed
diff -r 2067797462e3 -r 4ab8431c5323 support/mov/Connecting.mov
Binary file support/mov/Connecting.mov has changed
diff -r 2067797462e3 -r 4ab8431c5323 support/pgs/Account-RegisteringJabberAccount.html
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/support/pgs/Account-RegisteringJabberAccount.html Wed Dec 01 20:20:22 2010 +0100
@@ -0,0 +1,91 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+<title>Registering a Jabber (XMPP) account - Adium Documentation</title>
+<meta name="keywords" content="account, jabber, jabber naming" />
+<meta name="description" content="Registering a Jabber Accounts" />
+<link media="all" rel="stylesheet" href="../css/topicpage.css" type="text/css" />
+<link href="../css/common.css" type="text/css" rel="stylesheet" media="all" />
+<link rel="stylesheet" type="text/css" href="../../styles/layoutstyle.css" />
+<link rel="stylesheet" type="text/css" href="../../styles/defaultstyle.css" />
+</head>
+<body>
+<div id="container">
+ <div id="titlecontainer">
+ <a href="/">Adium</a>
+ </div>
+ <div id="navcontainer">
+ <a class="navtab" href="http://adium.im/">Download</a>
+ <a class="navtab" href="http://adium.im/screenshots/">Screenshots</a>
+ <a class="navtab" href="http://adium.im/screencasts/">Videos</a>
+ <a class="navtab" href="http://adium.im/blog/">Blog</a>
+ <a class="navtabcurrent" href="http://support.adium.im">Support</a>
+ <a class="navtab" href="http://trac.adium.im">Development</a>
+ <a class="navtab" href="http://adium.spreadshirt.com">Merchandise</a>
+ <a class="navtab" href="http://www.adiumxtras.com/">Xtras</a>
+ </div>
+<div id="banner"> <a name="account" id="account"></a><a name="jabber" id="jabber"></a>
+ <div id="navleft"><a class="navleftsty" href="../">Adium Help</a> <a class="navleftsty active" href="AdiumDocumentation.html">Adium Documentation</a></div>
+</div>
+<div id="mainbox">
+ <div id="caticon"> <img src="../gfx/AdiumIcon.png" alt="Adium Icon" height="32" width="32" border="0" /> </div>
+ <div id="pagetitle"> <a href="../"> <h3><img src="../gfx/AdiumIcon.png" alt="Adium Icon" height="32" width="32" border="0" />Adium Help</a> > <a href="AdiumDocumentation.html">Adium Documentation</a> ></h3>
+ <h1>Registering a Jabber (XMPP) account</h1>
+ </div>
+ <div class="taskboxline">
+ <div class="taskboxheader">
+ <h3>Setting up an account via Adium</h3>
+ </div>
+ <div class="taskboxtext">
+ <p>On most XMPP (previously known as "Jabber") servers, Adium can register your account with the server for you. Just set up your account as if you were already registered by following the steps described in <a href="Accounts-CreatingAccounts.html">Creating An Account</a>, including your desired Jabber ID and password. When the account attempts to connect, Adium will notify you that the account is not yet registered and will offer to register it.</p>
+ </div>
+ </div>
+ <div class="taskboxline">
+ <div class="taskboxheader">
+ <h3>Username constraints</h3>
+ </div>
+ <div class="taskboxtext">
+ <ul>
+ <li>Usernames are case-insensitive (e.g. "StPeter" is the same as "stpeter") and are limited to 1023 Characters.</li>
+ <li>In addition, certain characters are not allowed in your username:
+ <ul>
+ <li>@ ('at' sign)</li>
+ <li>: (colon)</li>
+ <li>' (single quote)</li>
+ <li>" (double quote)</li>
+ <li>< (open angle bracket)</li>
+ <li>> (close angle bracket)</li>
+ <li>& (ampersand)</li>
+ <li>space, carriage-return, line-feed, horizontal tab, and any other whitespace</li>
+ <li>ASCII control characters</li>
+ </ul>
+ </li>
+ </ul>
+ </div>
+ </div>
+ <div class="taskboxline">
+ <div class="taskboxheader">
+ <h3>How to specify an XMPP server</h3>
+ </div>
+ <div class="taskboxtext">
+ <p>Jabber IDs are in the form <i>name at server</i>.</p>
+ <p>The name <i>adiumuser</i> on <i>jabber.org</i> would be <i>adiumuser at jabber.org</i>.</p>
+ <p><i>adiumuser</i> on <i>jabber-fr.net</i> would be <i>adiumuser at jabber-fr.net</i>.</p>
+ </div>
+ </div>
+</div>
+ <div id="footer"> <div class="donate">
+ <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick</body>amp;submit.x=57</body>amp;submit.y=8</body>amp;encrypted=-----BEGIN+PKCS7-----%0D%0AMIIHFgYJKoZIhvcNAQcEoIIHBzCCBwMCAQExggEwMIIBLAIBADCBlDCBjjELMAkG%0D%0AA1UEBhMCVVMxCzAJBgNVBAgTAkNBMRYwFAYDVQQHEw1Nb3VudGFpbiBWaWV3MRQw%0D%0AEgYDVQQKEwtQYXlQYWwgSW5jLjETMBEGA1UECxQKbGl2ZV9jZXJ0czERMA8GA1UE%0D%0AAxQIbGl2ZV9hcGkxHDAaBgkqhkiG9w0BCQEWDXJlQHBheXBhbC5jb20CAQAwDQYJ%0D%0AKoZIhvcNAQEBBQAEgYAFR5tF%2BRKUV3BS49vJraDG%2BIoWDoZMieUT%2FJJ1Fzjsr511%0D%0Au7hS1F2piJuHuqmm%2F0r8Kf8oaycOo74K3zLmUQ6T6hUS6%2Bh6lZAoIlhI3A1YmqIP%0D%0AdrdY%2FtfKRbWfolDumJ9Mdv%2FzJxPnpdQiTN5K1PMrPYE6GgPWE9WC4V9lqstSmTEL%0D%0AMAkGBSsOAwIaBQAwgZMGCSqGSIb3DQEHATAUBggqhkiG9w0DBwQIjtd%2BN9o4ZB6A%0D%0AcIbH8ZjOLmE35xBQ%2F93chtzIcRXHhIQJVpBRCkyJkdTD3libP3F7TgkrLij1DBxg%0D%0AfFlE0V%2FGTk29Ys%2FwsPO7hNs3YSNuSz0HT5F6sa8aXwFtMCE%2FgB1Ha4qdtYY%2BNETJ%0D%0AEETwNMLefjhaBfI%2BnRxl2K2gggOHMIIDgzCCAuygAwIBAgIBADANBgkqhkiG9w0B%0D%0AAQUFADCBjjELMAkGA1UEBhMCVVMxCzAJBgNVBAgTAkNBMRYwFAYDVQQHEw1Nb3Vu%0D%0AdGFpbiBWaWV3MRQwEgYDVQQKEwtQYXlQYWwgSW5jLjETMBEGA1UECxQKbGl2ZV9j%0D%0AZXJ0czERMA8GA1UEAxQIbGl2ZV9hcGkxHDAaBgkqhkiG9w0BCQEWDXJlQHBheXBh%0D%0AbC5jb20wHhcNMDQwMjEzMTAxMzE1WhcNMzUwMjEzMTAxMzE1WjCBjjELMAkGA1UE%0D%0ABhMCVVMxCzAJBgNVBAgTAkNBMRYwFAYDVQQHEw1Nb3VudGFpbiBWaWV3MRQwEgYD%0D%0AVQQKEwtQYXlQYWwgSW5jLjETMBEGA1UECxQKbGl2ZV9jZXJ0czERMA8GA1UEAxQI%0D%0AbGl2ZV9hcGkxHDAaBgkqhkiG9w0BCQEWDXJlQHBheXBhbC5jb20wgZ8wDQYJKoZI%0D%0AhvcNAQEBBQADgY0AMIGJAoGBAMFHTt38RMxLXJyO2SmS%2BNdl72T7oKJ4u4uw%2B6aw%0D%0AntALWh03PewmIJuzbALScsTS4sZoS1fKciBGoh11gIfHzylvkdNe%2FhJl66%2FRGqrj%0D%0A5rFb08sAABNTzDTiqqNpJeBsYs%2Fc2aiGozptX2RlnBktH%2BSUNpAajW724Nv2Wvhi%0D%0Af6sFAgMBAAGjge4wgeswHQYDVR0OBBYEFJaffLvGbxe9WT9S1wob7BDWZJRrMIG7%0D%0ABgNVHSMEgbMwgbCAFJaffLvGbxe9WT9S1wob7BDWZJRroYGUpIGRMIGOMQswCQYD%0D%0AVQQGEwJVUzELMAkGA1UECBMCQ0ExFjAUBgNVBAcTDU1vdW50YWluIFZpZXcxFDAS%0D%0ABgNVBAoTC1BheVBhbCBJbmMuMRMwEQYDVQQLFApsaXZlX2NlcnRzMREwDwYDVQQD%0D%0AFAhsaXZlX2FwaTEcMBoGCSqGSIb3DQEJARYNcmVAcGF5cGFsLmNvbYIBADAMBgNV%0D%0AHRMEBTADAQH%2FMA0GCSqGSIb3DQEBBQUAA4GBAIFfOlaagFrl71%2Bjq6OKidbWFSE%2B%0D%0AQ4FqROvdgIONth%2B8kSK%2F%2FY%2F4ihuE4Ymvzn5ceE3S%2FiBSQQMjyvb%2Bs2TWbQYDwcp1%0D%0A29OPIbD9epdr4tJOUNiSojw7BHwYRiPh58S1xGlFgHFXwrEBb3dgNbMUa%2Bu4qect%0D%0AsMAXpVHnD9wIyfmHMYIBmjCCAZYCAQEwgZQwgY4xCzAJBgNVBAYTAlVTMQswCQYD%0D%0AVQQIEwJDQTEWMBQGA1UEBxMNTW91bnRhaW4gVmlldzEUMBIGA1UEChMLUGF5UGFs%0D%0AIEluYy4xEzARBgNVBAsUCmxpdmVfY2VydHMxETAPBgNVBAMUCGxpdmVfYXBpMRww%0D%0AGgYJKoZIhvcNAQkBFg1yZUBwYXlwYWwuY29tAgEAMAkGBSsOAwIaBQCgXTAYBgkq%0D%0AhkiG9w0BCQMxCwYJKoZIhvcNAQcBMBwGCSqGSIb3DQEJBTEPFw0wNDAzMjUwNDQ0%0D%0AMzRaMCMGCSqGSIb3DQEJBDEWBBRzTAS6zk5cmMeC49IorY8CM%2BkX0TANBgkqhkiG%0D%0A9w0BAQEFAASBgBsyRfMv9mSyoYq00wIB7BmUHFGq5x%2Ffnr8M24XbKjhkyeULk2NC%0D%0As4jbCgaWNg6grvccJtjbvmDskMKt%2BdS%2BEAkeWwm1Zf%2F%2B5u1fMyb5vo1NNcRIs5oq%0D%0A7SvXiLTPRzVqzQdhVs7PoZG0i0RRIb0tMeo1IssZeB2GE5Nsg0D8PwpB%0D%0A-----END+PKCS7-----">
+ Donate to Adium</a>
+ </div>
+ <div id="powered" style="opacity: 100%">
More information about the commits
mailing list