adium 4086:5e9916942d96: Updated AdiumHelp to look native on OS ...
commits at adium.im
commits at adium.im
Fri Jul 29 14:26:06 UTC 2011
details: http://hg.adium.im/adium/rev/5e9916942d96
revision: 4086:5e9916942d96
branch: (none)
author: Adrian Godoroja <robotive at me.com>
date: Fri Jul 29 17:24:25 2011 +0300
Updated AdiumHelp to look native on OS X Lion, credits to Paul Wilde.
diffs (truncated from 1380 to 1000 lines):
diff -r d724de187692 -r 5e9916942d96 AdiumHelp/css/accessPage.css
--- a/AdiumHelp/css/accessPage.css Fri Jul 29 02:53:43 2011 +0200
+++ b/AdiumHelp/css/accessPage.css Fri Jul 29 17:24:25 2011 +0300
@@ -1,86 +1,83 @@
-/*Tiger access v1.0b*/
-/*<html><head><meta name="robots" content="noindex"></head></html>*/
-/*Edited by Kyle Jorgensen 2010*/
+* {
+ padding: 0;
+ margin: 0;
+}
+
body {
- color:#000;
- background-color:#fff;
- margin:0;
- font-family:"Lucida Grande", "Helvetica Neue", sans-serif;
+ margin: 30px 22px 30px;
+ font-size: 10px;
+ color: #000;
+ font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
}
+
+.icon {
+ margin-bottom: -9px;
+}
+
+h1, h2, h3, h4 {
+ font-weight: 400;
+}
+
+h1 {
+ font-size: 2.1em;
+ margin-bottom: 5px;
+}
+
+h2 {
+ font-size: 1.5em;
+}
+
+h4 {
+ font-size: 1.2em;
+}
+
+p {
+ font-size: 12px;
+ margin-bottom: 1.2em;
+ line-height: 1.5;
+ color: #555;
+}
+
a {
- color:#00f;
- text-decoration:none;
+ color: #2C81B0;
+ text-decoration: none;
}
-h1 {
- color:#000;
- font-size:18pt;
- font-weight:500;
- letter-spacing:-1pt;
- padding-top:12px;
+
+a:hover {
+ color: #2C81B0;
+ text-decoration: underline;
}
-h2 {
- color:#000;
- font-size:11pt;
- font-weight:300;
- margin-top:16px;
+
+#frame {
+ margin: 0 auto;
+ width: 450px;
}
-h4 {
- color:#000;
- font-size:8pt;
- font-weight:300;
- margin-top:21px;
+
+#contentleft {
+ margin-top: 27px;
+ width: 222px;
+ float: left;
}
-p {
- font-size:9pt;
- margin-top:-10px;
- margin-left:0;
+
+#contentcenter {
+ width: 18px;
+ float: left;
}
-a:hover {
- text-decoration:underline;
+
+#contentright {
+ margin: 20px 0;
+ padding-left: 20px;
+ padding-top: 13px;
+ width: 200px;
+ height: 160px;
+ float: left;
+ border-left: 1px solid #CCC;
}
-#contenttop {
- text-align: center;
+
+#contentbottom {
+ text-align: center;
}
-#contentleft {
- margin-top:38px;
- width:220px;
- float:left;
+
+.space17 {
+ padding-top: 5px;
}
-#contentcenter {
- margin-top:2px;
- padding:0;
- width:18px;
- float:left;
-}
-#contentright {
- margin-top:18px;
- padding-left:20px;
- width:200px;
- height:200px;
- float:left;
- border-left:1px solid gray;
- margin-bottom: 30px;
-}
-#contentbottom {
- text-align: center;
-}
-#frame {
- text-align:left;
- margin-top:12px;
- margin-right:auto;
- margin-left:auto;
- width: 450px;
-}
-.space17 {
- padding-top:17px;
-}
-.smlapp {
- height:275px;
-}
-.utility {
- margin-top:6px;
- margin-bottom:24px;
-}
-.icon {
- margin-bottom:-2px;
-}
diff -r d724de187692 -r 5e9916942d96 AdiumHelp/css/topicpage.css
--- a/AdiumHelp/css/topicpage.css Fri Jul 29 02:53:43 2011 +0200
+++ b/AdiumHelp/css/topicpage.css Fri Jul 29 17:24:25 2011 +0300
@@ -1,246 +1,138 @@
-
-/*Created by Kyle Jorgensen 2010*/
-body {
- margin:2px 12px 12px;
- font-family:Lucida Grande, Helvetica Neue, sans-serif;
+* {
+ padding: 0;
+ margin: 0;
}
-#nav {
- position: fixed;
- top: 0;
- left: 0;
- width: 100%;
- height: 20px;
- float: left;
- border-bottom: 1px solid #999;
- background-color: #CCC;
+body {
+ margin: 0 22px 30px;
+ font-size: 10px;
+ font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
}
-#banner {
- position: fixed;
- top: 0;
- left: 0;
- width: 100%;
- height: 20px;
- float: left;
- border-bottom: 1px solid #999;
- background-color: #CCC;
- padding: 0px;
-}
-
-#nav a, #banner a {
- color:#000;
- text-shadow: #FFF 0px 1px;
-}
-
-#navleft {
- height: 100%;
- font-size: 10px;
- position: absolute;
- left: 20px;
- background-image:url(../gfx/adium-sm.png);
- background-repeat:no-repeat;
- padding-left: 24px;
-}
-
-#navright {
- height: 100%;
- float: right;
- font-size: 10px;
-}
-
-.navleftsty, .navrightsty {
- color:#00f;
- font-size:10px;
- border-left: 1px solid #999;
- height: 100%;
- padding: 1px 10px 0px 10px;
+#banner, #nav {
+ display: none;
+ font-size: 1.2em;
+ text-align: right;
+ padding: 7px 0;
+ border-bottom: 1px solid #EEE;
+ margin: 0 -22px;
}
.navleftsty {
- float: left;
+ border-left: 1px solid #EEE;
+ padding: 7px 10px;
}
-.navrightsty {
- float: right;
+#caticon {
+ display: block;
+ float: left;
+ position: relative;
+ top: 7px;
+}
+
+#pagetitle {
+ margin-top: 12px;
+ margin-bottom: 0;
+ margin-left: 35px;
+ border: solid 1px #fff;
+}
+
+.taskboxline {
+ border-top: 1px solid #CCC;
+ margin: 13px 0;
+}
+
+.taskboxcontent img {
+ padding: 5px;
+ float: left;
}
h1 {
- font-size:18px;
- margin-bottom:0;
+ font-size: 1.8em;
+ font-weight: 400;
+ margin: 12px 0 13px;
}
h2 {
- font-size:10pt;
- margin-top:0;
- margin-bottom:-10px;
+ font-size: 1em;
}
h3 {
- font-size:14px;
- font-weight:700;
- margin-top:0px;
- margin-bottom:0px;
- padding: 4px 0 0 0;
+ font-size: 1.3em;
+ font-weight: 700;
+ padding: 6px 0 11px;
}
-p, td, th {
- font-size:9pt;
- line-height:12pt;
- text-decoration:none;
+p, td, th, ul, ol, pre, code {
+ font-size: 12px;
+ margin-bottom: 1.2em;
+ line-height: 1.5;
+ color: #555;
}
th {
font-weight: bold;
}
-ol {
- font-size:9pt;
- line-height:12pt;
- list-style-position:outside;
- margin-top:12px;
- margin-bottom:12px;
- margin-left:-18px;
- padding-left:60px;
+ul, ol {
+ list-style-position: outside;
+ margin: 12px 0;
+ padding: 0;
+ padding-left: 27px;
}
-ol li {
- margin-top:6px;
- margin-bottom:6px;
+ul {
+ list-style-type: disc;
}
-ol p {
- margin-top:6px;
- margin-bottom:6px;
+li, ul p, ol p {
+ margin: 10px 0;
}
-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;
+li img {
+ position: relative;
+ top: 2px;
+ padding-right: 3px;
}
a {
- color:#00f;
- font-size:9pt;
- line-height:12pt;
- text-decoration:none;
+ color: #2C81B0;
+ text-decoration: none;
}
a:hover {
- color:#00f;
- text-decoration:underline;
+ color: #2C81B0;
+ text-decoration: underline;
+}
+
+.ext_link {
+ background: url(../gfx/ExternalLink.gif) left center no-repeat;
+ padding: 2px 0 0 16px;
}
hr {
- text-decoration:none;
- border:solid 1px #bfbfbf;
+ border: solid 1px #CCC;
}
td {
- padding:6px;
-}
-
-#caticon {
- margin-bottom:-3px;
- float:left;
-}
-
-#pagetitle {
- margin-top:12px;
- margin-bottom:0px;
- margin-left:40px;
- width:88%;
- border:solid 1px #fff;
-}
-
-#mainbox {
- margin-top:30px;
- padding-right:6px;
-}
-
-.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: 25px;
- text-indent: 12px;
-}
-
-.taskboxtext {
- margin: 0px 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
-}
-
-
-.seealso {
- margin-top:4px;
- margin-bottom:4px;
-}
-
-code {
- color:#000;
- font-size:9pt;
- font-family:Verdana, Courier, sans-serif;
-}
-
-.ext_link {
- background:url(../gfx/ExternalLink.gif)left center no-repeat;
- padding:2px 0 0 16px;
-}
-
-.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;
+ padding: 4px 8px 4px 0;
}
table {
- margin: 10px 0px;
+ margin-bottom: 15px;
}
+
+table.list td {
+ border-top: 1px solid #EEE;
+ padding: 6px 6px 6px 0;
+}
+
+table.list th {
+ text-align: left;
+ padding: 6px 6px 6px 0;
+}
+
+pre, code {
+ color: #000;
+ font-family: Courier, sans-serif;
+}
\ No newline at end of file
diff -r d724de187692 -r 5e9916942d96 AdiumHelp/js/help.js
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/AdiumHelp/js/help.js Fri Jul 29 17:24:25 2011 +0300
@@ -0,0 +1,8 @@
+// Help related scripts
+
+// Display nav bar on pre 10.7 systems
+if (parseInt(/Mac OS X 10_([^\s]+)/.exec(navigator.appVersion)[1]) < 7) {
+ var nav = document.getElementById("nav");
+ if (nav == null) {nav = document.getElementById("banner");}
+ if (nav != null) {nav.style.display = "block";}
+}
\ No newline at end of file
diff -r d724de187692 -r 5e9916942d96 AdiumHelp/pgs/Account-RegisteringJabberAccount.html
--- a/AdiumHelp/pgs/Account-RegisteringJabberAccount.html Fri Jul 29 02:53:43 2011 +0200
+++ b/AdiumHelp/pgs/Account-RegisteringJabberAccount.html Fri Jul 29 17:24:25 2011 +0300
@@ -59,5 +59,6 @@
</div>
</div>
</div>
+<script type="text/javascript" src="../js/help.js"></script>
</body>
</html>
diff -r d724de187692 -r 5e9916942d96 AdiumHelp/pgs/Accounts-AIM.html
--- a/AdiumHelp/pgs/Accounts-AIM.html Fri Jul 29 02:53:43 2011 +0200
+++ b/AdiumHelp/pgs/Accounts-AIM.html Fri Jul 29 17:24:25 2011 +0300
@@ -68,6 +68,7 @@
<p>On the other hand, it will allow the message if the address is plain text instead of a link. So, for example, âCheck out what I just wrote: file:///Users/me/Documents/Why-Adium-is-awesome.txtâ will go through, but âCheck out <a class="ext_link" href="file:///Users/me/Documents/Why-Adium-is-awesome.txt">what I just wrote</a>â will not.</p>
</div>
</div>
- </div>
+ </div>
+ <script type="text/javascript" src="../js/help.js"></script>
</body>
</html>
\ No newline at end of file
diff -r d724de187692 -r 5e9916942d96 AdiumHelp/pgs/Accounts-Bonjour.html
--- a/AdiumHelp/pgs/Accounts-Bonjour.html Fri Jul 29 02:53:43 2011 +0200
+++ b/AdiumHelp/pgs/Accounts-Bonjour.html Fri Jul 29 17:24:25 2011 +0300
@@ -64,5 +64,6 @@
</div>
</div>
</div>
+ <script type="text/javascript" src="../js/help.js"></script>
</body>
</html>
\ No newline at end of file
diff -r d724de187692 -r 5e9916942d96 AdiumHelp/pgs/Accounts-BuddyIcons.html
--- a/AdiumHelp/pgs/Accounts-BuddyIcons.html Fri Jul 29 02:53:43 2011 +0200
+++ b/AdiumHelp/pgs/Accounts-BuddyIcons.html Fri Jul 29 17:24:25 2011 +0300
@@ -112,5 +112,6 @@
</div>
</div>
</div>
+<script type="text/javascript" src="../js/help.js"></script>
</body>
</html>
diff -r d724de187692 -r 5e9916942d96 AdiumHelp/pgs/Accounts-CreatingAccounts.html
--- a/AdiumHelp/pgs/Accounts-CreatingAccounts.html Fri Jul 29 02:53:43 2011 +0200
+++ b/AdiumHelp/pgs/Accounts-CreatingAccounts.html Fri Jul 29 17:24:25 2011 +0300
@@ -86,5 +86,6 @@
</div>
</div>
</div>
+<script type="text/javascript" src="../js/help.js"></script>
</body>
</html>
diff -r d724de187692 -r 5e9916942d96 AdiumHelp/pgs/Accounts-FacebookChat.html
--- a/AdiumHelp/pgs/Accounts-FacebookChat.html Fri Jul 29 02:53:43 2011 +0200
+++ b/AdiumHelp/pgs/Accounts-FacebookChat.html Fri Jul 29 17:24:25 2011 +0300
@@ -63,5 +63,6 @@
</div>
</div>
</div>
+ <script type="text/javascript" src="../js/help.js"></script>
</body>
</html>
\ No newline at end of file
diff -r d724de187692 -r 5e9916942d96 AdiumHelp/pgs/Accounts-Gadu-Gadu.html
--- a/AdiumHelp/pgs/Accounts-Gadu-Gadu.html Fri Jul 29 02:53:43 2011 +0200
+++ b/AdiumHelp/pgs/Accounts-Gadu-Gadu.html Fri Jul 29 17:24:25 2011 +0300
@@ -68,5 +68,6 @@
</div>
</div>
</div>
+ <script type="text/javascript" src="../js/help.js"></script>
</body>
</html>
\ No newline at end of file
diff -r d724de187692 -r 5e9916942d96 AdiumHelp/pgs/Accounts-Gizmo5.html
--- a/AdiumHelp/pgs/Accounts-Gizmo5.html Fri Jul 29 02:53:43 2011 +0200
+++ b/AdiumHelp/pgs/Accounts-Gizmo5.html Fri Jul 29 17:24:25 2011 +0300
@@ -61,5 +61,6 @@
</div>
</div>
</div>
+ <script type="text/javascript" src="../js/help.js"></script>
</body>
</html>
\ No newline at end of file
diff -r d724de187692 -r 5e9916942d96 AdiumHelp/pgs/Accounts-GoogleTalk.html
--- a/AdiumHelp/pgs/Accounts-GoogleTalk.html Fri Jul 29 02:53:43 2011 +0200
+++ b/AdiumHelp/pgs/Accounts-GoogleTalk.html Fri Jul 29 17:24:25 2011 +0300
@@ -62,5 +62,6 @@
</div>
</div>
</div>
+ <script type="text/javascript" src="../js/help.js"></script>
</body>
</html>
\ No newline at end of file
diff -r d724de187692 -r 5e9916942d96 AdiumHelp/pgs/Accounts-GroupWise.html
--- a/AdiumHelp/pgs/Accounts-GroupWise.html Fri Jul 29 02:53:43 2011 +0200
+++ b/AdiumHelp/pgs/Accounts-GroupWise.html Fri Jul 29 17:24:25 2011 +0300
@@ -64,5 +64,6 @@
</div>
</div>
</div>
+ <script type="text/javascript" src="../js/help.js"></script>
</body>
</html>
\ No newline at end of file
diff -r d724de187692 -r 5e9916942d96 AdiumHelp/pgs/Accounts-ICQ.html
--- a/AdiumHelp/pgs/Accounts-ICQ.html Fri Jul 29 02:53:43 2011 +0200
+++ b/AdiumHelp/pgs/Accounts-ICQ.html Fri Jul 29 17:24:25 2011 +0300
@@ -70,5 +70,6 @@
</div>
</div>
</div>
+ <script type="text/javascript" src="../js/help.js"></script>
</body>
</html>
\ No newline at end of file
diff -r d724de187692 -r 5e9916942d96 AdiumHelp/pgs/Accounts-IRC.html
--- a/AdiumHelp/pgs/Accounts-IRC.html Fri Jul 29 02:53:43 2011 +0200
+++ b/AdiumHelp/pgs/Accounts-IRC.html Fri Jul 29 17:24:25 2011 +0300
@@ -64,5 +64,6 @@
</div>
</div>
</div>
+ <script type="text/javascript" src="../js/help.js"></script>
</body>
</html>
\ No newline at end of file
diff -r d724de187692 -r 5e9916942d96 AdiumHelp/pgs/Accounts-LJTalk.html
--- a/AdiumHelp/pgs/Accounts-LJTalk.html Fri Jul 29 02:53:43 2011 +0200
+++ b/AdiumHelp/pgs/Accounts-LJTalk.html Fri Jul 29 17:24:25 2011 +0300
@@ -60,5 +60,6 @@
</div>
</div>
</div>
+ <script type="text/javascript" src="../js/help.js"></script>
</body>
</html>
\ No newline at end of file
diff -r d724de187692 -r 5e9916942d96 AdiumHelp/pgs/Accounts-ListOfServices.html
--- a/AdiumHelp/pgs/Accounts-ListOfServices.html Fri Jul 29 02:53:43 2011 +0200
+++ b/AdiumHelp/pgs/Accounts-ListOfServices.html Fri Jul 29 17:24:25 2011 +0300
@@ -69,5 +69,6 @@
</div>
</div>
</div>
+<script type="text/javascript" src="../js/help.js"></script>
</body>
</html>
diff -r d724de187692 -r 5e9916942d96 AdiumHelp/pgs/Accounts-MSN.html
--- a/AdiumHelp/pgs/Accounts-MSN.html Fri Jul 29 02:53:43 2011 +0200
+++ b/AdiumHelp/pgs/Accounts-MSN.html Fri Jul 29 17:24:25 2011 +0300
@@ -84,5 +84,6 @@
</div>
</div>
</div>
+ <script type="text/javascript" src="../js/help.js"></script>
</body>
</html>
\ No newline at end of file
diff -r d724de187692 -r 5e9916942d96 AdiumHelp/pgs/Accounts-MobileMe.html
--- a/AdiumHelp/pgs/Accounts-MobileMe.html Fri Jul 29 02:53:43 2011 +0200
+++ b/AdiumHelp/pgs/Accounts-MobileMe.html Fri Jul 29 17:24:25 2011 +0300
@@ -66,6 +66,7 @@
<p>See <a href="Accounts-AIM.html">AOL Instant Messenger</a>.</p>
</div>
</div>
- </div>
+ </div>
+ <script type="text/javascript" src="../js/help.js"></script>
</body>
</html>
\ No newline at end of file
diff -r d724de187692 -r 5e9916942d96 AdiumHelp/pgs/Accounts-MySpace.html
--- a/AdiumHelp/pgs/Accounts-MySpace.html Fri Jul 29 02:53:43 2011 +0200
+++ b/AdiumHelp/pgs/Accounts-MySpace.html Fri Jul 29 17:24:25 2011 +0300
@@ -64,5 +64,6 @@
</div>
</div>
</div>
+ <script type="text/javascript" src="../js/help.js"></script>
</body>
</html>
\ No newline at end of file
diff -r d724de187692 -r 5e9916942d96 AdiumHelp/pgs/Accounts-Sametime.html
--- a/AdiumHelp/pgs/Accounts-Sametime.html Fri Jul 29 02:53:43 2011 +0200
+++ b/AdiumHelp/pgs/Accounts-Sametime.html Fri Jul 29 17:24:25 2011 +0300
@@ -66,5 +66,6 @@
</div>
</div>
</div>
+ <script type="text/javascript" src="../js/help.js"></script>
</body>
</html>
\ No newline at end of file
diff -r d724de187692 -r 5e9916942d96 AdiumHelp/pgs/Accounts-SettingYourStatus.html
--- a/AdiumHelp/pgs/Accounts-SettingYourStatus.html Fri Jul 29 02:53:43 2011 +0200
+++ b/AdiumHelp/pgs/Accounts-SettingYourStatus.html Fri Jul 29 17:24:25 2011 +0300
@@ -113,5 +113,6 @@
</div>
</div>
</div>
+<script type="text/javascript" src="../js/help.js"></script>
</body>
</html>
diff -r d724de187692 -r 5e9916942d96 AdiumHelp/pgs/Accounts-Twitter.html
--- a/AdiumHelp/pgs/Accounts-Twitter.html Fri Jul 29 02:53:43 2011 +0200
+++ b/AdiumHelp/pgs/Accounts-Twitter.html Fri Jul 29 17:24:25 2011 +0300
@@ -64,5 +64,6 @@
</div>
</div>
</div>
+ <script type="text/javascript" src="../js/help.js"></script>
</body>
</html>
\ No newline at end of file
diff -r d724de187692 -r 5e9916942d96 AdiumHelp/pgs/Accounts-XMPP.html
--- a/AdiumHelp/pgs/Accounts-XMPP.html Fri Jul 29 02:53:43 2011 +0200
+++ b/AdiumHelp/pgs/Accounts-XMPP.html Fri Jul 29 17:24:25 2011 +0300
@@ -63,5 +63,6 @@
</div>
</div>
</div>
+ <script type="text/javascript" src="../js/help.js"></script>
</body>
</html>
\ No newline at end of file
diff -r d724de187692 -r 5e9916942d96 AdiumHelp/pgs/Accounts-Yahoo.html
--- a/AdiumHelp/pgs/Accounts-Yahoo.html Fri Jul 29 02:53:43 2011 +0200
+++ b/AdiumHelp/pgs/Accounts-Yahoo.html Fri Jul 29 17:24:25 2011 +0300
@@ -67,5 +67,6 @@
</div>
</div>
</div>
+ <script type="text/javascript" src="../js/help.js"></script>
</body>
</html>
\ No newline at end of file
diff -r d724de187692 -r 5e9916942d96 AdiumHelp/pgs/Accounts-YahooJapan.html
--- a/AdiumHelp/pgs/Accounts-YahooJapan.html Fri Jul 29 02:53:43 2011 +0200
+++ b/AdiumHelp/pgs/Accounts-YahooJapan.html Fri Jul 29 17:24:25 2011 +0300
@@ -67,5 +67,6 @@
</div>
</div>
</div>
+ <script type="text/javascript" src="../js/help.js"></script>
</body>
</html>
\ No newline at end of file
diff -r d724de187692 -r 5e9916942d96 AdiumHelp/pgs/Accounts-iTunesIntegration.html
--- a/AdiumHelp/pgs/Accounts-iTunesIntegration.html Fri Jul 29 02:53:43 2011 +0200
+++ b/AdiumHelp/pgs/Accounts-iTunesIntegration.html Fri Jul 29 17:24:25 2011 +0300
@@ -58,9 +58,9 @@
<h3>Tokens</h3>
</div>
<div class="taskboxtext">
- <table border="1">
+ <table class="list" cellspacing="0">
<tr>
- <th>Token name</th>
+ <th width="100">Token name</th>
<th>Text replacement</th>
</tr>
<tr>
@@ -104,5 +104,6 @@
</div>
</div>
</div>
+<script type="text/javascript" src="../js/help.js"></script>
</body>
</html>
\ No newline at end of file
diff -r d724de187692 -r 5e9916942d96 AdiumHelp/pgs/AdiumDocumentation.html
--- a/AdiumHelp/pgs/AdiumDocumentation.html Fri Jul 29 02:53:43 2011 +0200
+++ b/AdiumHelp/pgs/AdiumDocumentation.html Fri Jul 29 17:24:25 2011 +0300
@@ -184,5 +184,6 @@
</div>
</div>
</div>
+<script type="text/javascript" src="../js/help.js"></script>
</body>
</html>
diff -r d724de187692 -r 5e9916942d96 AdiumHelp/pgs/AdvancedFeatures-AddressBookIntegration.html
--- a/AdiumHelp/pgs/AdvancedFeatures-AddressBookIntegration.html Fri Jul 29 02:53:43 2011 +0200
+++ b/AdiumHelp/pgs/AdvancedFeatures-AddressBookIntegration.html Fri Jul 29 17:24:25 2011 +0300
@@ -48,5 +48,6 @@
</div>
</div>
</div>
+<script type="text/javascript" src="../js/help.js"></script>
</body>
</html>
diff -r d724de187692 -r 5e9916942d96 AdiumHelp/pgs/AdvancedFeatures-AdiumXtras-DockIcons.html
--- a/AdiumHelp/pgs/AdvancedFeatures-AdiumXtras-DockIcons.html Fri Jul 29 02:53:43 2011 +0200
+++ b/AdiumHelp/pgs/AdvancedFeatures-AdiumXtras-DockIcons.html Fri Jul 29 17:24:25 2011 +0300
@@ -51,5 +51,6 @@
</div>
</div>
</div>
+<script type="text/javascript" src="../js/help.js"></script>
</body>
</html>
diff -r d724de187692 -r 5e9916942d96 AdiumHelp/pgs/AdvancedFeatures-AdiumXtras-EmoticonSets.html
--- a/AdiumHelp/pgs/AdvancedFeatures-AdiumXtras-EmoticonSets.html Fri Jul 29 02:53:43 2011 +0200
+++ b/AdiumHelp/pgs/AdvancedFeatures-AdiumXtras-EmoticonSets.html Fri Jul 29 17:24:25 2011 +0300
@@ -43,5 +43,6 @@
</div>
</div>
</div>
+<script type="text/javascript" src="../js/help.js"></script>
</body>
</html>
diff -r d724de187692 -r 5e9916942d96 AdiumHelp/pgs/AdvancedFeatures-AdiumXtras-ListLayouts.html
--- a/AdiumHelp/pgs/AdvancedFeatures-AdiumXtras-ListLayouts.html Fri Jul 29 02:53:43 2011 +0200
+++ b/AdiumHelp/pgs/AdvancedFeatures-AdiumXtras-ListLayouts.html Fri Jul 29 17:24:25 2011 +0300
@@ -49,5 +49,6 @@
</div>
</div>
</div>
+<script type="text/javascript" src="../js/help.js"></script>
</body>
</html>
diff -r d724de187692 -r 5e9916942d96 AdiumHelp/pgs/AdvancedFeatures-AdiumXtras-ListTheme.html
--- a/AdiumHelp/pgs/AdvancedFeatures-AdiumXtras-ListTheme.html Fri Jul 29 02:53:43 2011 +0200
+++ b/AdiumHelp/pgs/AdvancedFeatures-AdiumXtras-ListTheme.html Fri Jul 29 17:24:25 2011 +0300
@@ -52,5 +52,6 @@
</div>
</div>
</div>
+<script type="text/javascript" src="../js/help.js"></script>
</body>
</html>
diff -r d724de187692 -r 5e9916942d96 AdiumHelp/pgs/AdvancedFeatures-AdiumXtras-MenuBarIcons.html
--- a/AdiumHelp/pgs/AdvancedFeatures-AdiumXtras-MenuBarIcons.html Fri Jul 29 02:53:43 2011 +0200
+++ b/AdiumHelp/pgs/AdvancedFeatures-AdiumXtras-MenuBarIcons.html Fri Jul 29 17:24:25 2011 +0300
@@ -47,5 +47,6 @@
</div>
</div>
</div>
+<script type="text/javascript" src="../js/help.js"></script>
</body>
</html>
diff -r d724de187692 -r 5e9916942d96 AdiumHelp/pgs/AdvancedFeatures-AdiumXtras-ServiceIcons.html
--- a/AdiumHelp/pgs/AdvancedFeatures-AdiumXtras-ServiceIcons.html Fri Jul 29 02:53:43 2011 +0200
+++ b/AdiumHelp/pgs/AdvancedFeatures-AdiumXtras-ServiceIcons.html Fri Jul 29 17:24:25 2011 +0300
@@ -38,5 +38,6 @@
</div>
</div>
</div>
+<script type="text/javascript" src="../js/help.js"></script>
</body>
</html>
diff -r d724de187692 -r 5e9916942d96 AdiumHelp/pgs/AdvancedFeatures-AdiumXtras-SoundSets.html
--- a/AdiumHelp/pgs/AdvancedFeatures-AdiumXtras-SoundSets.html Fri Jul 29 02:53:43 2011 +0200
+++ b/AdiumHelp/pgs/AdvancedFeatures-AdiumXtras-SoundSets.html Fri Jul 29 17:24:25 2011 +0300
@@ -50,5 +50,6 @@
</div>
</div>
</div>
+<script type="text/javascript" src="../js/help.js"></script>
</body>
</html>
diff -r d724de187692 -r 5e9916942d96 AdiumHelp/pgs/AdvancedFeatures-AdiumXtras.html
--- a/AdiumHelp/pgs/AdvancedFeatures-AdiumXtras.html Fri Jul 29 02:53:43 2011 +0200
+++ b/AdiumHelp/pgs/AdvancedFeatures-AdiumXtras.html Fri Jul 29 17:24:25 2011 +0300
@@ -80,5 +80,6 @@
</div>
</div>
</div>
+<script type="text/javascript" src="../js/help.js"></script>
</body>
</html>
diff -r d724de187692 -r 5e9916942d96 AdiumHelp/pgs/AdvancedFeatures-DirectConnect.html
--- a/AdiumHelp/pgs/AdvancedFeatures-DirectConnect.html Fri Jul 29 02:53:43 2011 +0200
+++ b/AdiumHelp/pgs/AdvancedFeatures-DirectConnect.html Fri Jul 29 17:24:25 2011 +0300
@@ -30,5 +30,6 @@
</div>
</div>
</div>
+<script type="text/javascript" src="../js/help.js"></script>
</body>
</html>
diff -r d724de187692 -r 5e9916942d96 AdiumHelp/pgs/AdvancedFeatures-FileTransfer.html
--- a/AdiumHelp/pgs/AdvancedFeatures-FileTransfer.html Fri Jul 29 02:53:43 2011 +0200
+++ b/AdiumHelp/pgs/AdvancedFeatures-FileTransfer.html Fri Jul 29 17:24:25 2011 +0300
@@ -81,5 +81,6 @@
</div>
</div>
</div>
+<script type="text/javascript" src="../js/help.js"></script>
</body>
</html>
diff -r d724de187692 -r 5e9916942d96 AdiumHelp/pgs/AdvancedFeatures-GrowlSupport.html
--- a/AdiumHelp/pgs/AdvancedFeatures-GrowlSupport.html Fri Jul 29 02:53:43 2011 +0200
+++ b/AdiumHelp/pgs/AdvancedFeatures-GrowlSupport.html Fri Jul 29 17:24:25 2011 +0300
@@ -48,5 +48,6 @@
</div>
</div>
</div>
+<script type="text/javascript" src="../js/help.js"></script>
</body>
</html>
diff -r d724de187692 -r 5e9916942d96 AdiumHelp/pgs/AdvancedFeatures-NudgeBuzz.html
--- a/AdiumHelp/pgs/AdvancedFeatures-NudgeBuzz.html Fri Jul 29 02:53:43 2011 +0200
+++ b/AdiumHelp/pgs/AdvancedFeatures-NudgeBuzz.html Fri Jul 29 17:24:25 2011 +0300
@@ -68,5 +68,6 @@
</div>
</div>
</div>
+<script type="text/javascript" src="../js/help.js"></script>
</body>
</html>
diff -r d724de187692 -r 5e9916942d96 AdiumHelp/pgs/AdvancedFeatures-SearchForBuddyBy Email.html
--- a/AdiumHelp/pgs/AdvancedFeatures-SearchForBuddyBy Email.html Fri Jul 29 02:53:43 2011 +0200
+++ b/AdiumHelp/pgs/AdvancedFeatures-SearchForBuddyBy Email.html Fri Jul 29 17:24:25 2011 +0300
@@ -26,5 +26,6 @@
</div>
</div>
</div>
+<script type="text/javascript" src="../js/help.js"></script>
</body>
</html>
\ No newline at end of file
diff -r d724de187692 -r 5e9916942d96 AdiumHelp/pgs/ContactList-BlockingUnblocking.html
--- a/AdiumHelp/pgs/ContactList-BlockingUnblocking.html Fri Jul 29 02:53:43 2011 +0200
+++ b/AdiumHelp/pgs/ContactList-BlockingUnblocking.html Fri Jul 29 17:24:25 2011 +0300
@@ -116,5 +116,6 @@
</div>
</div>
</div>
+<script type="text/javascript" src="../js/help.js"></script>
</body>
</html>
diff -r d724de187692 -r 5e9916942d96 AdiumHelp/pgs/ContactList-CombiningContacts.html
--- a/AdiumHelp/pgs/ContactList-CombiningContacts.html Fri Jul 29 02:53:43 2011 +0200
+++ b/AdiumHelp/pgs/ContactList-CombiningContacts.html Fri Jul 29 17:24:25 2011 +0300
@@ -77,5 +77,6 @@
</div>
</div>
</div>
+<script type="text/javascript" src="../js/help.js"></script>
</body>
</html>
diff -r d724de187692 -r 5e9916942d96 AdiumHelp/pgs/ContactList-ContactList.html
--- a/AdiumHelp/pgs/ContactList-ContactList.html Fri Jul 29 02:53:43 2011 +0200
+++ b/AdiumHelp/pgs/ContactList-ContactList.html Fri Jul 29 17:24:25 2011 +0300
@@ -69,5 +69,6 @@
</div>
</div>
</div>
+<script type="text/javascript" src="../js/help.js"></script>
</body>
</html>
diff -r d724de187692 -r 5e9916942d96 AdiumHelp/pgs/ContactList-ManagingContacts.html
--- a/AdiumHelp/pgs/ContactList-ManagingContacts.html Fri Jul 29 02:53:43 2011 +0200
+++ b/AdiumHelp/pgs/ContactList-ManagingContacts.html Fri Jul 29 17:24:25 2011 +0300
@@ -31,7 +31,6 @@
</ul>
</li>
</ol>
- <p> </p>
</div>
</div>
<div class="taskboxline">
@@ -72,7 +71,6 @@
<ul>
<li>Either press <strong>â-Delete</strong>, or choose <strong>Remove Contact</strong> from the <strong>Contact</strong> menu.</li>
</ul>
- <p> </p>
</div>
</div>
<div class="taskboxline">
@@ -98,5 +96,6 @@
</div>
</div>
</div>
+<script type="text/javascript" src="../js/help.js"></script>
</body>
</html>
diff -r d724de187692 -r 5e9916942d96 AdiumHelp/pgs/ContactList-ManagingGroups.html
--- a/AdiumHelp/pgs/ContactList-ManagingGroups.html Fri Jul 29 02:53:43 2011 +0200
More information about the commits
mailing list