public
Fork of tdreyno/prototypegrowl
Description: Prototype & Scriptaculous implementation of the OS X growl notification bubbles
Homepage: http://www.craigjolicoeur.com/pgrowl
Clone URL: git://github.com/cpjolicoeur/prototypegrowl.git
add new logo and update some copy
cpjolicoeur (author)
Sat Apr 05 06:10:05 -0700 2008
commit  3e4cdad1d91ba70ac41c6f0dcc88caf389dbd1a3
tree    2d177b365a9ee0561185a208d2d0757692bd501d
parent  018872cd93eebf637a0ba15acf6c12a93fe09977
...
1
2
3
4
 
5
6
7
...
36
37
38
39
 
40
41
42
...
50
51
52
53
 
54
55
56
...
1
2
3
 
4
5
6
7
...
36
37
38
 
39
40
41
42
...
50
51
52
 
53
54
55
56
0
@@ -1,7 +1,7 @@
0
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
0
 <html>
0
 <head>
0
-<title>Window.Growl 2.0</title>
0
+<title>prototypeGrowl 0.8</title>
0
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
0
 <script type="text/javascript" charset="utf-8" src="prototype-1.6.0.2.js"></script>
0
 <script type="text/javascript" charset="utf-8" src="effects.js"></script>
0
@@ -36,7 +36,7 @@
0
 </style>
0
 </head>
0
 <body>
0
- <h3><img src="logo.jpg" alt="Window.Growl 2.0" title="Window.Growl 2.0"></h3>
0
+ <h3><img src="logo.png" alt="prototypeGrowl 0.8" title="prototypeGrowl 0.8"></h3>
0
   <ul>
0
     <li><a href="#" id="smoke" title="Show msg Smoke">Show Growl Smoke.</a></li>
0
     <li><a href="#" id="bezel" title="Show msg Bezel">Show Growl Bezel.</a> <b>(NOT WORKING YET)</b></li>
0
@@ -50,7 +50,7 @@
0
   animated: 0.75
0
 });</code></pre>
0
   <p>
0
- By <a href="http://www.craigjolicoeur.com" title="Blog">Craig P Jolicoeur</a>.
0
+ By <a href="http://github.com/tdreyno" title="Thomas Reynolds">Thomas Reynolds</a> and <a href="http://github.com/cpjolicoeur" title="Blog">Craig P Jolicoeur</a>.
0
   </p>
0
 
0
   <script type="text/javascript" charset="utf-8">

Comments

    No one has commented yet.