Replaced the original "Get Involved" copy with a link to the "Contributing" page...
[philo.git] / index.html
index cb5d739..604b0df 100644 (file)
@@ -6,10 +6,22 @@
                <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">
-                       <a href="http://github.com/ithinksw/philo"><img style="position: fixed; top: 0; right: 0; border: 0;" src="https://d3nwyuy0nl342s.cloudfront.net/img/e6bef7a091f5f3138b8cd40bc3e114258dd68ddf/687474703a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f7265645f6161303030302e706e67" alt="Fork me on GitHub"></a>
+                       <a href="http://github.com/ithinksw/philo"><img style="position: fixed; top: 0; right: 0; border: 0; z-index:3;" src="https://d3nwyuy0nl342s.cloudfront.net/img/e6bef7a091f5f3138b8cd40bc3e114258dd68ddf/687474703a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f7265645f6161303030302e706e67" alt="Fork me on GitHub"></a>
                </div>
 
                <div id="container">
                                        <section class="installSection" id="install">
                                                <h2>Install Philo</h2>
                                                <div class="codeblock shell">
-                                                       <code>git clone git://git.ithinksw.org/philo.git</code>
-                                                       <code>python philo/setup.py install</code>
-                                                       <code>rm -rf philo</code>
+                                                       <code>pip install philo</code>
                                                </div>
                                        </section>
                                
                                        <section class="getInvolved">
                                                <h2 id="get_involved">Get Involved</h2>
-                                               <p><span class="pname">Philo</span> is still under heavy development. If you&#8217;re a Python/Django developer, help out by forking <span class="pname">Philo</span> on <a href="http://github.com/ithinksw/philo">GitHub</a> or <a href="http://gitorious.org/ithinksw/philo">Gitorious</a> to add features or fix bugs.</p>
+                                               <p><span class="pname">Philo</span> is still under heavy development. If you&#8217;re a Python/Django developer, help out by <a href="http://docs.philocms.org/">learning more</a> and <a href="http://docs.philocms.org/en/latest/contributing.html">contributing</a>.</p>
                                        </section>
                                </div>
                                
                        
                </div>
        </body>
-</html>
\ No newline at end of file
+</html>