added g+ button
authorJean-Philippe Orsini <jeanfi@gmail.com>
Mon, 27 Jun 2016 21:17:38 +0000 (23:17 +0200)
committerJean-Philippe Orsini <jeanfi@gmail.com>
Mon, 27 Jun 2016 21:17:38 +0000 (23:17 +0200)
12 files changed:
docinfo.html
src/psensor/index.adoc
www/index.html
www/nav.js
www/psensor/NEWS.html
www/psensor/README.html
www/psensor/TODO.html
www/psensor/contribute.html
www/psensor/faq.html
www/psensor/index.html
www/psensor/remote.html
www/psensor/ubuntu.html

index 4fe713e..3e766e7 100644 (file)
@@ -1,2 +1,4 @@
 <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script>
 <script src="nav.js"></script>
+<script src="https://apis.google.com/js/platform.js" async defer>
+</script>
index 366e89a..b0039e9 100644 (file)
@@ -3,6 +3,10 @@
 
 == A Graphical Temperature Monitoring Application
 
+++++
+<g:plusone></g:plusone>
+++++
+
 `psensor` is a graphical hardware temperature monitor for Linux.
 
 It can monitor:
index 42e3f91..911da69 100644 (file)
@@ -9,6 +9,8 @@
 <link rel="stylesheet" href="./style.css">
 <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script>
 <script src="nav.js"></script>
+<script src="https://apis.google.com/js/platform.js" async defer>
+</script>
 </head>
 <body class="article">
 <div id="header">
index 20f9239..3264245 100644 (file)
@@ -1,4 +1,4 @@
-$( document ).ready(function() {
+$(document).ready(function() {
     var str = "<nav><ul>"
        + "<li><a href='/'>News</a></li>"
        + "<li><a href='/mp3tool'>mp3tool</a></li>"
@@ -6,6 +6,6 @@ $( document ).ready(function() {
        + "<li><a href='/psensor'>psensor</a></li>"
        + "<li><a href='/ptask'>ptask</a></li>"
         + "</ul></nav>";
-    
+
     $("#header").prepend(str);
 });
index 050d1c1..c99d3b5 100644 (file)
@@ -9,6 +9,8 @@
 <link rel="stylesheet" href="./../style.css">
 <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script>
 <script src="nav.js"></script>
+<script src="https://apis.google.com/js/platform.js" async defer>
+</script>
 </head>
 <body class="article">
 <div id="header">
index e17a828..fb6f906 100644 (file)
@@ -9,6 +9,8 @@
 <link rel="stylesheet" href="./../style.css">
 <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script>
 <script src="nav.js"></script>
+<script src="https://apis.google.com/js/platform.js" async defer>
+</script>
 </head>
 <body class="article">
 <div id="header">
index a489227..990cf3f 100644 (file)
@@ -9,6 +9,8 @@
 <link rel="stylesheet" href="./../style.css">
 <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script>
 <script src="nav.js"></script>
+<script src="https://apis.google.com/js/platform.js" async defer>
+</script>
 </head>
 <body class="article">
 <div id="header">
index c1d5fa4..dfaa937 100644 (file)
@@ -10,6 +10,8 @@
 <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.5.0/css/font-awesome.min.css">
 <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script>
 <script src="nav.js"></script>
+<script src="https://apis.google.com/js/platform.js" async defer>
+</script>
 </head>
 <body class="article">
 <div id="header">
index 1d0909d..cc6d176 100644 (file)
@@ -9,6 +9,8 @@
 <link rel="stylesheet" href="./../style.css">
 <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script>
 <script src="nav.js"></script>
+<script src="https://apis.google.com/js/platform.js" async defer>
+</script>
 </head>
 <body class="article">
 <div id="header">
index b01e599..dc7d0d7 100644 (file)
@@ -9,6 +9,8 @@
 <link rel="stylesheet" href="./../style.css">
 <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script>
 <script src="nav.js"></script>
+<script src="https://apis.google.com/js/platform.js" async defer>
+</script>
 </head>
 <body class="article">
 <div id="header">
@@ -18,6 +20,7 @@
 <div class="sect1">
 <h2 id="_a_graphical_temperature_monitoring_application">A Graphical Temperature Monitoring Application</h2>
 <div class="sectionbody">
+<g:plusone></g:plusone>
 <div class="paragraph">
 <p><code>psensor</code> is a graphical hardware temperature monitor for Linux.</p>
 </div>
@@ -225,7 +228,7 @@ don’t hesitate to report it.</p>
 </div>
 <div id="footer">
 <div id="footer-text">
-Last updated 2016-06-14 21:30:49 CEST
+Last updated 2016-06-27 23:13:48 CEST
 </div>
 </div>
 </body>
index 97074e9..8370c37 100644 (file)
@@ -9,6 +9,8 @@
 <link rel="stylesheet" href="./../style.css">
 <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script>
 <script src="nav.js"></script>
+<script src="https://apis.google.com/js/platform.js" async defer>
+</script>
 </head>
 <body class="article">
 <div id="header">
index 325e6fe..43629a2 100644 (file)
@@ -9,6 +9,8 @@
 <link rel="stylesheet" href="./../style.css">
 <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script>
 <script src="nav.js"></script>
+<script src="https://apis.google.com/js/platform.js" async defer>
+</script>
 </head>
 <body class="article">
 <div id="header">