new entry about graph not displayed
authorJean-Philippe Orsini <jeanfi@gmail.com>
Sat, 6 Oct 2012 11:59:07 +0000 (11:59 +0000)
committerJean-Philippe Orsini <jeanfi@gmail.com>
Sat, 6 Oct 2012 11:59:07 +0000 (11:59 +0000)
doc/faq.html
doc/faq.txt

index 7b2a32d..d4c862a 100644 (file)
@@ -3,7 +3,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">\r
 <head>\r
 <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />\r
-<meta name="generator" content="AsciiDoc 8.6.6" />\r
+<meta name="generator" content="AsciiDoc 8.6.7" />\r
 <title>Psensor Frequently Asked Questions</title>\r
 <style type="text/css">\r
 body {\r
@@ -183,7 +183,7 @@ toc: function (toclevels) {
 \r
   function tocEntries(el, toclevels) {\r
     var result = new Array;\r
-    var re = new RegExp('[hH]([2-'+(toclevels+1)+'])');\r
+    var re = new RegExp('[hH]([1-'+(toclevels+1)+'])');\r
     // Function that scans the DOM tree for header elements (the DOM2\r
     // nodeIterator API would be a better technique but not supported by all\r
     // browsers).\r
@@ -212,7 +212,7 @@ toc: function (toclevels) {
   var i;\r
   for (i = 0; i < toc.childNodes.length; i++) {\r
     var entry = toc.childNodes[i];\r
-    if (entry.nodeName == 'div'\r
+    if (entry.nodeName.toLowerCase() == 'div'\r
      && entry.getAttribute("class")\r
      && entry.getAttribute("class").match(/^toclevel/))\r
       tocEntriesToRemove.push(entry);\r
@@ -258,7 +258,7 @@ footnotes: function () {
   var entriesToRemove = [];\r
   for (i = 0; i < noteholder.childNodes.length; i++) {\r
     var entry = noteholder.childNodes[i];\r
-    if (entry.nodeName == 'div' && entry.getAttribute("class") == "footnote")\r
+    if (entry.nodeName.toLowerCase() == 'div' && entry.getAttribute("class") == "footnote")\r
       entriesToRemove.push(entry);\r
   }\r
   for (i = 0; i < entriesToRemove.length; i++) {\r
@@ -620,7 +620,14 @@ option).</p></div>
 </div>\r
 </div>\r
 <div class="sect1">\r
-<h2 id="S_SimilarSoft">14. Is there any other similar softwares?</h2>\r
+<h2 id="S_NO_GRAPH_DISPLAYED">14. No graphs are displayed, but the table of the main window is displaying sensors</h2>\r
+<div class="sectionbody">\r
+<div class="paragraph"><p>In the sensors table of the main window, switch on the checkbox of the last\r
+column (named "Enabled" or "Graph" depending on the Psensor version).</p></div>\r
+</div>\r
+</div>\r
+<div class="sect1">\r
+<h2 id="S_SimilarSoft">15. Is there any other similar softwares?</h2>\r
 <div class="sectionbody">\r
 <div class="paragraph"><p>Here is a list of few well-known sensors monitoring softwares:</p></div>\r
 <div class="ulist"><ul>\r
@@ -652,7 +659,7 @@ more general, but can be configured to display sensors
 <div id="footnotes"><hr /></div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 2012-09-15 16:54:46 CEST\r
+Last updated 2012-10-06 13:58:34 CEST\r
 </div>\r
 </div>\r
 </body>\r
index b087498..74fcf57 100644 (file)
@@ -205,6 +205,14 @@ Anyway, as I received several requests about such feature, since the
 sensors > enable log of measures) and psensor-server (–sensor-log-file
 option).  
 
+[[S_NO_GRAPH_DISPLAYED]]
+
+No graphs are displayed, but the table of the main window is displaying sensors
+-------------------------------------------------------------------------------
+
+In the sensors table of the main window, switch on the checkbox of the last
+column (named "Enabled" or "Graph" depending on the Psensor version).
+
 [[S_SimilarSoft]]
 Is there any other similar softwares?
 -------------------------------------