fixed required gtk package for Ubuntu
authorJean-Philippe Orsini <jeanfi@gmail.com>
Wed, 13 Mar 2013 09:56:07 +0000 (09:56 +0000)
committerJean-Philippe Orsini <jeanfi@gmail.com>
Wed, 13 Mar 2013 09:56:07 +0000 (09:56 +0000)
fixed list numbering

README
README.html

diff --git a/README b/README
index ea1b4db..733b3d7 100644 (file)
--- a/README
+++ b/README
@@ -150,7 +150,7 @@ help2man libnotify-devel libgtop2-devel make
 For Ubuntu 12.04:
 -------------------------------------------------------------------------
 sudo apt-get install autoconf automake asciidoc cppcheck gcc gettext
-autopoint libgtk2.0-dev libgconf2-dev libnotify-dev libsensors4-dev
+autopoint libgtk-3-dev libgconf2-dev libnotify-dev libsensors4-dev
 help2man libcurl4-openssl-dev libjson0-dev libmicrohttpd-dev
 libgtop2-dev make perl libunity-dev libgtop2-dev libappindicator-dev
 nvidia-settings
@@ -166,8 +166,8 @@ Compilation and Installation Steps
 5. Start the sensor detection script: +sensors-detect+ and follows the
 instructions. Reboot or activate the kernel modules which have
 been found.
-7. To monitor HDDs, the +hddtemp+ daemon must be installed and running.
-8. Run: +psensor+
+6. To monitor HDDs, the +hddtemp+ daemon must be installed and running.
+7. Run: +psensor+
 
 ATI/AMD GPU Support
 ~~~~~~~~~~~~~~~~~~~
@@ -183,7 +183,7 @@ Download the
 http://developer.amd.com/sdks/ADLSDK/Pages/default.aspx[ATI ADL SDK]
 and extracts the files of the archive into a directory [dir].
 
-Replace the step 7. of the above section by +./configure
+Replace the step 3. of the above section by +./configure
 --with-libatiadl=[dir]+ where +[dir]+ must be the directory where you
 have extracted the ATI ADL SDK. Other steps are indentical.
 
index 971f46f..1d079fb 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 README</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
@@ -595,7 +595,7 @@ help2man libnotify-devel libgtop2-devel make</tt></pre>
 <div class="listingblock">\r
 <div class="content">\r
 <pre><tt>sudo apt-get install autoconf automake asciidoc cppcheck gcc gettext\r
-autopoint libgtk2.0-dev libgconf2-dev libnotify-dev libsensors4-dev\r
+autopoint libgtk-3-dev libgconf2-dev libnotify-dev libsensors4-dev\r
 help2man libcurl4-openssl-dev libjson0-dev libmicrohttpd-dev\r
 libgtop2-dev make perl libunity-dev libgtop2-dev libappindicator-dev\r
 nvidia-settings</tt></pre>\r
@@ -653,7 +653,7 @@ requiring an additional library.</p></div>
 <div class="paragraph"><p>Download the\r
 <a href="http://developer.amd.com/sdks/ADLSDK/Pages/default.aspx">ATI ADL SDK</a>\r
 and extracts the files of the archive into a directory [dir].</p></div>\r
-<div class="paragraph"><p>Replace the step 7. of the above section by <tt>./configure\r
+<div class="paragraph"><p>Replace the step 3. of the above section by <tt>./configure\r
 --with-libatiadl=[dir]</tt> where <tt>[dir]</tt> must be the directory where you\r
 have extracted the ATI ADL SDK. Other steps are indentical.</p></div>\r
 </div>\r
@@ -670,7 +670,7 @@ have extracted the ATI ADL SDK. Other steps are indentical.</p></div>
 <div id="footnotes"><hr /></div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 2012-09-15 23:19:06 CEST\r
+Last updated 2013-03-13 10:55:37 CET\r
 </div>\r
 </div>\r
 </body>\r