public
Description: A RubyCocoa Gmail Notifier for Mac OS X
Homepage: http://ashchan.com/projects/gmail-notifr
Clone URL: git://github.com/ashchan/gmail-notifr.git
Click here to lend your support to: gmail-notifr and make a donation at www.pledgie.com !
gmail-notifr / Credits.html
100644 65 lines (61 sloc) 1.824 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<!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" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
 
<title>About Gmail Notifr</title>
<style>
html {
overflow: hidden;
font-family: lucida grande;
font-size: 100%;
color: white;
text-align: center;
text-shadow: white 0px 1px 1px;
color: #777;
}
body {
padding: 30px 10px;
}
p#header {
height: 20px;
}
a {
color: #444;
text-decoration: none;
-webkit-border-radius: 8px;
padding: 1px 6px;
margin-left: -7px;
margin-right: -7px;
}
a:hover {
background-color: #999;
color: #eee;
text-shadow: #444 0px 1px 1px;
}
    ul {
      width: 80%;
      text-align: left;
    }
</style>
</head>
 
<body onmousedown='return false' oncontextmenu='return false'>
<p i="header"></>
<p>Written by <a href="http://blog.ashchan.com/">James Chen</a></p>
<p>Project Homepage: <a href="http://ashchan.com/projects/gmail-notifr">Gmail Notifr</a></p>
<p>Source: <a href="http://github.com/ashchan/gmail-notifr/tree/master">GitHub repository</a></p>
<p>DMG Imagery by <a href="http://vikiworks.com/">Vikiworks Studio</a></p>
<p>Icons by <a href="http://iirojappinen.com/">Iiro Jäppinen</a></p>
<p>Localization:</p>
  <ul>
    <li>Spanish: Túbal Martín, Pau Aguilar Fruto</li>
    <li>Japanese: Felix Sun, Keiichi SHIGA</li>
    <li>French, : Fabrice Truillot de Chambrier, Thibault Guerpillon</li>
    <li>Italian, German: Fabrice Truillot de Chambrier</li>
    <li>Norwegian: Daniel Greve Rose</li>
    <li>Catalan: Pau Aguilar Fruto</li>
  </ul>
  <p>&nbsp;</p>
<p>And thanks to: Satoshi Nakagawa, Eloy Duran, Mark Trolley</p>
</body>
</html>