www/adium.im 537:56c7779bb965: Initial help landing page, search...
commits at adium.im
commits at adium.im
Sat Feb 11 22:16:47 UTC 2012
details: http://hg.adium.im/www/adium.im/rev/56c7779bb965
revision: 537:56c7779bb965
branch: rewrite
author: Paul Wilde <me at paulwilde.co.uk>
date: Sat Feb 11 22:16:42 2012 +0000
Initial help landing page, search, JS and sub-navigation to follow
diffs (341 lines):
diff -r 58a2cb93fd99 -r 56c7779bb965 help/index.html
--- a/help/index.html Sat Feb 11 21:53:05 2012 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,234 +0,0 @@
-<?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" />
- <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/hot.css" />
- <link media="all" rel="stylesheet" href="css/topicpage.css" type="text/css" />
- <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/common.css" />
-
- <script src="js/jquery.js" type="text/javascript"></script>
- <script src="hot.json" type="text/javascript"></script>
- <script src="js/hot.js" type="text/javascript"></script>
-
- <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;
- border-color: #FFFFFF;
- background-color: #FFFFFF;
- }
- input.gsc-input {
- border-color: #C0C0C0;
- }
- input.gsc-search-button {
- border-color: #C0C0C0;
- background-color: #e6edff;
- }
- .gsc-tabHeader.gsc-tabhInactive {
- border-color: #C0C0C0;
- background-color: #FFFFFF;
- }
- .gsc-tabHeader.gsc-tabhActive {
- border-color: #C0C0C0;
- background-color: #FFFFFF;
- }
- .gsc-tabsArea {
- border-color: #C0C0C0;
- }
- .gsc-webResult.gsc-result {
- border-color: #C0C0C0;
- background-color: #FFFFFF;
- }
- .gsc-webResult.gsc-result:hover {
- border-color: #C0C0C0;
- background-color: #FFFFFF;
- }
- .gs-webResult.gs-result a.gs-title:link,
- .gs-webResult.gs-result a.gs-title:link b {
- color: #0066CC;
- }
- .gs-webResult.gs-result a.gs-title:visited,
- .gs-webResult.gs-result a.gs-title:visited b {
- color: #0066CC;
- }
- .gs-webResult.gs-result a.gs-title:hover,
- .gs-webResult.gs-result a.gs-title:hover b {
- color: #0066CC;
- }
- .gs-webResult.gs-result a.gs-title:active,
- .gs-webResult.gs-result a.gs-title:active b {
- color: #0066CC;
- }
- .gsc-cursor-page {
- color: #0066CC;
- }
- a.gsc-trailing-more-results:link {
- color: #0066CC;
- }
- .gs-webResult.gs-result .gs-snippet {
- color: #454545;
- }
- .gs-webResult.gs-result .gs-visibleUrl {
- color: #815FA7;
- }
- .gs-webResult.gs-result .gs-visibleUrl-short {
- color: #815FA7;
- }
- .gs-webResult.gs-result .gs-visibleUrl-short {
- display: none;
- }
- .gs-webResult.gs-result .gs-visibleUrl-long {
- display: block;
- }
- .gsc-cursor-box {
- border-color: #C0C0C0;
- }
- .gsc-results .gsc-cursor-page {
- border-color: #C0C0C0;
- background-color: #FFFFFF;
- }
- .gsc-results .gsc-cursor-page.gsc-cursor-current-page {
- border-color: #C0C0C0;
- background-color: #FFFFFF;
- }
- .gs-promotion.gs-result {
- border-color: #94CC7A;
- background-color: #CBE8B4;
- }
- .gs-promotion.gs-result a.gs-title:link {
- color: #0066CC;
- }
- .gs-promotion.gs-result a.gs-title:visited {
- color: #0066CC;
- }
- .gs-promotion.gs-result a.gs-title:hover {
- color: #0066CC;
- }
- .gs-promotion.gs-result a.gs-title:active {
- color: #0066CC;
- }
- .gs-promotion.gs-result .gs-snippet {
- color: #454545;
- }
- .gs-promotion.gs-result .gs-visibleUrl,
- .gs-promotion.gs-result .gs-visibleUrl-short {
- color: #815FA7;
- }
- </style>
-</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/about/">About</a>
- <a class="navtab" href="http://adium.im/blog/">Blog</a>
- <a class="navtabcurrent" href="http://adium.im/help/">Help</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="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="http://adium.im/screencasts/">Adium Videos</a> <a class="navleftsty" href="pgs/AdiumDocumentation.html">Adium Documentation</a></div>
- </div>
-
- <div id="mainbox">
-
- <h1 style="text-align: center"> <img class="icon" src="gfx/AdiumIcon.png" alt="Adium icon" width="32" height="32" /> Adium Help </h1>
-
- <div class="taskboxline">
- <div class="taskboxheader">
- <h3 id="search">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>
- </div>
- </div>
-
- <div class="taskboxline">
- <div class="taskboxheader">
- <h3 id="hot_issues">Hot issues</h3>
- </div>
- <div class="taskboxtext">
- <p>The following items are known to us:</p>
- <ul class="iconed" id="hotlist">
-
- </ul>
- </div>
- </div>
-
- <div class="taskboxline">
- <div class="taskboxheader">
- <h3 id="docs">Documentation and troubleshooting</h3>
- </div>
- <div class="taskboxtext">
- <p>Check these pages to get started using Adium in no time.</p>
- <p>With the exception of the screencasts, you can also find this information in Adium under Help â Adium Help.</p>
- <ul>
- <li><p> <a href="http://adium.im/screencasts">Screencasts</a>: videos with basic information.</p></li>
- <li><p> <a href="pgs/AdiumDocumentation.html">Adium Documentation</a>: extensive collection of articles covering a wide range of topics.</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 id="contact">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">Visit our support forums.</a></p></li>
- <li class="li_irc"><p><a href="irc://irc.freenode.net/#adium">Visit our IRC channel.</a></p></li>
- </ul>
- </div>
- </div>
-
- <div class="taskboxline">
- <div class="taskboxheader">
- <h3 id="contribute">Want to contribute to the Adium Project?</h3>
- </div>
- <div class="taskboxtext">
- <p>Adium is an open-source project driven by volunteers. Our developer and contributor wiki is now on <a class="ext_link" href="http://trac.adium.im">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 58a2cb93fd99 -r 56c7779bb965 help/index.php
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/help/index.php Sat Feb 11 22:16:42 2012 +0000
@@ -0,0 +1,86 @@
+<!DOCTYPE html>
+<html>
+
+<head>
+ <title>Adium - About</title>
+ <meta charset="utf-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1">
+ <!--[if lt IE 9]><script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
+ <link rel="stylesheet" href="../assets/styles/style.css">
+ <link rel="stylesheet" href="../assets/styles/help.css">
+ <link rel="shortcut icon" href="favicon.ico">
+ <link rel="apple-touch-icon" href="apple-touch-icon.png">
+ <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
+ <script src="../assets/scripts/help.js"></script>
+ <!-- Notice: Remove base href when live -->
+ <base href="http://adium.im/rewrite/">
+</head>
+
+<body>
+ <header>
+ <div class="menu">
+ <div class="container">
+ <div id="menu-logo"><a href=""><span>Adium</span></a></div>
+ <nav>
+ <ul>
+ <li class="home"><a href=""><span>Home</span></a></li>
+ <li class="about"><a href="about"><span>About</span></a></li>
+ <li class="help active"><span>Help</span></li>
+ <li class="blog"><a href="blog"><span>Blog</span></a></li>
+ <li class="xtras"><a href="http://xtras.adium.im"><span>Xtras</span></a></li>
+ <li class="dev"><a href="http://trac.adium.im"><span>Development</span></a></li>
+ <li class="merch"><a href="http://adium.spreadshirt.com"><span>Merchandise</span></a></li>
+ </ul>
+ </nav>
+ </div>
+ </div>
+ <div class="banner">
+ <div class="container">
+ <h1>Help</h1>
+ </div>
+ </div>
+ </header>
+
+ <div class="content">
+ <div class="container">
+ <section>
+ <article>
+ <h1>Hot issues</h1>
+ <p>The following items are known to us:</p>
+ <span id="hot-issues"></span>
+
+ <hr>
+
+ <h1>Documentation and troubleshooting</h1>
+ <p>Check these pages to get started using Adium in no time.</p>
+ <p>With the exception of the screencasts, you can also find this information in Adium under Help â Adium Help.</p>
+ <ul>
+ <li><a href="screencasts">Screencasts</a>: videos with basic information.</li>
+ <li><a href="AdiumDocumentation.html">Adium Documentation</a>: extensive collection of articles covering a wide range of topics.</li>
+ <li><a href="Troubleshooting.html">Solve common problems</a></li>
+ <li><a href="Whats-New.html">Check out the great new features in Adium 1.4</a></li>
+ </ul>
+
+ <hr>
+
+ <h1>Ways to get help</h1>
+ <p>Can not find your question here? Want to come and chat with us? This is how you can get personal support.</p>
+ <ul>
+ <li class="li_cocoaforge"><a href="http://forums.cocoaforge.com/viewforum.php?f=13">Visit our support forums</li>
+ <li class="li_irc"><a href="irc://irc.freenode.net/#adium">Visit our IRC channel</a></li>
+ </ul>
+
+ <hr>
+
+ <h1>Want to contribute to the Adium Project?</h1>
+ <p>Adium is an open-source project driven by volunteers. Our developer and contributor wiki is now on
+ <a href="http://trac.adium.im">http://trac.adium.im</a>. From code to localizations or artwork, any contribution is welcome!</p>
+ </article>
+ </section>
+ </div>
+ </div>
+
+<?php include('../footer.php'); ?>
+</body>
+
+</html>
\ No newline at end of file
diff -r 58a2cb93fd99 -r 56c7779bb965 index.php
--- a/index.php Sat Feb 11 21:53:05 2012 +0000
+++ b/index.php Sat Feb 11 22:16:42 2012 +0000
@@ -97,7 +97,7 @@
<html>
<head>
- <title>Adium - Download</title>
+ <title>Adium</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!--[if lt IE 9]><script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
More information about the commits
mailing list