• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

An Objective-C wrapper for Mac OS X’s FSEvents C API.


Commit MetaInfo

Revisione139b42aa9386ffe9533708f3c1e7ab37063648e (tree)
Time2011-11-10 07:32:35
AuthorAron Cedercrantz <aron@cede...>
CommiterAron Cedercrantz

Log Message

Add Google Analytics to the pages

Change Summary

Incremental Difference

--- a/docs/api/index.html
+++ b/docs/api/index.html
@@ -6,6 +6,18 @@
66 <title>CDEvents API Documentation Index</title>
77
88 <link rel="stylesheet" href="../../styles.css?v=1" type="text/css" media="screen" charset="utf-8">
9+
10+ <script type="text/javascript">
11+ var _gaq = _gaq || [];
12+ _gaq.push(['_setAccount', 'UA-26814793-1']);
13+ _gaq.push(['_trackPageview']);
14+
15+ (function() {
16+ var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
17+ ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
18+ var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
19+ })();
20+ </script>
921 </head>
1022
1123 <body>
--- a/index.html
+++ b/index.html
@@ -6,6 +6,18 @@
66 <title>CDEvents - Objective-C wrapper of FSEvents</title>
77
88 <link rel="stylesheet" href="styles.css?v=1" type="text/css" media="screen" charset="utf-8">
9+
10+ <script type="text/javascript">
11+ var _gaq = _gaq || [];
12+ _gaq.push(['_setAccount', 'UA-26814793-1']);
13+ _gaq.push(['_trackPageview']);
14+
15+ (function() {
16+ var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
17+ ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
18+ var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
19+ })();
20+ </script>
921 </head>
1022
1123 <body>
--- a/styles.css
+++ b/styles.css
@@ -1,5 +1,5 @@
11 body {
2- font-family: 'Helvetica Nueu',Helvetica,Arial,FreeSans,sans-serif;
2+ font-family: 'HelveticaNeue',Helvetica,Arial,FreeSans,sans-serif;
33 font-size: 18px;
44 margin-top: 1em;
55 color: #333;
@@ -22,6 +22,7 @@ a:hover {
2222 h1 {
2323 color: #000;
2424 font-size: 275%;
25+ font-weight: bold;
2526 margin-bottom: -.125em;
2627 }
2728