Merge branch 'gh-pages' of git://github.com/lapilofu/philo into gh-pages
authorJoseph Spiros <joseph.spiros@ithinksw.com>
Thu, 2 Jun 2011 21:09:11 +0000 (17:09 -0400)
committerJoseph Spiros <joseph.spiros@ithinksw.com>
Thu, 2 Jun 2011 21:09:11 +0000 (17:09 -0400)
* 'gh-pages' of git://github.com/lapilofu/philo:
  Updated the first container example image so Oberlin is not highlighted as a misspelling and to draw more attention to the container line. (People seemed confused by the large block of code otherwise.)

CNAME [new file with mode: 0644]
index.html

diff --git a/CNAME b/CNAME
new file mode 100644 (file)
index 0000000..bb7213d
--- /dev/null
+++ b/CNAME
@@ -0,0 +1 @@
+philocms.org
index cb5d739..1b7a9c2 100644 (file)
@@ -6,6 +6,18 @@
                <link rel="stylesheet" type="text/css" href="static/css/screen.css" media="screen" />
                <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.0/jquery.min.js"></script>
                <script src="static/js/init.js"></script>
+               <script type="text/javascript">
+                       var _gaq = _gaq || [];
+                       _gaq.push(['_setAccount', 'UA-17620212-2']);
+                       _gaq.push(['_setDomainName', 'none']);
+                       _gaq.push(['_setAllowLinker', true]);
+                       _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>
        </head>
        <body>
                <div id="fork">
                        
                </div>
        </body>
-</html>
\ No newline at end of file
+</html>