diff options
Diffstat (limited to 'h-source/Application/Views/Help/index.php')
-rw-r--r-- | h-source/Application/Views/Help/index.php | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/h-source/Application/Views/Help/index.php b/h-source/Application/Views/Help/index.php index 735a20e..8719885 100644 --- a/h-source/Application/Views/Help/index.php +++ b/h-source/Application/Views/Help/index.php @@ -36,7 +36,7 @@ </ul> </div> - <a name="wiki-syntax"></a><h1>Wiki syntax</h1></a> + <a name="wiki-syntax"><h1>Wiki syntax</h1></a> <h3>List of <?php echo Website::$generalName;?> wiki tags</h3> @@ -204,9 +204,9 @@ </tr> </table> - <a name="compatibility"></a><h1>Compatibility classes</h1></a> + <a name="compatibility"><h1>Compatibility classes</h1></a> - <a name="notebook-compatibility"></a><h2>Notebooks</h2></a> + <a name="notebook-compatibility"><h2>Notebooks</h2></a> <h3>Class A (Platinum)</h3> @@ -229,7 +229,7 @@ <p>The notebook does not work with free software</p> - <a name="printer-compatibility"></a><h2>Printers</h2></a> + <a name="printer-compatibility"><h2>Printers</h2></a> <h3>Class A (Full)</h3> @@ -244,7 +244,7 @@ <p>The printer does not work with free software</p> - <a name="scanner-compatibility"></a><h2>Scanners</h2></a> + <a name="scanner-compatibility"><h2>Scanners</h2></a> <h3>Class A (Full)</h3> @@ -258,7 +258,7 @@ <p>The scanner does not work with free software</p> - <a name="discover-hardware"></a><h1>Discover your hardware</h1></a> + <a name="discover-hardware"><h1>Discover your hardware</h1></a> <div> (Thanks <a href="<?php echo $this->baseUrl;?>/issues/view/en/3/1/token">lluvia</a>) </div> @@ -269,7 +269,7 @@ <p>See below your notebook or netbook</p> - <a name="model-name"></a><h3>How to discover the model name of your device (if it is not a notebook)</h3> + <a name="model-name"><h3>How to discover the model name of your device (if it is not a notebook)</h3></a> <h4>If the device is integrated (example: a video card)</h4> @@ -305,7 +305,7 @@ <p>You can also write the output of the lspci command to a file by typing:</p> <pre> - lspci -v > filename + lspci -vmm > filename </pre> <p>where "filename" is the name of the file</p> @@ -316,7 +316,7 @@ <p>Open a terminal and type the following command:</p> <pre> - lsusb -vmm + lsusb -v </pre> <p>You will obtain the list of your USB devices, similar to the one written below</p> @@ -360,7 +360,7 @@ ... </pre> - <p>The name of each device is written at the end of the row starting with "idProduct" (see the text in bold in the above list)</p> + <p>The name of each device is written at the row starting with "idProduct" (see the text in bold in the above list)</p> <p>You can also write the output of the lsusb command to a file by typing:</p> @@ -406,7 +406,7 @@ lspci | grep "VGA" </pre> - <a name="vendoridproductid"></a><h3>How to discover the VendorID and the ProductID of your device (VendorID:ProductID code)</h3> + <a name="vendoridproductid"><h3>How to discover the VendorID and the ProductID of your device (VendorID:ProductID code)</h3></a> <div> (Thanks <a href="http://trisquel.info/en/forum/h-nodecom-new-website-hardware-database#comment-5839">Michał Masłowski</a> and <a href="http://trisquel.info/en/forum/h-nodecom-new-website-hardware-database#comment-5837">Julius22</a>) @@ -498,7 +498,7 @@ </pre> - <a name="fully-free"></a><h1>List of fully free GNU/Linux distributions</h1></a> + <a name="fully-free"><h1>List of fully free GNU/Linux distributions</h1></a> <p>They are listed in alphabetical order</p> |