hgbook

diff stylesheets/it/web.xsl @ 1114:527b86d55d4a

inotify: update installation information

inotify is shipped in Mercurial since 1.0, which greatly simplifies the installation process
author Nicolas Dumazet <nicdumz.commits@gmail.com>
date Sun Dec 13 16:35:56 2009 +0900 (2009-12-13)
parents 84629ae2c99d
children
line diff
     1.1 --- a/stylesheets/it/web.xsl	Sun Aug 23 00:51:45 2009 +0200
     1.2 +++ b/stylesheets/it/web.xsl	Sun Dec 13 16:35:56 2009 +0900
     1.3 @@ -32,7 +32,15 @@
     1.4    </xsl:template>
     1.5    
     1.6    <xsl:template name="user.footer.navigation">
     1.7 -    <!-- No Google Analytics script for the moment -->
     1.8 +    <script type="text/javascript">
     1.9 +    var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
    1.10 +    document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
    1.11 +    </script>
    1.12 +    <script type="text/javascript">
    1.13 +    try {
    1.14 +    var pageTracker = _gat._getTracker("UA-10482652-1");
    1.15 +    pageTracker._trackPageview();
    1.16 +    } catch(err) {}</script>
    1.17    </xsl:template>
    1.18    
    1.19  </xsl:stylesheet>