www/adium.im 356:39c0fa9e18ab: In that case, let's make it fully...
commits at adium.im
commits at adium.im
Sun Dec 5 23:09:55 UTC 2010
details: http://hg.adium.im/www/adium.im/rev/39c0fa9e18ab
revision: 356:39c0fa9e18ab
author: Thijs Alkemade <thijsalkemade at gmail.com>
date: Mon Dec 06 00:09:23 2010 +0100
In that case, let's make it fully validate (as XHTML 1.0), and fix the CSS for the Google Custom Search Engine
diffs (74 lines):
diff -r 740c9be4112d -r 39c0fa9e18ab help/index.html
--- a/help/index.html Sun Dec 05 11:56:26 2010 -0800
+++ b/help/index.html Mon Dec 06 00:09:23 2010 +0100
@@ -1,13 +1,24 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
- "http://www.w3.org/TR/html4/strict.dtd">
-<html>
+<?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>
<title>Adium - Help</title>
- <meta http-equiv="content-type" content="text/html" charset=utf-8" />
+ <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" />
+ <script src="http://www.google.com/jsapi" type="text/javascript"></script>
+ <script type="text/javascript">
+ google.load('search', '1', {language : 'en', style : google.loader.themes.GREENSKY});
+ google.setOnLoadCallback(function() {
+ var customSearchControl = new google.search.CustomSearchControl('015393419546563210410:t7mvtuib3eq');
+ customSearchControl.setResultSetSize(google.search.Search.FILTERED_CSE_RESULTSET);
+ var options = new google.search.DrawOptions();
+ options.setAutoComplete(true);
+ customSearchControl.draw('cse', options);
+ }, true);
+ </script>
<style type="text/css">
.gsc-control-cse {
font-family:"Lucida Grande", "Helvetica Neue", sans-serif;
@@ -143,17 +154,6 @@
<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', style : google.loader.themes.GREENSKY});
- google.setOnLoadCallback(function() {
- var customSearchControl = new google.search.CustomSearchControl('015393419546563210410:t7mvtuib3eq');
- customSearchControl.setResultSetSize(google.search.Search.FILTERED_CSE_RESULTSET);
- var options = new google.search.DrawOptions();
- options.setAutoComplete(true);
- customSearchControl.draw('cse', options);
- }, true);
- </script>
</div>
</div>
@@ -166,7 +166,7 @@
<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>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>
<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> -->
@@ -219,10 +219,10 @@
</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>
+ <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>
More information about the commits
mailing list