db07b11bf46d

gundo.vim: Update documentation.
[view raw] [browse files]
author Steve Losh <steve@dwaiter.com>
date Fri, 29 Oct 2010 16:33:53 -0400
parents c02fd492c527
children 6a58cd3cb661
branches/tags (none)
files gundo.vim/index.html

Changes

--- a/gundo.vim/index.html	Fri Oct 29 13:34:40 2010 -0400
+++ b/gundo.vim/index.html	Fri Oct 29 16:33:53 2010 -0400
@@ -5,11 +5,40 @@
 
         <link rel="stylesheet/less" href="style.less" type="text/css">
         <script src="less.js" type="text/javascript"></script>
+
+        <script type="text/javascript">
+        /* <![CDATA[ */
+            (function() {
+                var s = document.createElement('script'), t = document.getElementsByTagName('script')[0];
+                
+                s.type = 'text/javascript';
+                s.async = true;
+                s.src = 'http://api.flattr.com/js/0.5.0/load.js?mode=auto';
+                
+                t.parentNode.insertBefore(s, t);
+            })();
+        /* ]]> */
+        </script>
+
+        <script type="text/javascript">
+          var _gaq = _gaq || [];
+          _gaq.push(['_setAccount', 'UA-15328874-3']);
+          _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="repos">
             <a href="http://bitbucket.org/sjl/gundo.vim/">Mercurial Repository</a><br/>
-            <a href="http://github.com/sjl/gundo.vim/">Git Repository</a>
+            <a href="http://github.com/sjl/gundo.vim/">Git Repository</a><br/>
+
+            <a class="FlattrButton" style="display:none;" rev="flattr;button:compact;" href="http://bitbucket.org/sjl/gundo.vim/"></a>
         </div>
         <div class="wrap">
             <header>