www/adium.im 570:f7c31193a119: Kill unused files.

commits at adium.im commits at adium.im
Sat Feb 18 02:14:40 UTC 2012


details:	http://hg.adium.im/www/adium.im/rev/f7c31193a119
revision:	570:f7c31193a119
branch:		rewrite
author:		Paul Wilde <me at paulwilde.co.uk>
date:		Fri Feb 17 11:17:32 2012 +0000

Kill unused files.
Subject: www/adium.im 571:4b031a968d17: Forgot to crush the new version of this icon.

details:	http://hg.adium.im/www/adium.im/rev/4b031a968d17
revision:	571:4b031a968d17
branch:		rewrite
author:		Paul Wilde <me at paulwilde.co.uk>
date:		Fri Feb 17 11:18:35 2012 +0000

Forgot to crush the new version of this icon.
Subject: www/adium.im 572:5ed8f3475a4e: New iPhone bookmark icon.

details:	http://hg.adium.im/www/adium.im/rev/5ed8f3475a4e
revision:	572:5ed8f3475a4e
branch:		rewrite
author:		Paul Wilde <me at paulwilde.co.uk>
date:		Fri Feb 17 13:06:21 2012 +0000

New iPhone bookmark icon.
Subject: www/adium.im 573:e5dd23bbcb39: Create columns for some of the documentation pages. Also includes some cleanup.

details:	http://hg.adium.im/www/adium.im/rev/e5dd23bbcb39
revision:	573:e5dd23bbcb39
branch:		rewrite
author:		Paul Wilde <me at paulwilde.co.uk>
date:		Sat Feb 18 02:14:30 2012 +0000

Create columns for some of the documentation pages. Also includes some cleanup.

diffs (truncated from 1064 to 1000 lines):

diff -r 2c1f55b4990d -r e5dd23bbcb39 about/index.php
--- a/about/index.php	Fri Feb 17 10:45:05 2012 +0000
+++ b/about/index.php	Sat Feb 18 02:14:30 2012 +0000
@@ -10,7 +10,7 @@
 	<link rel="stylesheet" href="/rewrite/assets/styles/about.css">
 	<link rel="stylesheet" href="/rewrite/assets/scripts/fancybox/fancybox.css">
 	<link rel="shortcut icon" href="/rewrite/favicon.ico">
-	<link rel="apple-touch-icon" href="/rewrite/apple-touch-icon.png">
+	<link rel="apple-touch-icon-precomposed" href="/rewrite/apple-touch-icon.png">
 	<script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
 	<script src="/rewrite/assets/scripts/fancybox/fancybox.min.js"></script>
 	<script src="/rewrite/assets/scripts/about.js"></script>
@@ -70,10 +70,10 @@
 							<li>Mac OS X integration</li>
 							<ul>
 								<li><a href="/rewrite/help/documentation/advanced-features-address-book-integration">Address Book integration</a></li>
-								<li><a href="/rewrite/help/documentation/messaging-message-view">WebKit Message View</a>:  Theme your chat windows</li>
+								<li><a href="/rewrite/help/documentation/messaging-message-view">WebKit Message View</a>: Theme your chat windows</li>
 							</ul>
 							<li><a href="/rewrite/help/documentation/contact-list-combining-contacts">Combined Contacts</a>: Merge your contacts so that each one represents a person, not an account</li>
-							<li>A sophisticated events system (including <a href="/rewrite/help/documentation/advanced-features-growl-gupport">Growl notifications</a>)</li>
+							<li>A sophisticated events system (including <a href="/rewrite/help/documentation/advanced-features-growl-support">Growl notifications</a>)</li>
 							<li><a href="http://trac.adium.im/wiki/OTREncryption">OTR Encryption</a></li>
 							<li><a href="/rewrite/help/documentation/advanced-features-file-transfer">File Transfer</a></li>
 							<li><a href="/rewrite/help/documentation/advanced-features-adium-xtras">Xtras</a> and many, many other customization options</li>
diff -r 2c1f55b4990d -r e5dd23bbcb39 apple-touch-icon.png
Binary file apple-touch-icon.png has changed
diff -r 2c1f55b4990d -r e5dd23bbcb39 assets/images/help/icon_facebook.png
Binary file assets/images/help/icon_facebook.png has changed
diff -r 2c1f55b4990d -r e5dd23bbcb39 assets/styles/about.css
--- a/assets/styles/about.css	Fri Feb 17 10:45:05 2012 +0000
+++ b/assets/styles/about.css	Sat Feb 18 02:14:30 2012 +0000
@@ -1,13 +1,14 @@
 /********** Features **********/
 
-.features {
+.features { 
 	-webkit-columns: 2;
 	-moz-columns: 2;
 	columns: 2;
+	-webkit-column-gap: 20px;
 	-moz-column-gap: 20px;
-	-webkit-column-gap: 20px; 
 	column-gap: 20px;
 	display: block;
+	padding-bottom: 10px;
 }
 
 /********** Screenshots **********/
@@ -26,18 +27,21 @@
 	figure.thumbnail { width: 22%; }
 }
 
- at media (max-width: 760px) {
-	/* Screenshots */
-	figure.thumbnail { width: 30%; }
-	
+ at media (max-width: 820px) {
 	/* Features */
 	.features {
 		-webkit-columns: 1;
 		-moz-columns: 1;
 		columns: 1;
+		padding: 0;
 	}
 }
 
+ at media (max-width: 760px) {
+	/* Screenshots */
+	figure.thumbnail { width: 30%; }
+}
+
 @media (max-width: 700px) {
 	/* Screenshots */
 	figure.thumbnail { width: 29.6%; }
diff -r 2c1f55b4990d -r e5dd23bbcb39 assets/styles/global.css
--- a/assets/styles/global.css	Fri Feb 17 10:45:05 2012 +0000
+++ b/assets/styles/global.css	Sat Feb 18 02:14:30 2012 +0000
@@ -338,7 +338,7 @@
 
 .top { border: 0; }
 
-td.side { 
+td.side, td.side-two { 
 	text-align: right;
 	background-color: #fdfdfd;
 	background-color: rgba(0, 0, 0, .01);
@@ -361,9 +361,11 @@
 	color: #333;
 }
 
-th.side, td.side { border-right: 1px solid #ededed; }
+th.side, th.side-two, td.side-two, td.side { border-right: 1px solid #ededed; }
+th.side-two, td.side-two { border-left: 1px solid #ededed; }
+td.blank { background: transparent; border-right: 0; }
 
-pre { 
+pre {
 	color: #555; 
 	font-family: Courier, sans-serif; 
 	white-space: pre-wrap;
@@ -394,7 +396,7 @@
 	margin: 5px -20px 20px; 
 }
 
-.one, .two, .three { display: none; }
+hr.one, hr.two, hr.three { display: none; }
 
 /********** Thumbnails / Media **********/
 
diff -r 2c1f55b4990d -r e5dd23bbcb39 assets/styles/help.css
--- a/assets/styles/help.css	Fri Feb 17 10:45:05 2012 +0000
+++ b/assets/styles/help.css	Sat Feb 18 02:14:30 2012 +0000
@@ -1,3 +1,21 @@
+/********** Columns **********/
+
+/* documentation/accounts-creating-accounts */
+.service-list li { width: 60%; float: left; }
+.service-list li.left { width: 40%; }
+.service-list li ul li { width: 100%; }
+
+/* documentation/contact-list-status-icons */
+.status-icons li { width: 33.3%; float: left; }
+
+/* documentation/miscellaneous-keyboard-shortcuts */
+.keyboard-mobile { display: none; }
+.keyboard-left { width: 35%; margin-right: 40px; float: left; }
+.keyboard-right { width: 65%; }
+
+/* documentation/troubleshooting-icq-text-encoding */
+.text-encoding-mobile { display: none; }
+
 /********** Images **********/
 
 .list-type-image li {
@@ -39,4 +57,35 @@
 .status-typing { background: url('/rewrite/assets/images/help/status_typing.png'); }
 .status-text { background: url('/rewrite/assets/images/help/status_text.png'); }
 .status-content { background: url('/rewrite/assets/images/help/status_content.png'); }
-.status-mobile { background: url('/rewrite/assets/images/help/status_mobile.png'); }
\ No newline at end of file
+.status-mobile { background: url('/rewrite/assets/images/help/status_mobile.png'); }
+
+/********** Media Queries **********/
+ at media (max-width: 840px) {
+	/* documentation/accounts-creating-accounts */
+	.service-list li { width: 50%; }
+	.service-list li.left { width: 50%; }
+}
+ at media (max-width: 680px) {
+	/* documentation/accounts-creating-accounts */
+	.service-list li { width: 100%; }
+	
+	/* documentation/contact-list-status-icons */
+	.status-icons li { width: 50%; }
+}
+
+ at media (max-width: 600px) {
+	/* documentation/miscellaneous-keyboard-shortcuts */
+	.keyboard-left, .keyboard-right { width: 100%; margin: 0; }
+	hr.two { display: block; }
+	.keyboard-mobile { display: table; }
+	.keyboard-wide { display: none; }
+	
+	/* documentation/troubleshooting-icq-text-encoding */
+	.text-encoding-mobile { display: table; }
+	.text-encoding-wide { display: none; }
+}
+
+ at media (max-width: 500px) {
+	/* documentation/contact-list-status-icons */
+	.status-icons li { width: 100%; }
+}
\ No newline at end of file
diff -r 2c1f55b4990d -r e5dd23bbcb39 help/documentation/accounts-aim.htmlfrag
--- a/help/documentation/accounts-aim.htmlfrag	Fri Feb 17 10:45:05 2012 +0000
+++ b/help/documentation/accounts-aim.htmlfrag	Sat Feb 18 02:14:30 2012 +0000
@@ -6,27 +6,27 @@
 
 <table> 
 	<tr>
-		<td class="top side">Homepage:</td>
+		<td class="top side">Homepage</td>
 		<td class="top"><a href="http://www.aim.com">http://www.aim.com</a></td>
 	</tr>
 	<tr>
-		<td class="side">Type:</td>
+		<td class="side">Type</td>
 		<td>Proprietary</td>
 	</tr>
 	<tr>
-		<td class="side">Identity:</td>
+		<td class="side">Identity</td>
 		<td>user name (called "screen name" by AOL)</td>
 	</tr>
 	<tr>
-		<td class="side">Interoperability:</td>
+		<td class="side">Interoperability</td>
 		<td>MobileMe, ICQ</td>
 	</tr>
 	<tr>
-		<td class="side">Popularity:</td>
+		<td class="side">Popularity</td>
 		<td>USA</td>
 	</tr>
 	<tr>
-		<td class="side">Default server; port:</td>
+		<td class="side">Default server port</td>
 		<td>login.oscar.aol.com; 5190</td>
 	</tr>
 </table>
diff -r 2c1f55b4990d -r e5dd23bbcb39 help/documentation/accounts-bonjour.htmlfrag
--- a/help/documentation/accounts-bonjour.htmlfrag	Fri Feb 17 10:45:05 2012 +0000
+++ b/help/documentation/accounts-bonjour.htmlfrag	Sat Feb 18 02:14:30 2012 +0000
@@ -6,15 +6,15 @@
 
 <table> 
 	<tr>
-		<td class="top side">Homepage:</td>
+		<td class="top side">Homepage</td>
 		<td class="top"><a href="http://www.apple.com/support/bonjour/">http://www.apple.com/support/bonjour/</a></td>
 	</tr>
 	<tr>
-		<td class="side">Type:</td>
+		<td class="side">Type</td>
 		<td>Proprietary; portions under the Apache license</td>
 	</tr>
 	<tr>
-		<td class="side">Interoperability:</td>
+		<td class="side">Interoperability</td>
 		<td>None</td>
 	</tr>
 </table>
diff -r 2c1f55b4990d -r e5dd23bbcb39 help/documentation/accounts-creating-accounts.htmlfrag
--- a/help/documentation/accounts-creating-accounts.htmlfrag	Fri Feb 17 10:45:05 2012 +0000
+++ b/help/documentation/accounts-creating-accounts.htmlfrag	Sat Feb 18 02:14:30 2012 +0000
@@ -28,8 +28,8 @@
 
 <h2 id="signing_up_for_an_account">Signing up for an account</h2>
 <p class="list-header">(Some of the following are external links)</p>
-<ol>
-	<li>Free Services
+<ol class="service-list">
+	<li class="left">Free Services
 		<ul>
 			<li><a href="http://products.aim.com/">AIM</a></li>
 			<li><a href="http://www.apple.com/support/bonjour/">Bonjour</a> No Signup Needed.</li>
@@ -55,9 +55,9 @@
 		</ul>
 	</li>
 	<li>Corporate Services
-	<ul>
-		<li><a href="http://www.novell.com/products/groupwise/">Novell Groupwise</a></li>
-		<li><a href="http://www.lotus.com/">Lotus Sametime</a></li>
-	</ul>
+		<ul>
+			<li><a href="http://www.novell.com/products/groupwise/">Novell Groupwise</a></li>
+			<li><a href="http://www.lotus.com/">Lotus Sametime</a></li>
+		</ul>
 	</li>
 </ol>
\ No newline at end of file
diff -r 2c1f55b4990d -r e5dd23bbcb39 help/documentation/accounts-facebook-chat.htmlfrag
--- a/help/documentation/accounts-facebook-chat.htmlfrag	Fri Feb 17 10:45:05 2012 +0000
+++ b/help/documentation/accounts-facebook-chat.htmlfrag	Sat Feb 18 02:14:30 2012 +0000
@@ -5,22 +5,22 @@
 <h2>Description</h2>
 <table> 
 	<tr>
-		<td class="top side">Homepage:</td>
+		<td class="top side">Homepage</td>
 		<td class="top"><a href="http://www.facebook.com">http://www.facebook.com</a></td>
 	</tr>
-		<td class="side"><strong>Type:</td>
+		<td class="side"><strong>Type</td>
 		<td>Proprietary, XMPP-based</td>
 	</tr>
 	<tr>
-		<td class="side">Identity:</td>
+		<td class="side">Identity</td>
 		<td>yourusername at chat.facebook.com</td>
 	</tr>
 	<tr>
-		<td class="side">Interoperability:</td>
+		<td class="side">Interoperability</td>
 		<td>None</td>
 	</tr>
 	<tr>
-		<td class="side">Popularity:</td>
+		<td class="side">Popularity</td>
 		<td>Facebook site: 400 million active users, Facebook Chat: unknown</td>
 	</tr>
 </table>
diff -r 2c1f55b4990d -r e5dd23bbcb39 help/documentation/accounts-gadu-gadu.htmlfrag
--- a/help/documentation/accounts-gadu-gadu.htmlfrag	Fri Feb 17 10:45:05 2012 +0000
+++ b/help/documentation/accounts-gadu-gadu.htmlfrag	Sat Feb 18 02:14:30 2012 +0000
@@ -5,23 +5,23 @@
 <h2>Description</h2>
 <table> 
 	<tr>
-		<td class="top side">Homepage:</td>
+		<td class="top side">Homepage</td>
 		<td class="top"><a href="http://www.gadu-gadu.pl/">http://www.gadu-gadu.pl/</a></td>
 	</tr>
 	<tr>
-		<td class="side">Server status:</td>
+		<td class="side">Server status</td>
 		<td> <a href="http://kadu.net/monitor/">http://kadu.net/monitor/</a></td>
 	</tr>
 	<tr>
-		<td class="side">Type:</td>
+		<td class="side">Type</td>
 		<td>Proprietary</td>
 	</tr>
 	<tr>
-		<td class="side">Interoperability:</td>
+		<td class="side">Interoperability</td>
 		<td>None</td>
 	</tr>
 	<tr>
-		<td class="side">Popularity:</td>
+		<td class="side">Popularity</td>
 		<td>Poland</td>
 	</tr>
 </table>
\ No newline at end of file
diff -r 2c1f55b4990d -r e5dd23bbcb39 help/documentation/accounts-gizmo5.htmlfrag
--- a/help/documentation/accounts-gizmo5.htmlfrag	Fri Feb 17 10:45:05 2012 +0000
+++ b/help/documentation/accounts-gizmo5.htmlfrag	Sat Feb 18 02:14:30 2012 +0000
@@ -5,19 +5,19 @@
 <h2>Description</h2>
 <table> 
 	<tr>
-		<td class="top side">Homepage:</td>
+		<td class="top side">Homepage</td>
 		<td class="top"><a href="http://gizmo5.com/">http://gizmo5.com/</a></td>
 	</tr>
 	<tr>
-		<td class="side">Type:</td>
+		<td class="side">Type</td>
 		<td>XMPP-based, proprietary</td>
 	</tr>
 	<tr>
-		<td class="side">Identity:</td>
+		<td class="side">Identity</td>
 		<td>Jabber ID (JID), e.g. username at chat.gizmoproject.com</td>
 	</tr>
 	<tr>
-		<td class="side">Interoperability:</td>
+		<td class="side">Interoperability</td>
 		<td>XMPP, LiveJournal, Google Talk</td>
 	</tr>
 </table>
diff -r 2c1f55b4990d -r e5dd23bbcb39 help/documentation/accounts-google-talk.htmlfrag
--- a/help/documentation/accounts-google-talk.htmlfrag	Fri Feb 17 10:45:05 2012 +0000
+++ b/help/documentation/accounts-google-talk.htmlfrag	Sat Feb 18 02:14:30 2012 +0000
@@ -5,19 +5,19 @@
 <h2>Description</h2>
 <table> 
 	<tr>
-		<td class="top side">Homepage:</td>
+		<td class="top side">Homepage</td>
 		<td class="top"><a href="http://www.google.com/talk/">http://www.google.com/talk/</a></td>
 	</tr>
 	<tr>
-		<td class="side">Type:</td>
+		<td class="side">Type</td>
 		<td>XMPP-based, proprietary</td>
 	</tr>
 	<tr>
-		<td class="side">Identity:</td>
+		<td class="side">Identity</td>
 		<td>Jabber ID (JID), e.g. usr at a.b.c/home with "home" being a "resource", which distinguishes the same user when logged in from multiple locations (simultaneously)</td>
 	</tr>
 	<tr>
-		<td class="side">Interoperability:</td>
+		<td class="side">Interoperability</td>
 		<td>XMPP, LiveJournal, Gizmo, AIM</td>
 	</tr>
 </table>
diff -r 2c1f55b4990d -r e5dd23bbcb39 help/documentation/accounts-groupwise.htmlfrag
--- a/help/documentation/accounts-groupwise.htmlfrag	Fri Feb 17 10:45:05 2012 +0000
+++ b/help/documentation/accounts-groupwise.htmlfrag	Sat Feb 18 02:14:30 2012 +0000
@@ -5,11 +5,11 @@
 <h2>Description</h2>
 <table> 
 	<tr>
-		<td class="top side">Homepage:</td>
+		<td class="top side">Homepage</td>
 		<td class="top"><a href="http://www.novell.com/products/groupwise/">http://www.novell.com/products/groupwise/</a></td>
 	</tr>
 	<tr>
-		<td class="side">Type:</td>
+		<td class="side">Type</td>
 		<td>Proprietary</td>
 	</tr>
 </table>
diff -r 2c1f55b4990d -r e5dd23bbcb39 help/documentation/accounts-icq.htmlfrag
--- a/help/documentation/accounts-icq.htmlfrag	Fri Feb 17 10:45:05 2012 +0000
+++ b/help/documentation/accounts-icq.htmlfrag	Sat Feb 18 02:14:30 2012 +0000
@@ -5,27 +5,27 @@
 <h2>Description</h2>
 <table> 
 	<tr>
-		<td class="top side">Homepage:</td>
+		<td class="top side">Homepage</td>
 		<td class="top"><a href="http://www.icq.com/">http://www.icq.com/</a></td>
 	</tr>
 	<tr>
-		<td class="side">Type:</td>
+		<td class="side">Type</td>
 		<td>Proprietary</td>
 	</tr>
 	<tr>
-		<td class="side">Identity:</td>
+		<td class="side">Identity</td>
 		<td>Universal Internet Number / Unified Identification Number / Unique Identification Number (UIN), e.g. 12345678</td>
 	</tr>
 	<tr>
-		<td class="side">Interoperability:</td>
+		<td class="side">Interoperability</td>
 		<td>AIM, MobileMe (formerly known as .Mac)</td>
 	</tr>
 	<tr>
-		<td class="side">Popularity:</td>
+		<td class="side">Popularity</td>
 		<td>Germany, Eastern Europe</td>
 	</tr>
 	<tr>
-		<td class="side">Default server; port:</td>
+		<td class="side">Default server port</td>
 		<td>login.icq.com (formerly login.oscar.aol.com, which no longer works for ICQ); 5190</td>
 	</tr>
 </table>
diff -r 2c1f55b4990d -r e5dd23bbcb39 help/documentation/accounts-irc.htmlfrag
--- a/help/documentation/accounts-irc.htmlfrag	Fri Feb 17 10:45:05 2012 +0000
+++ b/help/documentation/accounts-irc.htmlfrag	Sat Feb 18 02:14:30 2012 +0000
@@ -5,11 +5,11 @@
 <h2>Description</h2>
 <table class="margin-fix"> 
 	<tr>
-		<td class="top side">Homepage:</td>
+		<td class="top side">Homepage</td>
 		<td class="top"><a href="http://www.irc.org/">http://www.irc.org/</a></td>
 	</tr>
 	<tr>
-		<td class="side">Type:</td>
+		<td class="side">Type</td>
 		<td>Open Standard</td>
 	</tr>
 </table>
\ No newline at end of file
diff -r 2c1f55b4990d -r e5dd23bbcb39 help/documentation/accounts-list-of-services.htmlfrag
--- a/help/documentation/accounts-list-of-services.htmlfrag	Fri Feb 17 10:45:05 2012 +0000
+++ b/help/documentation/accounts-list-of-services.htmlfrag	Sat Feb 18 02:14:30 2012 +0000
@@ -7,7 +7,7 @@
 
 <h2>Supported services</h2>
 <ul>
-	<li><a href="accounts-xmpp">XMPP ("Jabber")</a>, including</li>
+	<li><a href="accounts-xmpp">XMPP ("Jabber")</a>, including:</li>
 	<ul>
 		<li><a href="accounts-google-talk">Google Talk</a></li>
 		<li><a href="accounts-lj-talk">LJ (LiveJournal) Talk</a></li>
@@ -15,11 +15,11 @@
 		<li><a href="accounts-gizmo5">Gizmo5</a></li>
 	</ul>
 	<li><a href="accounts-msn">MSN Messenger</a></li>
-	<li><a href="accounts-aim">AOL Instant Messenger (AIM)</a>, including</li>
+	<li><a href="accounts-aim">AOL Instant Messenger (AIM)</a>, including:</li>
 	<ul>
 		<li><a href="accounts-mobileme">MobileMe</a> (formerly known as .Mac)</li>
 	</ul>
-	<li><a href="accounts-yahoo">Yahoo! Messenger</a>, including</li>
+	<li><a href="accounts-yahoo">Yahoo! Messenger</a>, including:</li>
 	<ul>
 		<li><a href="accounts-yahoo-japan">Yahoo! Japan Messenger</a></li>
 	</ul>
diff -r 2c1f55b4990d -r e5dd23bbcb39 help/documentation/accounts-lj-talk.htmlfrag
--- a/help/documentation/accounts-lj-talk.htmlfrag	Fri Feb 17 10:45:05 2012 +0000
+++ b/help/documentation/accounts-lj-talk.htmlfrag	Sat Feb 18 02:14:30 2012 +0000
@@ -5,19 +5,19 @@
 <h2>Description</h2>
 <table> 
 	<tr>
-		<td class="top side">Homepage:</td>
+		<td class="top side">Homepage</td>
 		<td class="top"><a href="http://www.livejournal.com/chat/">http://www.livejournal.com/chat/</a></td>
 	</tr>
 	<tr>
-		<td class="side">Type:</td>
+		<td class="side">Type</td>
 		<td>Open standard (XMPP)</td>
 	</tr>
 	<tr>
-		<td class="side">Identity:</td>
+		<td class="side">Identity</td>
 		<td>Jabber ID (JID), e.g. LJ-usr at livejournal.com/home with "home" being a "resource", which distinguishes the same user when logged in from multiple locations (simultaneously)</td>
 	</tr>
 	<tr>
-		<td class="side">Interoperability:</td>
+		<td class="side">Interoperability</td>
 		<td>Google Talk, LiveJournal, Gizmo</td>
 	</tr>
 </table>
diff -r 2c1f55b4990d -r e5dd23bbcb39 help/documentation/accounts-mobileme.htmlfrag
--- a/help/documentation/accounts-mobileme.htmlfrag	Fri Feb 17 10:45:05 2012 +0000
+++ b/help/documentation/accounts-mobileme.htmlfrag	Sat Feb 18 02:14:30 2012 +0000
@@ -5,27 +5,27 @@
 <h2>Description</h2>
 <table> 
 	<tr>
-		<td class="top side">Homepage:</td>
+		<td class="top side">Homepage</td>
 		<td class="top"><a href="http://www.apple.com/mobileme/">http://www.apple.com/mobileme/</a></td>
 	</tr>
 	<tr>
-		<td class="side">Type:</td>
+		<td class="side">Type</td>
 		<td>Proprietary</td>
 	</tr>
 	<tr>
-		<td class="side">Identity:</td>
+		<td class="side">Identity</td>
 		<td>user name (called "screen name" by AOL)</td>
 	</tr>
 	<tr>
-		<td class="side">Interoperability:</td>
+		<td class="side">Interoperability</td>
 		<td>AIM, ICQ</td>
 	</tr>
 	<tr>
-		<td class="side">Popularity:</td>
+		<td class="side">Popularity</td>
 		<td>USA</td>
 	</tr>
 	<tr>
-		<td class="side">Default server; port:</td>
+		<td class="side">Default server port</td>
 		<td>login.oscar.aol.com; 5190</td>
 	</tr>
 </table>
diff -r 2c1f55b4990d -r e5dd23bbcb39 help/documentation/accounts-msn.htmlfrag
--- a/help/documentation/accounts-msn.htmlfrag	Fri Feb 17 10:45:05 2012 +0000
+++ b/help/documentation/accounts-msn.htmlfrag	Sat Feb 18 02:14:30 2012 +0000
@@ -5,31 +5,31 @@
 <h2>Description</h2>
 <table> 
 	<tr>
-		<td class="top side">Homepage:</td>
+		<td class="top side">Homepage</td>
 		<td class="top"><a href="http://www.msn.com">http://www.msn.com</a></td>
 	</tr>
 	<tr>
-		<td class="side">Server status:</td>
+		<td class="side">Server status</td>
 		<td><a href="http://status.live.com/detail/messenger">http://status.live.com/detail/messenger</a></td>
 	</tr>
 	<tr>
-		<td class="side">Type:</td>
+		<td class="side">Type</td>
 		<td>Proprietary</td>
 	</tr>
 	<tr>
-		<td class="side">Identity:</td>
+		<td class="side">Identity</td>
 		<td>Windows Live ID associated with an email address, e.g. user at hotmail.com</td>
 	</tr>
 	<tr>
-		<td class="side">Interoperability:</td>
+		<td class="side">Interoperability</td>
 		<td>Yahoo</td>
 	</tr>
 	<tr>
-		<td class="side">Popularity:</td>
+		<td class="side">Popularity</td>
 		<td>Europe</td>
 	</tr>
 	<tr>
-		<td class="side">Default server; port:</td>
+		<td class="side">Default server port</td>
 		<td>messenger.hotmail.com; 1863</td>
 	</tr>
 </table>
diff -r 2c1f55b4990d -r e5dd23bbcb39 help/documentation/accounts-myspace.htmlfrag
--- a/help/documentation/accounts-myspace.htmlfrag	Fri Feb 17 10:45:05 2012 +0000
+++ b/help/documentation/accounts-myspace.htmlfrag	Sat Feb 18 02:14:30 2012 +0000
@@ -5,15 +5,15 @@
 <h2>Description</h2>
 <table> 
 	<tr>
-		<td class="top side">Homepage:</td>
+		<td class="top side">Homepage</td>
 		<td class="top"><a href="http://www.myspace.com/guide/im">http://www.myspace.com/guide/im</a></td>
 	</tr>
 	<tr>
-		<td class="side">Type:</td>
+		<td class="side">Type</td>
 		<td>Proprietary</td>
 	</tr>
 	<tr>
-		<td class="side">Interoperability:</td>
+		<td class="side">Interoperability</td>
 		<td>None</td>
 	</tr>
 </table>
diff -r 2c1f55b4990d -r e5dd23bbcb39 help/documentation/accounts-qq.htmlfrag
--- a/help/documentation/accounts-qq.htmlfrag	Fri Feb 17 10:45:05 2012 +0000
+++ b/help/documentation/accounts-qq.htmlfrag	Sat Feb 18 02:14:30 2012 +0000
@@ -5,15 +5,15 @@
 <h2>Description</h2>
 <table> 
 	<tr>
-		<td class="top side">Homepage:</td>
+		<td class="top side">Homepage</td>
 		<td class="top"><a href="http://www.qq.com/">http://http://www.qq.com/</a> (China); <a href="http://www.qq.co.za/">http://www.qq.co.za/</a> (South Africa)</td>
 	</tr>
 	<tr>
-		<td class="side">Type:</td>
+		<td class="side">Type</td>
 		<td>Proprietary</td>
 	</tr>
 	<tr>
-		<td class="side">Popularity:</td>
+		<td class="side">Popularity</td>
 		<td>China; South Africa</td>
 	</tr>
 </table>
diff -r 2c1f55b4990d -r e5dd23bbcb39 help/documentation/accounts-sametime.htmlfrag
--- a/help/documentation/accounts-sametime.htmlfrag	Fri Feb 17 10:45:05 2012 +0000
+++ b/help/documentation/accounts-sametime.htmlfrag	Sat Feb 18 02:14:30 2012 +0000
@@ -5,11 +5,11 @@
 <h2>Description</h2>
 <table> 
 	<tr>
-		<td class="side top">Homepage:</td>
+		<td class="side top">Homepage</td>
 		<td class="top" ><a href="http://www-01.ibm.com/software/lotus/sametime/">http://www-01.ibm.com/software/lotus/sametime/</a></td>
 	</tr>
 	<tr>
-		<td class="side">Type:</td>
+		<td class="side">Type</td>
 		<td>Proprietary</td>
 	</tr>
 </table>
diff -r 2c1f55b4990d -r e5dd23bbcb39 help/documentation/accounts-twitter.htmlfrag
--- a/help/documentation/accounts-twitter.htmlfrag	Fri Feb 17 10:45:05 2012 +0000
+++ b/help/documentation/accounts-twitter.htmlfrag	Sat Feb 18 02:14:30 2012 +0000
@@ -5,11 +5,11 @@
 <h2>Description</h2>
 <table class="margin-fix"> 
 	<tr>
-		<td class="top side">Homepage:</td>
+		<td class="top side">Homepage</td>
 		<td class="top"><a href="http://www.twitter.com">http://www.twitter.com</a></td>
 	</tr>
 	<tr>
-		<td class="side">Type:</td>
+		<td class="side">Type</td>
 		<td>Proprietary</td>
 	</tr>
 </table>
\ No newline at end of file
diff -r 2c1f55b4990d -r e5dd23bbcb39 help/documentation/accounts-xmpp.htmlfrag
--- a/help/documentation/accounts-xmpp.htmlfrag	Fri Feb 17 10:45:05 2012 +0000
+++ b/help/documentation/accounts-xmpp.htmlfrag	Sat Feb 18 02:14:30 2012 +0000
@@ -5,19 +5,19 @@
 <h2>Description</h2>
 <table> 
 	<tr>
-		<td class="top side">Homepage:</td>
+		<td class="top side">Homepage</td>
 		<td class="top"><a href="http://xmpp.org/about/">http://xmpp.org/about/</a></td>
 	</tr>
 	<tr>
-		<td class="side">Type:</td>
+		<td class="side">Type</td>
 		<td>Open standard</td>
 	</tr>
 	<tr>
-		<td class="side">Identity:</td>
+		<td class="side">Identity</td>
 		<td>Jabber ID (JID), e.g. usr at a.b.c/home with "home" being a "resource", which distinguishes the same user when logged in from multiple locations (simultaneously)</td>
 	</tr>
 	<tr>
-		<td class="side">Interoperability:</td>
+		<td class="side">Interoperability</td>
 		<td>Google Talk, LiveJournal, Gizmo</td>
 	</tr>
 </table>
diff -r 2c1f55b4990d -r e5dd23bbcb39 help/documentation/accounts-yahoo-japan.htmlfrag
--- a/help/documentation/accounts-yahoo-japan.htmlfrag	Fri Feb 17 10:45:05 2012 +0000
+++ b/help/documentation/accounts-yahoo-japan.htmlfrag	Sat Feb 18 02:14:30 2012 +0000
@@ -5,15 +5,15 @@
 <h2>Description</h2>
 <table class="margin-fix">
 	<tr>
-		<td class="top side">Homepage:</td>
+		<td class="top side">Homepage</td>
 		<td class="top"><a href="http://messenger.yahoo.co.jp/">http://messenger.yahoo.co.jp/</a></td>
 	</tr>
 	<tr>
-		<td class="side">Type:</td>
+		<td class="side">Type</td>
 		<td>Proprietary</td>
 	</tr>
 	<tr>
-		<td class="side">Interoperability:</td>
+		<td class="side">Interoperability</td>
 		<td>Yahoo! Messenger, MSN Messenger</td>
 	</tr>
 </table>
\ No newline at end of file
diff -r 2c1f55b4990d -r e5dd23bbcb39 help/documentation/accounts-yahoo.htmlfrag
--- a/help/documentation/accounts-yahoo.htmlfrag	Fri Feb 17 10:45:05 2012 +0000
+++ b/help/documentation/accounts-yahoo.htmlfrag	Sat Feb 18 02:14:30 2012 +0000
@@ -5,19 +5,19 @@
 <h2>Description</h2>
 <table> 
 	<tr>
-		<td class="top side">Homepage:</td>
+		<td class="top side">Homepage</td>
 		<td class="top"><a href="http://messenger.yahoo.com/">http://messenger.yahoo.com/</a></td>
 	</tr>
 	<tr>
-		<td class="side">Type:</td>
+		<td class="side">Type</td>
 		<td>Proprietary</td>
 	</tr>
 	<tr>
-		<td class="side">Interoperability:</td>
+		<td class="side">Interoperability</td>
 		<td>Yahoo! Japan Messenger, MSN Messenger</td>
 	</tr>
 	<tr>
-		<td class="side">Default server; port:</td>
+		<td class="side">Default server port</td>
 		<td>scsa.msg.yahoo.com; 5050</td>
 	</tr>
 </table>
diff -r 2c1f55b4990d -r e5dd23bbcb39 help/documentation/contact-list-status-icons.htmlfrag
--- a/help/documentation/contact-list-status-icons.htmlfrag	Fri Feb 17 10:45:05 2012 +0000
+++ b/help/documentation/contact-list-status-icons.htmlfrag	Sat Feb 18 02:14:30 2012 +0000
@@ -5,7 +5,7 @@
 
 <h2>Default status icons</h2>
 <p class="list-header">The default status icon set is "iBubble Status".</p>
-<ul class="list-type-image">
+<ul class="list-type-image status-icons clearfix">
 	<li class="status-available">Available</li>
 	<li class="status-idle">Idle</li>
 	<li class="status-away">Away</li>
diff -r 2c1f55b4990d -r e5dd23bbcb39 help/documentation/index.php
--- a/help/documentation/index.php	Fri Feb 17 10:45:05 2012 +0000
+++ b/help/documentation/index.php	Sat Feb 18 02:14:30 2012 +0000
@@ -9,7 +9,7 @@
 	<link rel="stylesheet" href="/rewrite/assets/styles/global.css">
 	<link rel="stylesheet" href="/rewrite/assets/styles/help.css">
 	<link rel="shortcut icon" href="/rewrite/favicon.ico">
-	<link rel="apple-touch-icon" href="/rewrite/apple-touch-icon.png">
+	<link rel="apple-touch-icon-precomposed" href="/rewrite/apple-touch-icon.png">
 </head>
 
 <body>
diff -r 2c1f55b4990d -r e5dd23bbcb39 help/documentation/miscellaneous-keyboard-shortcuts.htmlfrag
--- a/help/documentation/miscellaneous-keyboard-shortcuts.htmlfrag	Fri Feb 17 10:45:05 2012 +0000
+++ b/help/documentation/miscellaneous-keyboard-shortcuts.htmlfrag	Sat Feb 18 02:14:30 2012 +0000
@@ -16,7 +16,34 @@
 <hr>
 
 <h2>General Adium shortcuts</h2>
-<table>
+<span class="two">
+<table class="keyboard-wide">
+	<tr>
+		<td class="top side">⌘/</td>
+		<td class="top">Show/hide the Contact List</td>
+		<td class="top side-two">⌥⌘P</td>
+		<td class="top">Open the "Privacy Settings" window</td>
+		<td class="top side-two">⇧⌘J</td>
+		<td class="top">Open the "Join Group Chat" window</td>
+	</tr>
+	<tr>
+		<td class="side">⇧⌘L</td>
+		<td>Open the Transcripts Viewer</td>
+		<td class="side-two">⌘D</td>
+		<td>Open the "Add Contact" window</td>
+		<td class="side-two">⇧⌘Y</td>
+		<td>Open the "Custom Status" window</td>
+	</tr>
+	<tr>
+		<td class="side">⌥⌘L</td>
+		<td>Open the "File Transfers" window</td>
+		<td class="side-two">⌘N</td>
+		<td>Open the "New Chat" window</td>
+		<td class="side-two">⇧⌘H</td>
+		<td>Show/hide offline contacts</td>
+	</tr>
+</table>
+<table class="keyboard-mobile">
 	<tr>
 		<td class="top side">⌘/</td>
 		<td class="top">Show/hide the Contact List</td>
@@ -56,37 +83,41 @@
 
 <hr>
 
-<h2>Contact shortcuts</h2>
-<p class="list-header">Used when the Contact List is focused.</p>
-<table>
-	<tr>
-		<td class="top side">⌘I</td>
-		<td class="top">Get Info on contact</td>
-	</tr>
-	<tr>
-		<td class="side">⌘L</td>
-		<td>Open Transcript Viewer for contact</td>
-	</tr>
-	<tr>
-		<td class="side">⌥⌘B</td>
-		<td>Block contact</td>
-	</tr>
-</table>
+<span class="keyboard-left">
+	<h2>Contact shortcuts</h2>
+	<p class="list-header">Used when the Contact List is focused.</p>
+	<table>
+		<tr>
+			<td class="top side">⌘I</td>
+			<td class="top">Get Info on contact</td>
+		</tr>
+		<tr>
+			<td class="side">⌘L</td>
+			<td>Open Transcript Viewer for contact</td>
+		</tr>
+		<tr>
+			<td class="side">⌥⌘B</td>
+			<td>Block contact</td>
+		</tr>
+	</table>
+</span>
 
-<hr>
+<hr class="two">
 
-<h2>Startup shortcuts</h2>
-<p class="list-header"><strong>Note:</strong> You must be holding these shortcuts while Adium is launching.</p>
-<table>
-	<tr>
-		<td class="top side">⇧</td>
-		<td class="top">Disable Auto-Connect</td>
-	</tr>
-	<tr>
-		<td class="side">⌥</td>
-		<td>Open the "Select User" window</td>
-	</tr>
-</table>
+<span class="keyboard-right">
+	<h2>Startup shortcuts</h2>
+	<p class="list-header"><strong>Note:</strong> You must be holding these shortcuts while Adium is launching.</p>
+	<table>
+		<tr>
+			<td class="top side">⇧</td>
+			<td class="top">Disable Auto-Connect</td>
+		</tr>
+		<tr>
+			<td class="side">⌥</td>
+			<td>Open the "Select User" window</td>
+		</tr>
+	</table>
+</span>
 
 <hr>
 
diff -r 2c1f55b4990d -r e5dd23bbcb39 help/documentation/troubleshooting-icq-text-encoding.htmlfrag
--- a/help/documentation/troubleshooting-icq-text-encoding.htmlfrag	Fri Feb 17 10:45:05 2012 +0000
+++ b/help/documentation/troubleshooting-icq-text-encoding.htmlfrag	Sat Feb 18 02:14:30 2012 +0000
@@ -13,7 +13,129 @@
 <h2>Which encoding to use</h2>
 <h3>The encodings listed here are only first guesses. If one encoding doesn't work, try another.</h3>
 <p class="list-header">The table below is derived from Wikipedia's table of ISO 8859 encodings. As you may notice, it doesn't currently cover other encodings, such as Shift-JIS.</p>
-<table class="margin-fix">
+<table class="text-encoding-wide margin-fix">
+	<tr>
+		<th style="text-align: right" class="side">Language</th>
+		<th>Encoding name</th>
+		<th style="text-align: right" class="side-two">Language</th>
+		<th>Encoding name</th>
+	</tr>
+	<tr>
+		<td class="top side">Afrikaans</td>
+		<td style="width: 33%;" class="top">ISO 8859-1</td>
+		<td class="top side-two">Indonesian</td>
+		<td style="width: 33%; "class="top">ISO 8859-1</td>
+	</tr>
+	<tr>
+		<td class="side">Albanian</td>
+		<td>ISO 8859-16 or ISO 8859-1</td>
+		<td class="side-two">Irish</td>
+		<td>ISO 8859-1</td>
+	</tr>
+	<tr>
+		<td class="side">Arabic</td>
+		<td>ISO 8859-6</td>
+		<td class="side-two">Italian</td>
+		<td>ISO 8859-1</td>
+	</tr>
+	<tr>
+		<td class="side">Breton</td>
+		<td>ISO 8859-14</td>
+		<td class="side-two">Latvian</td>
+		<td>ISO 8859-4</td>
+	</tr>
+	<tr>
+		<td class="side">Croatian</td>
+		<td>ISO 8859-16 or ISO 8859-1</td>
+		<td class="side-two">Lithuanian</td>
+		<td>ISO 8859-4</td>
+	</tr>
+	<tr>
+		<td class="side">Cyrillic</td>
+		<td>ISO 8859-5</td>
+		<td class="side-two">Maltese</td>
+		<td>ISO 8859-3</td>
+	</tr>
+	<tr>
+		<td class="side">Danish</td>
+		<td>ISO 8859-1</td>
+		<td class="side-two">Norwegian</td>
+		<td>ISO 8859-1</td>
+	</tr>
+	<tr>
+		<td class="side">English</td>
+		<td>Most of the ISO 8859 encodings, but primarily ISO 8859-15 (for the € symbol) and ISO 8859-1</td>
+		<td class="side-two">Polish</td>
+		<td>ISO 8859-16 or ISO 8859-1</td>
+	</tr>
+	<tr>
+		<td class="side">Esperanto</td>
+		<td>ISO 8859-3</td>
+		<td class="side-two">Portuguese</td>
+		<td>ISO 8859-1</td>
+	</tr>
+	<tr>
+		<td class="side">Estonian</td>
+		<td>ISO 8859-15 or ISO 8859-4 </td>
+		<td class="side-two">Rhaeto-Romanic</td>
+		<td>ISO 8859-1</td>
+	</tr>
+	<tr>
+		<td class="side">Faroese</td>
+		<td>ISO 8859-1 </td>
+		<td class="side-two">Romanian</td>
+		<td>ISO 8859-16 or ISO 8859-1</td>
+	</tr>
+	<tr>
+		<td class="side">Finnish</td>
+		<td>ISO 8859-15 or ISO 8859-16</td>
+		<td class="side-two">Sami</td>
+		<td>ISO 8859-4</td>
+	</tr>
+	<tr>
+		<td class="side">French</td>
+		<td>ISO 8859-15 or ISO 8859-16</td>
+		<td class="side-two">Scottish Gaelic</td>
+		<td>ISO 8859-14 or ISO 8859-1</td>
+	</tr>
+	<tr>
+		<td class="side">German</td>
+		<td>ISO 8859-16 or ISO 8859-1</td>
+		<td class="side-two">Slovenian</td>
+		<td>ISO 8859-16 or ISO 8859-1</td>
+	</tr>
+	<tr>
+		<td class="side">Greek</td>
+		<td>ISO 8859-7</td>
+		<td class="side-two">Spanish</td>
+		<td>ISO 8859-1</td>
+	</tr>
+	<tr>
+		<td class="side">Greenlandic</td>
+		<td>ISO 8859-4</td>
+		<td class="side-two">Swahili</td>
+		<td>ISO 8859-1</td>
+	</tr>
+	<tr>
+		<td class="side">Hebrew</td>
+		<td>ISO 8859-8</td>
+		<td class="side-two">Swedish</td>
+		<td>ISO 8859-1</td>
+	</tr>
+	<tr>
+		<td class="side">Hungarian</td>
+		<td>ISO 8859-16 or ISO 8859-1</td>
+		<td class="side-two">Thai</td>
+		<td>ISO 8859-11</td>
+	</tr>
+	<tr>
+		<td class="side">Icelandic</td>
+		<td>ISO 8859-1</td>




More information about the commits mailing list