www/adium.im 366:b9fc2dd72419: Fix image link
commits at adium.im
commits at adium.im
Sun Dec 12 22:46:46 UTC 2010
details: http://hg.adium.im/www/adium.im/rev/b9fc2dd72419
revision: 366:b9fc2dd72419
author: Thijs Alkemade <thijsalkemade at gmail.com>
date: Sun Dec 12 23:40:49 2010 +0100
Fix image link
Subject: www/adium.im 367:1e0408e1653a: And lets fix this up as well
details: http://hg.adium.im/www/adium.im/rev/1e0408e1653a
revision: 367:1e0408e1653a
author: Thijs Alkemade <thijsalkemade at gmail.com>
date: Sun Dec 12 23:44:38 2010 +0100
And lets fix this up as well
Subject: www/adium.im 368:e060d693f392: And now these are both valid xhtml
details: http://hg.adium.im/www/adium.im/rev/e060d693f392
revision: 368:e060d693f392
author: Thijs Alkemade <thijsalkemade at gmail.com>
date: Sun Dec 12 23:46:40 2010 +0100
And now these are both valid xhtml
diffs (84 lines):
diff -r e0b20d77f1ca -r e060d693f392 about/index.html
--- a/about/index.html Sun Dec 12 23:39:28 2010 +0100
+++ b/about/index.html Sun Dec 12 23:46:40 2010 +0100
@@ -1,6 +1,5 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
- "http://www.w3.org/TR/html4/strict.dtd">
-<html>
+<!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 - About </title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
@@ -25,14 +24,12 @@
</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=".">About Adium</a> <a class="navleftsty" href="http://adium.im/screenshots/">Screenshots</a></div>
+ <div id="navleft"><a class="navleftsty active" href=".">About Adium</a> <a class="navleftsty" href="http://adium.im/screenshots/">Adium Screenshots</a></div>
</div>
<div id="mainbox">
- <center>
- <h1> <img class="icon" src="gfx/AdiumIcon.png" alt="Adium icon" width="32" height="32" border="0" /> About Adium </h1>
- </center>
+ <h1 style="text-align: center"> <img class="icon" src="/about/gfx/AdiumIcon.png" alt="Adium icon" width="32" height="32" border="0" />About Adium</h1>
<div class="taskboxline">
<div class="taskboxheader">
@@ -54,14 +51,14 @@
<li>Open Source, so everyone can see how Adium works and <a class="ext_link" href="http://trac.adium.im/wiki/Development">help improve it</a></li>
<li>Support for a wide range of different Instant Messaging services (see the <a class="ext_link" href="http://adium.im/help/pgs/Accounts-ListOfServices.html">full list</a>)</li>
<li>A delightful UI</li>
- <ul>
- <li><a class="ext_link" href="http://adium.im/help/pgs/Messaging-TabbedMessaging.html">Tabbed chat windows</a>
- </ul>
+ <li><ul>
+ <li><a class="ext_link" href="http://adium.im/help/pgs/Messaging-TabbedMessaging.html">Tabbed chat windows</a></li>
+ </ul></li>
<li>Mac OS X integration</li>
- <ul>
+ <li><ul>
<li><a class="ext_link" href="http://adium.im/help/pgs/AdvancedFeatures-AddressBookIntegration.html">Address Book integration</a></li>
<li><a class="ext_link" href="http://trac.adium.im/wiki/WebKitMessageView">WebKit Message View</a>: Theme your chat windows</li>
- </ul>
+ </ul></li>
<li><a class="ext_link" href="http://adium.im/help/pgs/ContactList-CombiningContacts.html">Combined Contacts</a>: Merge your contacts so that each one represents a person, not an account</li>
<li>A sophisticated events system (including <a class="ext_link" href="http://adium.im/help/pgs/AdvancedFeatures-GrowlSupport.html">Growl notifications</a>)</li>
<li><a class="ext_link" href="http://trac.adium.im/wiki/OTREncryption">OTR Encryption</a></li>
@@ -108,11 +105,12 @@
</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>
</body>
</html>
diff -r e0b20d77f1ca -r e060d693f392 screenshots/index.html
--- a/screenshots/index.html Sun Dec 12 23:39:28 2010 +0100
+++ b/screenshots/index.html Sun Dec 12 23:46:40 2010 +0100
@@ -30,12 +30,10 @@
</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" href="http://adium.im/about/">About Adium</a> <a class="navleftsty active" href=".">Screenshots</a></div>
+ <div id="navleft"><a class="navleftsty" href="http://adium.im/about/">About Adium</a> <a class="navleftsty active" href=".">Adium Screenshots</a></div>
</div>
- <center>
- <h1> <img class="icon" src="gfx/AdiumIcon.png" alt="Adium icon" width="32" height="32" border="0" /> Adium Screenshots </h1>
- </center>
+ <h1 style="text-align: center"> <img class="icon" src="/about/gfx/AdiumIcon.png" alt="Adium icon" width="32" height="32" border="0" />Adium Screenshots</h1>
<div id="central">
<div id="content">
More information about the commits
mailing list