1
0
mirror of https://github.com/moparisthebest/FireTray synced 2024-08-13 15:53:47 -04:00
FireTray/index.html
2012-01-29 23:11:01 +01:00

147 lines
5.0 KiB
HTML

<!doctype html>
<!--[if lt IE 7 ]> <html lang="en" class="no-js ie6"> <![endif]-->
<!--[if IE 7 ]> <html lang="en" class="no-js ie7"> <![endif]-->
<!--[if IE 8 ]> <html lang="en" class="no-js ie8"> <![endif]-->
<!--[if IE 9 ]> <html lang="en" class="no-js ie9"> <![endif]-->
<!--[if (gt IE 9)|!(IE)]><!--> <html lang="en" class="no-js"> <!--<![endif]-->
<head>
<meta charset="UTF-8">
<title>foudfou/FireTray @ GitHub</title>
<meta name="description" content="">
<meta name="author" content="">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="firetray48.png">
<link rel="stylesheet" href="css/style.css?v=5">
<link rel="stylesheet" href="css/grid.css">
<script src="js/libs/modernizr-2.0.6.min.js"></script>
</head>
<body>
<div id="header-container">
<header class="container">
<h1 id="title"><a href="/">FireTray</a></h1>
<nav>
<ul>
<li><a href="#about">About</a></li>
<li><a href="#release-notes">Release Notes</a></li>
</ul>
</nav>
</header>
<a href="https://github.com/foudfou/FireTray">
<img style="position: fixed; top: 0; right: 0; border: 0;"
src="https://a248.e.akamai.net/assets.github.com/img/7afbc8b248c68eb468279e8c17986ad46549fb71/687474703a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f6461726b626c75655f3132313632312e706e67"
alt="Fork me on GitHub">
</a>
</div>
<div id="main" class="container">
<div class="span-16 colborder">
<header>
<p id="about">
FireTray is a Linux Mozilla addon that targets Firefox, Thunderbird
and Seamonkey. It provides a tray icon with much window handling
functionality. For mail applications, the icon can show the number of
unread messages. FireTray is very customizable.
</p>
</header>
</div>
<div class="span-7 last">
<aside id="social">
<div id="follow">
<ul>
<li><a href="http://twitter.com/#!/f10l">@f10l</a></li>
</ul>
</div>
<div id="share">
<!-- Place this tag in your head or just before your close body tag -->
<!-- <script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script> -->
<!-- Place this tag where you want the +1 button to render -->
<!-- <g:plusone size="medium"></g:plusone> -->
<a href="http://twitter.com/share" class="twitter-share-button"
data-url="http://foudfou.github.com/FireTray/" data-count="horizontal"
data-via="f10l" data-related="foudfou:Creator of firetray">Tweet</a>
<script type="text/javascript"
src="http://platform.twitter.com/widgets.js"></script>
<iframe class="facebook"
src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Ffoudfou.github.com%2FFireTray%2F&amp;layout=button_count&amp;show_faces=false&amp;width=120&amp;action=like&amp;colorscheme=light&amp;height=21"
scrolling="no" frameborder="0"
style="border: none; overflow: hidden; width: 120px; height: 21px;"
allowTransparency="true"></iframe>
</div>
</aside>
</div>
<hr class="space"/>
<div class="span-16 colborder">
<section id="release-notes">
<h2>Release Notes</h2>
<article id="v0.4.0b1">
<h3>v0.4.0b1</h3>
<p><strong>Begining with this version, v0.3.* related options
are erased from your preferences.</strong></p>
<p><ul>
<li>ability to show hide single windows</li>
<li>can open window/message from icon popup menu</li>
<li>minimize can hide to tray</li>
<li>scroll on icon can hide to tray</li>
<li>restore windows to their original virtual desktop</li>
<li>many bug fixes</li>
<li>clean lib closing</li>
</ul></p>
</article>
</section>
</div>
<div class="span-7 last">
<aside id="related_links">
<h4>related links</h4>
<p><a href="https://addons.mozilla.org/fr/firefox/addon/firetray/">Firetray
on Mozilla</a>
<p><a href="https://github.com/foudfou/FireTray">Firetray development</a>
<p><a href="http://code.google.com/p/firetray/">Firetray-XPCOM development</a>
</aside>
</div>
</div> <!-- main -->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script>
window.jQuery || document.write('<script src="js/libs/jquery-1.7.1.min.js"><\/script>')
</script>
<script src="js/script.js"></script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-28638818-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>