diff options
author | Joerg Kohne <joeko> | 2011-05-31 14:01:03 +0000 |
---|---|---|
committer | Joerg Kohne <joeko> | 2011-05-31 14:01:03 +0000 |
commit | f83b3ef6895c61d6018278f901c3947bae4ca751 (patch) | |
tree | 20c9cb3c1d1ecc0baec92566346eb0a4a5a7d642 /h-source | |
parent | daa1ae3c87bba7ada0f832fac0defd2ae34d23c7 (diff) |
h-source: fix typos and tabs
Diffstat (limited to 'h-source')
-rw-r--r-- | h-source/Application/Views/Help/index.php | 817 | ||||
-rw-r--r-- | h-source/Application/Views/Help/index_de.php | 820 | ||||
-rw-r--r-- | h-source/Application/Views/Help/index_es.php | 822 | ||||
-rw-r--r-- | h-source/Application/Views/Help/index_fr.php | 803 | ||||
-rw-r--r-- | h-source/Application/Views/Help/index_it.php | 805 | ||||
-rw-r--r-- | h-source/Public/Css/main.css | 5240 |
6 files changed, 4333 insertions, 4974 deletions
diff --git a/h-source/Application/Views/Help/index.php b/h-source/Application/Views/Help/index.php index 94e82c5..43af50a 100644 --- a/h-source/Application/Views/Help/index.php +++ b/h-source/Application/Views/Help/index.php @@ -37,411 +37,412 @@ </ul> </div> -<h2 name="wiki-syntax">Wiki Syntax</h2> - -<h3>List of <?php echo Website::$generalName;?> -Wiki Tags</h3> - -<table class="wiki"> - <thead> - <tr> - <th>Name</th> - <th>Tag</th> - <th>Result</th> - <th>Description</th> - </tr> - </thead> - <tbody> - <tr> - <td>bold</td> - <td>text [b]bold[/b]</td> - <td>text <b>bold</b></td> - <td>text bold</td> - </tr> - <tr> - <td>italic</td> - <td>text [i]italic[/i]</td> - <td>text <i>italic</i></td> - <td>text italic</td> - </tr> - <tr> - <td>del</td> - <td>text [del]deleted[/del]</td> - <td>text <del>deleted</del></td> - <td>text deleted</td> - </tr> - <tr> - <td>underline</td> - <td>text [u]underlined[/u]</td> - <td>text <u>underlined</u></td> - <td>text underlined</td> - </tr> - <tr> - <td>head 1</td> - <td>[h1]heading[/h1]</td> - <td> - <div class="div_h1"> - heading</div> - </td> - <td>head 1</td> - </tr> - <tr> - <td>head 2</td> - <td>[h2]heading[/h2]</td> - <td> - <div class="div_h2"> - heading</div> - </td> - <td>head 2</td> - </tr> - <tr> - <td>head 3</td> - <td>[h3]heading[/h3]</td> - <td> - <div class="div_h3"> - heading</div> - </td> - <td>head 3</td> - </tr> - <tr> - <td>paragraph</td> - <td>…[p]new paragraph[/p]</td> - <td>… - - <p>new paragraph</p> - </td> - <td>new paragraph</td> - </tr> - <tr> - <td>Ordered Lists </td> - <td><ul style="list-style-type:none;"> - <li>[list]</li> - <li><ul style="list-style-type:none;"> - <li>[*]first item[/*]</li> - <li>[*]second item[/*]</li> - </ul> - </li> - <li>[/list]</li> - </ul> - </td> - <td><ul> - <li>first item</li> - <li>second item</li> - </ul> - </td> - <td>make a list of items</td> - </tr> - <tr> - <td>Numbered List </td> - <td><ul style="list-style-type:none;"> - <li>[enum]</li> - <li><ul style="list-style-type:none;"> - <li>[*]first item[/*]</li> - <li>[*]second item[/*]</li> - </ul> - </li> - <li>[/enum]</li> - </ul> - </td> - <td><ol> - <li>first item</li> - <li>second item</li> - </ol> - </td> - <td>make a numbered list of items</td> - </tr> - <tr> - <td>list item</td> - <td>[*]item[/*]</td> - <td><ul> - <li>item</li> - </ul> - </td> - <td>add an item to a list</td> - </tr> - <tr> - <td>code</td> - <td>[code]some code[/code]</td> - <td><pre class="code_pre">some code</pre> - </td> - <td>some code</td> - </tr> - <tr> - <td>simple link</td> - <td>[a]url[/a]</td> - <td><a href="url">url</a></td> - <td>simple link</td> - </tr> - <tr> - <td>link with text</td> - <td>[a]url|text[/a]</td> - <td><a href="url">text</a></td> - <td>link with text</td> - </tr> - <tr> - <td>notebook</td> - <td>[notebook]id[/notebook]</td> - <td><samp>id</samp></td> - <td>link to the notebook with the identifier equal to id (the identifier of each device model is written in the - page of the device itself, next to the model name)</td> - </tr> - <tr> - <td>wifi</td> - <td>[wifi]id[/wifi]</td> - <td><samp>id</samp></td> - <td>link to the wifi with the identifier equal to id (the identifier of each device model is written in the page - of the device itself, next to the model name)</td> - </tr> - <tr> - <td>videocard</td> - <td>[videocard]id[/videocard]</td> - <td class="sample"><samp>id</samp></td> - <td>link to the videocard with the identifier equal to id (the identifier of each device model is written in the - page of the device itself, next to the model name)</td> - </tr> - </tbody> -</table> - -<p> </p> - -<h2 name="compatibility">Compatibility classes</h2> - -<h3 name="notebook-compatibility">Notebooks</h3> -<dl> - <dt>Class A (Platinum)</dt> - <dd>All the notebook devices work with a very good performance. </dd> - <dd class="example">Example: all the devices work, the 3D acceleration is supported</dd> - <dt>Class B (Gold)</dt> - <dd>All the notebook devices work but not at full performance. </dd> - <dd class="example">A typical example: all the devices work, but the 3D acceleration is not supported</dd> - <dt>Class C (Silver)</dt> - <dd>One main device is not supported. </dd> - <dd class="example">Example: the internal wifi card does not work. You need an external USB card</dd> - <dt>Class D (Bronze)</dt> - <dd>More than one device is not supported</dd> - <dt>Class E (Garbage)</dt> - <dd>The notebook does not work with free software</dd> -</dl> - -<h3 name="printer-compatibility">Printers</h3> -<dl> - <dt>Class A (Full)</dt> - <dd>All device functions and features are supported</dd> - <dt>Class B (Partial)</dt> - <dd>Printing supported but possibly at limited speed or print quality; scanning and/or faxing on some multifunction - devices may not be supported</dd> - <dt>Class C (None)</dt> - <dd>The printer does not work with free software</dd> -</dl> - -<h3 name="scanner-compatibility">Scanners</h3> -<dl> - <dt>Class A (Full)</dt> - <dd>All device functions and features are supported</dd> - <dt>Class B (Partial)</dt> - <dd>Scanning supported but possibly at limited speed or quality; some other features may not be supported</dd> - <dt>Class C (None)</dt> - <dd>The scanner does not work with free software</dd> -</dl> - -<p> </p> - -<h2 name="discover-hardware">Discover your hardware</h2> - -<p><cite>(Thanks <a href="<?php echo $this->baseUrl;?>/issues/view/en/3/1/token">lluvia</a>)</cite></p> - -<p>In order to know the details of your hardware you can carry out the following actions:</p> -<dl> - <dt>How to discover the model name of your notebook</dt> - <dd>See below your notebook or netbook<dd> - <dt name="model-name">How to discover the model name of your device (if it is not a notebook)</dt> - <dd class="opt"><strong>If the device is integrated (example: a video card)</strong></dd> - <dd>Open a terminal and type the following command:</dd> - <dd><pre class="terminal">lspci -vmm</pre> - </dd> - <dd>or</dd> - <dd><pre class="terminal">lspci -vmm > <kbd>FILENAME</kbd> # output to a file</pre> - </dd> - <!-- dd>where "filename" is the name of the file</dd --> - <dd>You will obtain the list of your PCI devices, similar to the one written below</dd> - <dd><pre class="terminal">Slot:03:00.0 -Class:Network controller -Vendor:Broadcom Corporation -Device:<b>BCM4311 802.11b/g WLAN</b> - SVendor:Hewlett-Packard Company - SDevice:Device 1375 -Rev:02 - -Slot:07:05.0 -Class:FireWire (IEEE 1394) -Vendor:Ricoh Co Ltd -Device:<b>R5C832 IEEE 1394 Controller</b> - SVendor:Hewlett-Packard Company - SDevice:Device 30cf -Rev:05 -ProgIf:10</pre> - </dd> - <dd class="note"><b>Note:</b> The name of each device is written at the "Device" row, after the colon (see the text - in bold in the above list)</dd> - <dd>If the device is an USB device (example: an external USB wifi card)</dd> - <dd>Open a terminal and type the following command:</dd> - <dd><pre class="terminal">lsusb -v</pre> - </dd> - <dd>or</dd> - <dd><pre class="terminal">lsusb -v > <kbd>FILENAME</kbd> # output to a file</pre> - </dd> - <dd>where "filename" is the name of the file</dd> - <dd>You will obtain the list of your USB devices, similar to the one written below</dd> - <dd><pre class="terminal">Bus 001 Device 002: ID 0846:4260 NetGear, Inc. WG111v3 54 Mbps Wireless [realtek RTL8187B] - Device Descriptor: - bLength 18 - bDescriptorType 1 - bcdUSB 2.00 - bDeviceClass 0 (Defined at Interface level) - bDeviceSubClass 0 - bDeviceProtocol 0 - bMaxPacketSize0 64 - idVendor 0x0846 NetGear, Inc. - idProduct 0x4260 <b>WG111v3 54 Mbps Wireless [realtek RTL8187B]</b> - - bcdDevice 2.00 - iManufacturer 1 - iProduct 2 - iSerial 3 - ... - ... - -Bus 002 Device 003: ID 08ff:2580 AuthenTec, Inc. AES2501 Fingerprint Sensor -Device Descriptor: - bLength 18 - bDescriptorType 1 - bcdUSB 1.10 - bDeviceClass 255 Vendor Specific Class - bDeviceSubClass 255 Vendor Specific Subclass - bDeviceProtocol 255 Vendor Specific Protocol - bMaxPacketSize0 8 - idVendor 0x08ff AuthenTec, Inc. - idProduct 0x2580 <b>AES2501 Fingerprint Sensor</b> - bcdDevice 6.23 - iManufacturer 0 - iProduct 1 Fingerprint Sensor - iSerial 0 - bNumConfigurations 1 - ... - ...</pre> - </dd> - <dd class="note"><b>Note:</b> The name of each device is written at the row starting with "idProduct" (see the text - in bold in the above list)</dd> - <dl> - <dt>How to discover the year of commercialization of your notebook</dt> - <dd>Open a terminal and type the following command:</dd> - <pre class="terminal">sudo dmidecode| grep "Release Date"</pre> - </dd> - <dt>How to discover the kernel libre version you are using</dt> - <dd>Open a terminal and type the following command:</dd> - <dd> <pre class="terminal">uname -r</pre> - </dd> - <dt>How to discover the name of your video card</dt> - <dd>Open a terminal and type the following command:</dd> - <dd><pre class="terminal">sudo lspci</pre> - </dd> - <dd>Then look for the row containing the string <b>VGA</b> or <b>Display controller</b>. You can also try one of - the following commands:</dd> - <dd><pre class="terminal">lspci | grep "Display controller"</pre> - </dd> - <dd>or</dd> - <dd><pre class="terminal">lspci | grep "VGA"</pre> - </dd> - <dt name="vendoridproductid">How to discover the VendorID and the ProductID of your device (VendorID:ProductID - code)</dt> - <dd><cite>(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>)</cite></dd> - <dd>If the device is integrated (example: a video card) </dd> - <dd>Open a terminal and type the following command:</dd> - <dd><pre class="terminal">sudo lspci -nnk</pre></dd> - <dd>You should obtain a list of hardware similar to the one written below</dd> - <dd><pre class="terminal">03:00.0 Network controller [0280]: Broadcom Corporation BCM4311 802.11b/g WLAN [<b>14e4:4311</b>] (rev 02) - Kernel driver in use: b43-pci-bridge - Kernel modules: ssb -05:00.0 VGA compatible controller [0300]: nVidia Corporation G86 [GeForce 8400M GS] [<b>10de:0427</b>] (rev a1) - Kernel modules: nouveau, nvidiafb</pre> - </dd> - <dd>The strings in <b>bold</b> and placed inside the square brackets (in the above list) are the code you are - looking for. The first set of digits (before the colon) are the <b>VendorID</b>, the second set of digits are - the <b>ProductID</b>. In the above example: the VendorID:ProductID code of the wifi card (note the strings - "Network controller" and "WLAN") is <b>14e4:4311</b> while the VendorID:ProductID code of the video card (note - the string "VGA") is <b>10de:0427</b></dd> - <dd class="opt">If the device is an USB device (example: an external USB wifi card) </dd> - <dd>Open a terminal and type the following command:</dd> - <dd><pre class="terminal">sudo lsusb</pre> - </dd> - <dd>You should obtain a list of hardware similar to the one written below</dd> - <dd><pre class="terminal">Bus 001 Device 002: ID <b>0846:4260</b> NetGear, Inc. WG111v3 54 Mbps Wireless [realtek RTL8187B] -Bus 001 Device 001: ID <b>1d6b:0002</b> Linux Foundation 2.0 root hub -Bus 002 Device 003: ID <b>08ff:2580</b> AuthenTec, Inc. AES2501 Fingerprint Sensor</pre> - </dd> - <dd>The strings in <b>bold</b> (in the above list) are the code you are looking for. The first set of digits - (before the colon) are the <b>VendorID</b>, the second set of digits are the <b>ProductID</b>. In the above - example: the VendorID:ProductID code of the external USB wifi card (note the strings "Wireless") is - <b>0846:4260</b></dd> - <dt>How to discover if the video card works</dt> - <dd>Install <a href="http://rss-glx.sourceforge.net/"><code>rss-glx</code></a> by means of the package manager of - your distribution or compiling it from source and try some screensavers (for example <b>Skyrocket</b> or - <b>Solarwinds</b>). Check if you can play the screensaver (and/or if you can play it smoothly)</dd> - <dt>How to discover if the 3D acceleration works</dt> - <dd>Try to enable compiz</dd> - <dt>How to discover the name of your wifi card</dt> - <dd><p>Open a terminal and type the following command:</p> - </dd> - <dd><pre class="terminal">sudo lspci</pre> - </dd> - <dd>Then look for the row containing the string <b>Wireless</b> or <b>Network controller</b>. You can also try - one of the following commands:</dd> - <dd><pre class="terminal">lspci | grep "Wireless" </pre> - </dd> - <dd>or</dd> - <dd><pre class="terminal">lspci | grep "Network" </pre> - </dd> - <dt>How to discover the printer driver you are using</dt> - <dd class="opt"><strong>If you are using cups</strong></dd> - <dd>Open a terminal and type the following command:</dd> - <dd><pre class="terminal">dpkg-query -W -f '${Version}\n' cups</pre> - </dd> - <dt>How to discover the architecture of your notebook</dt> - <dd>Open a terminal and type the following command:</dd> - <dd><pre class="terminal">dpkg --print-architecture</pre> - </dd> - </dl> -<p> </p> - <h2 name="fully-free">List of fully free GNU/Linux distributions</h2> -<p class="attention"><strong>h-node</strong> is not responsible for the content of other web sites, or how -up-to-date their content is.</p> - -<p>Following are the <a href="/gnu/linux-and-gnu.html">GNU/Linux</a> distributions we know of which have a firm policy -commitment to only include and only propose free software. They reject non-free applications, non-free programming -platforms, non-free drivers, or non-free firmware “blobs”. If by mistake they do include any, they remove it. To -learn more about what makes for a <a href="http://www.gnu.org/distros/free-distros.html">free GNU/Linux -distribution</a>, see GNU <a href="http://www.gnu.org/distros/free-system-distribution-guidelines.html">Guidelines for -Free System Distributions</a>.</p> - -<p><strong>All of the distributions that follow are installable to a computer's hard drive and most can be run -live.</strong></p> - -<p>(listed in alphabetical order)</p> - -<!-- p>They are listed in alphabetical order</p --> - <ul> - <li><a href="http://www.blagblagblag.org/">BLAG GNU/Linux</a></li> - <li><a href="http://dragora.usla.org.ar/wiki/doku.php">Dragora GNU/Linux</a></li> - <li><a href="http://dynebolic.org/">Dynebolic GNU/Linux</a></li> - <li><a href="http://www.gnewsense.org/">gNewSense GNU/Linux</a></li> - <li><a href="http://www.musix.org.ar/">Musix GNU+Linux</a></li> - <li><a href="https://parabolagnulinux.org/">Parabola GNU/Linux</a></li> - <li><a href="http://trisquel.info/">Trisquel GNU/Linux</a></li> - <li><a href="http://www.ututo.org/www/">Ututo GNU/Linux</a></li> - <li><a href="http://venenux.org/">Venenux GNU/Linux</a></li> - </ul> -</dl> -</div> + <h2 name="wiki-syntax">Wiki Syntax</h2> + + <h3>List of <?php echo Website::$generalName;?> + Wiki Tags</h3> + + <table class="wiki"> + <thead> + <tr> + <th>Name</th> + <th>Tag</th> + <th>Result</th> + <th>Description</th> + </tr> + </thead> + <tbody> + <tr> + <td>bold</td> + <td>text [b]bold[/b]</td> + <td>text <b>bold</b></td> + <td>text bold</td> + </tr> + <tr> + <td>italic</td> + <td>text [i]italic[/i]</td> + <td>text <i>italic</i></td> + <td>text italic</td> + </tr> + <tr> + <td>del</td> + <td>text [del]deleted[/del]</td> + <td>text <del>deleted</del></td> + <td>text deleted</td> + </tr> + <tr> + <td>underline</td> + <td>text [u]underlined[/u]</td> + <td>text <u>underlined</u></td> + <td>text underlined</td> + </tr> + <tr> + <td>head 1</td> + <td>[h1]heading[/h1]</td> + <td> + <div class="div_h1"> + heading</div> + </td> + <td>head 1</td> + </tr> + <tr> + <td>head 2</td> + <td>[h2]heading[/h2]</td> + <td> + <div class="div_h2"> + heading</div> + </td> + <td>head 2</td> + </tr> + <tr> + <td>head 3</td> + <td>[h3]heading[/h3]</td> + <td> + <div class="div_h3"> + heading</div> + </td> + <td>head 3</td> + </tr> + <tr> + <td>paragraph</td> + <td>…[p]new paragraph[/p]</td> + <td>… + + <p>new paragraph</p> + </td> + <td>new paragraph</td> + </tr> + <tr> + <td>Ordered Lists </td> + <td><ul style="list-style-type:none;"> + <li>[list]</li> + <li><ul style="list-style-type:none;"> + <li>[*]first item[/*]</li> + <li>[*]second item[/*]</li> + </ul> + </li> + <li>[/list]</li> + </ul> + </td> + <td><ul> + <li>first item</li> + <li>second item</li> + </ul> + </td> + <td>make a list of items</td> + </tr> + <tr> + <td>Numbered List </td> + <td><ul style="list-style-type:none;"> + <li>[enum]</li> + <li><ul style="list-style-type:none;"> + <li>[*]first item[/*]</li> + <li>[*]second item[/*]</li> + </ul> + </li> + <li>[/enum]</li> + </ul> + </td> + <td><ol> + <li>first item</li> + <li>second item</li> + </ol> + </td> + <td>make a numbered list of items</td> + </tr> + <tr> + <td>list item</td> + <td>[*]item[/*]</td> + <td><ul> + <li>item</li> + </ul> + </td> + <td>add an item to a list</td> + </tr> + <tr> + <td>code</td> + <td>[code]some code[/code]</td> + <td><pre class="code_pre">some code</pre> + </td> + <td>some code</td> + </tr> + <tr> + <td>simple link</td> + <td>[a]url[/a]</td> + <td><a href="url">url</a></td> + <td>simple link</td> + </tr> + <tr> + <td>link with text</td> + <td>[a]url|text[/a]</td> + <td><a href="url">text</a></td> + <td>link with text</td> + </tr> + <tr> + <td>notebook</td> + <td>[notebook]id[/notebook]</td> + <td><samp>id</samp></td> + <td>link to the notebook with the identifier equal to id (the identifier of each device model is written in the + page of the device itself, next to the model name)</td> + </tr> + <tr> + <td>wifi</td> + <td>[wifi]id[/wifi]</td> + <td><samp>id</samp></td> + <td>link to the wifi with the identifier equal to id (the identifier of each device model is written in the page + of the device itself, next to the model name)</td> + </tr> + <tr> + <td>videocard</td> + <td>[videocard]id[/videocard]</td> + <td class="sample"><samp>id</samp></td> + <td>link to the videocard with the identifier equal to id (the identifier of each device model is written in the + page of the device itself, next to the model name)</td> + </tr> + </tbody> + </table> + + <p> </p> + + <h2 name="compatibility">Compatibility classes</h2> + + <h3 name="notebook-compatibility">Notebooks</h3> + <dl> + <dt>Class A (Platinum)</dt> + <dd>All the notebook devices work with a very good performance. </dd> + <dd class="example">Example: all the devices work, the 3D acceleration is supported</dd> + <dt>Class B (Gold)</dt> + <dd>All the notebook devices work but not at full performance. </dd> + <dd class="example">A typical example: all the devices work, but the 3D acceleration is not supported</dd> + <dt>Class C (Silver)</dt> + <dd>One main device is not supported. </dd> + <dd class="example">Example: the internal wifi card does not work. You need an external USB card</dd> + <dt>Class D (Bronze)</dt> + <dd>More than one device is not supported</dd> + <dt>Class E (Garbage)</dt> + <dd>The notebook does not work with free software</dd> + </dl> + + <h3 name="printer-compatibility">Printers</h3> + <dl> + <dt>Class A (Full)</dt> + <dd>All device functions and features are supported</dd> + <dt>Class B (Partial)</dt> + <dd>Printing supported but possibly at limited speed or print quality; scanning and/or faxing on some multifunction + devices may not be supported</dd> + <dt>Class C (None)</dt> + <dd>The printer does not work with free software</dd> + </dl> + + <h3 name="scanner-compatibility">Scanners</h3> + <dl> + <dt>Class A (Full)</dt> + <dd>All device functions and features are supported</dd> + <dt>Class B (Partial)</dt> + <dd>Scanning supported but possibly at limited speed or quality; some other features may not be supported</dd> + <dt>Class C (None)</dt> + <dd>The scanner does not work with free software</dd> + </dl> + + <p> </p> + + <h2 name="discover-hardware">Discover your hardware</h2> + + <p><cite>(Thanks <a href="<?php echo $this->baseUrl;?>/issues/view/en/3/1/token">lluvia</a>)</cite></p> + + <p>In order to know the details of your hardware you can carry out the following actions:</p> + <dl> + <dt>How to discover the model name of your notebook</dt> + <dd>See below your notebook or netbook<dd> + <dt name="model-name">How to discover the model name of your device (if it is not a notebook)</dt> + <dd class="opt"><strong>If the device is integrated (example: a video card)</strong></dd> + <dd>Open a terminal and type the following command:</dd> + <dd><pre class="terminal">lspci -vmm</pre> + </dd> + <dd>or</dd> + <dd><pre class="terminal">lspci -vmm > FILENAME # output to a file</pre> + </dd> + <!-- dd>where "filename" is the name of the file</dd --> + <dd>You will obtain the list of your PCI devices, similar to the one written below</dd> + <dd><pre class="terminal">Slot:03:00.0 + Class:Network controller + Vendor:Broadcom Corporation + Device:<b>BCM4311 802.11b/g WLAN</b> + SVendor:Hewlett-Packard Company + SDevice:Device 1375 + Rev:02 + + Slot:07:05.0 + Class:FireWire (IEEE 1394) + Vendor:Ricoh Co Ltd + Device:<b>R5C832 IEEE 1394 Controller</b> + SVendor:Hewlett-Packard Company + SDevice:Device 30cf + Rev:05 + ProgIf:10</pre> + </dd> + <dd class="note"><b>Note:</b> The name of each device is written at the "Device" row, after the colon (see the text + in bold in the above list)</dd> + <dd>If the device is an USB device (example: an external USB wifi card)</dd> + <dd>Open a terminal and type the following command:</dd> + <dd><pre class="terminal">lsusb -v</pre> + </dd> + <dd>or</dd> + <dd><pre class="terminal">lsusb -v > FILENAME # output to a file</pre> + </dd> + <!-- dd>where "filename" is the name of the file</dd --> + <dd>You will obtain the list of your USB devices, similar to the one written below</dd> + <dd><pre class="terminal">Bus 001 Device 002: ID 0846:4260 NetGear, Inc. WG111v3 54 Mbps Wireless [realtek RTL8187B] + Device Descriptor: + bLength 18 + bDescriptorType 1 + bcdUSB 2.00 + bDeviceClass 0 (Defined at Interface level) + bDeviceSubClass 0 + bDeviceProtocol 0 + bMaxPacketSize0 64 + idVendor 0x0846 NetGear, Inc. + idProduct 0x4260 <b>WG111v3 54 Mbps Wireless [realtek RTL8187B]</b> + + bcdDevice 2.00 + iManufacturer 1 + iProduct 2 + iSerial 3 + ... + ... + + Bus 002 Device 003: ID 08ff:2580 AuthenTec, Inc. AES2501 Fingerprint Sensor + Device Descriptor: + bLength 18 + bDescriptorType 1 + bcdUSB 1.10 + bDeviceClass 255 Vendor Specific Class + bDeviceSubClass 255 Vendor Specific Subclass + bDeviceProtocol 255 Vendor Specific Protocol + bMaxPacketSize0 8 + idVendor 0x08ff AuthenTec, Inc. + idProduct 0x2580 <b>AES2501 Fingerprint Sensor</b> + bcdDevice 6.23 + iManufacturer 0 + iProduct 1 Fingerprint Sensor + iSerial 0 + bNumConfigurations 1 + ... + ...</pre> + </dd> + <dd class="note"><b>Note:</b> The name of each device is written at the row starting with "idProduct" (see the text + in bold in the above list)</dd> + <dl> + <dt>How to discover the year of commercialization of your notebook</dt> + <dd>Open a terminal and type the following command:</dd> + <dd><pre class="terminal">sudo dmidecode| grep "Release Date"</pre> + </dd> + <dt>How to discover the kernel libre version you are using</dt> + <dd>Open a terminal and type the following command:</dd> + <dd> <pre class="terminal">uname -r</pre> + </dd> + <dt>How to discover the name of your video card</dt> + <dd>Open a terminal and type the following command:</dd> + <dd><pre class="terminal">sudo lspci</pre> + </dd> + <dd>Then look for the row containing the string <b>VGA</b> or <b>Display controller</b>. You can also try one of + the following commands:</dd> + <dd><pre class="terminal">lspci | grep "Display controller"</pre> + </dd> + <dd>or</dd> + <dd><pre class="terminal">lspci | grep "VGA"</pre> + </dd> + <dt name="vendoridproductid">How to discover the VendorID and the ProductID of your device (VendorID:ProductID + code)</dt> + <dd><cite>(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>)</cite></dd> + <dd>If the device is integrated (example: a video card) </dd> + <dd>Open a terminal and type the following command:</dd> + <dd><pre class="terminal">sudo lspci -nnk</pre></dd> + <dd>You should obtain a list of hardware similar to the one written below</dd> + <dd><pre class="terminal">03:00.0 Network controller [0280]: Broadcom Corporation BCM4311 802.11b/g WLAN [<b>14e4:4311</b>] (rev 02) + Kernel driver in use: b43-pci-bridge + Kernel modules: ssb + 05:00.0 VGA compatible controller [0300]: nVidia Corporation G86 [GeForce 8400M GS] [<b>10de:0427</b>] (rev a1) + Kernel modules: nouveau, nvidiafb</pre> + </dd> + <dd>The strings in <b>bold</b> and placed inside the square brackets (in the above list) are the code you are + looking for. The first set of digits (before the colon) are the <b>VendorID</b>, the second set of digits are + the <b>ProductID</b>. In the above example: the VendorID:ProductID code of the wifi card (note the strings + "Network controller" and "WLAN") is <b>14e4:4311</b> while the VendorID:ProductID code of the video card (note + the string "VGA") is <b>10de:0427</b></dd> + <dd class="opt">If the device is an USB device (example: an external USB wifi card) </dd> + <dd>Open a terminal and type the following command:</dd> + <dd><pre class="terminal">sudo lsusb</pre> + </dd> + <dd>You should obtain a list of hardware similar to the one written below</dd> + <dd><pre class="terminal">Bus 001 Device 002: ID <b>0846:4260</b> NetGear, Inc. WG111v3 54 Mbps Wireless [realtek RTL8187B] + Bus 001 Device 001: ID <b>1d6b:0002</b> Linux Foundation 2.0 root hub + Bus 002 Device 003: ID <b>08ff:2580</b> AuthenTec, Inc. AES2501 Fingerprint Sensor</pre> + </dd> + <dd>The strings in <b>bold</b> (in the above list) are the code you are looking for. The first set of digits + (before the colon) are the <b>VendorID</b>, the second set of digits are the <b>ProductID</b>. In the above + example: the VendorID:ProductID code of the external USB wifi card (note the strings "Wireless") is + <b>0846:4260</b></dd> + <dt>How to discover if the video card works</dt> + <dd>Install <a href="http://rss-glx.sourceforge.net/"><code>rss-glx</code></a> by means of the package manager of + your distribution or compiling it from source and try some screensavers (for example <b>Skyrocket</b> or + <b>Solarwinds</b>). Check if you can play the screensaver (and/or if you can play it smoothly)</dd> + <dt>How to discover if the 3D acceleration works</dt> + <dd>Try to enable compiz</dd> + <dt>How to discover the name of your wifi card</dt> + <dd><p>Open a terminal and type the following command:</p> + </dd> + <dd><pre class="terminal">sudo lspci</pre> + </dd> + <dd>Then look for the row containing the string <b>Wireless</b> or <b>Network controller</b>. You can also try + one of the following commands:</dd> + <dd><pre class="terminal">lspci | grep "Wireless" </pre> + </dd> + <dd>or</dd> + <dd><pre class="terminal">lspci | grep "Network" </pre> + </dd> + <dt>How to discover the printer driver you are using</dt> + <dd class="opt"><strong>If you are using cups</strong></dd> + <dd>Open a terminal and type the following command:</dd> + <dd><pre class="terminal">dpkg-query -W -f '${Version}\n' cups</pre> + </dd> + <dt>How to discover the architecture of your notebook</dt> + <dd>Open a terminal and type the following command:</dd> + <dd><pre class="terminal">dpkg --print-architecture</pre> + </dd> + </dl> + <p> </p> + <h2 name="fully-free">List of fully free GNU/Linux distributions</h2> + <p class="attention"><strong>h-node</strong> is not responsible for the content of other web sites, or how + up-to-date their content is.</p> + + <p>Following are the <a href="/gnu/linux-and-gnu.html">GNU/Linux</a> distributions we know of which have a firm policy + commitment to only include and only propose free software. They reject non-free applications, non-free programming + platforms, non-free drivers, or non-free firmware “blobs”. If by mistake they do include any, they remove it. To + learn more about what makes for a <a href="http://www.gnu.org/distros/free-distros.html">free GNU/Linux + distribution</a>, see GNU <a href="http://www.gnu.org/distros/free-system-distribution-guidelines.html">Guidelines for + Free System Distributions</a>.</p> + + <p><strong>All of the distributions that follow are installable to a computer's hard drive and most can be run + live.</strong></p> + + <p>(listed in alphabetical order)</p> + + <!-- p>They are listed in alphabetical order</p --> + <ul> + <li><a href="http://www.blagblagblag.org/">BLAG GNU/Linux</a></li> + <li><a href="http://dragora.usla.org.ar/wiki/doku.php">Dragora GNU/Linux</a></li> + <li><a href="http://dynebolic.org/">Dynebolic GNU/Linux</a></li> + <li><a href="http://www.gnewsense.org/">gNewSense GNU/Linux</a></li> + <li><a href="http://www.musix.org.ar/">Musix GNU+Linux</a></li> + <li><a href="https://parabolagnulinux.org/">Parabola GNU/Linux</a></li> + <li><a href="http://trisquel.info/">Trisquel GNU/Linux</a></li> + <li><a href="http://www.ututo.org/www/">Ututo GNU/Linux</a></li> + <li><a href="http://venenux.org/">Venenux GNU/Linux</a></li> + </ul> + </dl> + </div> +
\ No newline at end of file diff --git a/h-source/Application/Views/Help/index_de.php b/h-source/Application/Views/Help/index_de.php index 0bbe1c9..12c27e1 100644 --- a/h-source/Application/Views/Help/index_de.php +++ b/h-source/Application/Views/Help/index_de.php @@ -37,413 +37,413 @@ </ul> </div> -<h2 name="wiki-syntax">Wiki-Syntax</h2> - -<h3><?php echo Website::$generalName;?> -Wiki-Elemente</h3> - -<table class="help_wiki_table"> - <thead> - <tr> - <th>Name</th> - <th>Element</th> - <th>Ergebnis</th> - <th>Beschreibung</th> - </tr> - </thead> - <tbody> - <tr> - <td>Fett</td> - <td>[b]Fette[/b] Schrift</td> - <td><b>Fette</b> Schrift</td> - <td>Fettschrift</td> - </tr> - <tr> - <td>Kursiv</td> - <td>[i]Kursive[/i] Schrift</td> - <td><i>Kursive</i> Schrift</td> - <td>Kursivschrift</td> - </tr> - <tr> - <td>Gelöschter Text</td> - <td>[del]Gelöschter[/del] Text</td> - <td><del>Gelöschter</del> Text</td> - <td>Gelöschter Text</td> - </tr> - <tr> - <td>Unterstrichen</td> - <td>[u]Unterstrichener[/u] Text</td> - <td><u>Unterstrichener</u> Text</td> - <td>Unterstrichener Text</td> - </tr> - <tr> - <td>Überschrift 1</td> - <td>[h1]Überschrift[/h1]</td> - <td> - <div class="div_h1"> - Überschrift</div> - </td> - <td>Überschrift Ebene 1</td> - </tr> - <tr> - <td>Überschrift 2</td> - <td>[h2]Überschrift[/h2]</td> - <td> - <div class="div_h2"> - Überschrift</div> - </td> - <td>Überschrift Ebene 2</td> - </tr> - <tr> - <td>Überschrift 3</td> - <td>[h3]Überschrift[/h3]</td> - <td> - <div class="div_h3"> - Überschrift</div> - </td> - <td>Überschrift Ebene 3</td> - </tr> - <tr> - <td>Absatz</td> - <td>…[p](Neuer) Absatz[/p]</td> - <td>… - - <p>(Neuer) Absatz</p> - </td> - <td>(Neuer) Absatz</td> - </tr> - <tr> - <td>Auflistung</td> - <td><ul style="list-style-type:none;"> - <li>[list]</li> - <li><ul style="list-style-type:none;"> - <li>[*]Erstes Element[/*]</li> - <li>[*]Zweites Element[/*]</li> - </ul> - </li> - <li>[/list]</li> - </ul> - </td> - <td><ul> - <li>Erstes Element</li> - <li>Zweites Element</li> - </ul> - </td> - <td>Auflistung</td> - </tr> - <tr> - <td>Nummerierung</td> - <td><ul style="list-style-type:none;"> - <li>[enum]</li> - <li><ul style="list-style-type:none;"> - <li>[*]Erstes Element[/*]</li> - <li>[*]Zweites Element[/*]</li> - </ul> - </li> - <li>[/enum]</li> - </ul> - </td> - <td><ol> - <li>Erstes Element</li> - <li>Zweites Element</li> - </ol> - </td> - <td>Geordnete Liste</td> - </tr> - <tr> - <td>Listenelement</td> - <td>[*]Listenelement[/*]</td> - <td><ul> - <li>Listenelement</li> - </ul> - </td> - <td>Listenelement hinzufügen</td> - </tr> - <tr> - <td>Quelltext</td> - <td>[code]Quelltext[/code]</td> - <td><pre class="code_pre">Quelltext</pre> - <pre></pre> - </td> - <td>Codefragment</td> - </tr> - <tr> - <td>Verweis (einfach)</td> - <td>[a]Internetadresse[/a]</td> - <td><a href="http://Internetadresse">Internetadresse</a></td> - <td>Verweis (einfach)</td> - </tr> - <tr> - <td>Verweis (mit Text)</td> - <td>[a]Internetadresse|mit Text[/a]</td> - <td><a href="http://Internetadresse">mit Text</a></td> - <td>Verweis (mit Text)</td> - </tr> - <tr> - <td>Notebook</td> - <td>[notebook]ID[/notebook]</td> - <td><samp>ID</samp></td> - <td>Verweis auf das Notebook mit der Kennung gleich ID (die jeweilige Geräte-Modellkennung wird auf der Seite - des Gerätes selbst, unter „Modellbezeichnung“, eingepflegt)</td> - </tr> - <tr> - <td>WLAN</td> - <td>[wifi]ID[/wifi]</td> - <td><samp>ID</samp></td> - <td>Verweis auf das WLAN mit der Kennung gleich ID (die jeweilige Geräte-Modellkennung wird auf der Seite des - Gerätes selbst, unter „Modellbezeichnung“, eingepflegt)</td> - </tr> - <tr> - <td>Grafikkarte</td> - <td>[videocard]ID/videocard]</td> - <td><samp>ID</samp></td> - <td>Verweis auf die Grafikkarte mit der Kennung gleich ID (die jeweilige Geräte-Modellkennung wird auf der Seite - des Gerätes selbst, unter „Modellbezeichnung“, eingepflegt)</td> - </tr> - </tbody> -</table> - -<p> </p> - -<h2 name="compatibility">Kompatibilitätsklassen</h2> - -<h3 name="notebook-compatibility">Notebooks</h3> -<dl title="Notebook-Kompatibilität"> - <dt class="label">Klasse A (Platin)</dt> - <dd>Alle Notebook-Geräte arbeiten mit sehr guter Leistung.</dd> - <dd class="sample"><strong>Beispiel</strong>: Alle Geräte funktionieren, auch die 3D-Beschleunigung wird - unterstützt.</dd> - <dt>Klasse B (Gold)</dt> - <dd>Alle Notebook-Geräte funktionieren, jedoch nicht mit voller Leistung. </dd> - <dd class="sample"><strong>Beispiel</strong>: Alle Geräte funktionieren, aber die 3D-Beschleunigung wird nicht - unterstützt.</dd> - <dt>Klasse C (Silber)</dt> - <dd>Ein wichtiges Gerät wird nicht unterstützt.</dd> - <dd class="sample"><strong>Beispiel</strong>: Die interne WLAN-Karte funktioniert nicht. Sie benötigen eine - externe USB-Karte.</dd> - <dt>Klasse D (Bronze)</dt> - <dd>Mehr als ein Gerät wird nicht unterstützt.</dd> - <dt>Klasse E (E-Schrott)</dt> - <dd>Das Notebook kann von Freie Software nicht unterstützt werden.</dd> -</dl> - -<h3 name="printer-compatibility">Drucker</h3> -<dl title="Drucker-Kompatibilität"> - <dt>Klasse A (Vollständig)</dt> - <dd>Alle Gerätefunktionen und -merkmale werden unterstützt.</dd> - <dt>Klasse B (Teilweise)</dt> - <dd>Drucken wird unterstützt, aber möglicherweise mit eingeschränkter Geschwindigkeit oder Druckqualität; - Scannen und/oder Faxen wird (bei einigen Multifunktionsgeräten möglicherweise) nicht unterstützt</dd> - <dt>Klasse C (E-Schrott)</dt> - <dd>Der Drucker kann von Freie Software nicht unterstützt werden.</dd> -</dl> - -<h3 name="scanner-compatibility">Scanner</h3> -<dl title="Scanner-Kompatibilität"> - <dt>Klasse A (Vollständig)</dt> - <dd>Alle Gerätefunktionen und -merkmale werden unterstützt.</dd> - <dt>Klasse B (Teilweise)</dt> - <dd>Scannen unterstützt, aber möglicherweise bei eingeschränkter Geschwindigkeit oder Qualität, einige andere - Funktionen werden nicht unterstützt.</dd> - <dt>Klasse C (E-Schrott)</dt> - <dd>Der Scanner kann von Freie Software nicht unterstützt werden.</dd> -</dl> - -<p> </p> - -<h2 name="discover-hardware">Entdecken Sie Ihre Hardware</h2> -<cite>(Vielen Dank <a href="<?php echo $this->baseUrl;?>/issues/view/en/3/1/token">lluvia</a>)</cite> - -<p>Um mehr Details über Ihre Hardware zu erfahren, beachten Sie bitte folgende Punkte:</p> -<dl> - <dt>Wie man die Modellbezeichnung des Notebooks herausfindet</dt> - <dd>Siehe das Typenschild unterhalb Ihres tragbaren Klapprechners.</dd> - <dt name="model-name">Wie man den Modellnamen der Geräte herausfindet (wenn kein tragbarer Klapprechner)</dt> - <dd class="opt">Wenn das Gerät eingebaut ist (z. B. eine Grafikkarte)</dd> - <dd>Öffnen Sie ein Terminal („Eingabeaufforderung“) und geben Sie folgenden Befehl ein:</dd> - <dd><pre class="terminal">lspci -vmm</pre> - </dd> - <dd>oder</dd> - <dd><pre class="terminal">lspci -vmm > DATEINAME # Ausgabe als Datei speichern</pre> - </dd> - <!--<dd>where "filename" is the name of the file</dd>--> - <dd>Es sollten PCI-Geräte ähnlich der folgenden angezeigt werden:</dd> - <dd><pre class="terminal">Slot: 03:00.0 -Class: Network controller -Vendor: Broadcom Corporation -Device: <b>BCM4311 802.11b/g WLAN</b> -SVendor: Hewlett-Packard Company -SDevice: Device 1375 -Rev: 02 - -Slot: 07:05.0 -Class: FireWire (IEEE 1394) -Vendor: Ricoh Co Ltd -Device: <b>R5C832 IEEE 1394 Controller -</b>SVendor: Hewlett-Packard Company -SDevice: Device 30cf -Rev: 05 -ProgIf: 10</pre> - </dd> - <dd class="note"><b>Hinweis:</b> Die Gerätebezeichnung wird in der Zeile „Device“ nach dem Doppelpunkt - angegeben (siehe Text in Fettdruck).</dd> - <dd class="opt">Wenn das Gerät ein USB-Gerät ist (bspw. ein externer WLAN-Stick)</dd> - <dd>Öffnen Sie ein Terminal („Eingabeaufforderung“) und geben Sie folgenden Befehl ein:</dd> - <dd><pre class="terminal">lsusb -v</pre> - </dd> - <dd>oder</dd> - <dd><pre class="terminal">lsusb -v > DATEINAME # Ausgabe als Datei speichern</pre> - </dd> - <!-- dd>where "filename" is the name of the file.</dd --> - <dd>Es sollten USB-Geräte ähnlich der folgenden angezeigt werden:</dd> - <dd><pre class="terminal">Bus 001 Device 002: ID 0846:4260 NetGear, Inc. WG111v3 54 Mbps Wireless [realtek RTL8187B] -Device Descriptor: - bLength 18 - bDescriptorType 1 - bcdUSB 2.00 - bDeviceClass 0 (Defined at Interface level) - bDeviceSubClass 0 - bDeviceProtocol 0 - bMaxPacketSize0 64 - idVendor 0x0846 NetGear, Inc. - idProduct 0x4260 <b>WG111v3 54 Mbps Wireless [realtek RTL8187B]</b> - - bcdDevice 2.00 - iManufacturer 1 - iProduct 2 - iSerial 3 - ... - ... - -Bus 002 Device 003: ID 08ff:2580 AuthenTec, Inc. AES2501 Fingerprint Sensor -Device Descriptor: - bLength 18 - bDescriptorType 1 - bcdUSB 1.10 - bDeviceClass 255 Vendor Specific Class - bDeviceSubClass 255 Vendor Specific Subclass - bDeviceProtocol 255 Vendor Specific Protocol - bMaxPacketSize0 8 - idVendor 0x08ff AuthenTec, Inc. - idProduct 0x2580 <b>AES2501 Fingerprint Sensor</b> - bcdDevice 6.23 - iManufacturer 0 - iProduct 1 Fingerprint Sensor - iSerial 0 - bNumConfigurations 1 - ... - ...</pre> - </dd> - <dd class="note"><b>Hinweis:</b> Die Gerätebezeichnung wird in der Zeile „idProduct“ nach dem Doppelpunkt - angegeben (siehe Text in Fettdruck).</dd> - <!-- <dt>Wie man das Jahr der Vermarktung des Notebooks herausfindet</dt> - <dd>Öffnen Sie ein Terminal („Eingabeaufforderung“) und geben Sie folgenden Befehl ein:</dd> - <dd><pre class="terminal">sudo dmidecode| grep "Release Date"</pre></dd> - <dd class="sample">Es sollte ein Datum ähnlich dem <code>Release Date: 05/28/2011</code> (MM/TT/JJJJ) angezeigt werden.</dd --> - <dt>Wie man den verwendeten Betriebssystemkern („Kernel“) herausfindet</dt> - <dd>Öffnen Sie ein Terminal („Eingabeaufforderung“) und geben Sie folgenden Befehl ein:</dd> - <dd><pre class="terminal">uname -r</pre> - </dd> - <dt name="video-card">Wie man den Namen der Grafikkarte herausfindet</dt> - <dd>Öffnen Sie ein Terminal („Eingabeaufforderung“) und geben Sie folgenden Befehl ein:</dd> - <dd><pre class="terminal">sudo lspci</pre> - </dd> - <dd>Suchen Sie dann nach der Zeile mit der Zeichenfolge <strong><code>VGA</code></strong> oder - <strong><code>Display Controller</code></strong>. Alternativ können Sie auch folgenden Befehl versuchen: - </dd> - <dd><pre class="terminal">lspci | grep "Display controller"</pre> - </dd> - <dd>oder</dd> - <dd><pre class="terminal">lspci | grep "VGA"</pre> - </dd> - <dt name="vp-id">Wie man Anbieter- und Produkt-ID des Geräts herausfindet (VendorID:ProductID)</dt> - <dd><cite>(Vielen Dank an <a - href="http://trisquel.info/de/forum/h-nodecom-new-website-hardware-database#comment-5839">Michał Masłowski</a> - und <a href="http://trisquel.info/de/forum/h-nodecom-new-website-hardware-database#comment-5837">Julius22</a>) - </cite></dd> - <dd class="opt">Wenn das Gerät eingebaut ist (z. B. eine Grafikkarte)</dd> - <dd>Öffnen Sie ein Terminal („Eingabeaufforderung“) und geben Sie folgenden Befehl ein:</dd> - <dd><pre class="terminal">sudo lspci -nnk</pre> - </dd> - <dd>Es sollte eine Hardwareliste ähnlich der folgenden angezeigt werden:</dd> - <dd><pre class="terminal">03:00.0 Network controller [0280]: Broadcom Corporation BCM4311 802.11b/g WLAN [<b>14e4:4311</b>]<br>(rev 02)<br> Kernel driver in use: b43-pci-bridge<br> Kernel modules: ssb<br>05:00.0 VGA compatible controller [0300]: nVidia Corporation G86 [GeForce 8400M GS]<br>[<b>10de:0427</b>] (rev a1)<br> Kernel modules: nouveau, nvidiafb</pre> - </dd> - <dd class="note"><b>Hinweis:</b> Die Zeichenfolgen in <b>fetter Schrift</b> und in den eckigen Klammern [… - <strong>:</strong> …] sind die Daten, nach denen Sie gesucht haben. Die erste Zeichengruppe (vor dem - Doppelpunkt) ist die <b>Anbieter-ID</b>, die zweite Zeichengruppe (nach dem Doppelpunkt) die <b>Produkt-ID</b>. - Im obigen Beispiel wären Anbieter- und Produkt-ID-Code der WLAN-Karte (beachten Sie die Zeichenfolgen „Network - Controller“ und „WLAN“) <b>14e4:4311</b>, die der Grafikkarte (beachten Sie die Zeichenfolge „VGA“) - <b>10DE:0427</b>.</dd> - <dd class="opt">Wenn das Gerät ein USB-Gerät ist (bspw. ein externer USB-WLAN-Stick)</dd> - <dd>Öffnen Sie ein Terminal („Eingabeaufforderung“) und geben Sie folgenden Befehl ein:</dd> - <dd><pre class="terminal">sudo lsusb</pre> - </dd> - <dd>Es sollte eine Hardwareliste ähnlich der folgenden angezeigt werden:</dd> - <dd><pre class="terminal">Bus 001 Device 002: ID <b>0846:4260</b> NetGear, Inc. WG111v3 54 Mbps Wireless [realtek RTL8187B]<br>Bus 001 Device 001: ID <b>1d6b:0002</b> Linux Foundation 2.0 root hub<br>Bus 002 Device 003: ID <b>08ff:2580</b> AuthenTec, Inc. AES2501 Fingerprint Sensor<br></pre> - </dd> - <dd class="note"><b>Hinweis:</b> Die Zeichenfolgen in <b>fetter Schrift</b> und in den eckigen Klammern […] sind - die Daten, nach denen Sie gesucht haben. Die erste Zeichengruppe (vor dem Doppelpunkt) ist die - <b>Anbieter-ID</b>, die zweite Zeichengruppe (nach dem Doppelpunkt) die <b>Produkt-ID</b>. Im obigen Beispiel - wären Anbieter- und Produkt-ID-Code des externen USB-WLAN-Sticks (beachten Sie die Zeichenfolge „Wireless“) - <b>0846:4260</b>.</dd> - <dt name="vga">Wie man herausfindet, ob die Grafikkarte (über den VGA-Standard hinaus) funktioniert</dt> - <dd>Installieren Sie das Paket <code><a href="http://rss-glx.sourceforge.net/">rss-glx</a></code> mittels - Paketverwaltung Ihrer Distribution oder Kompilieren Sie den Quellcode und testen einige Bildschirmschoner (z. B. - <b>Skyrocket</b> oder <b>Solarwinds</b>). Überprüfen Sie, ob die Bildschirmschoner angezeigt werden können - (und/oder ruckelfrei wiedergegeben werden). - </dd> - <dt>Wie man herausfindet, ob die 3D-Beschleunigung funktioniert</dt> - <dd>Versuchen Sie, „compiz“ zu aktivieren.</dd> - <dt>Wie man den Namen Ihrer WLAN-Karte herausfindet</dt> - <dd>Öffnen Sie ein Terminal („Eingabeaufforderung“) und geben Sie folgenden Befehl ein:</dd> - <dd><pre class="terminal">sudo lspci</pre> - </dd> - <dd>Suchen Sie dann nach der Zeile mit der Zeichenfolge <b><samp>Wireless</samp></b> oder <b><samp>Network - Controller</samp></b>. Alternativ können Sie auch folgenden Befehle versuchen: - </dd> - <dd><pre class="terminal">lspci | grep "Wireless"</pre></dd> - <dd>oder</dd> - <dd><pre class="terminal">lspci | grep "Network"</pre> - </dd> - <dt>Wie man den verwendeten Druckertreiber herausfindet</dt> - <dd class="opt">Wenn Sie „cups“ verwenden</dd> - <dd>Öffnen Sie ein Terminal („Eingabeaufforderung“) und geben Sie folgenden Befehl ein:</dd> - <dd><pre class="terminal">dpkg-query -W -f '${Version}\n' cups</pre> - </dd> - <dt>Wie man die Architektur Ihres Notebooks herausfindet</dt> - <dd>Öffnen Sie ein Terminal („Eingabeaufforderung“) und geben Sie folgenden Befehl ein:</dd> - <dd><pre class="terminal">dpkg --print-architecture</pre> - </dd> -</dl> - -<p> </p> - -<h2 name="fully-free">Freie GNU/Linux-Distributionen</h2> -<!-- p class="attention"><strong>h-node</strong> ist nicht für den Inhalt anderer Websites verantwortlich oder wie aktuell -ihr Inhalt ist.</p --> - -<p>Dies sind <a href="http://www.gnu.org/gnu/linux-and-gnu.de.html">GNU/Linux</a>-Distributionen, von denen wir von einer -festgelegten Richtlinie wissen, ausschließlich Freie Software zu verwenden und anzubieten. Unfreie Anwendungen, -unfreie Programmierplattformen, unfreie Treiber oder unfreie Firmware („BLOBs“) werden, auch wenn versehentlich -enthalten, entfernt. Weitere Informationen über <a href="http://www.gnu.org/distros/free-distros.html">Freie -GNU/Linux-Distribution</a> finden Sie unter <a -href="http://www.gnu.org/distros/free-system-distribution-guidelines.html">Richtlinien für Freie -Distributionen</a>.</p> - -<p><strong>Alle Distributionen können auf der Festplatte Ihres Rechners installiert und die meisten Live ausgeführt -werden.</strong></p> - -<p>(In alphabetischer Reihenfolge)</p> - -<ul> - <li><a href="http://www.blagblagblag.org/">BLAG GNU/Linux</a></li> - <li><a href="http://dragora.usla.org.ar/wiki/doku.php">Dragora GNU/Linux</a></li> - <li><a href="http://dynebolic.org/">Dynebolic GNU/Linux</a></li> - <li><a href="http://www.gnewsense.org/">gNewSense GNU/Linux</a></li> - <li><a href="http://www.musix.org.ar/">Musix GNU+Linux</a></li> - <li><a href="https://parabolagnulinux.org/">Parabola GNU/Linux</a></li> - <li><a href="http://trisquel.info/">Trisquel GNU/Linux</a></li> - <li><a href="http://www.ututo.org/www/">Ututo GNU/Linux</a></li> - <li><a href="http://venenux.org/">Venenux GNU/Linux</a></li> -</ul> -</div> + <h2 name="wiki-syntax">Wiki-Syntax</h2> + + <h3><?php echo Website::$generalName;?> + Wiki-Elemente</h3> + + <table class="help_wiki_table"> + <thead> + <tr> + <th>Name</th> + <th>Element</th> + <th>Ergebnis</th> + <th>Beschreibung</th> + </tr> + </thead> + <tbody> + <tr> + <td>Fett</td> + <td>[b]Fette[/b] Schrift</td> + <td><b>Fette</b> Schrift</td> + <td>Fettschrift</td> + </tr> + <tr> + <td>Kursiv</td> + <td>[i]Kursive[/i] Schrift</td> + <td><i>Kursive</i> Schrift</td> + <td>Kursivschrift</td> + </tr> + <tr> + <td>Gelöschter Text</td> + <td>[del]Gelöschter[/del] Text</td> + <td><del>Gelöschter</del> Text</td> + <td>Gelöschter Text</td> + </tr> + <tr> + <td>Unterstrichen</td> + <td>[u]Unterstrichener[/u] Text</td> + <td><u>Unterstrichener</u> Text</td> + <td>Unterstrichener Text</td> + </tr> + <tr> + <td>Überschrift 1</td> + <td>[h1]Überschrift[/h1]</td> + <td> + <div class="div_h1"> + Überschrift</div> + </td> + <td>Überschrift Ebene 1</td> + </tr> + <tr> + <td>Überschrift 2</td> + <td>[h2]Überschrift[/h2]</td> + <td> + <div class="div_h2"> + Überschrift</div> + </td> + <td>Überschrift Ebene 2</td> + </tr> + <tr> + <td>Überschrift 3</td> + <td>[h3]Überschrift[/h3]</td> + <td> + <div class="div_h3"> + Überschrift</div> + </td> + <td>Überschrift Ebene 3</td> + </tr> + <tr> + <td>Absatz</td> + <td>…[p](Neuer) Absatz[/p]</td> + <td>… + + <p>(Neuer) Absatz</p> + </td> + <td>(Neuer) Absatz</td> + </tr> + <tr> + <td>Auflistung</td> + <td><ul style="list-style-type:none;"> + <li>[list]</li> + <li><ul style="list-style-type:none;"> + <li>[*]Erstes Element[/*]</li> + <li>[*]Zweites Element[/*]</li> + </ul> + </li> + <li>[/list]</li> + </ul> + </td> + <td><ul> + <li>Erstes Element</li> + <li>Zweites Element</li> + </ul> + </td> + <td>Auflistung</td> + </tr> + <tr> + <td>Nummerierung</td> + <td><ul style="list-style-type:none;"> + <li>[enum]</li> + <li><ul style="list-style-type:none;"> + <li>[*]Erstes Element[/*]</li> + <li>[*]Zweites Element[/*]</li> + </ul> + </li> + <li>[/enum]</li> + </ul> + </td> + <td><ol> + <li>Erstes Element</li> + <li>Zweites Element</li> + </ol> + </td> + <td>Geordnete Liste</td> + </tr> + <tr> + <td>Listenelement</td> + <td>[*]Listenelement[/*]</td> + <td><ul> + <li>Listenelement</li> + </ul> + </td> + <td>Listenelement hinzufügen</td> + </tr> + <tr> + <td>Quelltext</td> + <td>[code]Quelltext[/code]</td> + <td><pre class="code_pre">Quelltext</pre> + </td> + <td>Codefragment</td> + </tr> + <tr> + <td>Verweis (einfach)</td> + <td>[a]Internetadresse[/a]</td> + <td><a href="http://Internetadresse">Internetadresse</a></td> + <td>Verweis (einfach)</td> + </tr> + <tr> + <td>Verweis (mit Text)</td> + <td>[a]Internetadresse|mit Text[/a]</td> + <td><a href="http://Internetadresse">mit Text</a></td> + <td>Verweis (mit Text)</td> + </tr> + <tr> + <td>Notebook</td> + <td>[notebook]ID[/notebook]</td> + <td><samp>ID</samp></td> + <td>Verweis auf das Notebook mit der Kennung gleich ID (die jeweilige Geräte-Modellkennung wird auf der Seite + des Gerätes selbst, unter „Modellbezeichnung“, eingepflegt)</td> + </tr> + <tr> + <td>WLAN</td> + <td>[wifi]ID[/wifi]</td> + <td><samp>ID</samp></td> + <td>Verweis auf das WLAN mit der Kennung gleich ID (die jeweilige Geräte-Modellkennung wird auf der Seite des + Gerätes selbst, unter „Modellbezeichnung“, eingepflegt)</td> + </tr> + <tr> + <td>Grafikkarte</td> + <td>[videocard]ID/videocard]</td> + <td><samp>ID</samp></td> + <td>Verweis auf die Grafikkarte mit der Kennung gleich ID (die jeweilige Geräte-Modellkennung wird auf der Seite + des Gerätes selbst, unter „Modellbezeichnung“, eingepflegt)</td> + </tr> + </tbody> + </table> + + <p> </p> + + <h2 name="compatibility">Kompatibilitätsklassen</h2> + + <h3 name="notebook-compatibility">Notebooks</h3> + <dl title="Notebook-Kompatibilität"> + <dt class="label">Klasse A (Platin)</dt> + <dd>Alle Notebook-Geräte arbeiten mit sehr guter Leistung.</dd> + <dd class="sample"><strong>Beispiel</strong>: Alle Geräte funktionieren, auch die 3D-Beschleunigung wird + unterstützt.</dd> + <dt>Klasse B (Gold)</dt> + <dd>Alle Notebook-Geräte funktionieren, jedoch nicht mit voller Leistung. </dd> + <dd class="sample"><strong>Beispiel</strong>: Alle Geräte funktionieren, aber die 3D-Beschleunigung wird nicht + unterstützt.</dd> + <dt>Klasse C (Silber)</dt> + <dd>Ein wichtiges Gerät wird nicht unterstützt.</dd> + <dd class="sample"><strong>Beispiel</strong>: Die interne WLAN-Karte funktioniert nicht. Sie benötigen eine + externe USB-Karte.</dd> + <dt>Klasse D (Bronze)</dt> + <dd>Mehr als ein Gerät wird nicht unterstützt.</dd> + <dt>Klasse E (E-Schrott)</dt> + <dd>Das Notebook kann von Freie Software nicht unterstützt werden.</dd> + </dl> + + <h3 name="printer-compatibility">Drucker</h3> + <dl title="Drucker-Kompatibilität"> + <dt>Klasse A (Vollständig)</dt> + <dd>Alle Gerätefunktionen und -merkmale werden unterstützt.</dd> + <dt>Klasse B (Teilweise)</dt> + <dd>Drucken wird unterstützt, aber möglicherweise mit eingeschränkter Geschwindigkeit oder Druckqualität; + Scannen und/oder Faxen wird (bei einigen Multifunktionsgeräten möglicherweise) nicht unterstützt</dd> + <dt>Klasse C (E-Schrott)</dt> + <dd>Der Drucker kann von Freie Software nicht unterstützt werden.</dd> + </dl> + + <h3 name="scanner-compatibility">Scanner</h3> + <dl title="Scanner-Kompatibilität"> + <dt>Klasse A (Vollständig)</dt> + <dd>Alle Gerätefunktionen und -merkmale werden unterstützt.</dd> + <dt>Klasse B (Teilweise)</dt> + <dd>Scannen unterstützt, aber möglicherweise bei eingeschränkter Geschwindigkeit oder Qualität, einige andere + Funktionen werden nicht unterstützt.</dd> + <dt>Klasse C (E-Schrott)</dt> + <dd>Der Scanner kann von Freie Software nicht unterstützt werden.</dd> + </dl> + + <p> </p> + + <h2 name="discover-hardware">Entdecken Sie Ihre Hardware</h2> + <cite>(Vielen Dank <a href="<?php echo $this->baseUrl;?>/issues/view/en/3/1/token">lluvia</a>)</cite> + + <p>Um mehr Details über Ihre Hardware zu erfahren, beachten Sie bitte folgende Punkte:</p> + <dl> + <dt>Wie man die Modellbezeichnung des Notebooks herausfindet</dt> + <dd>Siehe das Typenschild unterhalb Ihres tragbaren Klapprechners.</dd> + <dt name="model-name">Wie man den Modellnamen der Geräte herausfindet (wenn kein tragbarer Klapprechner)</dt> + <dd class="opt">Wenn das Gerät eingebaut ist (z. B. eine Grafikkarte)</dd> + <dd>Öffnen Sie ein Terminal („Eingabeaufforderung“) und geben Sie folgenden Befehl ein:</dd> + <dd><pre class="terminal">lspci -vmm</pre> + </dd> + <dd>oder</dd> + <dd><pre class="terminal">lspci -vmm > DATEINAME # Ausgabe als Datei speichern</pre> + </dd> + <!--<dd>where "filename" is the name of the file</dd>--> + <dd>Es sollten PCI-Geräte ähnlich der folgenden angezeigt werden:</dd> + <dd><pre class="terminal">Slot: 03:00.0 + Class: Network controller + Vendor: Broadcom Corporation + Device: <b>BCM4311 802.11b/g WLAN</b> + SVendor: Hewlett-Packard Company + SDevice: Device 1375 + Rev: 02 + + Slot: 07:05.0 + Class: FireWire (IEEE 1394) + Vendor: Ricoh Co Ltd + Device: <b>R5C832 IEEE 1394 Controller + </b>SVendor: Hewlett-Packard Company + SDevice: Device 30cf + Rev: 05 + ProgIf: 10</pre> + </dd> + <dd class="note"><b>Hinweis:</b> Die Gerätebezeichnung wird in der Zeile „Device“ nach dem Doppelpunkt + angegeben (siehe Text in Fettdruck).</dd> + <dd class="opt">Wenn das Gerät ein USB-Gerät ist (bspw. ein externer WLAN-Stick)</dd> + <dd>Öffnen Sie ein Terminal („Eingabeaufforderung“) und geben Sie folgenden Befehl ein:</dd> + <dd><pre class="terminal">lsusb -v</pre> + </dd> + <dd>oder</dd> + <dd><pre class="terminal">lsusb -v > DATEINAME # Ausgabe als Datei speichern</pre> + </dd> + <!-- dd>where "filename" is the name of the file.</dd --> + <dd>Es sollten USB-Geräte ähnlich der folgenden angezeigt werden:</dd> + <dd><pre class="terminal">Bus 001 Device 002: ID 0846:4260 NetGear, Inc. WG111v3 54 Mbps Wireless [realtek RTL8187B] + Device Descriptor: + bLength 18 + bDescriptorType 1 + bcdUSB 2.00 + bDeviceClass 0 (Defined at Interface level) + bDeviceSubClass 0 + bDeviceProtocol 0 + bMaxPacketSize0 64 + idVendor 0x0846 NetGear, Inc. + idProduct 0x4260 <b>WG111v3 54 Mbps Wireless [realtek RTL8187B]</b> + + bcdDevice 2.00 + iManufacturer 1 + iProduct 2 + iSerial 3 + ... + ... + + Bus 002 Device 003: ID 08ff:2580 AuthenTec, Inc. AES2501 Fingerprint Sensor + Device Descriptor: + bLength 18 + bDescriptorType 1 + bcdUSB 1.10 + bDeviceClass 255 Vendor Specific Class + bDeviceSubClass 255 Vendor Specific Subclass + bDeviceProtocol 255 Vendor Specific Protocol + bMaxPacketSize0 8 + idVendor 0x08ff AuthenTec, Inc. + idProduct 0x2580 <b>AES2501 Fingerprint Sensor</b> + bcdDevice 6.23 + iManufacturer 0 + iProduct 1 Fingerprint Sensor + iSerial 0 + bNumConfigurations 1 + ... + ...</pre> + </dd> + <dd class="note"><b>Hinweis:</b> Die Gerätebezeichnung wird in der Zeile „idProduct“ nach dem Doppelpunkt + angegeben (siehe Text in Fettdruck).</dd> + <!-- <dt>Wie man das Jahr der Vermarktung des Notebooks herausfindet</dt> + <dd>Öffnen Sie ein Terminal („Eingabeaufforderung“) und geben Sie folgenden Befehl ein:</dd> + <dd><pre class="terminal">sudo dmidecode| grep "Release Date"</pre></dd> + <dd class="sample">Es sollte ein Datum ähnlich dem <code>Release Date: 05/28/2011</code> (MM/TT/JJJJ) angezeigt werden.</dd --> + <dt>Wie man den verwendeten Betriebssystemkern („Kernel“) herausfindet</dt> + <dd>Öffnen Sie ein Terminal („Eingabeaufforderung“) und geben Sie folgenden Befehl ein:</dd> + <dd><pre class="terminal">uname -r</pre> + </dd> + <dt name="video-card">Wie man den Namen der Grafikkarte herausfindet</dt> + <dd>Öffnen Sie ein Terminal („Eingabeaufforderung“) und geben Sie folgenden Befehl ein:</dd> + <dd><pre class="terminal">sudo lspci</pre> + </dd> + <dd>Suchen Sie dann nach der Zeile mit der Zeichenfolge <strong><code>VGA</code></strong> oder + <strong><code>Display Controller</code></strong>. Alternativ können Sie auch folgenden Befehl versuchen: + </dd> + <dd><pre class="terminal">lspci | grep "Display controller"</pre> + </dd> + <dd>oder</dd> + <dd><pre class="terminal">lspci | grep "VGA"</pre> + </dd> + <dt name="vp-id">Wie man Anbieter- und Produkt-ID des Geräts herausfindet (VendorID:ProductID)</dt> + <dd><cite>(Vielen Dank an <a + href="http://trisquel.info/de/forum/h-nodecom-new-website-hardware-database#comment-5839">Michał Masłowski</a> + und <a href="http://trisquel.info/de/forum/h-nodecom-new-website-hardware-database#comment-5837">Julius22</a>) + </cite></dd> + <dd class="opt">Wenn das Gerät eingebaut ist (z. B. eine Grafikkarte)</dd> + <dd>Öffnen Sie ein Terminal („Eingabeaufforderung“) und geben Sie folgenden Befehl ein:</dd> + <dd><pre class="terminal">sudo lspci -nnk</pre> + </dd> + <dd>Es sollte eine Hardwareliste ähnlich der folgenden angezeigt werden:</dd> + <dd><pre class="terminal">03:00.0 Network controller [0280]: Broadcom Corporation BCM4311 802.11b/g WLAN [<b>14e4:4311</b>]<br>(rev 02)<br> Kernel driver in use: b43-pci-bridge<br> Kernel modules: ssb<br>05:00.0 VGA compatible controller [0300]: nVidia Corporation G86 [GeForce 8400M GS]<br>[<b>10de:0427</b>] (rev a1)<br> Kernel modules: nouveau, nvidiafb</pre> + </dd> + <dd class="note"><b>Hinweis:</b> Die Zeichenfolgen in <b>fetter Schrift</b> und in den eckigen Klammern [… + <strong>:</strong> …] sind die Daten, nach denen Sie gesucht haben. Die erste Zeichengruppe (vor dem + Doppelpunkt) ist die <b>Anbieter-ID</b>, die zweite Zeichengruppe (nach dem Doppelpunkt) die <b>Produkt-ID</b>. + Im obigen Beispiel wären Anbieter- und Produkt-ID-Code der WLAN-Karte (beachten Sie die Zeichenfolgen „Network + Controller“ und „WLAN“) <b>14e4:4311</b>, die der Grafikkarte (beachten Sie die Zeichenfolge „VGA“) + <b>10DE:0427</b>.</dd> + <dd class="opt">Wenn das Gerät ein USB-Gerät ist (bspw. ein externer USB-WLAN-Stick)</dd> + <dd>Öffnen Sie ein Terminal („Eingabeaufforderung“) und geben Sie folgenden Befehl ein:</dd> + <dd><pre class="terminal">sudo lsusb</pre> + </dd> + <dd>Es sollte eine Hardwareliste ähnlich der folgenden angezeigt werden:</dd> + <dd><pre class="terminal">Bus 001 Device 002: ID <b>0846:4260</b> NetGear, Inc. WG111v3 54 Mbps Wireless [realtek RTL8187B]<br>Bus 001 Device 001: ID <b>1d6b:0002</b> Linux Foundation 2.0 root hub<br>Bus 002 Device 003: ID <b>08ff:2580</b> AuthenTec, Inc. AES2501 Fingerprint Sensor<br></pre> + </dd> + <dd class="note"><b>Hinweis:</b> Die Zeichenfolgen in <b>fetter Schrift</b> und in den eckigen Klammern […] sind + die Daten, nach denen Sie gesucht haben. Die erste Zeichengruppe (vor dem Doppelpunkt) ist die + <b>Anbieter-ID</b>, die zweite Zeichengruppe (nach dem Doppelpunkt) die <b>Produkt-ID</b>. Im obigen Beispiel + wären Anbieter- und Produkt-ID-Code des externen USB-WLAN-Sticks (beachten Sie die Zeichenfolge „Wireless“) + <b>0846:4260</b>.</dd> + <dt name="vga">Wie man herausfindet, ob die Grafikkarte (über den VGA-Standard hinaus) funktioniert</dt> + <dd>Installieren Sie das Paket <code><a href="http://rss-glx.sourceforge.net/">rss-glx</a></code> mittels + Paketverwaltung Ihrer Distribution oder Kompilieren Sie den Quellcode und testen einige Bildschirmschoner (z. B. + <b>Skyrocket</b> oder <b>Solarwinds</b>). Überprüfen Sie, ob die Bildschirmschoner angezeigt werden können + (und/oder ruckelfrei wiedergegeben werden). + </dd> + <dt>Wie man herausfindet, ob die 3D-Beschleunigung funktioniert</dt> + <dd>Versuchen Sie, „compiz“ zu aktivieren.</dd> + <dt>Wie man den Namen Ihrer WLAN-Karte herausfindet</dt> + <dd>Öffnen Sie ein Terminal („Eingabeaufforderung“) und geben Sie folgenden Befehl ein:</dd> + <dd><pre class="terminal">sudo lspci</pre> + </dd> + <dd>Suchen Sie dann nach der Zeile mit der Zeichenfolge <b><samp>Wireless</samp></b> oder <b><samp>Network + Controller</samp></b>. Alternativ können Sie auch folgenden Befehle versuchen: + </dd> + <dd><pre class="terminal">lspci | grep "Wireless"</pre></dd> + <dd>oder</dd> + <dd><pre class="terminal">lspci | grep "Network"</pre> + </dd> + <dt>Wie man den verwendeten Druckertreiber herausfindet</dt> + <dd class="opt">Wenn Sie „cups“ verwenden</dd> + <dd>Öffnen Sie ein Terminal („Eingabeaufforderung“) und geben Sie folgenden Befehl ein:</dd> + <dd><pre class="terminal">dpkg-query -W -f '${Version}\n' cups</pre> + </dd> + <dt>Wie man die Architektur Ihres Notebooks herausfindet</dt> + <dd>Öffnen Sie ein Terminal („Eingabeaufforderung“) und geben Sie folgenden Befehl ein:</dd> + <dd><pre class="terminal">dpkg --print-architecture</pre> + </dd> + </dl> + + <p> </p> + + <h2 name="fully-free">Freie GNU/Linux-Distributionen</h2> + <!-- p class="attention"><strong>h-node</strong> ist nicht für den Inhalt anderer Websites verantwortlich oder wie aktuell + ihr Inhalt ist.</p --> + + <p>Dies sind <a href="http://www.gnu.org/gnu/linux-and-gnu.de.html">GNU/Linux</a>-Distributionen, von denen wir von einer + festgelegten Richtlinie wissen, ausschließlich Freie Software zu verwenden und anzubieten. Unfreie Anwendungen, + unfreie Programmierplattformen, unfreie Treiber oder unfreie Firmware („BLOBs“) werden, auch wenn versehentlich + enthalten, entfernt. Weitere Informationen über <a href="http://www.gnu.org/distros/free-distros.html">Freie + GNU/Linux-Distribution</a> finden Sie unter <a + href="http://www.gnu.org/distros/free-system-distribution-guidelines.html">Richtlinien für Freie + Distributionen</a>.</p> + + <p><strong>Alle Distributionen können auf der Festplatte Ihres Rechners installiert und die meisten Live ausgeführt + werden.</strong></p> + + <p>(In alphabetischer Reihenfolge)</p> + + <ul> + <li><a href="http://www.blagblagblag.org/">BLAG GNU/Linux</a></li> + <li><a href="http://dragora.usla.org.ar/wiki/doku.php">Dragora GNU/Linux</a></li> + <li><a href="http://dynebolic.org/">Dynebolic GNU/Linux</a></li> + <li><a href="http://www.gnewsense.org/">gNewSense GNU/Linux</a></li> + <li><a href="http://www.musix.org.ar/">Musix GNU+Linux</a></li> + <li><a href="https://parabolagnulinux.org/">Parabola GNU/Linux</a></li> + <li><a href="http://trisquel.info/">Trisquel GNU/Linux</a></li> + <li><a href="http://www.ututo.org/www/">Ututo GNU/Linux</a></li> + <li><a href="http://venenux.org/">Venenux GNU/Linux</a></li> + </ul> + </div> +
\ No newline at end of file diff --git a/h-source/Application/Views/Help/index_es.php b/h-source/Application/Views/Help/index_es.php index ba7b23b..e7dcede 100644 --- a/h-source/Application/Views/Help/index_es.php +++ b/h-source/Application/Views/Help/index_es.php @@ -37,414 +37,414 @@ </ul> </div> -<h2 name="wiki-syntax">Sintaxis del Wiki</h2> - -<h3>Lista de las etiquetas wiki de <?php echo Website::$generalName;?> -</h3> - -<table class="wiki"> - <thead> - <tr> - <th>nombre</th> - <th>etiqueta</th> - <th>resultado</th> - <th>descripción</th> - </tr> - </thead> - <tbody> - <tr> - <td>bold</td> - <td>[b]texto[/b]</td> - <td><b>texto</b></td> - <td>texto en negrita</td> - </tr> - <tr> - <td>italic</td> - <td>[i]texto[/i]</td> - <td><i>texto</i></td> - <td>texto en cursiva</td> - </tr> - <tr> - <td>del</td> - <td>[del]texto[/del]</td> - <td><del>texto</del></td> - <td>texto eliminado</td> - </tr> - <tr> - <td>underline</td> - <td>[u]texto[/u]</td> - <td><u>texto</u></td> - <td>texto subrayado</td> - </tr> - <tr> - <td>head 1</td> - <td>[h1]texto[/h1]</td> - <td> - <div class="div_h1"> - texto</div> - </td> - <td>encabezado 1</td> - </tr> - <tr> - <td>head 2</td> - <td>[h2]texto[/h2]</td> - <td> - <div class="div_h2"> - texto</div> - </td> - <td>encabezado 2</td> - </tr> - <tr> - <td>head 3</td> - <td>[h3]texto[/h3]</td> - <td> - <div class="div_h3"> - texto</div> - </td> - <td>encabezado 3</td> - </tr> - <tr> - <td>paragraph</td> - <td>[p]texto[/p]</td> - <td><p>texto</p> - </td> - <td>nuevo párrafo</td> - </tr> - <tr> - <td>list item</td> - <td>[*]objeto[/*]</td> - <td><ul> - <li>objeto</li> - </ul> - </td> - <td>agrega un objeto a la lista</td> - </tr> - <tr> - <td>lista </td> - <td><ul style="list-style-type:none;"> - <li>[list]</li> - <li><ul style="list-style-type:none;"> - <li>[*]first item[/*]</li> - <li>[*]second item[/*]</li> - </ul> - </li> - <li>[/list]</li> - </ul> - </td> - <td><ul> - <li>first item</li> - <li>second item</li> - </ul> - </td> - <td>hace una lista de objetos</td> - </tr> - <tr> - <td>numbered list</td> - <td><ul style="list-style-type:none;"> - <li>[enum]</li> - <li><ul style="list-style-type:none;"> - <li>[*]first item[/*]</li> - <li>[*]second item[/*]</li> - </ul> - </li> - <li>[/enum]</li> - </ul> - </td> - <td><ol> - <li>first item</li> - <li>second item</li> - </ol> - </td> - <td>hace una lista numerada de objetos</td> - </tr> - <tr> - <td>code</td> - <td>[code]código[/code]</td> - <td><pre class="code_pre">código</pre> - </td> - <td>agrega código</td> - </tr> - <!-- - <tr> - <td>simple link</td> - <td>[a]url[/a]</td> - <td><a href="url">url</a></td> - <td>enlace simple</td> - </tr> - --> - <tr> - <td>link with text</td> - <td>[a]url|text[/a]</td> - <td><a href="url">text</a></td> - <td>enlace con texto</td> - </tr> - <tr> - <td>notebook</td> - <td>[notebook]1234:5678[/notebook]</td> - <td>1234:5678</td> - <td>enlace a la laptop con el identificador id (el identificador de cada modelo de dispositivo esta escrito en la - página del dispositivo mismo, seguido del nombre del modelo)</td> - </tr> - <tr> - <td>wifi</td> - <td>[wifi]1234:5678[/wifi]</td> - <td>1234:5678</td> - <td>enlace al wifi con el identificador id (el identificador de cada modelo de dispositivo esta escrito en la - página del dispositivo mismo, seguido del nombre del modelo)</td> - </tr> - <tr> - <td>videocard</td> - <td>[videocard]1234:5678/videocard]</td> - <td>1234:5678</td> - <td>enlace a la tarjeta de video con el identificador id (el identificador de cada modelo de dispositivo esta - escrito en la página del dispositivo mismo, seguido del nombre del modelo)</td> - </tr> - </tbody> -</table> - -<p></p> - -<h2 name="compatibility">Clases de Compatibilidad</h2> - -<h3 name="notebook-compatibility">Laptops</h3> -<dl> - <dt>Clase A (Platino)</dt> - <dd>Todos los dispositivos funcionan con un buen desempeño. </dd> - <dd class="example">Ejemplo: todos los dispositivos funcionan, la aceleración 3D esta soportada</dd> - <dt>Clase B (Oro)</dt> - <dd>Todos los dispositivos funcionan pero no a su rendimiento completo. </dd> - <dd class="example">Un ejemplo típico es: todos los dispositivos funcionan, pero la aceleración 3D no esta - soportada</dd> - <dt>Clase C (Plata)</dt> - <dd>Un dispositivo principal no esta soportado. </dd> - <dd class="example">Ejemplo: la tarjeta inalámbrica interna no funciona. Necesita una tarjeta USB externa</dd> - <dt>Clase D (Bronce)</dt> - <dd>Más de un dispositivo no esta soportado</dd> - <dt>Clase E (Basura)</dt> - <dd>El equipo no funciona con software libre</dd> -</dl> - -<h3 name="printer-compatibility">Impresoras</h3> -<dl> - <dt>Clase A (Completo)</dt> - <dd>Todos los dispositivos funcionan y las características soportadas</dd> - <dt>Clase B (Parcial)</dt> - <dd>La impresión esta soportada pero a velocidad o calidad limitada; escaneo y/o envío por fax en algunos - dispositivos multifuncionales pueden no estar soportados</dd> - <dt>Clase C (Ninguno)</dt> - <dd>La impresora no funciona con software libre</dd> -</dl> - -<h3 name="scanner-compatibility">Scanners</h3> -<dl> - <dt>Class A (Full)</dt> - <dd>All device functions and features are supported</dd> - <dt>Class B (Partial)</dt> - <dd>Scanning supported but possibly at limited speed or quality; some other features may not be supported</dd> - <dt>Class C (None)</dt> - <dd>The scanner does not work with free software</dd> -</dl> - -<p> </p> - -<h2 name="discover-hardware">Descubra su hardware</h2> -<cite>(Gracias <a href="<?php echo $this->baseUrl;?>/issues/view/en/3/1/token">lluvia</a>)</cite> - -<p>En orden de conocer los detalles de su hardware puede seguir las siguientes acciones:</p> -<dl> - <dt>Como descubrir el modelo de su laptop</dt> - <dd>Vea debajo de su laptop o netbook</dd> - <dt name="model-name" id="model-name">How to discover the model name of your device (if it is not a notebook)</dt> - <dd class="opt">If the device is integrated (example: a video card)</dd> - <dd>Open a terminal and type the following command:</dd> - <dd><pre class="terminal">lspci -vmm</pre> - </dd> - <dd>You will obtain the list of your PCI devices, similar to the one written below</dd> - <dd><pre class="terminal">Slot:03:00.0 -Class:Network controller -Vendor:Broadcom Corporation -Device:<b>BCM4311 802.11b/g WLAN</b> - -SVendor:Hewlett-Packard Company -SDevice:Device 1375 -Rev:02 - -Slot:07:05.0 -Class:FireWire (IEEE 1394) -Vendor:Ricoh Co Ltd -Device:<b>R5C832 IEEE 1394 Controller</b> -SVendor:Hewlett-Packard Company -SDevice:Device 30cf -Rev:05 -ProgIf:10</pre> - </dd> - <dd>The name of each device is written at the "Device" row, after the colon (see the text in bold in the above - list)</dd> - <dd>You can also write the output of the lspci command to a file by typing:</dd> - <dd><pre class="terminal">lspci -vmm > filename</pre> - </dd> - <dd>where "filename" is the name of the file</dd> - <dd class="opt">If the device is an USB device (example: an external USB wifi card)</dd> - <dd>Open a terminal and type the following command:</dd> - <dd><pre class="terminal">lsusb -v</pre> - </dd> - <dd>or</dd> - <dd><pre class="terminal">lsusb -v > filename # write the output to a file</pre> - </dd> - <!-- dd>where "filename" is the name of the file</dd --> - <dd>You will obtain the list of your USB devices, similar to the one written below</dd> - <dd><pre class="terminal">Bus 001 Device 002: ID 0846:4260 NetGear, Inc. WG111v3 54 Mbps Wireless [realtek RTL8187B] -Device Descriptor: -bLength 18 -bDescriptorType 1 -bcdUSB 2.00 -bDeviceClass 0 (Defined at Interface level) -bDeviceSubClass 0 -bDeviceProtocol 0 -bMaxPacketSize0 64 -idVendor 0x0846 NetGear, Inc. -idProduct 0x4260 <b>WG111v3 54 Mbps Wireless [realtek RTL8187B]</b> -bcdDevice 2.00 -iManufacturer 1 -iProduct 2 -iSerial 3 - ... - ... - -Bus 002 Device 003: ID 08ff:2580 AuthenTec, Inc. AES2501 Fingerprint Sensor -Device Descriptor: -bLength 18 -bDescriptorType 1 -bcdUSB 1.10 -bDeviceClass 255 Vendor Specific Class -bDeviceSubClass 255 Vendor Specific Subclass -bDeviceProtocol 255 Vendor Specific Protocol -bMaxPacketSize0 8 -idVendor 0x08ff AuthenTec, Inc. -idProduct 0x2580 <b>AES2501 Fingerprint Sensor</b> -bcdDevice 6.23 -iManufacturer 0 -iProduct 1 Fingerprint Sensor -iSerial 0 -bNumConfigurations 1 - ... - ...</pre> - </dd> - <dd>The name of each device is written at the row starting with "idProduct" (see the text in bold in the above - list)</dd> - <dt>How to discover the year of commercialization of your notebook</dt> - <dd>Open a terminal and type the following command:</dd> - <dd><pre class="terminal">sudo dmidecode| grep "Release Date"</pre> - </dd> - <dt>Como descubrir la versión de kernel que esta usando</dt> - <dd>Abra una terminal y escriba la siguiente orden:</dd> - <dd><pre class="terminal">uname -r</pre> - </dd> - <dt>Como descubrir el nombre de su tarjeta de video</dt> - <dd>Abra una terminal y escriba la siguiente orden:</dd> - </dd> - <dd><pre class="terminal">sudo lspci</pre> - </dd> - <dd>Después busque por la linea que contenga la cadena VGA o Display controller. También puede usar uno de las - siguientes ordenes:</dd> - <dd><pre class="terminal">lspci | grep "Display controller"</pre> - </dd> - <dd>o</dd> - <dd><pre class="terminal">lspci | grep "VGA"</pre> - </dd> - <dt name="vendoridproductid">Como descubrir el ID del vendedor y el ID del producto de su dispositivo (código - VendorID:ProductID)</dt> - <dd><cite>(Gracias <a - href="http://trisquel.info/es/forum/h-nodecom-new-website-hardware-database#comment-5839">Michał Masłowski</a> - y <a - href="http://trisquel.info/es/forum/h-nodecom-new-website-hardware-database#comment-5837">Julius22</a>)</cite> - </dd> - <dd class="opt">Si el dispositivo es integrado (ejemplo: una tarjeta de video)</dd> - <dd>Abra una terminal y escriba la siguiente orden:</dd> - <dd><pre class="terminal">sudo lspci -nnk</pre> - </dd> - <dd>Debe de obtener una lista de hardware similar a la escriba debajo</dd> - <dd><pre class="terminal">03:00.0 Network controller [0280]: Broadcom Corporation BCM4311 802.11b/g WLAN [<b>14e4:4311</b>] (rev 02) -Kernel driver in use: b43-pci-bridge -Kernel modules: ssb -05:00.0 VGA compatible controller [0300]: nVidia Corporation G86 [GeForce 8400M GS] [<b>10de:0427</b>] (rev a1) -Kernel modules: nouveau, nvidiafb</pre> - </dd> - <dd>Las cadenas en <b>negritas</b> y colocadas en los corchetes (en la lista superior) son los códigos que esta - buscando. El primer grupo de dígitos (antes de los dos puntos) son el <b>VendorID</b>, el segundo grupo de - dígitos son el <b>ProductID</b>. En el ejemplo superior: el código VendorID:ProductID de la tarjeta - inalámbrica (note las cadenas "Network controller" y "WLAN") es <b>14e4:4311</b> mientras el código - VendorID:ProductID de la tarjeta de video (note la cadena "VGA") es <b>10de:0427</b></dd> - <dd class="opt">Si el dispositivo es un dispositivo USB (ejemplo: una tarjeta USB externa)</dd> - <dd>Abra una terminal y escriba la siguiente orden:</dd> - <dd><pre class="terminal">sudo lsusb</pre> - </dd> - <dd>Debe de obtener una lista de hardware similar a la descrita a continuación</dd> - <dd><pre class="terminal">Bus 001 Device 002: ID <b>0846:4260</b> NetGear, Inc. WG111v3 54 Mbps Wireless [realtek RTL8187B] -Bus 001 Device 001: ID <b>1d6b:0002</b> Linux Foundation 2.0 root hub -Bus 002 Device 003: ID <b>08ff:2580</b> AuthenTec, Inc. AES2501 Fingerprint Sensor</pre> - </dd> - <dd>Las cadenas en <b>negritas</b> (en la lista superior) son el código que busca. El primer grupo de dígitos - (antes de los dos puntos) son el <b>VendorID</b>, el segundo grupo de dígitos son el <b>ProductID</b>. En el - ejemplo superior: el código VendorID:ProductID de la tarjeta inalámbrica USB externa (note la cadena - "Wireless") es <b>0846:4260</b></dd> - <dt>Como descubrir si la tarjeta de video funciona</dt> - <dd>Instale <code><a href="http://rss-glx.sourceforge.net/">rss-glx</a></code> por lo medios del administrador - de paquetes de su distribución o por medio de compilar el código fuente y pruebe algunos protectores de - pantalla (por ejemplo <b>Skyrocket</b> o <b>Solarwinds</b>). Revise si puede ejecutar el protector de pantalla - (y/o si puede mostrarlo suavemente) - </dd> - <dt>Como descubrir si la aceleración 3D funciona</dt> - <dd>Intente activar compiz</dd> - <dt>Como descubrir el nombre de su tarjeta de inalámbrica</dt> - <dd>Abra una terminal y escriba la siguiente orden:</dd> - <dd><pre class="terminal">sudo lspci</pre> - </dd> - <dd>Después busque por la linea que contenga la cadena <samp><b>Wireless</b></samp> o <samp><b>Network - controller</b></samp>. También puede intentar una de las siguientes ordenes</dd> - <dd><pre class="terminal">lspci | grep "Wireless"</pre> - </dd> - <dd>o</dd> - <dd><pre class="terminal">lspci | grep "Network"</pre> - </dd> - <dt>Como descubrir el driver de la impresora que esta usando</dt> - <dd class="opt">If you are using cups</dd> - <dd>Abra una terminal y escriba la orden siguiente:</dd> - <dd><pre class="terminal">dpkg-query -W -f '${Version}\n' cups</pre> - </dd> - <dt>How to discover the architecture of your notebook</dt> - <dd>Open a terminal and type the following command:</dd> - <dd><pre class="terminal">dpkg --print-architecture</pre> - </dd> -</dl> - -<p> </p> - -<h2 name="fully-free">Lista de las distribuciones GNU/Linux completamente libres</h2> -<!-- p class="attention">La h-node no se responsabiliza del contenido deotros sitios web, ni de que sus contenidos -estén actualizados.</p --> - -<p>Estas son las distribuciones <a href="http://www.gnu.org/gnu/linux-and-gnu.es,html">GNU/Linux</a> de las que sabemos -que tienen una política en la que se comprometen a incluir y ofrecer sólo software libre. Estas distribuciones -rechazan las aplicaciones, las plataformas de programación, los controladores y el firmware que no son libres. Si por -error incluyen alguno, lo eliminan. Si desea conocer más acerca qué hace a una <a -href="http://www.gnu.org/distros/free-distros.es.html">distribución de GNU/Linux libre</a>, por favor vea GNU <a -href="http://www.gnu.org/distros/free-system-distribution-guidelines.es.html">guía para distribuciones libres</a>.</p> - -<p><strong>Todas las distribuciones que aparecen a continuación se pueden instalar en el disco duro y muchas funcionan -sin instalación.</strong></p> - -<p>(En orden alfabético)</p> - -<ul> - <li><a href="http://www.blagblagblag.org/">BLAG GNU/Linux</a></li> - <li><a href="http://dragora.usla.org.ar/wiki/doku.php">Dragora GNU/Linux</a></li> - <li><a href="http://dynebolic.org/">Dynebolic GNU/Linux</a></li> - <li><a href="http://www.gnewsense.org/">gNewSense GNU/Linux</a></li> - <li><a href="http://www.musix.org.ar/">Musix GNU+Linux</a></li> - <li><a href="https://parabolagnulinux.org/">Parabola GNU/Linux</a></li> - <li><a href="http://trisquel.info/">Trisquel GNU/Linux</a></li> - <li><a href="http://www.ututo.org/www/">Ututo GNU/Linux</a></li> - <li><a href="http://venenux.org/">Venenux GNU/Linux</a></li> -</ul> -</div> + <h2 name="wiki-syntax">Sintaxis del Wiki</h2> + + <h3>Lista de las etiquetas wiki de <?php echo Website::$generalName;?> + </h3> + + <table class="wiki"> + <thead> + <tr> + <th>nombre</th> + <th>etiqueta</th> + <th>resultado</th> + <th>descripción</th> + </tr> + </thead> + <tbody> + <tr> + <td>bold</td> + <td>[b]texto[/b]</td> + <td><b>texto</b></td> + <td>texto en negrita</td> + </tr> + <tr> + <td>italic</td> + <td>[i]texto[/i]</td> + <td><i>texto</i></td> + <td>texto en cursiva</td> + </tr> + <tr> + <td>del</td> + <td>[del]texto[/del]</td> + <td><del>texto</del></td> + <td>texto eliminado</td> + </tr> + <tr> + <td>underline</td> + <td>[u]texto[/u]</td> + <td><u>texto</u></td> + <td>texto subrayado</td> + </tr> + <tr> + <td>head 1</td> + <td>[h1]texto[/h1]</td> + <td> + <div class="div_h1"> + texto</div> + </td> + <td>encabezado 1</td> + </tr> + <tr> + <td>head 2</td> + <td>[h2]texto[/h2]</td> + <td> + <div class="div_h2"> + texto</div> + </td> + <td>encabezado 2</td> + </tr> + <tr> + <td>head 3</td> + <td>[h3]texto[/h3]</td> + <td> + <div class="div_h3"> + texto</div> + </td> + <td>encabezado 3</td> + </tr> + <tr> + <td>paragraph</td> + <td>[p]texto[/p]</td> + <td><p>texto</p> + </td> + <td>nuevo párrafo</td> + </tr> + <tr> + <td>list item</td> + <td>[*]objeto[/*]</td> + <td><ul> + <li>objeto</li> + </ul> + </td> + <td>agrega un objeto a la lista</td> + </tr> + <tr> + <td>lista </td> + <td><ul style="list-style-type:none;"> + <li>[list]</li> + <li><ul style="list-style-type:none;"> + <li>[*]first item[/*]</li> + <li>[*]second item[/*]</li> + </ul> + </li> + <li>[/list]</li> + </ul> + </td> + <td><ul> + <li>first item</li> + <li>second item</li> + </ul> + </td> + <td>hace una lista de objetos</td> + </tr> + <tr> + <td>numbered list</td> + <td><ul style="list-style-type:none;"> + <li>[enum]</li> + <li><ul style="list-style-type:none;"> + <li>[*]first item[/*]</li> + <li>[*]second item[/*]</li> + </ul> + </li> + <li>[/enum]</li> + </ul> + </td> + <td><ol> + <li>first item</li> + <li>second item</li> + </ol> + </td> + <td>hace una lista numerada de objetos</td> + </tr> + <tr> + <td>code</td> + <td>[code]código[/code]</td> + <td><pre class="code_pre">código</pre> + </td> + <td>agrega código</td> + </tr> + <!-- + <tr> + <td>simple link</td> + <td>[a]url[/a]</td> + <td><a href="url">url</a></td> + <td>enlace simple</td> + </tr> + --> + <tr> + <td>link with text</td> + <td>[a]url|text[/a]</td> + <td><a href="url">text</a></td> + <td>enlace con texto</td> + </tr> + <tr> + <td>notebook</td> + <td>[notebook]1234:5678[/notebook]</td> + <td>1234:5678</td> + <td>enlace a la laptop con el identificador id (el identificador de cada modelo de dispositivo esta escrito en la + página del dispositivo mismo, seguido del nombre del modelo)</td> + </tr> + <tr> + <td>wifi</td> + <td>[wifi]1234:5678[/wifi]</td> + <td>1234:5678</td> + <td>enlace al wifi con el identificador id (el identificador de cada modelo de dispositivo esta escrito en la + página del dispositivo mismo, seguido del nombre del modelo)</td> + </tr> + <tr> + <td>videocard</td> + <td>[videocard]1234:5678/videocard]</td> + <td>1234:5678</td> + <td>enlace a la tarjeta de video con el identificador id (el identificador de cada modelo de dispositivo esta + escrito en la página del dispositivo mismo, seguido del nombre del modelo)</td> + </tr> + </tbody> + </table> + + <p></p> + + <h2 name="compatibility">Clases de Compatibilidad</h2> + + <h3 name="notebook-compatibility">Laptops</h3> + <dl> + <dt>Clase A (Platino)</dt> + <dd>Todos los dispositivos funcionan con un buen desempeño. </dd> + <dd class="example">Ejemplo: todos los dispositivos funcionan, la aceleración 3D esta soportada</dd> + <dt>Clase B (Oro)</dt> + <dd>Todos los dispositivos funcionan pero no a su rendimiento completo. </dd> + <dd class="example">Un ejemplo típico es: todos los dispositivos funcionan, pero la aceleración 3D no esta + soportada</dd> + <dt>Clase C (Plata)</dt> + <dd>Un dispositivo principal no esta soportado. </dd> + <dd class="example">Ejemplo: la tarjeta inalámbrica interna no funciona. Necesita una tarjeta USB externa</dd> + <dt>Clase D (Bronce)</dt> + <dd>Más de un dispositivo no esta soportado</dd> + <dt>Clase E (Basura)</dt> + <dd>El equipo no funciona con software libre</dd> + </dl> + + <h3 name="printer-compatibility">Impresoras</h3> + <dl> + <dt>Clase A (Completo)</dt> + <dd>Todos los dispositivos funcionan y las características soportadas</dd> + <dt>Clase B (Parcial)</dt> + <dd>La impresión esta soportada pero a velocidad o calidad limitada; escaneo y/o envío por fax en algunos + dispositivos multifuncionales pueden no estar soportados</dd> + <dt>Clase C (Ninguno)</dt> + <dd>La impresora no funciona con software libre</dd> + </dl> + + <h3 name="scanner-compatibility">Scanners</h3> + <dl> + <dt>Class A (Full)</dt> + <dd>All device functions and features are supported</dd> + <dt>Class B (Partial)</dt> + <dd>Scanning supported but possibly at limited speed or quality; some other features may not be supported</dd> + <dt>Class C (None)</dt> + <dd>The scanner does not work with free software</dd> + </dl> + + <p> </p> + + <h2 name="discover-hardware">Descubra su hardware</h2> + <cite>(Gracias <a href="<?php echo $this->baseUrl;?>/issues/view/en/3/1/token">lluvia</a>)</cite> + + <p>En orden de conocer los detalles de su hardware puede seguir las siguientes acciones:</p> + <dl> + <dt>Como descubrir el modelo de su laptop</dt> + <dd>Vea debajo de su laptop o netbook</dd> + <dt name="model-name" id="model-name">How to discover the model name of your device (if it is not a notebook)</dt> + <dd class="opt">If the device is integrated (example: a video card)</dd> + <dd>Open a terminal and type the following command:</dd> + <dd><pre class="terminal">lspci -vmm</pre> + </dd> + <dd>or</dd> + <dd><pre class="terminal">lspci -vmm > FILENAME # output to a file</pre> + </dd> + <!-- dd>where "filename" is the name of the file</dd --> + <dd>You will obtain the list of your PCI devices, similar to the one written below</dd> + <dd><pre class="terminal">Slot:03:00.0 + Class:Network controller + Vendor:Broadcom Corporation + Device:<b>BCM4311 802.11b/g WLAN</b> + + SVendor:Hewlett-Packard Company + SDevice:Device 1375 + Rev:02 + + Slot:07:05.0 + Class:FireWire (IEEE 1394) + Vendor:Ricoh Co Ltd + Device:<b>R5C832 IEEE 1394 Controller</b> + SVendor:Hewlett-Packard Company + SDevice:Device 30cf + Rev:05 + ProgIf:10</pre> + </dd> + <dd>The name of each device is written at the "Device" row, after the colon (see the text in bold in the above + list)</dd> + <dd class="opt">If the device is an USB device (example: an external USB wifi card)</dd> + <dd>Open a terminal and type the following command:</dd> + <dd><pre class="terminal">lsusb -v</pre> + </dd> + <dd>or</dd> + <dd><pre class="terminal">lsusb -v > filename # write the output to a file</pre> + </dd> + <!-- dd>where "filename" is the name of the file</dd --> + <dd>You will obtain the list of your USB devices, similar to the one written below</dd> + <dd><pre class="terminal">Bus 001 Device 002: ID 0846:4260 NetGear, Inc. WG111v3 54 Mbps Wireless [realtek RTL8187B] + Device Descriptor: + bLength 18 + bDescriptorType 1 + bcdUSB 2.00 + bDeviceClass 0 (Defined at Interface level) + bDeviceSubClass 0 + bDeviceProtocol 0 + bMaxPacketSize0 64 + idVendor 0x0846 NetGear, Inc. + idProduct 0x4260 <b>WG111v3 54 Mbps Wireless [realtek RTL8187B]</b> + bcdDevice 2.00 + iManufacturer 1 + iProduct 2 + iSerial 3 + ... + ... + + Bus 002 Device 003: ID 08ff:2580 AuthenTec, Inc. AES2501 Fingerprint Sensor + Device Descriptor: + bLength 18 + bDescriptorType 1 + bcdUSB 1.10 + bDeviceClass 255 Vendor Specific Class + bDeviceSubClass 255 Vendor Specific Subclass + bDeviceProtocol 255 Vendor Specific Protocol + bMaxPacketSize0 8 + idVendor 0x08ff AuthenTec, Inc. + idProduct 0x2580 <b>AES2501 Fingerprint Sensor</b> + bcdDevice 6.23 + iManufacturer 0 + iProduct 1 Fingerprint Sensor + iSerial 0 + bNumConfigurations 1 + ... + ...</pre> + </dd> + <dd>The name of each device is written at the row starting with "idProduct" (see the text in bold in the above + list)</dd> + <dt>How to discover the year of commercialization of your notebook</dt> + <dd>Open a terminal and type the following command:</dd> + <dd><pre class="terminal">sudo dmidecode| grep "Release Date"</pre> + </dd> + <dt>Como descubrir la versión de kernel que esta usando</dt> + <dd>Abra una terminal y escriba la siguiente orden:</dd> + <dd><pre class="terminal">uname -r</pre> + </dd> + <dt>Como descubrir el nombre de su tarjeta de video</dt> + <dd>Abra una terminal y escriba la siguiente orden:</dd> + <dd><pre class="terminal">sudo lspci</pre> + </dd> + <dd>Después busque por la linea que contenga la cadena VGA o Display controller. También puede usar uno de las + siguientes ordenes:</dd> + <dd><pre class="terminal">lspci | grep "Display controller"</pre> + </dd> + <dd>o</dd> + <dd><pre class="terminal">lspci | grep "VGA"</pre> + </dd> + <dt name="vendoridproductid">Como descubrir el ID del vendedor y el ID del producto de su dispositivo (código + VendorID:ProductID)</dt> + <dd><cite>(Gracias <a + href="http://trisquel.info/es/forum/h-nodecom-new-website-hardware-database#comment-5839">Michał Masłowski</a> + y <a + href="http://trisquel.info/es/forum/h-nodecom-new-website-hardware-database#comment-5837">Julius22</a>)</cite> + </dd> + <dd class="opt">Si el dispositivo es integrado (ejemplo: una tarjeta de video)</dd> + <dd>Abra una terminal y escriba la siguiente orden:</dd> + <dd><pre class="terminal">sudo lspci -nnk</pre> + </dd> + <dd>Debe de obtener una lista de hardware similar a la escriba debajo</dd> + <dd><pre class="terminal">03:00.0 Network controller [0280]: Broadcom Corporation BCM4311 802.11b/g WLAN [<b>14e4:4311</b>] (rev 02) + Kernel driver in use: b43-pci-bridge + Kernel modules: ssb + 05:00.0 VGA compatible controller [0300]: nVidia Corporation G86 [GeForce 8400M GS] [<b>10de:0427</b>] (rev a1) + Kernel modules: nouveau, nvidiafb</pre> + </dd> + <dd>Las cadenas en <b>negritas</b> y colocadas en los corchetes (en la lista superior) son los códigos que esta + buscando. El primer grupo de dígitos (antes de los dos puntos) son el <b>VendorID</b>, el segundo grupo de + dígitos son el <b>ProductID</b>. En el ejemplo superior: el código VendorID:ProductID de la tarjeta + inalámbrica (note las cadenas "Network controller" y "WLAN") es <b>14e4:4311</b> mientras el código + VendorID:ProductID de la tarjeta de video (note la cadena "VGA") es <b>10de:0427</b></dd> + <dd class="opt">Si el dispositivo es un dispositivo USB (ejemplo: una tarjeta USB externa)</dd> + <dd>Abra una terminal y escriba la siguiente orden:</dd> + <dd><pre class="terminal">sudo lsusb</pre> + </dd> + <dd>Debe de obtener una lista de hardware similar a la descrita a continuación</dd> + <dd><pre class="terminal">Bus 001 Device 002: ID <b>0846:4260</b> NetGear, Inc. WG111v3 54 Mbps Wireless [realtek RTL8187B] + Bus 001 Device 001: ID <b>1d6b:0002</b> Linux Foundation 2.0 root hub + Bus 002 Device 003: ID <b>08ff:2580</b> AuthenTec, Inc. AES2501 Fingerprint Sensor</pre> + </dd> + <dd>Las cadenas en <b>negritas</b> (en la lista superior) son el código que busca. El primer grupo de dígitos + (antes de los dos puntos) son el <b>VendorID</b>, el segundo grupo de dígitos son el <b>ProductID</b>. En el + ejemplo superior: el código VendorID:ProductID de la tarjeta inalámbrica USB externa (note la cadena + "Wireless") es <b>0846:4260</b></dd> + <dt>Como descubrir si la tarjeta de video funciona</dt> + <dd>Instale <code><a href="http://rss-glx.sourceforge.net/">rss-glx</a></code> por lo medios del administrador + de paquetes de su distribución o por medio de compilar el código fuente y pruebe algunos protectores de + pantalla (por ejemplo <b>Skyrocket</b> o <b>Solarwinds</b>). Revise si puede ejecutar el protector de pantalla + (y/o si puede mostrarlo suavemente) + </dd> + <dt>Como descubrir si la aceleración 3D funciona</dt> + <dd>Intente activar compiz</dd> + <dt>Como descubrir el nombre de su tarjeta de inalámbrica</dt> + <dd>Abra una terminal y escriba la siguiente orden:</dd> + <dd><pre class="terminal">sudo lspci</pre> + </dd> + <dd>Después busque por la linea que contenga la cadena <samp><b>Wireless</b></samp> o <samp><b>Network + controller</b></samp>. También puede intentar una de las siguientes ordenes</dd> + <dd><pre class="terminal">lspci | grep "Wireless"</pre> + </dd> + <dd>o</dd> + <dd><pre class="terminal">lspci | grep "Network"</pre> + </dd> + <dt>Como descubrir el driver de la impresora que esta usando</dt> + <dd class="opt">If you are using cups</dd> + <dd>Abra una terminal y escriba la orden siguiente:</dd> + <dd><pre class="terminal">dpkg-query -W -f '${Version}\n' cups</pre> + </dd> + <dt>How to discover the architecture of your notebook</dt> + <dd>Open a terminal and type the following command:</dd> + <dd><pre class="terminal">dpkg --print-architecture</pre> + </dd> + </dl> + + <p> </p> + + <h2 name="fully-free">Lista de las distribuciones GNU/Linux completamente libres</h2> + <!-- p class="attention">La h-node no se responsabiliza del contenido deotros sitios web, ni de que sus contenidos + estén actualizados.</p --> + + <p>Estas son las distribuciones <a href="http://www.gnu.org/gnu/linux-and-gnu.es,html">GNU/Linux</a> de las que sabemos + que tienen una política en la que se comprometen a incluir y ofrecer sólo software libre. Estas distribuciones + rechazan las aplicaciones, las plataformas de programación, los controladores y el firmware que no son libres. Si por + error incluyen alguno, lo eliminan. Si desea conocer más acerca qué hace a una <a + href="http://www.gnu.org/distros/free-distros.es.html">distribución de GNU/Linux libre</a>, por favor vea GNU <a + href="http://www.gnu.org/distros/free-system-distribution-guidelines.es.html">guía para distribuciones libres</a>.</p> + + <p><strong>Todas las distribuciones que aparecen a continuación se pueden instalar en el disco duro y muchas funcionan + sin instalación.</strong></p> + + <p>(En orden alfabético)</p> + + <ul> + <li><a href="http://www.blagblagblag.org/">BLAG GNU/Linux</a></li> + <li><a href="http://dragora.usla.org.ar/wiki/doku.php">Dragora GNU/Linux</a></li> + <li><a href="http://dynebolic.org/">Dynebolic GNU/Linux</a></li> + <li><a href="http://www.gnewsense.org/">gNewSense GNU/Linux</a></li> + <li><a href="http://www.musix.org.ar/">Musix GNU+Linux</a></li> + <li><a href="https://parabolagnulinux.org/">Parabola GNU/Linux</a></li> + <li><a href="http://trisquel.info/">Trisquel GNU/Linux</a></li> + <li><a href="http://www.ututo.org/www/">Ututo GNU/Linux</a></li> + <li><a href="http://venenux.org/">Venenux GNU/Linux</a></li> + </ul> + </div> +
\ No newline at end of file diff --git a/h-source/Application/Views/Help/index_fr.php b/h-source/Application/Views/Help/index_fr.php index a4b5441..b48438e 100644 --- a/h-source/Application/Views/Help/index_fr.php +++ b/h-source/Application/Views/Help/index_fr.php @@ -37,404 +37,405 @@ </ul> </div> -<h2 name="wiki-syntax">Syntaxe Wiki</h2> - -<h3>Liste des tags Wiki sur <?php echo Website::$generalName;?> -</h3> - -<table class="help_wiki_table" width="100%" border="1"> - <thead> - <tr> - <th>name</th> - <th>tag</th> - <th>result</th> - <th width="40%">description</th> - </tr> - </thead> - <tbody> - <tr> - <td>bold</td> - <td>[b]text[/b]</td> - <td><b>text</b></td> - <td>text bold</td> - </tr> - <tr> - <td>italic</td> - <td>[i]text[/i]</td> - <td><i>text</i></td> - <td>text italic</td> - </tr> - <tr> - <td>del</td> - <td>[del]text[/del]</td> - <td><del>text</del></td> - <td>text deleted</td> - </tr> - <tr> - <td>underline</td> - <td>[u]text[/u]</td> - <td><u>text</u></td> - <td>text underlined</td> - </tr> - <tr> - <td>head 1</td> - <td>[h1]text[/h1]</td> - <td> - <div class="div_h1"> - text</div> - </td> - <td>head 1</td> - </tr> - <tr> - <td>head 2</td> - <td>[h2]text[/h2]</td> - <td> - <div class="div_h2"> - text</div> - </td> - <td>head 2</td> - </tr> - <tr> - <td>head 3</td> - <td>[h3]text[/h3]</td> - <td> - <div class="div_h3"> - text</div> - </td> - <td>head 3</td> - </tr> - <tr> - <td>paragraph</td> - <td>[p]text[/p]</td> - <td><p>text</p> - </td> - <td>new paragraph</td> - </tr> - <tr> - <td>list item</td> - <td>[*]item[/*]</td> - <td><ul> - <li>item</li> - </ul> - </td> - <td>ad an item to a list</td> - </tr> - <tr> - <td>List </td> - <td><ul style="list-style-type:none;"> - <li>[list]</li> - <li><ul style="list-style-type:none;"> - <li>[*]first item[/*]</li> - <li>[*]second item[/*]</li> - </ul> - </li> - <li>[/list]</li> - </ul> - </td> - <td><ul> - <li>first item</li> - <li>second item</li> - </ul> - </td> - <td>make a list of items</td> - </tr> - <tr> - <td>Numbered list </td> - <td><ul style="list-style-type:none;"> - <li>[enum]</li> - <li><ul style="list-style-type:none;"> - <li>[*]first item[/*]</li> - <li>[*]second item[/*]</li> - </ul> - </li> - <li>[/enum]</li> - </ul> - </td> - <td><ol> - <li>first item</li> - <li>second item</li> - </ol> - </td> - <td>make a numbered list of items</td> - </tr> - <tr> - <td>code</td> - <td>[code]some code[/code]</td> - <td><pre class="code_pre">some code</pre> - </td> - <td>ad some code</td> - </tr> - <tr> - <td>simple link</td> - <td>[a]url[/a]</td> - <td><a href="url">url</a></td> - <td>simple link</td> - </tr> - <tr> - <td>link with text</td> - <td>[a]url|text[/a]</td> - <td><a href="url">text</a></td> - <td>link with text</td> - </tr> - <tr> - <td>notebook</td> - <td>[notebook]id[/notebook]</td> - <td> </td> - <td>link to the notebook with the identifier equal to id (the identifier of each device model is written in the - page of the device itself, next to the model name)</td> - </tr> - <tr> - <td>wifi</td> - <td>[wifi]id[/wifi]</td> - <td> </td> - <td>link to the wifi with the identifier equal to id (the identifier of each device model is written in the page - of the device itself, next to the model name)</td> - </tr> - <tr> - <td>videocard</td> - <td>[videocard]id[/videocard]</td> - <td> </td> - <td>link to the videocard with the identifier equal to id (the identifier of each device model is written in the - page of the device itself, next to the model name)</td> - </tr> - </tbody> -</table> - -<p> </p> - -<h2><a name="compatibility">Niveau de compatibilitée</a> </h2> - -<h3><a name="notebook-compatibility2" id="notebook-compatibility2">Notebooks</a> </h3> -<dl> - <dt>Classe A (Platinium)</dt> - <dd>Tout le matériel du notebook fonctionne avec du logiciel libre. </dd> - <dd class="example">Exemple : la 3D fonctionne, le son et la wifi également</dd> - <dt>Classe B (Or)</dt> - <dd>Tout le matériel du notebook fonctionne, mais avec des performances réduites. </dd> - <dd class="example">Exemple : la carte graphique est reconnues mais la 3D ne fonctionne pas</dd> - <dt>Classe C (Argent)</dt> - <dd>Un matériel principal ne fonctionne pas. </dd> - <dd class="example">Exemple : La carte wifi ne fonctionne pas</dd> - <dt>Classe D (Bronze)</dt> - <dd>Plus d'un matériel ne fonctionne pas avec du logiciel libre</dd> - <dt>Classe E (Poubelle)</dt> - <dd>Aucun matériel ne fonctionne avec du logiciel libre</dd> -</dl> - -<h3><a name="printer-compatibility">Imprimantes</a> </h3> -<dl> - <dt>Classe A (Complet)</dt> - <dd>Toutes les fonctionnalitées de l'imprimante fonctionne avec du logiciel libre</dd> - <dt>Classe B (Partielle)</dt> - <dd>La fonction d'impression fonctionne, mais à une vitesse ou qualitée limitée. </dd> - <dd class="example">Exemple : Le scan ou le fax sur certains appareils peut ne pas être supportés</dd> - <dt>Classe C (Aucun)</dt> - <dd>L'imprimante ne fonctionne pas avec du logiciel libre</dd> -</dl> - -<h3><a name="scanner-compatibility">Scanners</a> </h3> -<dl> - <dt>Classe A (Complet)</dt> - <dd>Toutes les fonctionnalitées du scanner sont supportées</dd> - <dt>Classe B (Partielle)</dt> - <dd>Le scanner fonctionne mais à une vitesse ou qualitée limitée, d'autres fonctionnalitées peuvent ne pas - fonctionner</dd> - <dt>Classe C (Aucun)</dt> - <dd>Le scanner ne fonctionne pas avec du logiciel libre</dd> -</dl> - -<h2 name="discover-hardware">Découvrez votre matériel</h2> -<cite>(Merci <a href="<?php echo $this->baseUrl;?>/issues/view/en/3/1/token">lluvia</a>) </cite> - -<p>Pour connaitre votre matériel en détails, vous pouviez faire les choses suivantes:</p> -<dl> - <dt>Comment découvrir le modèle de votre notebook</dt> - <dd>See below your notebook or netbook</dd> - <dt><a name="model-name">How to discover the model name of your device (if it is not a notebook)</a></dt> - <dd class="opt">If the device is integrated (example: a video card)</dd> - <dd>Open a terminal and type the following command:</dd> - <dd><pre class="terminal">lspci -vmm</pre> - </dd> - <dd>You will obtain the list of your PCI devices, similar to the one written below</dd> - <dd><pre class="terminal">Slot:03:00.0 -Class:Network controller -Vendor:Broadcom Corporation -Device:<b>BCM4311 802.11b/g WLAN</b> -SVendor:Hewlett-Packard Company -SDevice:Device 1375 -Rev:02 - -Slot:07:05.0 -Class:FireWire (IEEE 1394) -Vendor:Ricoh Co Ltd -Device:<b>R5C832 IEEE 1394 Controller</b> -SVendor:Hewlett-Packard Company -SDevice:Device 30cf -Rev:05 -ProgIf:10</pre> - </dd> - <dd>The name of each device is written at the "Device" row, after the colon (see the text in bold in the above - list)</dd> - <dd>You can also write the output of the lspci command to a file by typing:</dd> - <dd><pre class="terminal">lspci -vmm > filename</pre> - </dd> - <dd>where "filename" is the name of the file</dd> - <dd class="opt">If the device is an USB device (example: an external USB wifi card)</dd> - <dd>Open a terminal and type the following command:</dd> - <dd><pre class="terminal">lsusb -v</pre> - </dd> - <dd>You will obtain the list of your USB devices, similar to the one written below</dd> - <dd><pre class="terminal">Bus 001 Device 002: ID 0846:4260 NetGear, Inc. WG111v3 54 Mbps Wireless [realtek RTL8187B] -Device Descriptor: -bLength 18 -bDescriptorType 1 -bcdUSB 2.00 -bDeviceClass 0 (Defined at Interface level) -bDeviceSubClass 0 -bDeviceProtocol 0 -bMaxPacketSize0 64 -idVendor 0x0846 NetGear, Inc. -idProduct 0x4260 <b>WG111v3 54 Mbps Wireless [realtek RTL8187B]</b> -bcdDevice 2.00 -iManufacturer 1 -iProduct 2 -iSerial 3 - ... - ... - -Bus 002 Device 003: ID 08ff:2580 AuthenTec, Inc. AES2501 Fingerprint Sensor -Device Descriptor: -bLength 18 -bDescriptorType 1 -bcdUSB 1.10 -bDeviceClass 255 Vendor Specific Class -bDeviceSubClass 255 Vendor Specific Subclass -bDeviceProtocol 255 Vendor Specific Protocol -bMaxPacketSize0 8 -idVendor 0x08ff AuthenTec, Inc. -idProduct 0x2580 <b>AES2501 Fingerprint Sensor</b> -bcdDevice 6.23 -iManufacturer 0 -iProduct 1 Fingerprint Sensor -iSerial 0 -bNumConfigurations 1 - ... - ...</pre> - </dd> - <dd>The name of each device is written at the row starting with "idProduct" (see the text in bold in the above - list)</dd> - <dd>You can also write the output of the lsusb command to a file by typing:</dd> - <dd><pre class="terminal">lsusb -v > filename</pre> - </dd> - <dd>where "filename" is the name of the file</dd> - <dt>Trouver la version du noyau linux libre que vous utilisez</dt> - <dd>Ouvrez un terminal et tapez la commande suivant:</dd> - <dd><pre class="terminal">uname -r</pre> - </dd> - <dt>Comment trouver le modèle de votre carte graphique</dt> - <dd>Ouvrez un terminal et taper la commande suivante:</dd> - <dd><pre class="terminal">sudo lspci</pre> - </dd> - <dd>Chercher la ligne qui contient le mot <b>VGA</b> ou <b>Display Controller</b>. Vous pouvez aussi essayer l'une - des commandes suivantes:</dd> - <dd><pre class="terminal">lspci | grep "Display controller"</pre> - </dd> - <dd>ou</dd> - <dd><pre class="terminal">lspci | grep "VGA"</pre> - </dd> - <dt><a name="vendoridproductid">Comment connaitre le VendorID ou le ProductID (VendorID:ProductID code)</a></dt> - <dd><cite>(Merci à <a - href="http://trisquel.info/en/forum/h-nodecom-new-website-hardware-database#comment-5839">Michał Masłowski</a> - et <a - href="http://trisquel.info/en/forum/h-nodecom-new-website-hardware-database#comment-5837">Julius22</a>)</cite> - </dd> - <dd class="opt">Si le matériel est intégré (example : une puce vidéo)</dd> - <dd>Ouvrez un terminal sudo et taper la commande suivante:</dd> - <dd><pre class="terminal">sudo lspci -nnk</pre> - </dd> - <dd>Vous devriez obtenir une liste de matériel similaire à celle-ci</dd> - <dd><pre class="terminal">03:00.0 Network controller [0280]: Broadcom Corporation BCM4311 802.11b/g WLAN [<b>14e4:4311</b>] (rev 02) -Kernel driver in use: b43-pci-bridge -Kernel modules: ssb -05:00.0 VGA compatible controller [0300]: nVidia Corporation G86 [GeForce 8400M GS] [<b>10de:0427</b>] (rev a1) -Kernel modules: nouveau, nvidiafb</pre> - </dd> - <dd class="note"><span class="note">Note :</span>Les lignes en <b>gras</b> et placée entre crochet (dans la liste - ci-dessus) sont les lignes que vous recherchez. Le premier packet de numéros (avant la virgule) sont le - <b>VendorID</b>, le second sont le <b>ProductID</b>. Dans l’exemple ci dessus, le code VendorID:ProductID de la - carte wifi ( vous pouvez la remarquez grace aux mots "Network Controller" et "WLAN" ) est <b>14e4:4311</b></dd> - <dd class="opt">Si le périphérique est un périphérique USB : (exemple : une clé usb wifi)</dd> - <dd>Ouvrez un terminal et tapez:</dd> - <dd><pre class="terminal">sudo lsusb</pre> - </dd> - <dd>Vous devriez obtenir une liste de matériel similaire à celle ci</dd> - <dd><pre class="terminal">Bus 001 Device 002: ID <b>0846:4260</b> NetGear, Inc. WG111v3 54 Mbps Wireless [realtek RTL8187B] -Bus 001 Device 001: ID <b>1d6b:0002</b> Linux Foundation 2.0 root hub -Bus 002 Device 003: ID <b>08ff:2580</b> AuthenTec, Inc. AES2501 Fingerprint Sensor</pre> - </dd> - <dd class="note"><span class="note">Note :</span> Les lignes en <b>gras</b> (dans la liste du dessus) sont les - lignes que vous recherchez. Les premiers nombres (avant les deux points) sont le <b>VendorID</b>, les autres sont - le <b>ProductID</b>. Dans l'exemple ci-dessus : le code VendorID:ProductID de la carte usb wifi externe - (Remarquez la ligne Wireless) est <b>0846:4260</b></dd> - <dt>Comment savoir si votre carte graphique fonctionne</dt> - <dd>Installer <code><a href="http://rss-glx.sourceforge.net/">rss-glx</a></code> en utilisant le gestionnaire de - paquet de votre distribution ou en le compilant depuis les sources et essayez certains écran de veille (par - exemple <b>Skyrocket</b> ou <b>Solarwinds</b>). Essayer de faire fonctionner le fond d'écran, et/ou le faire - fonctionner fluidement.</dd> - <dt>Comment savoir si l'accélération 3D fonctionne</dt> - <dd>Essayer d’activer compiz</dd> - <dt>Comment decouvrir le nom de votre carte wifi</dt> - <dd>Ouvrez un terminal et taper la commande suivante:</dd> - <dd><pre class="terminal">sudo lspci</pre> - </dd> - <dd>Regardez ensuite les lignes <samp><b>Wireless</b></samp> ou <samp><b>Network controller</b></samp>. Vous pouvez - aussi essayer l'une de ses commandes:</dd> - <dd><pre class="terminal">lspci | grep "Wireless" </pre> - </dd> - <dd>ou</dd> - <dd><pre class="terminal">lspci | grep "Network"</pre> - </dd> - <dt>Comment connaitre le pilote d’imprimante que vous utilisez</dt> - <dd class="opt">Si vous utilisez cups</dd> - <dd>Ouvrez un terminal et taper ceci:</dd> - <dd><pre class="terminal">dpkg-query -W -f '${Version}\n' cups</pre> - </dd> - <dt>How to discover the architecture of your notebook</dt> - <dd>Open a terminal and type the following command:</dd> - <dd><pre class="terminal">dpkg --print-architecture</pre> - </dd> -</dl> - -<p> </p> - -<h2 name="fully-free">Liste de dristributions GNU/Linux entièrement libre</h2> -<!-- p class="attention">La <strong>h-node</strong> n'est pas responsable pour le contenu des autres sites Web ou de leur -actualité.</p --> - -<p>Voici les distributions <a href="http://www.gnu.org/gnu/linux-and-gnu.fr.html">GNU/Linux</a> pour lesquelles nous -savons qu'elles ont une politique ferme de seulement inclure ou proposer des logiciels libres. Elles rejettent les -applications non-libres, les plateformes de programmation non-libres, les pilotes non-libres ou les « blobs » de -microcode non -libres. Si par erreur elles en incluent un, elles le retirent dès qu'elles s'en aperçoivent. Pour en -savoir plus sur la façon de faire une <a href="http://www.gnu.org/distros/free-distros.fr.html">distribution GNU/Linux -libre</a>, consulter GNU <a -href="http://www.gnu.org/philosophy/free-system-distribution-guidelines.fr.html">Recommandations pour des distributions -système libres</a>.</p> - -<p>Toutes les distributions qui suivent sont installables sur un disque dur d'ordinateur et la plupart peuvent être -exécutées à partir d'un CD.</p> - -<p>(Dans l'ordre alphabétique)</p> - -<ul> - <li><a href="http://www.blagblagblag.org/">BLAG GNU/Linux</a></li> - <li><a href="http://dragora.usla.org.ar/wiki/doku.php">Dragora GNU/Linux</a></li> - <li><a href="http://dynebolic.org/">Dynebolic GNU/Linux</a></li> - <li><a href="http://www.gnewsense.org/">gNewSense GNU/Linux</a></li> - <li><a href="http://www.musix.org.ar/">Musix GNU+Linux</a></li> - <li><a href="https://parabolagnulinux.org/">Parabola GNU/Linux</a></li> - <li><a href="http://trisquel.info/">Trisquel GNU/Linux</a></li> - <li><a href="http://www.ututo.org/www/">Ututo GNU/Linux</a></li> - <li><a href="http://venenux.org/">Venenux GNU/Linux</a></li> -</ul> - -</div> + <h2 name="wiki-syntax">Syntaxe Wiki</h2> + + <h3>Liste des tags Wiki sur <?php echo Website::$generalName;?> + </h3> + + <table class="help_wiki_table" width="100%" border="1"> + <thead> + <tr> + <th>name</th> + <th>tag</th> + <th>result</th> + <th width="40%">description</th> + </tr> + </thead> + <tbody> + <tr> + <td>bold</td> + <td>[b]text[/b]</td> + <td><b>text</b></td> + <td>text bold</td> + </tr> + <tr> + <td>italic</td> + <td>[i]text[/i]</td> + <td><i>text</i></td> + <td>text italic</td> + </tr> + <tr> + <td>del</td> + <td>[del]text[/del]</td> + <td><del>text</del></td> + <td>text deleted</td> + </tr> + <tr> + <td>underline</td> + <td>[u]text[/u]</td> + <td><u>text</u></td> + <td>text underlined</td> + </tr> + <tr> + <td>head 1</td> + <td>[h1]text[/h1]</td> + <td> + <div class="div_h1"> + text</div> + </td> + <td>head 1</td> + </tr> + <tr> + <td>head 2</td> + <td>[h2]text[/h2]</td> + <td> + <div class="div_h2"> + text</div> + </td> + <td>head 2</td> + </tr> + <tr> + <td>head 3</td> + <td>[h3]text[/h3]</td> + <td> + <div class="div_h3"> + text</div> + </td> + <td>head 3</td> + </tr> + <tr> + <td>paragraph</td> + <td>[p]text[/p]</td> + <td><p>text</p> + </td> + <td>new paragraph</td> + </tr> + <tr> + <td>list item</td> + <td>[*]item[/*]</td> + <td><ul> + <li>item</li> + </ul> + </td> + <td>ad an item to a list</td> + </tr> + <tr> + <td>List </td> + <td><ul style="list-style-type:none;"> + <li>[list]</li> + <li><ul style="list-style-type:none;"> + <li>[*]first item[/*]</li> + <li>[*]second item[/*]</li> + </ul> + </li> + <li>[/list]</li> + </ul> + </td> + <td><ul> + <li>first item</li> + <li>second item</li> + </ul> + </td> + <td>make a list of items</td> + </tr> + <tr> + <td>Numbered list </td> + <td><ul style="list-style-type:none;"> + <li>[enum]</li> + <li><ul style="list-style-type:none;"> + <li>[*]first item[/*]</li> + <li>[*]second item[/*]</li> + </ul> + </li> + <li>[/enum]</li> + </ul> + </td> + <td><ol> + <li>first item</li> + <li>second item</li> + </ol> + </td> + <td>make a numbered list of items</td> + </tr> + <tr> + <td>code</td> + <td>[code]some code[/code]</td> + <td><pre class="code_pre">some code</pre> + </td> + <td>ad some code</td> + </tr> + <tr> + <td>simple link</td> + <td>[a]url[/a]</td> + <td><a href="url">url</a></td> + <td>simple link</td> + </tr> + <tr> + <td>link with text</td> + <td>[a]url|text[/a]</td> + <td><a href="url">text</a></td> + <td>link with text</td> + </tr> + <tr> + <td>notebook</td> + <td>[notebook]id[/notebook]</td> + <td> </td> + <td>link to the notebook with the identifier equal to id (the identifier of each device model is written in the + page of the device itself, next to the model name)</td> + </tr> + <tr> + <td>wifi</td> + <td>[wifi]id[/wifi]</td> + <td> </td> + <td>link to the wifi with the identifier equal to id (the identifier of each device model is written in the page + of the device itself, next to the model name)</td> + </tr> + <tr> + <td>videocard</td> + <td>[videocard]id[/videocard]</td> + <td> </td> + <td>link to the videocard with the identifier equal to id (the identifier of each device model is written in the + page of the device itself, next to the model name)</td> + </tr> + </tbody> + </table> + + <p> </p> + + <h2><a name="compatibility">Niveau de compatibilitée</a> </h2> + + <h3><a name="notebook-compatibility2" id="notebook-compatibility2">Notebooks</a> </h3> + <dl> + <dt>Classe A (Platinium)</dt> + <dd>Tout le matériel du notebook fonctionne avec du logiciel libre. </dd> + <dd class="example">Exemple : la 3D fonctionne, le son et la wifi également</dd> + <dt>Classe B (Or)</dt> + <dd>Tout le matériel du notebook fonctionne, mais avec des performances réduites. </dd> + <dd class="example">Exemple : la carte graphique est reconnues mais la 3D ne fonctionne pas</dd> + <dt>Classe C (Argent)</dt> + <dd>Un matériel principal ne fonctionne pas. </dd> + <dd class="example">Exemple : La carte wifi ne fonctionne pas</dd> + <dt>Classe D (Bronze)</dt> + <dd>Plus d'un matériel ne fonctionne pas avec du logiciel libre</dd> + <dt>Classe E (Poubelle)</dt> + <dd>Aucun matériel ne fonctionne avec du logiciel libre</dd> + </dl> + + <h3><a name="printer-compatibility">Imprimantes</a> </h3> + <dl> + <dt>Classe A (Complet)</dt> + <dd>Toutes les fonctionnalitées de l'imprimante fonctionne avec du logiciel libre</dd> + <dt>Classe B (Partielle)</dt> + <dd>La fonction d'impression fonctionne, mais à une vitesse ou qualitée limitée. </dd> + <dd class="example">Exemple : Le scan ou le fax sur certains appareils peut ne pas être supportés</dd> + <dt>Classe C (Aucun)</dt> + <dd>L'imprimante ne fonctionne pas avec du logiciel libre</dd> + </dl> + + <h3><a name="scanner-compatibility">Scanners</a> </h3> + <dl> + <dt>Classe A (Complet)</dt> + <dd>Toutes les fonctionnalitées du scanner sont supportées</dd> + <dt>Classe B (Partielle)</dt> + <dd>Le scanner fonctionne mais à une vitesse ou qualitée limitée, d'autres fonctionnalitées peuvent ne pas + fonctionner</dd> + <dt>Classe C (Aucun)</dt> + <dd>Le scanner ne fonctionne pas avec du logiciel libre</dd> + </dl> + + <h2 name="discover-hardware">Découvrez votre matériel</h2> + <cite>(Merci <a href="<?php echo $this->baseUrl;?>/issues/view/en/3/1/token">lluvia</a>) </cite> + + <p>Pour connaitre votre matériel en détails, vous pouviez faire les choses suivantes:</p> + <dl> + <dt>Comment découvrir le modèle de votre notebook</dt> + <dd>See below your notebook or netbook</dd> + <dt><a name="model-name">How to discover the model name of your device (if it is not a notebook)</a></dt> + <dd class="opt">If the device is integrated (example: a video card)</dd> + <dd>Open a terminal and type the following command:</dd> + <dd><pre class="terminal">lspci -vmm</pre> + </dd> + <dd>or</dd> + <dd><pre class="terminal">lspci -vmm > FILENAME # output to a file</pre> + </dd> + <!-- dd>where "filename" is the name of the file</dd --> + <dd>You will obtain the list of your PCI devices, similar to the one written below</dd> + <dd><pre class="terminal">Slot:03:00.0 + Class:Network controller + Vendor:Broadcom Corporation + Device:<b>BCM4311 802.11b/g WLAN</b> + SVendor:Hewlett-Packard Company + SDevice:Device 1375 + Rev:02 + + Slot:07:05.0 + Class:FireWire (IEEE 1394) + Vendor:Ricoh Co Ltd + Device:<b>R5C832 IEEE 1394 Controller</b> + SVendor:Hewlett-Packard Company + SDevice:Device 30cf + Rev:05 + ProgIf:10</pre> + </dd> + <dd>The name of each device is written at the "Device" row, after the colon (see the text in bold in the above + list)</dd> + <dd class="opt">If the device is an USB device (example: an external USB wifi card)</dd> + <dd>Open a terminal and type the following command:</dd> + <dd><pre class="terminal">lsusb -v</pre> + </dd> + <dd>or</dd> + <dd><pre class="terminal">lsusb -v > FILENAME # output to a file</pre> + </dd> + <!-- dd>where "filename" is the name of the file</dd --> + <dd>You will obtain the list of your USB devices, similar to the one written below</dd> + <dd><pre class="terminal">Bus 001 Device 002: ID 0846:4260 NetGear, Inc. WG111v3 54 Mbps Wireless [realtek RTL8187B] + Device Descriptor: + bLength 18 + bDescriptorType 1 + bcdUSB 2.00 + bDeviceClass 0 (Defined at Interface level) + bDeviceSubClass 0 + bDeviceProtocol 0 + bMaxPacketSize0 64 + idVendor 0x0846 NetGear, Inc. + idProduct 0x4260 <b>WG111v3 54 Mbps Wireless [realtek RTL8187B]</b> + bcdDevice 2.00 + iManufacturer 1 + iProduct 2 + iSerial 3 + ... + ... + + Bus 002 Device 003: ID 08ff:2580 AuthenTec, Inc. AES2501 Fingerprint Sensor + Device Descriptor: + bLength 18 + bDescriptorType 1 + bcdUSB 1.10 + bDeviceClass 255 Vendor Specific Class + bDeviceSubClass 255 Vendor Specific Subclass + bDeviceProtocol 255 Vendor Specific Protocol + bMaxPacketSize0 8 + idVendor 0x08ff AuthenTec, Inc. + idProduct 0x2580 <b>AES2501 Fingerprint Sensor</b> + bcdDevice 6.23 + iManufacturer 0 + iProduct 1 Fingerprint Sensor + iSerial 0 + bNumConfigurations 1 + ... + ...</pre> + </dd> + <dd>The name of each device is written at the row starting with "idProduct" (see the text in bold in the above + list)</dd> + <dt>Trouver la version du noyau linux libre que vous utilisez</dt> + <dd>Ouvrez un terminal et tapez la commande suivant:</dd> + <dd><pre class="terminal">uname -r</pre> + </dd> + <dt>Comment trouver le modèle de votre carte graphique</dt> + <dd>Ouvrez un terminal et taper la commande suivante:</dd> + <dd><pre class="terminal">sudo lspci</pre> + </dd> + <dd>Chercher la ligne qui contient le mot <b>VGA</b> ou <b>Display Controller</b>. Vous pouvez aussi essayer l'une + des commandes suivantes:</dd> + <dd><pre class="terminal">lspci | grep "Display controller"</pre> + </dd> + <dd>ou</dd> + <dd><pre class="terminal">lspci | grep "VGA"</pre> + </dd> + <dt><a name="vendoridproductid">Comment connaitre le VendorID ou le ProductID (VendorID:ProductID code)</a></dt> + <dd><cite>(Merci à <a + href="http://trisquel.info/en/forum/h-nodecom-new-website-hardware-database#comment-5839">Michał Masłowski</a> + et <a + href="http://trisquel.info/en/forum/h-nodecom-new-website-hardware-database#comment-5837">Julius22</a>)</cite> + </dd> + <dd class="opt">Si le matériel est intégré (example : une puce vidéo)</dd> + <dd>Ouvrez un terminal sudo et taper la commande suivante:</dd> + <dd><pre class="terminal">sudo lspci -nnk</pre> + </dd> + <dd>Vous devriez obtenir une liste de matériel similaire à celle-ci</dd> + <dd><pre class="terminal">03:00.0 Network controller [0280]: Broadcom Corporation BCM4311 802.11b/g WLAN [<b>14e4:4311</b>] (rev 02) + Kernel driver in use: b43-pci-bridge + Kernel modules: ssb + 05:00.0 VGA compatible controller [0300]: nVidia Corporation G86 [GeForce 8400M GS] [<b>10de:0427</b>] (rev a1) + Kernel modules: nouveau, nvidiafb</pre> + </dd> + <dd class="note"><span class="note">Note :</span>Les lignes en <b>gras</b> et placée entre crochet (dans la liste + ci-dessus) sont les lignes que vous recherchez. Le premier packet de numéros (avant la virgule) sont le + <b>VendorID</b>, le second sont le <b>ProductID</b>. Dans l’exemple ci dessus, le code VendorID:ProductID de la + carte wifi ( vous pouvez la remarquez grace aux mots "Network Controller" et "WLAN" ) est <b>14e4:4311</b></dd> + <dd class="opt">Si le périphérique est un périphérique USB : (exemple : une clé usb wifi)</dd> + <dd>Ouvrez un terminal et tapez:</dd> + <dd><pre class="terminal">sudo lsusb</pre> + </dd> + <dd>Vous devriez obtenir une liste de matériel similaire à celle ci</dd> + <dd><pre class="terminal">Bus 001 Device 002: ID <b>0846:4260</b> NetGear, Inc. WG111v3 54 Mbps Wireless [realtek RTL8187B] + Bus 001 Device 001: ID <b>1d6b:0002</b> Linux Foundation 2.0 root hub + Bus 002 Device 003: ID <b>08ff:2580</b> AuthenTec, Inc. AES2501 Fingerprint Sensor</pre> + </dd> + <dd class="note"><span class="note">Note :</span> Les lignes en <b>gras</b> (dans la liste du dessus) sont les + lignes que vous recherchez. Les premiers nombres (avant les deux points) sont le <b>VendorID</b>, les autres sont + le <b>ProductID</b>. Dans l'exemple ci-dessus : le code VendorID:ProductID de la carte usb wifi externe + (Remarquez la ligne Wireless) est <b>0846:4260</b></dd> + <dt>Comment savoir si votre carte graphique fonctionne</dt> + <dd>Installer <code><a href="http://rss-glx.sourceforge.net/">rss-glx</a></code> en utilisant le gestionnaire de + paquet de votre distribution ou en le compilant depuis les sources et essayez certains écran de veille (par + exemple <b>Skyrocket</b> ou <b>Solarwinds</b>). Essayer de faire fonctionner le fond d'écran, et/ou le faire + fonctionner fluidement.</dd> + <dt>Comment savoir si l'accélération 3D fonctionne</dt> + <dd>Essayer d’activer compiz</dd> + <dt>Comment decouvrir le nom de votre carte wifi</dt> + <dd>Ouvrez un terminal et taper la commande suivante:</dd> + <dd><pre class="terminal">sudo lspci</pre> + </dd> + <dd>Regardez ensuite les lignes <samp><b>Wireless</b></samp> ou <samp><b>Network controller</b></samp>. Vous pouvez + aussi essayer l'une de ses commandes:</dd> + <dd><pre class="terminal">lspci | grep "Wireless"</pre> + </dd> + <dd>ou</dd> + <dd><pre class="terminal">lspci | grep "Network"</pre> + </dd> + <dt>Comment connaitre le pilote d’imprimante que vous utilisez</dt> + <dd class="opt">Si vous utilisez cups</dd> + <dd>Ouvrez un terminal et taper ceci:</dd> + <dd><pre class="terminal">dpkg-query -W -f '${Version}\n' cups</pre> + </dd> + <dt>How to discover the architecture of your notebook</dt> + <dd>Open a terminal and type the following command:</dd> + <dd><pre class="terminal">dpkg --print-architecture</pre> + </dd> + </dl> + + <p> </p> + + <h2 name="fully-free">Liste de dristributions GNU/Linux entièrement libre</h2> + <!-- p class="attention">La <strong>h-node</strong> n'est pas responsable pour le contenu des autres sites Web ou de leur + actualité.</p --> + + <p>Voici les distributions <a href="http://www.gnu.org/gnu/linux-and-gnu.fr.html">GNU/Linux</a> pour lesquelles nous + savons qu'elles ont une politique ferme de seulement inclure ou proposer des logiciels libres. Elles rejettent les + applications non-libres, les plateformes de programmation non-libres, les pilotes non-libres ou les « blobs » de + microcode non -libres. Si par erreur elles en incluent un, elles le retirent dès qu'elles s'en aperçoivent. Pour en + savoir plus sur la façon de faire une <a href="http://www.gnu.org/distros/free-distros.fr.html">distribution GNU/Linux + libre</a>, consulter GNU <a + href="http://www.gnu.org/philosophy/free-system-distribution-guidelines.fr.html">Recommandations pour des distributions + système libres</a>.</p> + + <p>Toutes les distributions qui suivent sont installables sur un disque dur d'ordinateur et la plupart peuvent être + exécutées à partir d'un CD.</p> + + <p>(Dans l'ordre alphabétique)</p> + + <ul> + <li><a href="http://www.blagblagblag.org/">BLAG GNU/Linux</a></li> + <li><a href="http://dragora.usla.org.ar/wiki/doku.php">Dragora GNU/Linux</a></li> + <li><a href="http://dynebolic.org/">Dynebolic GNU/Linux</a></li> + <li><a href="http://www.gnewsense.org/">gNewSense GNU/Linux</a></li> + <li><a href="http://www.musix.org.ar/">Musix GNU+Linux</a></li> + <li><a href="https://parabolagnulinux.org/">Parabola GNU/Linux</a></li> + <li><a href="http://trisquel.info/">Trisquel GNU/Linux</a></li> + <li><a href="http://www.ututo.org/www/">Ututo GNU/Linux</a></li> + <li><a href="http://venenux.org/">Venenux GNU/Linux</a></li> + </ul> + + </div> +
\ No newline at end of file diff --git a/h-source/Application/Views/Help/index_it.php b/h-source/Application/Views/Help/index_it.php index a731db2..da1fb92 100644 --- a/h-source/Application/Views/Help/index_it.php +++ b/h-source/Application/Views/Help/index_it.php @@ -37,405 +37,406 @@ </ul> </div> -<h2 name="wiki-syntax">Sintassi della Wiki</h2> - -<h3 name="wiki-tag">Lista dei tag della wiki di <?php echo Website::$generalName;?> -</h3> - -<table class="help_wiki_table" width="100%" border="1"> - <thead> - <tr> - <th>nome</th> - <th>tag</th> - <th>risultato</th> - <th width="40%">descrizione</th> - </tr> - </thead> - <tbody> - <tr> - <td>grassetto</td> - <td>[b]text[/b]</td> - <td><b>text</b></td> - <td>testo in grassetto</td> - </tr> - <tr> - <td>corsivo</td> - <td>[i]text[/i]</td> - <td><i>text</i></td> - <td>testo corsivo</td> - </tr> - <tr> - <td>cancellare</td> - <td>[del]text[/del]</td> - <td><del>text</del></td> - <td>testo cancellato</td> - </tr> - <tr> - <td>sottolineare</td> - <td>[u]text[/u]</td> - <td><u>text</u></td> - <td>testo sottolineato</td> - </tr> - <tr> - <td>head 1</td> - <td>[h1]text[/h1]</td> - <td> - <div class="div_h1"> - text</div> - </td> - <td>head 1</td> - </tr> - <tr> - <td>head 2</td> - <td>[h2]text[/h2]</td> - <td> - <div class="div_h2"> - text</div> - </td> - <td>head 2</td> - </tr> - <tr> - <td>head 3</td> - <td>[h3]text[/h3]</td> - <td> - <div class="div_h3"> - text</div> - </td> - <td>head 3</td> - </tr> - <tr> - <td>paragrafo</td> - <td>…[p]nuovo paragrafo[/p]</td> - <td>… <p>nuovo paragrafo</p> - </td> - <td>crea un nuovo paragrafo</td> - </tr> - <tr> - <td>Lista </td> - <td><ul style="list-style-type:none;"> - <li>[list]</li> - <li><ul style="list-style-type:none;"> - <li>[*]primo elemento[/*]</li> - <li>[*]secondo elemento[/*]</li> - </ul> - </li> - <li>[/list]</li> - </ul> - </td> - <td><ul> - <li>primo elemento</li> - <li>secondo elemento</li> - </ul> - </td> - <td>crea un elenco di item</td> - </tr> - <tr> - <td>Lista numerata </td> - <td><ul style="list-style-type:none;"> - <li>[enum]</li> - <li><ul style="list-style-type:none;"> - <li>[*]primo elemento[/*]</li> - <li>[*]secondo elemento[/*]</li> - </ul> - </li> - <li>[/enum]</li> - </ul> - </td> - <td><ol> - <li>primo elemento</li> - <li>secondo elemento</li> - </ol> - </td> - <td>crea un elenco numerato di item</td> - </tr> - <tr> - <td>item di un elenco</td> - <td>[*]elemento[/*]</td> - <td><ul> - <li>elemento</li> - </ul> - </td> - <td>aggiungi un item a un elenco</td> - </tr> - <tr> - <td>codice</td> - <td>[code]some code[/code]</td> - <td><pre class="code_pre">some code</pre> - </td> - <td>aggiungi del codice</td> - </tr> - <tr> - <td>link semplice</td> - <td>[a]url[/a]</td> - <td><a href="url">url</a></td> - <td>crea un link semplice</td> - </tr> - <tr> - <td>link con testo</td> - <td>[a]url|text[/a]</td> - <td><a href="url">text</a></td> - <td>crea un link con testo</td> - </tr> - <tr> - <td>notebook</td> - <td>[notebook]id[/notebook]</td> - <td>id</td> - <td>crea un link al notebook con l'identificatore corrispondente a id (l'identificatore di ogni modello di - dispositivo si trova nella pagina del dispositivo stesso, accanto al nome del modello</td> - </tr> - <tr> - <td>wifi</td> - <td>[wifi]id[/wifi]</td> - <td>id</td> - <td>crea un link alla wifi con l'identificatore corrispondente a id (l'identificatore di ogni modello di - dispositivo si trova nella pagina del dispositivo stesso, accanto al nome del modello)</td> - </tr> - <tr> - <td>scheda video</td> - <td>[videocard]id[/videocard]</td> - <td>id</td> - <td>crea un link alla scheda video con l'identificatore corrispondente a id (l'identificatore di ogni modello di - dispositivo si trova nella pagina del dispositivo stesso, accanto al nome del modello)</td> - </tr> - </tbody> -</table> - -<p> </p> - -<h2 name="compatibility">Classi di compatibilità</h2> - -<h3 name="notebook-compatibility">Notebooks</h3> -<dl> - <dt>Classe A (Platino)</dt> - <dd>Tutti i dispositivi del portatile funzionano ad alte prestazioni. </dd> - <dd class="example">Per esempio: funzionano tutti i dispositivi, l'accelerazione 3D è supportata.</dd> - <dt>Classe B (Oro)</dt> - <dd>Tutti i dispositivi del portatile funzionano ma non a piene prestazioni. </dd> - <dd class="example">Esempio tipico: funzionano tutti i dispositivi, ma l'accelerazione 3D non è supportata.</dd> - <dt>Classe C (Argento)</dt> - <dd>Uno dei dispositivi principali non è supportato. </dd> - <dd class="example">Per esempio: la scheda wifi interna non funziona e serve una wifi esterna USB.</dd> - <dt>Classe D (Bronzo)</dt> - <dd>Più di uno dei dispositivi principali non è supportato.</dd> - <dt>Classe E (Spazzatura)</dt> - <dd>Il portatile non funziona con software libero.</dd> -</dl> - -<h3 name="printer-compatibility">Stampanti</h3> -<dl> - <dt>Classe A (Piena)</dt> - <dd>Sono supportate tutte le funzioni e le caratteristiche della stampante.</dd> - <dt>Classe B (Parziale)</dt> - <dd>La funzione di stampa è supportata, ma a velocità limitata o a scarsa qualità. Su alcune stampanti - multifunzione possono non essere supportate le funzioni di scanner e/o di fax.</dd> - <dt>Classe C (Nessuna)</dt> - <dd>La stampante non funziona con software libero.</dd> -</dl> - -<h3 name="scanner-compatibility">Scanner</h3> -<dl> - <dt>Classe A (Piena)</dt> - <dd>Sono supportate tutte le funzioni e le caratteristiche dello scanner.</dd> - <dt>Classe B (Parziale)</dt> - <dd>La funzione di scannerizzazione è supportata, ma a velocità limitata o a scarsa qualità. Qualche altra - caratteristica può non essere supportata.</dd> - <dt>Classe C (Nessuna)</dt> - <dd>Lo scanner non funziona con software libero.</dd> -</dl> - -<p></p> - -<h2 name="discover-hardware">Scopri il tuo hardware</h2> -<cite>(Grazie <a href="<?php echo $this->baseUrl;?>/issues/view/en/3/1/token">lluvia</a>)</cite> - -<p>Per sapere le caratteristiche e i dettagli del tuo hardware puoi seguire queste istruzioni:</p> -<dl> - <dt>Come scoprire il nome del modello del portatile</dt> - <dd>Guarda sotto al tuo notebook o al tuo netbook</dd> - <dt name="model-name">Come scoprire il nome del modello del tuo hardware (se non è un portatile)</dt> - <dd class="opt">Se il dispositivo è integrato (ad esempio: una scheda video)</dd> - <dd>Apri un terminale e digita il seguente comando:</dd> - <dd><pre class="terminal">lspci -vmm</pre> - </dd> - <dd>o</dd> - <dd><pre class="terminal">lspci -vmm > filename # Puoi anche scrivere l'output del comandi lspci su un file digitando<!-- l'output del comandi un file digitando :)--></pre> - </dd> - <!-- dd>dove "filename" è il nome del file</dd --> - <dd>Otterrai la lista di tutti i tuoi dispositivi PCI, simile a quella scritta sotto</dd> - <dd><pre class="terminal">Slot:03:00.0 -Class:Network controller -Vendor:Broadcom Corporation -Device:<b>BCM4311 802.11b/g WLAN</b> -SVendor:Hewlett-Packard Company -SDevice:Device 1375 -Rev:02 - -Slot:07:05.0 -Class:FireWire (IEEE 1394) -Vendor:Ricoh Co Ltd -Device:<b>R5C832 IEEE 1394 Controller</b> -SVendor:Hewlett-Packard Company -SDevice:Device 30cf -Rev:05 -ProgIf:10</pre> - </dd> - <dd>Il nome di ogni device è scritto alla riga "Device", dopo i due punti (guarda il testo in grassetto nella - lista superiore)</dd> - <dd class="opt">Se è un dispositivo USB (ad esempio: una stampante USB)</dd> - <dd>Apri un terminale e digita il seguente comando:</dd> - <dd><pre class="terminal">lsusb -v</pre> - </dd> - <dd>o</dd> - <dd><pre class="terminal">lsusb -v > filename # Puoi anche scrivere l'output del comandi lsusb su un file digitando<!-- l'output del comandi un file digitando :) --></pre> - </dd> - <!-- dd>dove "filename" è il nome del file</dd --> - <dd>Otterrai la lista di tutti i dispositivi USB, simile a quella sxcritta sotto</dd> - <dd><pre class="terminal">Bus 001 Device 002: ID 0846:4260 NetGear, Inc. WG111v3 54 Mbps Wireless [realtek RTL8187B] - Device Descriptor: - bLength 18 - bDescriptorType 1 - bcdUSB 2.00 - bDeviceClass 0 (Defined at Interface level) - bDeviceSubClass 0 - bDeviceProtocol 0 - bMaxPacketSize0 64 - idVendor 0x0846 NetGear, Inc. - idProduct 0x4260 <b>WG111v3 54 Mbps Wireless [realtek RTL8187B]</b> - bcdDevice 2.00 - iManufacturer 1 - iProduct 2 - iSerial 3 - ... - ... - - Bus 002 Device 003: ID 08ff:2580 AuthenTec, Inc. AES2501 Fingerprint Sensor - Device Descriptor: - bLength 18 - bDescriptorType 1 - bcdUSB 1.10 - bDeviceClass 255 Vendor Specific Class - bDeviceSubClass 255 Vendor Specific Subclass - bDeviceProtocol 255 Vendor Specific Protocol - bMaxPacketSize0 8 - idVendor 0x08ff AuthenTec, Inc. - idProduct 0x2580 <b>AES2501 Fingerprint Sensor</b> - bcdDevice 6.23 - iManufacturer 0 - iProduct 1 Fingerprint Sensor - iSerial 0 - bNumConfigurations 1 - ... - ...</pre> - </dd> - <dd>Il nome di ogni dispositivo è scritto alla riga che inizia con la stringa "idProduct" (guarda il testo in - grassetto nella lista superiore)</dd> - <dt>Come scoprire che versione del kernel libre stai usando</dt> - <dd>Apri un terminale e digita questo comando</dd> - <dd><pre class="terminal">uname -r</pre> - </dd> - <dt>Come scoprire il nome della tua scheda video</dt> - <dd>Apri un terminale e digita questo comando:</dd> - <dd><pre class="terminal">sudo lspci</pre> - </dd> - <dd>Poi cerca la riga contenente la stringa <b>VGA</b> o <b>Display controller</b>. Puoi anche provare con uno di - questi comandi:</dd> - <dd><pre class="terminal">lspci | grep "Display controller"</pre> - </dd> - <dd>o</dd> - <dd><pre class="terminal">lspci | grep "VGA"</pre> - </dd> - <dt name="vendoridproductid">Come scoprire il VendorID e il ProductID del tuo dispositivo (VendorID:ProductID - code)</dt> - <dd><cite>(Grazie <a - href="http://trisquel.info/en/forum/h-nodecom-new-website-hardware-database#comment-5839">Michał Masłowski</a> - e <a href="http://trisquel.info/en/forum/h-nodecom-new-website-hardware-database#comment-5837">Julius22</a>) - </cite></dd> - <dd class="opt">Se il dispositivo è integrato (per esempio una scheda video)</dd> - <dd>Apri un terminale e digita il seguente comando:</dd> - <dd><pre class="terminal">sudo lspci -nnk</pre> - </dd> - <dd>Dovresti ottenere una lista di hardware simile a quella scritta qui sotto</dd> - <dd><pre class="terminal"> 03:00.0 Network controller [0280]: Broadcom Corporation BCM4311 802.11b/g WLAN [<b>14e4:4311</b>] (rev 02) - Kernel driver in use: b43-pci-bridge - Kernel modules: ssb - 05:00.0 VGA compatible controller [0300]: nVidia Corporation G86 [GeForce 8400M GS] [<b>10de:0427</b>] (rev a1) - Kernel modules: nouveau, nvidiafb</pre> - </dd> - <dd class="note"><span class="note">Note:</span> Le stringhe in <b>grassetto</b> e tra parentesi quadre (nella - lista qui sopra) sono il codice che stai cercando. Il primo gruppo di cifre (prima dei due punti) è il - <b>VendorID</b>, il secondo gruppo è il <b>ProductID</b>. Nell'esempio qui sopra: il codice VendorID:ProductID - della scheda wifi (nota le stringhe "Network controller" e "WLAN") è <b>14e4:4311</b> mentre il codice - VendorID:ProductID della scheda video (nota la stringa "VGA") è <b>10de:0427</b></dd> - <dd class="opt">Se si tratta di un dispositivo USB (per esempio una wifi esterna USB)</dd> - <dd>Apri un terminale e digita questo comando:</dd> - <dd><pre class="terminal">sudo lsusb</pre> - </dd> - <dd>Dovresti ottenere una lista di hardware simile a quella scritta qui sotto</dd> - <dd><pre class="terminal"> Bus 001 Device 002: ID <b>0846:4260</b> NetGear, Inc. WG111v3 54 Mbps Wireless [realtek RTL8187B] - Bus 001 Device 001: ID <b>1d6b:0002</b> Linux Foundation 2.0 root hub - Bus 002 Device 003: ID <b>08ff:2580</b> AuthenTec, Inc. AES2501 Fingerprint Sensor</pre> - </dd> - <dd class="note"><span class="note">Note:</span> Le stringhe in <b>grassetto</b> (nella lista qui sopra) sono il - codice che stai cercando. Il primo gruppo di cifre (prima dei due punti) è il <b>VendorID</b>, il secondo gruppo - è il <b>ProductID</b>. Nell'esempio qui sopra: il codice VendorID:ProductID della wifi esterna USB (nota la - stringa "Wireless") è <b>0846:4260</b></dd> - <dt>Come scoprire se funziona la scheda video</dt> - <dd>Installa <code><a href="http://rss-glx.sourceforge.net/">rss-glx</a></code> tramite il gestore di pacchetti - della tua distribuzione o compilando dai sorgenti e prova degli screensaver (per esempio <b>Skyrocket</b> o - <b>Solarwinds</b>). Controlla se parte lo screensaver (e/o se si vede "fluido")</dd> - <dt>Come scoprire se funziona l'accelerazione 3D</dt> - <dd>Prova ad attivare compiz</dd> - <dt>Come scoprire il nome della tua scheda wifi</dt> - <dd>Apri un terminale e digita questo comando:</dd> - <dd><pre class="terminal">sudo lspci</pre> - </dd> - <dd>Poi cerca la riga contenente la stringa <samp><b>Wireless</b></samp> o <samp><b>Network controller</b></samp>. - Puoi anche provare uno dei seguenti comandi:</dd> - <dd><pre class="terminal">lspci | grep "Wireless"</pre> - </dd> - <dd>o</dd> - <dd><pre class="terminal">lspci | grep "Network"</pre> - </dd> - <dt>Come scoprire che driver per la stampante stai usando</dt> - <dd class="opt">Se stai usando cups</dd> - <dd>Apri un terminale e digita il seguente comando:</dd> - <dd><pre class="terminal">dpkg-query -W -f '${Version}\n' cups</pre> - </dd> - <dt>How to discover the architecture of your notebook</dt> - <dd>Open a terminal and type the following command:</dd> - <dd><pre class="terminal">dpkg --print-architecture</pre> - </dd> -</dl> - -<p> </p> - -<h2 name="fully-free">Lista di distribuzioni GNU/Linux completamente libere</h2> - -<!-- p class="attention"><span class="highlight">La <strong>h-node</strong> non è responsabile del contenuto di altri siti -web, né di quanto il contenuto di tali siti sia aggiornato.</span></p --> - -<p>Le seguenti sono le distribuzioni <a href="http://www.gnu.org/gnu/linux-and-gnu.it.html">GNU/Linux</a> a noi note -che hanno una rigorosa politica di inclusione e indicazione di solo software libero. Queste distribuzioni escludono -applicazioni, piattaforme di programmazione, driver e firmware ("blob") che non siano liberi, e rimuovono quelli -inclusi per errore. Per saperne di più su cosa rende <a href="http://www.gnu.org/distros/free-distros.it.html">libera -una distribuzione GNU/Linux</a>, si vedano le GNU <a -href="http://www.gnu.org/distros/free-system-distribution-guidelines.it.html">linee guida per le distribuzioni -libere</a>.</p> - -<p><strong>Tutte le distribuzioni che seguono sono installabili sul disco di un computer e la maggior parte può essere -eseguita da un supporto</strong> (CD, memoria USB) senza che nulla debba essere installato sul computer.</p> - -<p>In ordine alfabetico</p> - -<ul> - <li><a href="http://www.blagblagblag.org/">BLAG GNU/Linux</a></li> - <li><a href="http://dragora.usla.org.ar/wiki/doku.php">Dragora GNU/Linux</a></li> - <li><a href="http://dynebolic.org/">Dynebolic GNU/Linux</a></li> - <li><a href="http://www.gnewsense.org/">gNewSense GNU/Linux</a></li> - <li><a href="http://www.musix.org.ar/">Musix GNU+Linux</a></li> - <li><a href="https://parabolagnulinux.org/">Parabola GNU/Linux</a></li> - <li><a href="http://trisquel.info/">Trisquel GNU/Linux</a></li> - <li><a href="http://www.ututo.org/www/">Ututo GNU/Linux</a></li> - <li><a href="http://venenux.org/">Venenux GNU/Linux</a></li> -</ul> -</div> + <h2 name="wiki-syntax">Sintassi della Wiki</h2> + + <h3 name="wiki-tag">Lista dei tag della wiki di <?php echo Website::$generalName;?> + </h3> + + <table class="help_wiki_table" width="100%" border="1"> + <thead> + <tr> + <th>nome</th> + <th>tag</th> + <th>risultato</th> + <th width="40%">descrizione</th> + </tr> + </thead> + <tbody> + <tr> + <td>grassetto</td> + <td>[b]text[/b]</td> + <td><b>text</b></td> + <td>testo in grassetto</td> + </tr> + <tr> + <td>corsivo</td> + <td>[i]text[/i]</td> + <td><i>text</i></td> + <td>testo corsivo</td> + </tr> + <tr> + <td>cancellare</td> + <td>[del]text[/del]</td> + <td><del>text</del></td> + <td>testo cancellato</td> + </tr> + <tr> + <td>sottolineare</td> + <td>[u]text[/u]</td> + <td><u>text</u></td> + <td>testo sottolineato</td> + </tr> + <tr> + <td>head 1</td> + <td>[h1]text[/h1]</td> + <td> + <div class="div_h1"> + text</div> + </td> + <td>head 1</td> + </tr> + <tr> + <td>head 2</td> + <td>[h2]text[/h2]</td> + <td> + <div class="div_h2"> + text</div> + </td> + <td>head 2</td> + </tr> + <tr> + <td>head 3</td> + <td>[h3]text[/h3]</td> + <td> + <div class="div_h3"> + text</div> + </td> + <td>head 3</td> + </tr> + <tr> + <td>paragrafo</td> + <td>…[p]nuovo paragrafo[/p]</td> + <td>… <p>nuovo paragrafo</p> + </td> + <td>crea un nuovo paragrafo</td> + </tr> + <tr> + <td>Lista </td> + <td><ul style="list-style-type:none;"> + <li>[list]</li> + <li><ul style="list-style-type:none;"> + <li>[*]primo elemento[/*]</li> + <li>[*]secondo elemento[/*]</li> + </ul> + </li> + <li>[/list]</li> + </ul> + </td> + <td><ul> + <li>primo elemento</li> + <li>secondo elemento</li> + </ul> + </td> + <td>crea un elenco di item</td> + </tr> + <tr> + <td>Lista numerata </td> + <td><ul style="list-style-type:none;"> + <li>[enum]</li> + <li><ul style="list-style-type:none;"> + <li>[*]primo elemento[/*]</li> + <li>[*]secondo elemento[/*]</li> + </ul> + </li> + <li>[/enum]</li> + </ul> + </td> + <td><ol> + <li>primo elemento</li> + <li>secondo elemento</li> + </ol> + </td> + <td>crea un elenco numerato di item</td> + </tr> + <tr> + <td>item di un elenco</td> + <td>[*]elemento[/*]</td> + <td><ul> + <li>elemento</li> + </ul> + </td> + <td>aggiungi un item a un elenco</td> + </tr> + <tr> + <td>codice</td> + <td>[code]some code[/code]</td> + <td><pre class="code_pre">some code</pre> + </td> + <td>aggiungi del codice</td> + </tr> + <tr> + <td>link semplice</td> + <td>[a]url[/a]</td> + <td><a href="url">url</a></td> + <td>crea un link semplice</td> + </tr> + <tr> + <td>link con testo</td> + <td>[a]url|text[/a]</td> + <td><a href="url">text</a></td> + <td>crea un link con testo</td> + </tr> + <tr> + <td>notebook</td> + <td>[notebook]id[/notebook]</td> + <td>id</td> + <td>crea un link al notebook con l'identificatore corrispondente a id (l'identificatore di ogni modello di + dispositivo si trova nella pagina del dispositivo stesso, accanto al nome del modello</td> + </tr> + <tr> + <td>wifi</td> + <td>[wifi]id[/wifi]</td> + <td>id</td> + <td>crea un link alla wifi con l'identificatore corrispondente a id (l'identificatore di ogni modello di + dispositivo si trova nella pagina del dispositivo stesso, accanto al nome del modello)</td> + </tr> + <tr> + <td>scheda video</td> + <td>[videocard]id[/videocard]</td> + <td>id</td> + <td>crea un link alla scheda video con l'identificatore corrispondente a id (l'identificatore di ogni modello di + dispositivo si trova nella pagina del dispositivo stesso, accanto al nome del modello)</td> + </tr> + </tbody> + </table> + + <p> </p> + + <h2 name="compatibility">Classi di compatibilità</h2> + + <h3 name="notebook-compatibility">Notebooks</h3> + <dl> + <dt>Classe A (Platino)</dt> + <dd>Tutti i dispositivi del portatile funzionano ad alte prestazioni. </dd> + <dd class="example">Per esempio: funzionano tutti i dispositivi, l'accelerazione 3D è supportata.</dd> + <dt>Classe B (Oro)</dt> + <dd>Tutti i dispositivi del portatile funzionano ma non a piene prestazioni. </dd> + <dd class="example">Esempio tipico: funzionano tutti i dispositivi, ma l'accelerazione 3D non è supportata.</dd> + <dt>Classe C (Argento)</dt> + <dd>Uno dei dispositivi principali non è supportato. </dd> + <dd class="example">Per esempio: la scheda wifi interna non funziona e serve una wifi esterna USB.</dd> + <dt>Classe D (Bronzo)</dt> + <dd>Più di uno dei dispositivi principali non è supportato.</dd> + <dt>Classe E (Spazzatura)</dt> + <dd>Il portatile non funziona con software libero.</dd> + </dl> + + <h3 name="printer-compatibility">Stampanti</h3> + <dl> + <dt>Classe A (Piena)</dt> + <dd>Sono supportate tutte le funzioni e le caratteristiche della stampante.</dd> + <dt>Classe B (Parziale)</dt> + <dd>La funzione di stampa è supportata, ma a velocità limitata o a scarsa qualità. Su alcune stampanti + multifunzione possono non essere supportate le funzioni di scanner e/o di fax.</dd> + <dt>Classe C (Nessuna)</dt> + <dd>La stampante non funziona con software libero.</dd> + </dl> + + <h3 name="scanner-compatibility">Scanner</h3> + <dl> + <dt>Classe A (Piena)</dt> + <dd>Sono supportate tutte le funzioni e le caratteristiche dello scanner.</dd> + <dt>Classe B (Parziale)</dt> + <dd>La funzione di scannerizzazione è supportata, ma a velocità limitata o a scarsa qualità. Qualche altra + caratteristica può non essere supportata.</dd> + <dt>Classe C (Nessuna)</dt> + <dd>Lo scanner non funziona con software libero.</dd> + </dl> + + <p></p> + + <h2 name="discover-hardware">Scopri il tuo hardware</h2> + <cite>(Grazie <a href="<?php echo $this->baseUrl;?>/issues/view/en/3/1/token">lluvia</a>)</cite> + + <p>Per sapere le caratteristiche e i dettagli del tuo hardware puoi seguire queste istruzioni:</p> + <dl> + <dt>Come scoprire il nome del modello del portatile</dt> + <dd>Guarda sotto al tuo notebook o al tuo netbook</dd> + <dt name="model-name">Come scoprire il nome del modello del tuo hardware (se non è un portatile)</dt> + <dd class="opt">Se il dispositivo è integrato (ad esempio: una scheda video)</dd> + <dd>Apri un terminale e digita il seguente comando:</dd> + <dd><pre class="terminal">lspci -vmm</pre> + </dd> + <dd>o</dd> + <dd><pre class="terminal">lspci -vmm > FILENAME # Puoi anche scrivere l'output del comandi lspci su un file digitando<!-- l'output del comandi un file digitando :)--></pre> + </dd> + <!-- dd>dove "filename" è il nome del file</dd --> + <dd>Otterrai la lista di tutti i tuoi dispositivi PCI, simile a quella scritta sotto</dd> + <dd><pre class="terminal">Slot:03:00.0 + Class:Network controller + Vendor:Broadcom Corporation + Device:<b>BCM4311 802.11b/g WLAN</b> + SVendor:Hewlett-Packard Company + SDevice:Device 1375 + Rev:02 + + Slot:07:05.0 + Class:FireWire (IEEE 1394) + Vendor:Ricoh Co Ltd + Device:<b>R5C832 IEEE 1394 Controller</b> + SVendor:Hewlett-Packard Company + SDevice:Device 30cf + Rev:05 + ProgIf:10</pre> + </dd> + <dd>Il nome di ogni device è scritto alla riga "Device", dopo i due punti (guarda il testo in grassetto nella + lista superiore)</dd> + <dd class="opt">Se è un dispositivo USB (ad esempio: una stampante USB)</dd> + <dd>Apri un terminale e digita il seguente comando:</dd> + <dd><pre class="terminal">lsusb -v</pre> + </dd> + <dd>o</dd> + <dd><pre class="terminal">lsusb -v > FILENAME # l'output del comandi un file digitando</pre> + </dd> + <!-- dd>dove "filename" è il nome del file</dd --> + <dd>Otterrai la lista di tutti i dispositivi USB, simile a quella sxcritta sotto</dd> + <dd><pre class="terminal">Bus 001 Device 002: ID 0846:4260 NetGear, Inc. WG111v3 54 Mbps Wireless [realtek RTL8187B] + Device Descriptor: + bLength 18 + bDescriptorType 1 + bcdUSB 2.00 + bDeviceClass 0 (Defined at Interface level) + bDeviceSubClass 0 + bDeviceProtocol 0 + bMaxPacketSize0 64 + idVendor 0x0846 NetGear, Inc. + idProduct 0x4260 <b>WG111v3 54 Mbps Wireless [realtek RTL8187B]</b> + bcdDevice 2.00 + iManufacturer 1 + iProduct 2 + iSerial 3 + ... + ... + + Bus 002 Device 003: ID 08ff:2580 AuthenTec, Inc. AES2501 Fingerprint Sensor + Device Descriptor: + bLength 18 + bDescriptorType 1 + bcdUSB 1.10 + bDeviceClass 255 Vendor Specific Class + bDeviceSubClass 255 Vendor Specific Subclass + bDeviceProtocol 255 Vendor Specific Protocol + bMaxPacketSize0 8 + idVendor 0x08ff AuthenTec, Inc. + idProduct 0x2580 <b>AES2501 Fingerprint Sensor</b> + bcdDevice 6.23 + iManufacturer 0 + iProduct 1 Fingerprint Sensor + iSerial 0 + bNumConfigurations 1 + ... + ...</pre> + </dd> + <dd>Il nome di ogni dispositivo è scritto alla riga che inizia con la stringa "idProduct" (guarda il testo in + grassetto nella lista superiore)</dd> + <dt>Come scoprire che versione del kernel libre stai usando</dt> + <dd>Apri un terminale e digita questo comando</dd> + <dd><pre class="terminal">uname -r</pre> + </dd> + <dt>Come scoprire il nome della tua scheda video</dt> + <dd>Apri un terminale e digita questo comando:</dd> + <dd><pre class="terminal">sudo lspci</pre> + </dd> + <dd>Poi cerca la riga contenente la stringa <b>VGA</b> o <b>Display controller</b>. Puoi anche provare con uno di + questi comandi:</dd> + <dd><pre class="terminal">lspci | grep "Display controller"</pre> + </dd> + <dd>o</dd> + <dd><pre class="terminal">lspci | grep "VGA"</pre> + </dd> + <dt name="vendoridproductid">Come scoprire il VendorID e il ProductID del tuo dispositivo (VendorID:ProductID + code)</dt> + <dd><cite>(Grazie <a + href="http://trisquel.info/en/forum/h-nodecom-new-website-hardware-database#comment-5839">Michał Masłowski</a> + e <a href="http://trisquel.info/en/forum/h-nodecom-new-website-hardware-database#comment-5837">Julius22</a>) + </cite></dd> + <dd class="opt">Se il dispositivo è integrato (per esempio una scheda video)</dd> + <dd>Apri un terminale e digita il seguente comando:</dd> + <dd><pre class="terminal">sudo lspci -nnk</pre> + </dd> + <dd>Dovresti ottenere una lista di hardware simile a quella scritta qui sotto</dd> + <dd><pre class="terminal"> 03:00.0 Network controller [0280]: Broadcom Corporation BCM4311 802.11b/g WLAN [<b>14e4:4311</b>] (rev 02) + Kernel driver in use: b43-pci-bridge + Kernel modules: ssb + 05:00.0 VGA compatible controller [0300]: nVidia Corporation G86 [GeForce 8400M GS] [<b>10de:0427</b>] (rev a1) + Kernel modules: nouveau, nvidiafb</pre> + </dd> + <dd class="note"><span class="note">Note:</span> Le stringhe in <b>grassetto</b> e tra parentesi quadre (nella + lista qui sopra) sono il codice che stai cercando. Il primo gruppo di cifre (prima dei due punti) è il + <b>VendorID</b>, il secondo gruppo è il <b>ProductID</b>. Nell'esempio qui sopra: il codice VendorID:ProductID + della scheda wifi (nota le stringhe "Network controller" e "WLAN") è <b>14e4:4311</b> mentre il codice + VendorID:ProductID della scheda video (nota la stringa "VGA") è <b>10de:0427</b></dd> + <dd class="opt">Se si tratta di un dispositivo USB (per esempio una wifi esterna USB)</dd> + <dd>Apri un terminale e digita questo comando:</dd> + <dd><pre class="terminal">sudo lsusb</pre> + </dd> + <dd>Dovresti ottenere una lista di hardware simile a quella scritta qui sotto</dd> + <dd><pre class="terminal"> Bus 001 Device 002: ID <b>0846:4260</b> NetGear, Inc. WG111v3 54 Mbps Wireless [realtek RTL8187B] + Bus 001 Device 001: ID <b>1d6b:0002</b> Linux Foundation 2.0 root hub + Bus 002 Device 003: ID <b>08ff:2580</b> AuthenTec, Inc. AES2501 Fingerprint Sensor</pre> + </dd> + <dd class="note"><span class="note">Note:</span> Le stringhe in <b>grassetto</b> (nella lista qui sopra) sono il + codice che stai cercando. Il primo gruppo di cifre (prima dei due punti) è il <b>VendorID</b>, il secondo gruppo + è il <b>ProductID</b>. Nell'esempio qui sopra: il codice VendorID:ProductID della wifi esterna USB (nota la + stringa "Wireless") è <b>0846:4260</b></dd> + <dt>Come scoprire se funziona la scheda video</dt> + <dd>Installa <code><a href="http://rss-glx.sourceforge.net/">rss-glx</a></code> tramite il gestore di pacchetti + della tua distribuzione o compilando dai sorgenti e prova degli screensaver (per esempio <b>Skyrocket</b> o + <b>Solarwinds</b>). Controlla se parte lo screensaver (e/o se si vede "fluido")</dd> + <dt>Come scoprire se funziona l'accelerazione 3D</dt> + <dd>Prova ad attivare compiz</dd> + <dt>Come scoprire il nome della tua scheda wifi</dt> + <dd>Apri un terminale e digita questo comando:</dd> + <dd><pre class="terminal">sudo lspci</pre> + </dd> + <dd>Poi cerca la riga contenente la stringa <samp><b>Wireless</b></samp> o <samp><b>Network controller</b></samp>. + Puoi anche provare uno dei seguenti comandi:</dd> + <dd><pre class="terminal">lspci | grep "Wireless"</pre> + </dd> + <dd>o</dd> + <dd><pre class="terminal">lspci | grep "Network"</pre> + </dd> + <dt>Come scoprire che driver per la stampante stai usando</dt> + <dd class="opt">Se stai usando cups</dd> + <dd>Apri un terminale e digita il seguente comando:</dd> + <dd><pre class="terminal">dpkg-query -W -f '${Version}\n' cups</pre> + </dd> + <dt>How to discover the architecture of your notebook</dt> + <dd>Open a terminal and type the following command:</dd> + <dd><pre class="terminal">dpkg --print-architecture</pre> + </dd> + </dl> + + <p> </p> + + <h2 name="fully-free">Lista di distribuzioni GNU/Linux completamente libere</h2> + + <!-- p class="attention"><span class="highlight">La <strong>h-node</strong> non è responsabile del contenuto di altri siti + web, né di quanto il contenuto di tali siti sia aggiornato.</span></p --> + + <p>Le seguenti sono le distribuzioni <a href="http://www.gnu.org/gnu/linux-and-gnu.it.html">GNU/Linux</a> a noi note + che hanno una rigorosa politica di inclusione e indicazione di solo software libero. Queste distribuzioni escludono + applicazioni, piattaforme di programmazione, driver e firmware ("blob") che non siano liberi, e rimuovono quelli + inclusi per errore. Per saperne di più su cosa rende <a href="http://www.gnu.org/distros/free-distros.it.html">libera + una distribuzione GNU/Linux</a>, si vedano le GNU <a + href="http://www.gnu.org/distros/free-system-distribution-guidelines.it.html">linee guida per le distribuzioni + libere</a>.</p> + + <p><strong>Tutte le distribuzioni che seguono sono installabili sul disco di un computer e la maggior parte può essere + eseguita da un supporto</strong> (CD, memoria USB) senza che nulla debba essere installato sul computer.</p> + + <p>In ordine alfabetico</p> + + <ul> + <li><a href="http://www.blagblagblag.org/">BLAG GNU/Linux</a></li> + <li><a href="http://dragora.usla.org.ar/wiki/doku.php">Dragora GNU/Linux</a></li> + <li><a href="http://dynebolic.org/">Dynebolic GNU/Linux</a></li> + <li><a href="http://www.gnewsense.org/">gNewSense GNU/Linux</a></li> + <li><a href="http://www.musix.org.ar/">Musix GNU+Linux</a></li> + <li><a href="https://parabolagnulinux.org/">Parabola GNU/Linux</a></li> + <li><a href="http://trisquel.info/">Trisquel GNU/Linux</a></li> + <li><a href="http://www.ututo.org/www/">Ututo GNU/Linux</a></li> + <li><a href="http://venenux.org/">Venenux GNU/Linux</a></li> + </ul> + </div> +
\ No newline at end of file diff --git a/h-source/Public/Css/main.css b/h-source/Public/Css/main.css index 8684a83..4b1feb6 100644 --- a/h-source/Public/Css/main.css +++ b/h-source/Public/Css/main.css @@ -1,2942 +1,2298 @@ -/*stili per il layout fisso*/ -html, body -{ - margin: 0; - padding:0; -} - -body -{ - font:normal 15px/1.3 sans-serif,arial; - text-align: center; - background:#ffffff; -} - -img -{ - border:0px; -} - -.message_view_description li, .issues_view_description li, .talk_message_item_content li, .message_view_description_hidden li -{ - margin-left:1em; -} - - -div#container -{ - width: 950px; - margin: 0px auto; - text-align: left; - background:white; -} - - -/*stile header grande*/ -div#external_header { - background:#b7f18c; - text-align:center; - height:80px; -} -div#header { - background:#b7f18c; - width: 950px; - margin: 0px auto; - text-align:left; - height:80px; -} - -div#top_menu_external -{ - text-align:center; - background:#015512; - margin-bottom:50px; -/* border-top:1px solid #4169E1; */ -/* border-bottom:1px solid #4169E1; */ -} - -div#top_menu -{ - font:bold 15px sans-serif,arial; - text-align:left; - padding:0.4em 0px; - background:#015512; - width: 950px; - margin: 0px auto; -} -#top_menu .currentitem a -{ - background:#DC143C; - color:#FFF; -} - -div#top_menu a -{ - font:bold 16px sans-serif,arial; - padding:0.4em 10px; - text-decoration:none; - font-weight:bold; - color:#FFF; -/* border-left:1px solid #4169E1; */ -} -#top_menu a:hover, -#top_menu a:focus, -#top_menu a:active -{ - background:#61c418; -} - -div#top_menu ul -{ - list-style-type: none; - display:inline; - margin:0px; - padding:0px; -} - -div#top_menu li -{ - display:inline; -/* padding:10px; */ -} - - -div#left -{ - width:730px; - float:left; -} - -div#right -{ - width:198px; - float:right; -} - -.login_username_input,.login_password_input -{ - width:150px; -} - -.login_table_box -{ - clear:left; - margin:5px; - margin-bottom:35px; -} -.statistics_ext_box -{ - margin:5px; - margin-bottom:30px; -} -.statistics_int_title -{ - margin:5px 0px 15px 0px; - padding:3px 0px; -/* background-color:#B7F18C; */ - border-bottom:2px solid #DC143C; - font-weight:bold; -} -.statistics_hard_title -{ - margin:5px 0px; - color:#808080; -} -.user_logged -{ - margin-left:55px; - color:black; - font-weight:bold; -} -.login_right_label -{ - font-weight:bold; -} -.login_right_form input -{ - border:1px solid #6495ED; - width:180px; - padding:2px; - margin:3px 0px; -} - -.login_input -{ - width:100px; -} - -.login_form_title -{ - color:black; - -/* padding:10px; */ -/* background:#5c98dc; */ -} - -.login_box -{ - margin-bottom:400px; -} - -.hardware_element -{ - margin:5px; - padding:10px; - background:#c7daef; -/* border-bottom:1px solid #6495ED; */ -} -.hardware_element_link -{ - margin:0px 10px; -} -.notebook_view_title -{ - width:400px; - height:50px; - float:left; - overflow:hidden; -/* background:red; */ - margin:10px 0px 10px 10px; - font:normal 14px/1 sans-serif,arial; -} - -.notebook_insert_link -{ -/* border:1px solid black; */ -/* background-color:#c1e3ef; */ - width:200px; -/* background:orange; */ - float:right; - padding:3px 6px 1px 3px; - margin:0px 5px 30px 5px; - text-align:right; - overflow:hidden; - height:48px; -} - -.select_entry -{ -/* width:400px; */ - padding:2px; -/* border:1px solid #6495ED; */ -} -.input_entry, .talk_input_entry -{ - width:400px; - padding:2px; - border:1px solid #6495ED; -} -.textarea_entry, .talk_textarea_entry, .device_textarea_entry -{ - width:630px; - height:300px; - padding:2px; - border:1px solid #6495ED; -} -.device_textarea_entry -{ - width:400px; - height:50px; -} -/*.talk_input_entry -{ - border:1px solid #CECECE; -}*/ -.form_entry .talk_textarea_entry -{ - width:400px; - height:200px; - border:1px solid #6495ED; -} -.notebooks_insert_form -{ - width:660px; - margin-left:10px; -} -.notebooks_insert_form .entry_label -{ - display:block; - padding:3px 0px; -/* background:#E6E6FA; */ - width:600px; - font-weight:bold; -} -.form_entry -{ - margin:20px 0px; -} - - -div#footer{ - margin:0px; - color: #000; - height:40px; - background:#b7f18c; - clear:both; -} - -/*div#navigation li{background: url(immagini/tabella1.png) no-repeat left center;}*/ -a.link_menu -{ - font: bold 16px/1.75em sans-serif,arial; - text-decoration: none; - color:#4169E1; - margin-left:10px; -} - - -/*box contenente i link per tornare nel pannello utente e per sloggarsi*/ -.your_status_box -{ - background:#E6E6FA; - padding:5px; -} - -.login_note -{ - color:#8080a6; - margin:10px; - padding:5px 0px; - border-top:2px solid #8080a6; - border-bottom:2px solid #8080a6; - - font: normal 16px/1.3 sans-serif,arial; -} - -/*singolo box contentente un portatile in view all*/ -.notebooks_viewall -{ - clear:both; - clear:right; - margin:40px 0px; - padding:3px; -/* border:2px solid #7dafe7; */ - font: normal 14px/1.5 sans-serif,arial; - -} -.model_viewall -{ - margin:40px 10px; -/* background-color:#F7F7F7; */ -/* border:1px solid #CECECE; */ -/* padding:10px; */ -} -.notebook_model -{ -/* background:orange; */ - padding:5px 0px; - margin:0px 5px; - overflow:hidden; - width:100%; -/* margin-bottom:10px; */ - font:normal 14px/1 sans-serif,arial; - border-bottom:1px solid #7e0000; -} -.notebook_vendor, .notebook_compatibility, .notebook_kernel, .model_tested_on -{ - margin:5px 0px; -/* background:#eaebec; */ - padding:5px; - width:654px; - overflow:hidden; -/* border-top:2px solid #a4c8f1; */ -} -.inner_label -{ - float:left; - width:300px; -} -.inner_value -{ - float:left; - width:300px; - color:#1f538e; - font-weight:bold; -} -.notebook_description_label -{ -/* background:#B7F18C; */ - padding:5px 0px; - margin:0px 5px; - margin-top:1.5em; -/* margin-bottom:10px; */ - font:bold 14px/1 sans-serif,arial; - border-bottom:1px solid #7e0000; -/* border-bottom:1px solid #228B22; */ -} -.notebook_description_value -{ -/* border-top:2px solid #a4c8f1; */ - margin:5px 0px; -/* background:#eaebec; */ - padding:5px 5px; - width:704px; - overflow:hidden; -} -.notebook_view_link -{ - margin-top:10px; -} - - -/*alert string*/ -.alert { - clear:left; - clear:right; - font:bold 12px/1.5 sans-serif,arial; - padding:2px; - margin:5px 5px 15px 5px; -/* background:TOMATO; */ -/* border-top:2px solid MAROON; */ -/* border-bottom:2px solid MAROON; */ - color:MAROON; -} - -/*executed operation string*/ -.executed { - font:bold 12px/1.5 sans-serif,arial; - padding:5px; - margin:5px 5px 15px 5px; - background:#E0FFFF; - border-top:2px solid #ADD8E6; - border-bottom:2px solid #ADD8E6; - color:#4169E1; -} - -.view_page_top_box -{ - overflow:hidden; - width:664px; -} -/*div that contains the update form*/ -.view_page_update_button -{ - float:right; -} -/*.view_page_update_button input -{ - height:35px; -}*/ -.view_page_update_button form -{ - width:38px; - padding:0px; -} -.view_page_back_button -{ - float:left; - width:50px; -} -/*the update submit button*/ -.update_submit_class -{ - padding:2px; - width:45px; - font:normal 14px/1 sans-serif,arial; - cursor:pointer; -} -/*div that contains the link to the history page*/ -.view_page_history_button -{ - float:right; - width:30px; - padding:3px; - margin-left:17px; -/* border:1px solid #a4c8f1; */ -/* height:30px; */ -} -.view_page_history_button a -{ - text-decoration:none; - color:#000; -} - -.page_history -{ - margin:0px; - padding:0px; -} -.page_history_item -{ - list-style-type: none; - padding:5px; - margin:2px; - border-top:1px dashed #a4c8f1; -} -.page_history_current_item -{ - list-style-type: none; - padding:5px; - margin:5px 0px; -/* background:#ADD8E6; */ -} -.history_title -{ - font:normal 14px/1 sans-serif; - margin:10px; - padding:3px; -} - -.revision_alert -{ - background:#f1d8d8; - padding:8px; - margin:5px; - margin-bottom:20px; - border-bottom:1px solid #d26262; - border-top:1px solid #d26262; -} - -/*page list in history*/ -.history_page_list, .history_page_list_news { - text-align:left; - font:normal 14px/1 sans-serif,arial; - padding:10px; - margin-bottom:15px; -} -.history_page_list_news -{ - background:#C7DAEF; - margin:5px; -} -div.history_page_list a, div.history_page_list_news a { - padding:5px 10px; - border-left:1px outset #000; -/* border:1px outset #708090; */ -/* color:#B0E0E6; */ -/* background:#4169E1; */ -} - -div.history_page_list a.currentPage, div.history_page_list_news a.currentPage -{ - font-weight:bold; - background:#DCDCDC; -} -div.history_page_list_news a -{ - border-left:none; - color:#4169E1; - font-weight:bold; -} - -.viewall_no_items_found -{ - font:normal 14px/1 sans-serif,arial; - margin:10px; - padding:5px; -} - - - -.viewall_popup_menu_box { - width:725px; - height:30px; - margin-bottom:0px; - margin-top:10px; - margin-left:0px; -} - -.viewall_popup_menu_status -{ - clear:left; - width:725px; - overflow:hidden; - margin-left:0px; - text-align:center; -} -.viewall_popup_menu_status_item -{ - width:139px; - float:left; - margin-left:3px; - color:#FF4500; - font-weight:bold; - font: bold 13px/1 sans-serif,arial; -} - -ul#menuBlock { -/* float:right; */ - float:left; - margin:0px; - padding:0px; - list-style:none; - height:24px; -} -ul#menuBlock li { - position:relative; - display:block; - float:left; - margin-left:3px; - width:139px; - height:22px; - text-align:center; - background: url('../Img/popup_back.png') no-repeat top left; -/* background:#FFA500; */ - padding-top:3px; -} - -ul#menuBlock li a { - color:#000000; - font: normal 12px/1 sans-serif,arial; -} - -ul#menuBlock li ul { - margin:0px; - padding:0px; - list-style:none; - position:absolute; - top:24px; - left:-3px; - display:none; -} -ul#menuBlock:hover li ul -{ - display:block; -} -ul#menuBlock li ul li { - background:#ffef84; - border-top:1px solid #ec8459; -} - - -/*view files with differences*/ -.diff_ext_box -{ - margin:0px 5px 30px 5px; -} -.diff_item_label -{ -/* background:#ADD8E6; */ -/* padding:3px; */ - border-bottom:1px solid black; -} -.diff_item_text -{ - color:#7c7a7a; - background:#F0FFF0; - padding:3px; -} -del -{ - color:red; -} -ins -{ - color:green; -} - - - -/*tree navigation*/ -.position_tree_box -{ - margin:5px 5px 25px 5px; - padding:5px; - font:normal 14px/1 sans-serif,arial; - border-top:1px solid #DC143C; - border-bottom:1px solid #DC143C; -} -.position_tree_box a -{ - text-decoration:none; - color:#DC143C; -} -.last_tree_element -{ - font-weight:bold; -} - - - -.td_with_distribution_checkboxes -{ - position:relative; - display:block; -} -.dist_checkboxes_hidden_box -{ - display:none; - position:absolute; - background:#C1E3EF; - top:20px; - left:0px; - width:400px; - padding:3px; -} -.dist_checkboxes_hidden_box_inner -{ - height:150px; - overflow:auto; - z-index:400; -} -.hidden_box_item -{ - margin-bottom:10px; -} -/*wiki code*/ -.code_pre -{ -/* width:650px; */ - max-height:300px; - overflow:auto; - background:#f9f4a7; - padding:5px 0 5px 5px; - font-size:12px; -/* color:#4169E1; */ - border:1px dashed #d4cb3b; -} - -.div_h1 -{ - font:bold 18px/1 sans-serif,arial; - border-bottom:1px solid gray; - padding:3px 0px; - margin:20px 0px 10px 0px; - color:gray; -} -.div_h2 -{ - font:bold 17px/1 sans-serif,arial; - color:gray; -} -.div_h3 -{ - font:bold 16px/1 sans-serif,arial; - color:gray; -} -.div_lang -{ - margin-top:4em; - padding:8px; - background:#cfe2ff; - /*border-top:1px solid #FFA500; - border-bottom:1px solid #FFA500;*/ -} -.div_lang a -{ - padding:0px 3px; -} -.talk_login_notice -{ - margin:5px 5px; - padding:5px; - font:bold 14px/1 sans-serif,arial; -/* border:1px solid #4169E1; */ -/* color:#4169E1; */ -/* background:#9acee3; */ -} -.talk_message_item -{ - margin:5px 0px 35px 5px; -} -.talk_message_item_title_date -{ - border-bottom:1px solid gray; - padding-bottom:5px; -/* width:300px; */ -} -.talk_message_item_title -{ - font:bold 14px/1 sans-serif,arial; - margin-bottom:5px; -} -.talk_message_item_date -{ - font:normal 12px/1 sans-serif,arial; - color:gray; -} -.talk_message_item_content -{ - padding:5px 0px; -} -.talk_form_external_box -{ - margin-bottom:20px; -} - -.model_id -{ - font:normal 12px/1 sans-serif,arial; -/* color:gray; */ - margin:5px 3px; - padding:3px; -} - -.top_left_images -{ - height:45px; - margin-top:2px; -} -.top_left_note_image -{ - height:45px; -} -.top_left_images_help -{ - height:30px; - margin-bottom:-10px; -} - -.who_you_are_and_logout, .your_panel_link -{ - margin:5px 0px 15px 0px; - padding:5px 10px; - background-color:#B7F18C; -/* font-weight:bold; */ -/* border-top:1px solid #015512; */ -/* border-bottom:1px solid #015512; */ -} -.your_panel_link -{ - background:#DC143C; -/* color:#FFF; */ -} -.your_panel_link a -{ - font-weight:bold; - color:#FFF; -} - -/*form*/ -.entryLabel { - display:block; - font:bold 12px/1em sans-serif,arial; - padding:3px 0px; - margin-top:10px; -/* background:#E6E6FA; */ - width:450px; -} - -.formEntry { - margin:20px 0px; -} - -.formEntry input,.formEntry textarea { - width:450px; - padding:3px; - border: 1px solid #CECECE; -} -.formEntry textarea -{ - height:100px; -} -.formClass { - margin:10px; - margin-right:-40px; - width:450px; -} - -.inputEntry { - margin:10px 0px; - float:left; - width:80px; - height:30px; -} - -.panel_top_box -{ - background-color:#C1E3EF; - margin:5px 5px 35px 5px; - padding:10px; - font:bold 14px/1 sans-serif,arial; - border-bottom:1px solid #097fbc; -} -.panel_top_box a -{ - color:#097fbc; -} - -/*list of application in the panel main action*/ -.panelApplicationList -{ - padding:0px; - margin:0px; -} -.panelApplicationList li -{ - display:block; - width:450px; - height:30px; - margin:5px; - padding-top:9px; -} - -.panelApplicationList li a -{ - margin:5px; - font: bold 14px/1 sans-serif,arial; - color:#097fbc; -} - -.confirm_notice -{ - margin:10px; -/* padding:10px; */ - font:normal 14px/1.5 sans-serif,arial; -} - -.meet_item -{ - margin:20px 0px; -} -.meet_item_inner -{ - border-bottom:1px dashed #ed9f4a; - font-weight:bold; -/* color:#8f0754; */ -} -.meet_contrib_link, .contrib_explain_box -{ - margin:10px; -} -.users_contrib_item -{ - margin:10px; - padding:2px 0px; - border-bottom:1px dashed #ed9f4a; -/* color:#8f0754; */ -} -.external_users_contrib -{ - margin-bottom:40px; -} -.contrib_explain_box -{ - font-weight:bold; - margin-bottom:30px; -} -.users_meet_box -{ - margin:25px 30px; - padding:5px 20px; - background:#f6ea99; - border-bottom:1px solid #ed9f4a; - border-top:1px solid #ed9f4a; -} -.delete_account_notice_box -{ - margin:25px 10px; -} -.climb_form_ext_box -{ - margin:25px 10px; -} - -.new_account_title -{ - margin:10px; -} - -.viewall_popup_menu_box_external, .edit_form -{ - clear:left; - clear:right; - margin-bottom:20px; -/* background:#E0FFFF; */ - padding:0px 10px 10px 0px; -} - -.manage_account_link_box -{ - margin:5px 0px; -} - -.login_right_box -{ - margin-bottom:15px; -} - -.mandatory_fields_notice -{ - margin:10px 0px; -} - -.help_tables_of_contents -{ - margin:10px; - padding:10px; -} - -.bottom_licence_notice -{ - font:normal 12px/1.2 sans-serif,arial; - padding:10px; - background:#E0FFFF; - margin:25px 0px 5px 0px; -} -.top_licence_notice -{ - clear:left; - clear:right; - font:normal 12px/1.2 sans-serif,arial; - padding:10px; - background:#E0FFFF; - margin:25px 0px 5px 0px; - text-align:left; -} - -/*.copyright_notice_box -{ - text-align:right; - font: normal 12px/1 sans-serif,arial; - padding:14px; -}*/ - -.copyright_notice_box, .footer_credits_box -{ - width:120px; - float:right; - font: normal 12px/1 sans-serif,arial; - padding:14px; - border-left:3px solid #FFF; -} -.footer_credits_box -{ - width:40px; - border-left:3px solid #FFF; -} -.home_objectives_description -{ - margin:5px; - overflow:hidden; - width:100%; -} -.home_objectives_description img -{ - float:left; - margin-right:5px; -} -.home_objectives_title -{ - margin:15px 5px 5px 5px; -/* background:#90EE90; */ - font-weight:bold; - padding:5px 0px; - border-bottom:1px solid #228B22; -} - -.credits_item_title -{ - margin:15px 5px 5px 5px; -/* background:#90EE90; */ - padding:5px; - border-bottom:1px solid #228B22; - font-weight:bold; -} -.credits_item_description -{ - padding:5px; - margin:5px; - overflow:hidden; - width:100%; -} - -.home_container -{ - margin:20px 0px; -} - -.issues_external_box -{ - margin:40px 5px; -} -.issues_viewall_title -{ - margin:10px 2px; - font-weight:bold; -} -.issues_viewall_table -{ - font:normal 14px/1 sans-serif,arial; -} -.issues_viewall_table td -{ -/* background:#E6E6FA; */ - padding:5px; -/* border-bottom:1px solid #E6E6FA; */ -} -.issues_viewall_table th -{ - background:#ADD8E6; - border-top:1px solid #4169E1; - border-bottom:1px solid #4169E1; - padding:5px; -} - -.issues_view_title, .issues_view_description_title -{ - font:bold 14px/1 sans-serif,arial; - padding:5px 0px; - border-bottom:1px solid black; -} -.issues_view_status_and_priority -{ - margin:20px 0px; - font:normal 12px/1 sans-serif,arial; -} -.issues_view_description -{ - margin:20px 0px; -} - -.add_issue_form_title -{ - margin:30px 5px; - font-weight:bold; -} -.add_issue_form -{ - margin:30px 5px; -} - -.contact_div -{ - margin:10px; -} - -.help_external_box -{ - margin:5px; -} -.help_wiki_table thead -{ - text-align:left; -} - -.hardware_element_image -{ - height:50px; -} -.markItUpContainer -{ - z-index:0; -} - -.search_form -{ - clear:both; - margin:5px 5px 50px 5px; -} -.search_form_pciid -{ - clear:both; - margin:5px 5px 50px 5px; -} -.search_form_label -{ - overflow:hidden; - height:22px; - margin:15px 5px 20px 5px; -/* background:#90EE90; */ - padding:5px 0px; - border-bottom:1px solid #228B22; - font-weight:bold; -} -.input_entry_search -{ - width:250px; - border: 1px solid #CECECE; - padding:2px; -} - -.search_result_item -{ - margin:5px 5px 15px 5px; - border-top:1px solid #CECECE; - padding:5px 0px; -} -.search_result_item .first_level -{ - overflow:hidden; -} - -.search_result_item_left -{ - width:300px; - float:left; -} -.search_result_item_right -{ - width:400px; - float:left; -} -.diff_color_notice -{ - background:#f1d8d8; - padding:8px; - margin:5px; - margin-bottom:20px; - border-bottom:1px solid #d26262; - border-top:1px solid #d26262; -} - -.gray_text_notice -{ - color:#7c7a7a; -} -.credits_external_box -{ - margin-bottom:40px; -} -.notebook_model img -{ - float:left; -} -.span_model_name -{ - float:left; - margin-left:10px; - padding-top:5px; -} - -/*dialog*/ -#dialog-form, #delete_dialog -{ - display:none; -} -#suggest_dialog -{ - display:none; -} -#dialog-form table -{ - text-align:left; -} -#dialog-form input -{ - width:300px; - border:1px solid #CECECE; -} -#dialog-form textarea, #delete_dialog textarea -{ - width:300px; - height:100px; - border:1px solid #CECECE; -} -.ask_for_removal_class -{ - float:right; - padding-top:5px; -} -.deletion_motivations_title -{ - margin:15px 5px; - border-bottom:1px solid #D26262; -} - -.deletion_motivations_iternal -{ - margin:15px 5px; - padding:5px; - border:1px dashed #D26262; -} -.deletion_motivations_iternal_message -{ - -} - -.news_external_box -{ - margin:5px; - margin-bottom:40px; -} -.news_item -{ -/* background:#f8f1b2; */ -/* padding:5px; */ - margin:30px 0px; -/* border:1px solid #f99f4f; */ -} -.news_item_title -{ - font-weight:bold; - margin:0px 0px 4px 0px; - padding-bottom:5px; - border-bottom:1px solid #9d1d04; - color:#9d1d04; -} -.news_item_date -{ - font: normal 13px/1 sans-serif,arial; -/* color:#e86a17; */ - color:gray; - margin:0px 0px 10px 0px; -} - -.discover_hardware, .download_database -{ - text-align:center; - margin-bottom:5px; -} -.download_database -{ - margin-bottom:30px; -} - -.download_table -{ - margin:10px 0px; - padding:5px; -} -.download_table td -{ - padding:5px 5px; - background:#E0FFFF; -} - -.help_external_box h1 -{ - background:#FFD700; - padding:5px 10px; - color:#800000; - border-top:1px solid #800000; - border-bottom:1px solid #800000; - font:normal 20px/1 sans-serif,arial; -} - -.right_box_ext_box -{ - margin:5px; - margin-bottom:300px; -} - -.add_message_form_title -{ - margin:15px 0px; - font-weight:bold; - padding:5px 0px; - color:#4169E1; -} - -.issues_message_item, .issues_message_item_preview, .issues_message_item_hidden, .talk_message_item_hidden -{ - padding:10px; - margin:20px 0px; - background:#eaf2f4; - border-top:1px solid #4169E1; - border-bottom:1px solid #4169E1; -} -.issues_message_item_hidden, .talk_message_item_hidden -{ - background:#FFF; -/* background:#b5d6e0; */ - border-top:1px dashed #bcbcbc; - border-bottom:1px dashed #bcbcbc; -} -.issues_message_item_preview -{ - margin:5px 0px 20px 0px; - background:#FFF; - border:1px dashed #f9a92b; -} -.description_preview -{ - padding:10px; - margin:0px 0px; - border:2px dashed #f9a92b; -} -.description_preview_title -{ - padding:5px 0px; - margin:0px 0px; - font-style:italic; - color:#f9a92b; - font-weight:bold; -} -.talk_message_item_hidden -{ - margin-bottom:40px; -/* background:#f1f1f1; */ -} -.message_view_description -{ - clear:both; - margin-bottom:5px; -} -.message_view_description_hidden -{ - margin-top:5px; -} -.message_preview_notice -{ - color:#f9a92b; - margin:3px 3px; - font:italic 14px/1 sans-serif,arial; -} -.useful_links_ext div -{ - margin:3px 0px; - padding:1px; - padding-left:20px; - background: url(../Img/link.png) no-repeat left center; -} -.useful_links_ext div a -{ - color:#000; - text-decoration:none; - font:normal 14px/1 sans-serif,arial; -} -.issues_message_item_user -{ - overflow:hidden; - font-weight:bold; - margin-bottom:1em; -} -.issues_message_item_user_inner -{ - float:left; - width:500px; -} - -.hide_general, .block_general -{ - float:right; - margin-left:10px; - font-weight:normal; - text-decoration:none; - color:black; -} -.hide_general img -{ - margin-right:5px; - margin-bottom:-2px; -} -.block_general img -{ - margin-right:5px; - margin-bottom:-5px; -} -.language_links_box ul -{ - overflow:hidden; - margin:4px 5px 20px 5px; - padding:0px; - list-style-type:none; -} -.language_links_box ul li -{ - float:left; - width:90px; -/* background:red; */ - margin-bottom:10px; -/* margin-right:10px; */ - margin-top:5px; -} -.language_links_box ul li a -{ - padding:5px; - text-decoration:none; - color:black; -} -.language_links_box ul li a span -{ - margin-left:3px; -} -.language_links_box a.current_lang -{ - border-top:1px dashed #6495ED; - border-bottom:1px dashed #6495ED; -} - -.talk_numb_ext -{ - clear:both; - text-align:left; - margin-left:10px; -} -.talk_numb_ext a, .talk_numb_ext_wiki a -{ - display:block; - width:150px; - text-align:center; - padding:10px 0px; - text-decoration:none; - color:black; - background: url(../Img/talk_messages.png) no-repeat left center; - margin-bottom:10px; - float:right; - overflow:hidden; -} - -.details_of_hidden_message -{ - display:none; -} -.details_of_hidden_message_inner, .details_of_actions_inner, .details_of_actions_inner_user -{ - margin:10px 0px; - background:#fbfbfb; - padding:5px; - border:1px solid #BCBCBC; -} -.details_of_actions_inner -{ - background:#ecfffe; - border:1px solid #7ed0cb; -} -.details_of_actions_inner_user -{ -/* background:#F6EA99; */ -/* border:1px solid #F65637; */ -} -.md_type -{ - display:none; -} -.hidden_message_view_details -{ - font:normal 12px/1 sans-serif,arial; -} -.deleted_message_show -{ - margin:8px 0px 0px 0px; - font:normal 13px/1 sans-serif,arial; -} - -.noscript_dist_alert -{ - margin-bottom:5px; -} -.noscript_dist_alert span -{ - color:#6495ED; -} - -.isp_notice -{ - background:#dff1f8; - border:1px solid #6495ED; - padding:5px; - font:normal 14px/1.5 sans-serif,arial; -} - -.user_hardware_pages -{ - margin:10px 5px; - padding:10px; - background:#F1D8D8; - /*border-bottom:1px solid #DC143C; - border-top:1px solid #DC143C;*/ -} - -.moderator_box, .moderator_box_deleted -{ - overflow:hidden; - padding:10px; - margin:5px 5px 25px 5px; - background:#fbd59a; - border:1px solid #f65637; -} -.moderator_box_deleted -{ - background:#F0FFFF; - border:1px solid #ADD8E6; -} - -.listTable -{ - margin:20px 5px; -} - -/*MODERATORS' PAGE*/ -tr.listRow td{ - font: normal 14px/1 sans-serif,arial; - padding:10px 5px; -} - -tr.listHead { - font: bold 14px/1 sans-serif,arial; -} - -tr.listHead td { - padding:8px 4px; - background:#ADD8E6; - border-top:1px solid #4169E1; - border-bottom:1px solid #4169E1; -} - -.recordsBox { - margin:10px 5px; -} - -.recordsBox table { - width:100%; -} - -a.linkItem { -/* background:red; */ - font:bold 12px/1 sans-serif,arial; -} - -td.text_item_date -{ - width:25%; -} -.moderator_panel_link, .admin_panel_link -{ - margin:5px; - padding:10px; -/* border:1px solid #ED9F4A; */ -/* background:#F6EA99; */ -} -.admin_panel_link -{ -/* border:1px solid #DA70D6; */ -/* background:#F6EA99; */ -} -.noscript_notice -{ - margin:10px 5px; - padding:5px 10px; - background:#B0E0E6; - border:1px solid #4169E1; - color:#4169E1; -} -.search_img -{ - float:left; -} -.span_search_desc -{ - float:left; - margin-left:10px; - padding-top:0px; -} -.textarea_entry_search -{ - width:430px; - height:200px; - padding:3px; - border: 1px solid #CECECE; -} -.lspci_notice -{ - margin:10px 0px; - padding:5px 10px; - background:#B7F18C; - font-weight:bold; -/* border: 1px solid #CECECE; */ -} - -.lspci_item_found, .lspci_item_not_found -{ - margin:20px 5px; - background: url('../Img/search_back.png') no-repeat top left; -/* background: #C7DAEF; */ - padding:12px 15px; - border-bottom:3px solid #8eb5df; - border-right:1px solid #8eb5df; -} -.lspci_item_found_compat -{ - padding-left:37px; -} - -.search_result_model_name -{ - padding-left:10px; -} - -.search_item_found -{ - margin:5px; -} - -.lspci_item_not_found -{ - background: #ffe170; - border-bottom:3px solid #e8c224; - border-right:1px solid #e8c224; -} -.lspci_item_found_compat ul li -{ - list-style-type:none; -} -.lspci_item_found_compat ul -{ - margin:10px 20px; - padding:0px; -} -.found_ext -{ - margin-bottom:2em; -} - -.lspci_item_found_compat a -{ - text-decoration:none; - font:normal 16px/1 sans-serif; -} - -.last_modifications, .wiki_control_box -{ - margin:5px; - width:190px; - margin-bottom:2em; - background: url(../Img/back_last.png) no-repeat top left; -} -.wiki_control_box -{ - background: url(../Img/back_wiki.png) no-repeat top left; -} -.last_modifications ul, .wiki_control_box ul -{ - padding:8px; - padding-top:0px; -} -.wiki_control_box ul -{ - background: url(../Img/back_wiki.png) no-repeat bottom left; -} -.last_modifications li, .wiki_control_box li -{ - list-style-type:none; - margin:10px 5px; -} -.last_modifications_title -{ - padding-top:10px; - padding-left:14px; - font:bold 15px/1 sans-serif; -} -.last_modifications a -{ - -} -.last_modifications_model -{ - color:#3e3e3e; - text-decoration:none; -} -.last_modifications_all -{ - background: url(../Img/back_last.png) no-repeat bottom left; - padding-bottom:10px; -} -.last_modifications_all span -{ - margin-left:10px; - font:normal 14px/1 sans-serif; -} - -.wiki_external_box -{ - margin:4em 5px; - clear:both; - clear:right; -} -.wiki_page_title -{ - font:bold 18px/1 sans-serif,arial; - color:gray; - margin:20px 0px; - padding-bottom:4px; - border-bottom:1px solid #000; -} -.wiki_page_content -{ - margin:2em 0px; -} - -.talk_numb_ext_wiki -{ - float:left; - text-align:left; - margin-left:10px; -} -.blocked_notice -{ - float:right; - font:normal 12px/1 sans-serif; - color:#000; -} -span.entry_label_small -{ - font-weight:normal; - font-size:12px; -} - -/* - text-align:left; -} -#dialog-form input -{ - width:300px; - border:1px solid #CECECE; -} -#dialog-form textarea, #delete_dialog textarea -{ - width:300px; - height:100px; - border:1px solid #CECECE; -} -.ask_for_removal_class -{ - float:right; - padding-top:5px; -} -.deletion_motivations_title -{ - margin:15px 5px; - border-bottom:1px solid #D26262; -} - -.deletion_motivations_iternal -{ - margin:15px 5px; - padding:5px; - border:1px dashed #D26262; -} -.deletion_motivations_iternal_message -{ - -} - -.news_external_box -{ - margin:5px; - margin-bottom:40px; -} -.news_item -{ -/* background:#f8f1b2; */ -/* padding:5px; */ - margin:30px 0px; -/* border:1px solid #f99f4f; */ -} -.news_item_title -{ - font-weight:bold; - margin:0px 0px 4px 0px; - padding-bottom:5px; - border-bottom:1px solid #9d1d04; - color:#9d1d04; -} -.news_item_date -{ - font: normal 13px/1 sans-serif,arial; -/* color:#e86a17; */ - color:gray; - margin:0px 0px 10px 0px; -} - -.discover_hardware, .download_database -{ - text-align:center; - margin-bottom:5px; -} -.download_database -{ - margin-bottom:30px; -} - -.download_table -{ - margin:10px 0px; - padding:5px; -} -.download_table td -{ - padding:5px 5px; - background:#E0FFFF; -} - -.help_external_box h1 -{ - background:#FFD700; - padding:5px 10px; - color:#800000; - border-top:1px solid #800000; - border-bottom:1px solid #800000; - font:normal 20px/1 sans-serif,arial; -} - -.right_box_ext_box -{ - margin:5px; - margin-bottom:300px; -} - -.add_message_form_title -{ - margin:15px 0px; - font-weight:bold; - padding:5px 0px; - color:#4169E1; -} - -.issues_message_item, .issues_message_item_preview, .issues_message_item_hidden, .talk_message_item_hidden -{ - padding:10px; - margin:20px 0px; - background:#eaf2f4; - border-top:1px solid #4169E1; - border-bottom:1px solid #4169E1; -} -.issues_message_item_hidden, .talk_message_item_hidden -{ - background:#FFF; -/* background:#b5d6e0; */ - border-top:1px dashed #bcbcbc; - border-bottom:1px dashed #bcbcbc; -} -.issues_message_item_preview -{ - margin:5px 0px 20px 0px; - background:#FFF; - border:1px dashed #f9a92b; -} -.description_preview -{ - padding:10px; - margin:0px 0px; - border:2px dashed #f9a92b; -} -.description_preview_title -{ - padding:5px 0px; - margin:0px 0px; - font-style:italic; - color:#f9a92b; - font-weight:bold; -} -.talk_message_item_hidden -{ - margin-bottom:40px; -/* background:#f1f1f1; */ -} -.message_view_description -{ - clear:both; - margin-bottom:5px; -} -.message_view_description_hidden -{ - margin-top:5px; -} -.message_preview_notice -{ - color:#f9a92b; - margin:3px 3px; - font:italic 14px/1 sans-serif,arial; -} -.useful_links_ext div -{ - margin:3px 0px; - padding:1px; - padding-left:20px; - background: url(../Img/link.png) no-repeat left center; -} -.useful_links_ext div a -{ - color:#000; - text-decoration:none; - font:normal 14px/1 sans-serif,arial; -} -.issues_message_item_user -{ - overflow:hidden; - font-weight:bold; - margin-bottom:1em; -} -.issues_message_item_user_inner -{ - float:left; - width:500px; -} - -.hide_general, .block_general -{ - float:right; - margin-left:10px; - font-weight:normal; - text-decoration:none; - color:black; -} -.hide_general img -{ - margin-right:5px; - margin-bottom:-2px; -} -.block_general img -{ - margin-right:5px; - margin-bottom:-5px; -} -.language_links_box ul -{ - overflow:hidden; - margin:4px 5px 20px 5px; - padding:0px; - list-style-type:none; -} -.language_links_box ul li -{ - float:left; - width:90px; -/* background:red; */ - margin-bottom:10px; -/* margin-right:10px; */ - margin-top:5px; -} -.language_links_box ul li a -{ - padding:5px; - text-decoration:none; - color:black; -} -.language_links_box ul li a span -{ - margin-left:3px; -} -.language_links_box a.current_lang -{ - border-top:1px dashed #6495ED; - border-bottom:1px dashed #6495ED; -} - -.talk_numb_ext -{ - clear:both; - text-align:left; - margin-left:10px; -} -.talk_numb_ext a, .talk_numb_ext_wiki a -{ - display:block; - width:150px; - text-align:center; - padding:10px 0px; - text-decoration:none; - color:black; - background: url(../Img/talk_messages.png) no-repeat left center; - margin-bottom:10px; - float:right; - overflow:hidden; -} - -.details_of_hidden_message -{ - display:none; -} -.details_of_hidden_message_inner, .details_of_actions_inner, .details_of_actions_inner_user -{ - margin:10px 0px; - background:#fbfbfb; - padding:5px; - border:1px solid #BCBCBC; -} -.details_of_actions_inner -{ - background:#ecfffe; - border:1px solid #7ed0cb; -} -.details_of_actions_inner_user -{ -/* background:#F6EA99; */ -/* border:1px solid #F65637; */ -} -.md_type -{ - display:none; -} -.hidden_message_view_details -{ - font:normal 12px/1 sans-serif,arial; -} -.deleted_message_show -{ - margin:8px 0px 0px 0px; - font:normal 13px/1 sans-serif,arial; -} - -.noscript_dist_alert -{ - margin-bottom:5px; -} -.noscript_dist_alert span -{ - color:#6495ED; -} - -.isp_notice -{ - background:#dff1f8; - border:1px solid #6495ED; - padding:5px; - font:normal 14px/1.5 sans-serif,arial; -} - -.user_hardware_pages -{ - margin:10px 5px; - padding:10px; - background:#F1D8D8; - /*border-bottom:1px solid #DC143C; - border-top:1px solid #DC143C;*/ -} - -.moderator_box, .moderator_box_deleted -{ - overflow:hidden; - padding:10px; - margin:5px 5px 25px 5px; - background:#fbd59a; - border:1px solid #f65637; -} -.moderator_box_deleted -{ - background:#F0FFFF; - border:1px solid #ADD8E6; -} - -.listTable -{ - margin:20px 5px; -} - -/*MODERATORS' PAGE*/ -tr.listRow td{ - font: normal 14px/1 sans-serif,arial; - padding:10px 5px; -} - -tr.listHead { - font: bold 14px/1 sans-serif,arial; -} - -tr.listHead td { - padding:8px 4px; - background:#ADD8E6; - border-top:1px solid #4169E1; - border-bottom:1px solid #4169E1; -} - -.recordsBox { - margin:10px 5px; -} - -.recordsBox table { - width:100%; -} - -a.linkItem { -/* background:red; */ - font:bold 12px/1 sans-serif,arial; -} - -td.text_item_date -{ - width:25%; -} -.moderator_panel_link, .admin_panel_link -{ - margin:5px; - padding:10px; -/* border:1px solid #ED9F4A; */ -/* background:#F6EA99; */ -} -.admin_panel_link -{ -/* border:1px solid #DA70D6; */ -/* background:#F6EA99; */ -} -.noscript_notice -{ - margin:10px 5px; - padding:5px 10px; - background:#B0E0E6; - border:1px solid #4169E1; - color:#4169E1; -} -.search_img -{ - float:left; -} -.span_search_desc -{ - float:left; - margin-left:10px; - padding-top:0px; -} -.textarea_entry_search -{ - width:430px; - height:200px; - padding:3px; - border: 1px solid #CECECE; -} -.lspci_notice -{ - margin:10px 0px; - padding:5px 10px; - background:#B7F18C; - font-weight:bold; -/* border: 1px solid #CECECE; */ -} - -.lspci_item_found, .lspci_item_not_found -{ - margin:20px 5px; - background: url('../Img/search_back.png') no-repeat top left; -/* background: #C7DAEF; */ - padding:12px 15px; - border-bottom:3px solid #8eb5df; - border-right:1px solid #8eb5df; -} -.lspci_item_found_compat -{ - padding-left:37px; -} - -.search_result_model_name -{ - padding-left:10px; -} - -.search_item_found -{ - margin:5px; -} - -.lspci_item_not_found -{ - background: #ffe170; - border-bottom:3px solid #e8c224; - border-right:1px solid #e8c224; -} -.lspci_item_found_compat ul li -{ - list-style-type:none; -} -.lspci_item_found_compat ul -{ - margin:10px 20px; - padding:0px; -} -.found_ext -{ - margin-bottom:2em; -} - -.lspci_item_found_compat a -{ - text-decoration:none; - font:normal 16px/1 sans-serif; -} - -.last_modifications, .wiki_control_box -{ - margin:5px; - width:190px; - margin-bottom:2em; - background: url(../Img/back_last.png) no-repeat top left; -} -.wiki_control_box -{ - background: url(../Img/back_wiki.png) no-repeat top left; -} -.last_modifications ul, .wiki_control_box ul -{ - padding:8px; - padding-top:0px; -} -.wiki_control_box ul -{ - background: url(../Img/back_wiki.png) no-repeat bottom left; -} -.last_modifications li, .wiki_control_box li -{ - list-style-type:none; - margin:10px 5px; -} -.last_modifications_title -{ - padding-top:10px; - padding-left:14px; - font:bold 15px/1 sans-serif; -} -.last_modifications a -{ - -} -.last_modifications_model -{ - color:#3e3e3e; - text-decoration:none; -} -.last_modifications_all -{ - background: url(../Img/back_last.png) no-repeat bottom left; - padding-bottom:10px; -} -.last_modifications_all span -{ - margin-left:10px; - font:normal 14px/1 sans-serif; -} - -.wiki_external_box -{ - margin:4em 5px; - clear:both; - clear:right; -} -.wiki_page_title -{ - font:bold 18px/1 sans-serif,arial; - color:gray; - margin:20px 0px; - padding-bottom:4px; - border-bottom:1px solid #000; -} -.wiki_page_content -{ - margin:2em 0px; -} - -.talk_numb_ext_wiki -{ - float:left; - text-align:left; - margin-left:10px; -} -.blocked_notice -{ - float:right; - font:normal 12px/1 sans-serif; - color:#000; -} -span.entry_label_small -{ - font-weight:normal; - font-size:12px; -} - -/* - text-align:left; -} -#dialog-form input -{ - width:300px; - border:1px solid #CECECE; -} -#dialog-form textarea, #delete_dialog textarea -{ - width:300px; - height:100px; - border:1px solid #CECECE; -} -.ask_for_removal_class -{ - float:right; - padding-top:5px; -} -.deletion_motivations_title -{ - margin:15px 5px; - border-bottom:1px solid #D26262; -} - -.deletion_motivations_iternal -{ - margin:15px 5px; - padding:5px; - border:1px dashed #D26262; -} -.deletion_motivations_iternal_message -{ - -} - -.news_external_box -{ - margin:5px; - margin-bottom:40px; -} -.news_item -{ -/* background:#f8f1b2; */ -/* padding:5px; */ - margin:30px 0px; -/* border:1px solid #f99f4f; */ -} -.news_item_title -{ - font-weight:bold; - margin:0px 0px 4px 0px; - padding-bottom:5px; - border-bottom:1px solid #9d1d04; - color:#9d1d04; -} -.news_item_date -{ - font: normal 13px/1 sans-serif,arial; -/* color:#e86a17; */ - color:gray; - margin:0px 0px 10px 0px; -} - -.discover_hardware, .download_database -{ - text-align:center; - margin-bottom:5px; -} -.download_database -{ - margin-bottom:30px; -} - -.download_table -{ - margin:10px 0px; - padding:5px; -} -.download_table td -{ - padding:5px 5px; - background:#E0FFFF; -} - -.help_external_box h1 -{ - background:#FFD700; - padding:5px 10px; - color:#800000; - border-top:1px solid #800000; - border-bottom:1px solid #800000; - font:normal 20px/1 sans-serif,arial; -} - -.right_box_ext_box -{ - margin:5px; - margin-bottom:300px; -} - -.add_message_form_title -{ - margin:15px 0px; - font-weight:bold; - padding:5px 0px; - color:#4169E1; -} - -.issues_message_item, .issues_message_item_preview, .issues_message_item_hidden, .talk_message_item_hidden -{ - padding:10px; - margin:20px 0px; - background:#eaf2f4; - border-top:1px solid #4169E1; - border-bottom:1px solid #4169E1; -} -.issues_message_item_hidden, .talk_message_item_hidden -{ - background:#FFF; -/* background:#b5d6e0; */ - border-top:1px dashed #bcbcbc; - border-bottom:1px dashed #bcbcbc; -} -.issues_message_item_preview -{ - margin:5px 0px 20px 0px; - background:#FFF; - border:1px dashed #f9a92b; -} -.description_preview -{ - padding:10px; - margin:0px 0px; - border:2px dashed #f9a92b; -} -.description_preview_title -{ - padding:5px 0px; - margin:0px 0px; - font-style:italic; - color:#f9a92b; - font-weight:bold; -} -.talk_message_item_hidden -{ - margin-bottom:40px; -/* background:#f1f1f1; */ -} -.message_view_description -{ - clear:both; - margin-bottom:5px; -} -.message_view_description_hidden -{ - margin-top:5px; -} -.message_preview_notice -{ - color:#f9a92b; - margin:3px 3px; - font:italic 14px/1 sans-serif,arial; -} -.useful_links_ext div -{ - margin:3px 0px; - padding:1px; - padding-left:20px; - background: url(../Img/link.png) no-repeat left center; -} -.useful_links_ext div a -{ - color:#000; - text-decoration:none; - font:normal 14px/1 sans-serif,arial; -} -.issues_message_item_user -{ - overflow:hidden; - font-weight:bold; - margin-bottom:1em; -} -.issues_message_item_user_inner -{ - float:left; - width:500px; -} - -.hide_general, .block_general -{ - float:right; - margin-left:10px; - font-weight:normal; - text-decoration:none; - color:black; -} -.hide_general img -{ - margin-right:5px; - margin-bottom:-2px; -} -.block_general img -{ - margin-right:5px; - margin-bottom:-5px; -} -.language_links_box ul -{ - overflow:hidden; - margin:4px 5px 20px 5px; - padding:0px; - list-style-type:none; -} -.language_links_box ul li -{ - float:left; - width:90px; -/* background:red; */ - margin-bottom:10px; -/* margin-right:10px; */ - margin-top:5px; -} -.language_links_box ul li a -{ - padding:5px; - text-decoration:none; - color:black; -} -.language_links_box ul li a span -{ - margin-left:3px; -} -.language_links_box a.current_lang -{ - border-top:1px dashed #6495ED; - border-bottom:1px dashed #6495ED; -} - -.talk_numb_ext -{ - clear:both; - text-align:left; - margin-left:10px; -} -.talk_numb_ext a, .talk_numb_ext_wiki a -{ - display:block; - width:150px; - text-align:center; - padding:10px 0px; - text-decoration:none; - color:black; - background: url(../Img/talk_messages.png) no-repeat left center; - margin-bottom:10px; - float:right; - overflow:hidden; -} - -.details_of_hidden_message -{ - display:none; -} -.details_of_hidden_message_inner, .details_of_actions_inner, .details_of_actions_inner_user -{ - margin:10px 0px; - background:#fbfbfb; - padding:5px; - border:1px solid #BCBCBC; -} -.details_of_actions_inner -{ - background:#ecfffe; - border:1px solid #7ed0cb; -} -.details_of_actions_inner_user -{ -/* background:#F6EA99; */ -/* border:1px solid #F65637; */ -} -.md_type -{ - display:none; -} -.hidden_message_view_details -{ - font:normal 12px/1 sans-serif,arial; -} -.deleted_message_show -{ - margin:8px 0px 0px 0px; - font:normal 13px/1 sans-serif,arial; -} - -.noscript_dist_alert -{ - margin-bottom:5px; -} -.noscript_dist_alert span -{ - color:#6495ED; -} - -.isp_notice -{ - background:#dff1f8; - border:1px solid #6495ED; - padding:5px; - font:normal 14px/1.5 sans-serif,arial; -} - -.user_hardware_pages -{ - margin:10px 5px; - padding:10px; - background:#F1D8D8; - /*border-bottom:1px solid #DC143C; - border-top:1px solid #DC143C;*/ -} - -.moderator_box, .moderator_box_deleted -{ - overflow:hidden; - padding:10px; - margin:5px 5px 25px 5px; - background:#fbd59a; - border:1px solid #f65637; -} -.moderator_box_deleted -{ - background:#F0FFFF; - border:1px solid #ADD8E6; -} - -.listTable -{ - margin:20px 5px; -} - -/*MODERATORS' PAGE*/ -tr.listRow td{ - font: normal 14px/1 sans-serif,arial; - padding:10px 5px; -} - -tr.listHead { - font: bold 14px/1 sans-serif,arial; -} - -tr.listHead td { - padding:8px 4px; - background:#ADD8E6; - border-top:1px solid #4169E1; - border-bottom:1px solid #4169E1; -} - -.recordsBox { - margin:10px 5px; -} - -.recordsBox table { - width:100%; -} - -a.linkItem { -/* background:red; */ - font:bold 12px/1 sans-serif,arial; -} - -td.text_item_date -{ - width:25%; -} -.moderator_panel_link, .admin_panel_link -{ - margin:5px; - padding:10px; -/* border:1px solid #ED9F4A; */ -/* background:#F6EA99; */ -} -.admin_panel_link -{ -/* border:1px solid #DA70D6; */ -/* background:#F6EA99; */ -} -.noscript_notice -{ - margin:10px 5px; - padding:5px 10px; - background:#B0E0E6; - border:1px solid #4169E1; - color:#4169E1; -} -.search_img -{ - float:left; -} -.span_search_desc -{ - float:left; - margin-left:10px; - padding-top:0px; -} -.textarea_entry_search -{ - width:430px; - height:200px; - padding:3px; - border: 1px solid #CECECE; -} -.lspci_notice -{ - margin:10px 0px; - padding:5px 10px; - background:#B7F18C; - font-weight:bold; -/* border: 1px solid #CECECE; */ -} - -.lspci_item_found, .lspci_item_not_found -{ - margin:20px 5px; - background: url('../Img/search_back.png') no-repeat top left; -/* background: #C7DAEF; */ - padding:12px 15px; - border-bottom:3px solid #8eb5df; - border-right:1px solid #8eb5df; -} -.lspci_item_found_compat -{ - padding-left:37px; -} - -.search_result_model_name -{ - padding-left:10px; -} - -.search_item_found -{ - margin:5px; -} - -.lspci_item_not_found -{ - background: #ffe170; - border-bottom:3px solid #e8c224; - border-right:1px solid #e8c224; -} -.lspci_item_found_compat ul li -{ - list-style-type:none; -} -.lspci_item_found_compat ul -{ - margin:10px 20px; - padding:0px; -} -.found_ext -{ - margin-bottom:2em; -} - -.lspci_item_found_compat a -{ - text-decoration:none; - font:normal 16px/1 sans-serif; -} - -.last_modifications, .wiki_control_box -{ - margin:5px; - width:190px; - margin-bottom:2em; - background: url(../Img/back_last.png) no-repeat top left; -} -.wiki_control_box -{ - background: url(../Img/back_wiki.png) no-repeat top left; -} -.last_modifications ul, .wiki_control_box ul -{ - padding:8px; - padding-top:0px; -} -.wiki_control_box ul -{ - background: url(../Img/back_wiki.png) no-repeat bottom left; -} -.last_modifications li, .wiki_control_box li -{ - list-style-type:none; - margin:10px 5px; -} -.last_modifications_title -{ - padding-top:10px; - padding-left:14px; - font:bold 15px/1 sans-serif; -} -.last_modifications a -{ - -} -.last_modifications_model -{ - color:#3e3e3e; - text-decoration:none; -} -.last_modifications_all -{ - background: url(../Img/back_last.png) no-repeat bottom left; - padding-bottom:10px; -} -.last_modifications_all span -{ - margin-left:10px; - font:normal 14px/1 sans-serif; -} - -.wiki_external_box -{ - margin:4em 5px; - clear:both; - clear:right; -} -.wiki_page_title -{ - font:bold 18px/1 sans-serif,arial; - color:gray; - margin:20px 0px; - padding-bottom:4px; - border-bottom:1px solid #000; -} -.wiki_page_content -{ - margin:2em 0px; -} - -.talk_numb_ext_wiki -{ - float:left; - text-align:left; - margin-left:10px; -} -.blocked_notice -{ - float:right; - font:normal 12px/1 sans-serif; - color:#000; -} -span.entry_label_small -{ - font-weight:normal; - font-size:12px; -} - -/* -Start - temporarily added due to transformation of help pages -2011-05-29 joeko -*/ - -ul { - line-height: 1.5em; - list-style-type: square; - margin: .3em 0 0 1.5em; - padding: 0; -} -ol { - line-height: 1.5em; - margin: .3em 0 0 3.2em; - padding: 0; - list-style-image: none; -} -li { - margin-bottom: .1em; -} -dt { - font-weight: bold; - margin-top: .5em; - margin-bottom: .3em; - color: #3D6300; -} -dl { - margin-top: .4em; - margin-bottom: .2em; -} -dd { - line-height: 1.5em; - margin-top: .5em; - margin-left: 2em; - margin-top: .5em; - margin-bottom: .5em; -} -p, dd { - margin-top: .5em; - margin-bottom: .5em; - } -p.attention { /* taken from home page */ - padding: 0.5em; - background: none repeat scroll 0% 0% rgb(255, 160, 122); - margin: 0.5em; - border-top: 1px solid rgb(220, 20, 60); - border-bottom: 1px solid rgb(220, 20, 60); - font-size: 16px; -} -p.example, dd.example { - border-bottom:0; - color: #3d6300; -} -p.note dd.note { - margin-left: 2em; - margin-right: 0; - font-weight: bolder; - color: #3d6300; - /* background: #CFC bottom right no-repeat;*/ - font-style: normal; - font-style: italic; - } -p.opt, dd.opt { - color: #3d6300; - font-weight:bold; - font-style: italic; -} -/* -End -*/
\ No newline at end of file +/*stili per il layout fisso*/
+html, body {
+ margin: 0;
+ padding: 0;
+}
+body {
+ font: normal 15px/1.3 sans-serif,arial;
+ text-align: center;
+ background: #ffffff;
+}
+img {
+ border: 0px;
+}
+.message_view_description li, .issues_view_description li, .talk_message_item_content li, .message_view_description_hidden li {
+ margin-left: 1em;
+}
+div#container {
+ width: 950px;
+ margin: 0px auto;
+ text-align: left;
+ background: white;
+}
+/*stile header grande*/
+div#external_header {
+ background: #b7f18c;
+ text-align: center;
+ height: 80px;
+}
+div#header {
+ background: #b7f18c;
+ width: 950px;
+ margin: 0px auto;
+ text-align: left;
+ height: 80px;
+}
+div#top_menu_external {
+ text-align: center;
+ background: #015512;
+ margin-bottom: 50px;
+/* border-top:1px solid #4169E1; */
+/* border-bottom:1px solid #4169E1; */
+}
+div#top_menu {
+ font: bold 15px sans-serif,arial;
+ text-align: left;
+ padding: 0.4em 0px;
+ background: #015512;
+ width: 950px;
+ margin: 0px auto;
+}
+#top_menu .currentitem a {
+ background: #DC143C;
+ color: #FFF;
+}
+div#top_menu a {
+ font: bold 16px sans-serif,arial;
+ padding: 0.4em 10px;
+ text-decoration: none;
+ font-weight: bold;
+ color: #FFF;
+/* border-left:1px solid #4169E1; */
+}
+#top_menu a:hover, #top_menu a:focus, #top_menu a:active {
+ background: #61c418;
+}
+div#top_menu ul {
+ list-style-type: none;
+ display: inline;
+ margin: 0px;
+ padding: 0px;
+}
+div#top_menu li {
+ display: inline;
+/* padding:10px; */
+}
+div#left {
+ width: 730px;
+ float: left;
+}
+div#right {
+ width: 198px;
+ float: right;
+}
+.login_username_input, .login_password_input {
+ width: 150px;
+}
+.login_table_box {
+ clear: left;
+ margin: 5px;
+ margin-bottom: 35px;
+}
+.statistics_ext_box {
+ margin: 5px;
+ margin-bottom: 30px;
+}
+.statistics_int_title {
+ margin: 5px 0px 15px 0px;
+ padding: 3px 0px;
+/* background-color:#B7F18C; */border-bottom: 2px solid #DC143C;
+ font-weight: bold;
+}
+.statistics_hard_title {
+ margin: 5px 0px;
+ color: #808080;
+}
+.user_logged {
+ margin-left: 55px;
+ color: black;
+ font-weight: bold;
+}
+.login_right_label {
+ font-weight: bold;
+}
+.login_right_form input {
+ border: 1px solid #6495ED;
+ width: 180px;
+ padding: 2px;
+ margin: 3px 0px;
+}
+.login_input {
+ width: 100px;
+}
+.login_form_title {
+ color: black;
+
+/* padding:10px; */
+/* background:#5c98dc; */
+}
+.login_box {
+ margin-bottom: 400px;
+}
+.hardware_element {
+ margin: 5px;
+ padding: 10px;
+ background: #c7daef;
+/* border-bottom:1px solid #6495ED; */
+}
+.hardware_element_link {
+ margin: 0px 10px;
+}
+.notebook_view_title {
+ width: 400px;
+ height: 50px;
+ float: left;
+ overflow: hidden;
+/* background:red; */margin: 10px 0px 10px 10px;
+ font: normal 14px/1 sans-serif,arial;
+}
+.notebook_insert_link {
+ /* border:1px solid black; */
+/* background-color:#c1e3ef; */
+ width: 200px; /* background:orange; */;
+ float: right;
+ padding: 3px 6px 1px 3px;
+ margin: 0px 5px 30px 5px;
+ text-align: right;
+ overflow: hidden;
+ height: 48px;
+}
+.select_entry {
+ /* width:400px; */
+ padding: 2px;
+/* border:1px solid #6495ED; */
+}
+.input_entry, .talk_input_entry {
+ width: 400px;
+ padding: 2px;
+ border: 1px solid #6495ED;
+}
+.textarea_entry, .talk_textarea_entry, .device_textarea_entry {
+ width: 630px;
+ height: 300px;
+ padding: 2px;
+ border: 1px solid #6495ED;
+}
+.device_textarea_entry {
+ width: 400px;
+ height: 50px;
+}
+/*.talk_input_entry
+{
+ border:1px solid #CECECE;
+}*/
+.form_entry .talk_textarea_entry {
+ width: 400px;
+ height: 200px;
+ border: 1px solid #6495ED;
+}
+.notebooks_insert_form {
+ width: 660px;
+ margin-left: 10px;
+}
+.notebooks_insert_form .entry_label {
+ display: block;
+ padding: 3px 0px;
+/* background:#E6E6FA; */width: 600px;
+ font-weight: bold;
+}
+.form_entry {
+ margin: 20px 0px;
+}
+div#footer {
+ margin: 0px;
+ color: #000;
+ height: 40px;
+ background: #b7f18c;
+ clear: both;
+}
+/*div#navigation li{background: url(immagini/tabella1.png) no-repeat left center;}*/
+a.link_menu {
+ font: bold 16px/1.75em sans-serif,arial;
+ text-decoration: none;
+ color: #4169E1;
+ margin-left: 10px;
+}
+/*box contenente i link per tornare nel pannello utente e per sloggarsi*/
+.your_status_box {
+ background: #E6E6FA;
+ padding: 5px;
+}
+.login_note {
+ color: #8080a6;
+ margin: 10px;
+ padding: 5px 0px;
+ border-top: 2px solid #8080a6;
+ border-bottom: 2px solid #8080a6;
+ font: normal 16px/1.3 sans-serif,arial;
+}
+/*singolo box contentente un portatile in view all*/
+.notebooks_viewall {
+ clear: both;
+ clear: right;
+ margin: 40px 0px;
+ padding: 3px;
+/* border:2px solid #7dafe7; */font: normal 14px/1.5 sans-serif,arial;
+}
+.model_viewall {
+ margin: 40px 10px;
+/* background-color:#F7F7F7; */
+/* border:1px solid #CECECE; */
+/* padding:10px; */
+}
+.notebook_model {
+ /* background:orange; */
+ padding: 5px 0px;
+ margin: 0px 5px;
+ overflow: hidden;
+ width: 100%; /* margin-bottom:10px; */;
+ font: normal 14px/1 sans-serif,arial;
+ border-bottom: 1px solid #7e0000;
+}
+.notebook_vendor, .notebook_compatibility, .notebook_kernel, .model_tested_on {
+ margin: 5px 0px;
+/* background:#eaebec; */padding: 5px;
+ width: 654px;
+ overflow: hidden;
+/* border-top:2px solid #a4c8f1; */
+}
+.inner_label {
+ float: left;
+ width: 300px;
+}
+.inner_value {
+ float: left;
+ width: 300px;
+ color: #1f538e;
+ font-weight: bold;
+}
+.notebook_description_label {
+ /* background:#B7F18C; */
+ padding: 5px 0px;
+ margin: 0px 5px;
+ margin-top: 1.5em; /* margin-bottom:10px; */;
+ font: bold 14px/1 sans-serif,arial;
+ border-bottom: 1px solid #7e0000;
+/* border-bottom:1px solid #228B22; */
+}
+.notebook_description_value {
+ /* border-top:2px solid #a4c8f1; */
+ margin: 5px 0px;
+/* background:#eaebec; */padding: 5px 5px;
+ width: 704px;
+ overflow: hidden;
+}
+.notebook_view_link {
+ margin-top: 10px;
+}
+/*alert string*/
+.alert {
+ clear: left;
+ clear: right;
+ font: bold 12px/1.5 sans-serif,arial;
+ padding: 2px;
+ margin: 5px 5px 15px 5px;
+/* background:TOMATO; */ /* border-top:2px solid MAROON; */ /* border-bottom:2px solid MAROON; */color: MAROON;
+}
+/*executed operation string*/
+.executed {
+ font: bold 12px/1.5 sans-serif,arial;
+ padding: 5px;
+ margin: 5px 5px 15px 5px;
+ background: #E0FFFF;
+ border-top: 2px solid #ADD8E6;
+ border-bottom: 2px solid #ADD8E6;
+ color: #4169E1;
+}
+.view_page_top_box {
+ overflow: hidden;
+ width: 664px;
+}
+/*div that contains the update form*/
+.view_page_update_button {
+ float: right;
+}
+/*.view_page_update_button input
+{
+ height:35px;
+}*/
+.view_page_update_button form {
+ width: 38px;
+ padding: 0px;
+}
+.view_page_back_button {
+ float: left;
+ width: 50px;
+}
+/*the update submit button*/
+.update_submit_class {
+ padding: 2px;
+ width: 45px;
+ font: normal 14px/1 sans-serif,arial;
+ cursor: pointer;
+}
+/*div that contains the link to the history page*/
+.view_page_history_button {
+ float: right;
+ width: 30px;
+ padding: 3px;
+ margin-left: 17px;
+/* border:1px solid #a4c8f1; */
+/* height:30px; */
+}
+.view_page_history_button a {
+ text-decoration: none;
+ color: #000;
+}
+.page_history {
+ margin: 0px;
+ padding: 0px;
+}
+.page_history_item {
+ list-style-type: none;
+ padding: 5px;
+ margin: 2px;
+ border-top: 1px dashed #a4c8f1;
+}
+.page_history_current_item {
+ list-style-type: none;
+ padding: 5px;
+ margin: 5px 0px;
+/* background:#ADD8E6; */
+}
+.history_title {
+ font: normal 14px/1 sans-serif;
+ margin: 10px;
+ padding: 3px;
+}
+.revision_alert {
+ background: #f1d8d8;
+ padding: 8px;
+ margin: 5px;
+ margin-bottom: 20px;
+ border-bottom: 1px solid #d26262;
+ border-top: 1px solid #d26262;
+}
+/*page list in history*/
+.history_page_list, .history_page_list_news {
+ text-align: left;
+ font: normal 14px/1 sans-serif,arial;
+ padding: 10px;
+ margin-bottom: 15px;
+}
+.history_page_list_news {
+ background: #C7DAEF;
+ margin: 5px;
+}
+div.history_page_list a, div.history_page_list_news a {
+ padding: 5px 10px;
+ border-left: 1px outset #000;
+/* border:1px outset #708090; */
+/* color:#B0E0E6; */
+/* background:#4169E1; */
+}
+div.history_page_list a.currentPage, div.history_page_list_news a.currentPage {
+ font-weight: bold;
+ background: #DCDCDC;
+}
+div.history_page_list_news a {
+ border-left: none;
+ color: #4169E1;
+ font-weight: bold;
+}
+.viewall_no_items_found {
+ font: normal 14px/1 sans-serif,arial;
+ margin: 10px;
+ padding: 5px;
+}
+.viewall_popup_menu_box {
+ width: 725px;
+ height: 30px;
+ margin-bottom: 0px;
+ margin-top: 10px;
+ margin-left: 0px;
+}
+.viewall_popup_menu_status {
+ clear: left;
+ width: 725px;
+ overflow: hidden;
+ margin-left: 0px;
+ text-align: center;
+}
+.viewall_popup_menu_status_item {
+ width: 139px;
+ float: left;
+ margin-left: 3px;
+ color: #FF4500;
+ font-weight: bold;
+ font: bold 13px/1 sans-serif,arial;
+}
+ul#menuBlock {
+ /* float:right; */
+ float: left;
+ margin: 0px;
+ padding: 0px;
+ list-style: none;
+ height: 24px;
+}
+ul#menuBlock li {
+ position: relative;
+ display: block;
+ float: left;
+ margin-left: 3px;
+ width: 139px;
+ height: 22px;
+ text-align: center;
+ background: url('../Img/popup_back.png') no-repeat top left;
+/* background:#FFA500; */padding-top: 3px;
+}
+ul#menuBlock li a {
+ color: #000000;
+ font: normal 12px/1 sans-serif,arial;
+}
+ul#menuBlock li ul {
+ margin: 0px;
+ padding: 0px;
+ list-style: none;
+ position: absolute;
+ top: 24px;
+ left: -3px;
+ display: none;
+}
+ul#menuBlock:hover li ul {
+ display: block;
+}
+ul#menuBlock li ul li {
+ background: #ffef84;
+ border-top: 1px solid #ec8459;
+}
+/*view files with differences*/
+.diff_ext_box {
+ margin: 0px 5px 30px 5px;
+}
+.diff_item_label {
+ /* background:#ADD8E6; */
+/* padding:3px; */
+ border-bottom: 1px solid black;
+}
+.diff_item_text {
+ color: #7c7a7a;
+ background: #F0FFF0;
+ padding: 3px;
+}
+del {
+ color: red;
+}
+ins {
+ color: green;
+}
+/*tree navigation*/
+.position_tree_box {
+ margin: 5px 5px 25px 5px;
+ padding: 5px;
+ font: normal 14px/1 sans-serif,arial;
+ border-top: 1px solid #DC143C;
+ border-bottom: 1px solid #DC143C;
+}
+.position_tree_box a {
+ text-decoration: none;
+ color: #DC143C;
+}
+.last_tree_element {
+ font-weight: bold;
+}
+.td_with_distribution_checkboxes {
+ position: relative;
+ display: block;
+}
+.dist_checkboxes_hidden_box {
+ display: none;
+ position: absolute;
+ background: #C1E3EF;
+ top: 20px;
+ left: 0px;
+ width: 400px;
+ padding: 3px;
+}
+.dist_checkboxes_hidden_box_inner {
+ height: 150px;
+ overflow: auto;
+ z-index: 400;
+}
+.hidden_box_item {
+ margin-bottom: 10px;
+}
+/*wiki code*/
+.code_pre {
+ /* width:650px; */
+ max-height: 300px;
+ overflow: auto;
+ background: #f9f4a7;
+ padding: 5px 0 5px 5px;
+ font-size: 12px; /* color:#4169E1; */;
+ border: 1px dashed #d4cb3b;
+}
+.div_h1 {
+ font: bold 18px/1 sans-serif,arial;
+ border-bottom: 1px solid gray;
+ padding: 3px 0px;
+ margin: 20px 0px 10px 0px;
+ color: gray;
+}
+.div_h2 {
+ font: bold 17px/1 sans-serif,arial;
+ color: gray;
+}
+.div_h3 {
+ font: bold 16px/1 sans-serif,arial;
+ color: gray;
+}
+.div_lang {
+ margin-top: 4em;
+ padding: 8px;
+ background: #cfe2ff;
+ /*border-top:1px solid #FFA500;
+ border-bottom:1px solid #FFA500;*/
+}
+.div_lang a {
+ padding: 0px 3px;
+}
+.talk_login_notice {
+ margin: 5px 5px;
+ padding: 5px;
+ font: bold 14px/1 sans-serif,arial;
+/* border:1px solid #4169E1; */
+/* color:#4169E1; */
+/* background:#9acee3; */
+}
+.talk_message_item {
+ margin: 5px 0px 35px 5px;
+}
+.talk_message_item_title_date {
+ border-bottom: 1px solid gray;
+ padding-bottom: 5px;
+/* width:300px; */
+}
+.talk_message_item_title {
+ font: bold 14px/1 sans-serif,arial;
+ margin-bottom: 5px;
+}
+.talk_message_item_date {
+ font: normal 12px/1 sans-serif,arial;
+ color: gray;
+}
+.talk_message_item_content {
+ padding: 5px 0px;
+}
+.talk_form_external_box {
+ margin-bottom: 20px;
+}
+.model_id {
+ font: normal 12px/1 sans-serif,arial;
+/* color:gray; */margin: 5px 3px;
+ padding: 3px;
+}
+.top_left_images {
+ height: 45px;
+ margin-top: 2px;
+}
+.top_left_note_image {
+ height: 45px;
+}
+.top_left_images_help {
+ height: 30px;
+ margin-bottom: -10px;
+}
+.who_you_are_and_logout, .your_panel_link {
+ margin: 5px 0px 15px 0px;
+ padding: 5px 10px;
+ background-color: #B7F18C;
+/* font-weight:bold; */
+/* border-top:1px solid #015512; */
+/* border-bottom:1px solid #015512; */
+}
+.your_panel_link {
+ background: #DC143C;
+/* color:#FFF; */
+}
+.your_panel_link a {
+ font-weight: bold;
+ color: #FFF;
+}
+/*form*/
+.entryLabel {
+ display: block;
+ font: bold 12px/1em sans-serif,arial;
+ padding: 3px 0px;
+ margin-top: 10px; /* background:#E6E6FA; */;
+ width: 450px;
+}
+.formEntry {
+ margin: 20px 0px;
+}
+.formEntry input, .formEntry textarea {
+ width: 450px;
+ padding: 3px;
+ border: 1px solid #CECECE;
+}
+.formEntry textarea {
+ height: 100px;
+}
+.formClass {
+ margin: 10px;
+ margin-right: -40px;
+ width: 450px;
+}
+.inputEntry {
+ margin: 10px 0px;
+ float: left;
+ width: 80px;
+ height: 30px;
+}
+.panel_top_box {
+ background-color: #C1E3EF;
+ margin: 5px 5px 35px 5px;
+ padding: 10px;
+ font: bold 14px/1 sans-serif,arial;
+ border-bottom: 1px solid #097fbc;
+}
+.panel_top_box a {
+ color: #097fbc;
+}
+/*list of application in the panel main action*/
+.panelApplicationList {
+ padding: 0px;
+ margin: 0px;
+}
+.panelApplicationList li {
+ display: block;
+ width: 450px;
+ height: 30px;
+ margin: 5px;
+ padding-top: 9px;
+}
+.panelApplicationList li a {
+ margin: 5px;
+ font: bold 14px/1 sans-serif,arial;
+ color: #097fbc;
+}
+.confirm_notice {
+ margin: 10px;
+/* padding:10px; */font: normal 14px/1.5 sans-serif,arial;
+}
+.meet_item {
+ margin: 20px 0px;
+}
+.meet_item_inner {
+ border-bottom: 1px dashed #ed9f4a;
+ font-weight: bold;
+/* color:#8f0754; */
+}
+.meet_contrib_link, .contrib_explain_box {
+ margin: 10px;
+}
+.users_contrib_item {
+ margin: 10px;
+ padding: 2px 0px;
+ border-bottom: 1px dashed #ed9f4a;
+/* color:#8f0754; */
+}
+.external_users_contrib {
+ margin-bottom: 40px;
+}
+.contrib_explain_box {
+ font-weight: bold;
+ margin-bottom: 30px;
+}
+.users_meet_box {
+ margin: 25px 30px;
+ padding: 5px 20px;
+ background: #f6ea99;
+ border-bottom: 1px solid #ed9f4a;
+ border-top: 1px solid #ed9f4a;
+}
+.delete_account_notice_box {
+ margin: 25px 10px;
+}
+.climb_form_ext_box {
+ margin: 25px 10px;
+}
+.new_account_title {
+ margin: 10px;
+}
+.viewall_popup_menu_box_external, .edit_form {
+ clear: left;
+ clear: right;
+ margin-bottom: 20px; /* background:#E0FFFF; */;
+ padding: 0px 10px 10px 0px;
+}
+.manage_account_link_box {
+ margin: 5px 0px;
+}
+.login_right_box {
+ margin-bottom: 15px;
+}
+.mandatory_fields_notice {
+ margin: 10px 0px;
+}
+.help_tables_of_contents {
+ margin: 10px;
+ padding: 10px;
+}
+.bottom_licence_notice {
+ font: normal 12px/1.2 sans-serif,arial;
+ padding: 10px;
+ background: #E0FFFF;
+ margin: 25px 0px 5px 0px;
+}
+.top_licence_notice {
+ clear: left;
+ clear: right;
+ font: normal 12px/1.2 sans-serif,arial;
+ padding: 10px;
+ background: #E0FFFF;
+ margin: 25px 0px 5px 0px;
+ text-align: left;
+}
+/*.copyright_notice_box
+{
+ text-align:right;
+ font: normal 12px/1 sans-serif,arial;
+ padding:14px;
+}*/
+.copyright_notice_box, .footer_credits_box {
+ width: 120px;
+ float: right;
+ font: normal 12px/1 sans-serif,arial;
+ padding: 14px;
+ border-left: 3px solid #FFF;
+}
+.footer_credits_box {
+ width: 40px;
+ border-left: 3px solid #FFF;
+}
+.home_objectives_description {
+ margin: 5px;
+ overflow: hidden;
+ width: 100%;
+}
+.home_objectives_description img {
+ float: left;
+ margin-right: 5px;
+}
+.home_objectives_title {
+ margin: 15px 5px 5px 5px;
+/* background:#90EE90; */font-weight: bold;
+ padding: 5px 0px;
+ border-bottom: 1px solid #228B22;
+}
+.credits_item_title {
+ margin: 15px 5px 5px 5px;
+/* background:#90EE90; */padding: 5px;
+ border-bottom: 1px solid #228B22;
+ font-weight: bold;
+}
+.credits_item_description {
+ padding: 5px;
+ margin: 5px;
+ overflow: hidden;
+ width: 100%;
+}
+.home_container {
+ margin: 20px 0px;
+}
+.issues_external_box {
+ margin: 40px 5px;
+}
+.issues_viewall_title {
+ margin: 10px 2px;
+ font-weight: bold;
+}
+.issues_viewall_table {
+ font: normal 14px/1 sans-serif,arial;
+}
+.issues_viewall_table td {
+ /* background:#E6E6FA; */
+ padding: 5px;
+/* border-bottom:1px solid #E6E6FA; */
+}
+.issues_viewall_table th {
+ background: #ADD8E6;
+ border-top: 1px solid #4169E1;
+ border-bottom: 1px solid #4169E1;
+ padding: 5px;
+}
+.issues_view_title, .issues_view_description_title {
+ font: bold 14px/1 sans-serif,arial;
+ padding: 5px 0px;
+ border-bottom: 1px solid black;
+}
+.issues_view_status_and_priority {
+ margin: 20px 0px;
+ font: normal 12px/1 sans-serif,arial;
+}
+.issues_view_description {
+ margin: 20px 0px;
+}
+.add_issue_form_title {
+ margin: 30px 5px;
+ font-weight: bold;
+}
+.add_issue_form {
+ margin: 30px 5px;
+}
+.contact_div {
+ margin: 10px;
+}
+.help_external_box {
+ margin: 5px;
+}
+.help_wiki_table thead {
+ text-align: left;
+}
+.hardware_element_image {
+ height: 50px;
+}
+.markItUpContainer {
+ z-index: 0;
+}
+.search_form {
+ clear: both;
+ margin: 5px 5px 50px 5px;
+}
+.search_form_pciid {
+ clear: both;
+ margin: 5px 5px 50px 5px;
+}
+.search_form_label {
+ overflow: hidden;
+ height: 22px;
+ margin: 15px 5px 20px 5px;
+/* background:#90EE90; */padding: 5px 0px;
+ border-bottom: 1px solid #228B22;
+ font-weight: bold;
+}
+.input_entry_search {
+ width: 250px;
+ border: 1px solid #CECECE;
+ padding: 2px;
+}
+.search_result_item {
+ margin: 5px 5px 15px 5px;
+ border-top: 1px solid #CECECE;
+ padding: 5px 0px;
+}
+.search_result_item .first_level {
+ overflow: hidden;
+}
+.search_result_item_left {
+ width: 300px;
+ float: left;
+}
+.search_result_item_right {
+ width: 400px;
+ float: left;
+}
+.diff_color_notice {
+ background: #f1d8d8;
+ padding: 8px;
+ margin: 5px;
+ margin-bottom: 20px;
+ border-bottom: 1px solid #d26262;
+ border-top: 1px solid #d26262;
+}
+.gray_text_notice {
+ color: #7c7a7a;
+}
+.credits_external_box {
+ margin-bottom: 40px;
+}
+.notebook_model img {
+ float: left;
+}
+.span_model_name {
+ float: left;
+ margin-left: 10px;
+ padding-top: 5px;
+}
+/*dialog*/
+#dialog-form, #delete_dialog {
+ display: none;
+}
+#suggest_dialog {
+ display: none;
+}
+#dialog-form table {
+ text-align: left;
+}
+#dialog-form input {
+ width: 300px;
+ border: 1px solid #CECECE;
+}
+#dialog-form textarea, #delete_dialog textarea {
+ width: 300px;
+ height: 100px;
+ border: 1px solid #CECECE;
+}
+.ask_for_removal_class {
+ float: right;
+ padding-top: 5px;
+}
+.deletion_motivations_title {
+ margin: 15px 5px;
+ border-bottom: 1px solid #D26262;
+}
+.deletion_motivations_iternal {
+ margin: 15px 5px;
+ padding: 5px;
+ border: 1px dashed #D26262;
+}
+.deletion_motivations_iternal_message {
+}
+.news_external_box {
+ margin: 5px;
+ margin-bottom: 40px;
+}
+.news_item {
+ /* background:#f8f1b2; */
+/* padding:5px; */
+ margin: 30px 0px;
+/* border:1px solid #f99f4f; */
+}
+.news_item_title {
+ font-weight: bold;
+ margin: 0px 0px 4px 0px;
+ padding-bottom: 5px;
+ border-bottom: 1px solid #9d1d04;
+ color: #9d1d04;
+}
+.news_item_date {
+ font: normal 13px/1 sans-serif,arial;
+/* color:#e86a17; */color: gray;
+ margin: 0px 0px 10px 0px;
+}
+.discover_hardware, .download_database {
+ text-align: center;
+ margin-bottom: 5px;
+}
+.download_database {
+ margin-bottom: 30px;
+}
+.download_table {
+ margin: 10px 0px;
+ padding: 5px;
+}
+.download_table td {
+ padding: 5px 5px;
+ background: #E0FFFF;
+}
+.help_external_box h1 {
+ background: #FFD700;
+ padding: 5px 10px;
+ color: #800000;
+ border-top: 1px solid #800000;
+ border-bottom: 1px solid #800000;
+ font: normal 20px/1 sans-serif,arial;
+}
+.right_box_ext_box {
+ margin: 5px;
+ margin-bottom: 300px;
+}
+.add_message_form_title {
+ margin: 15px 0px;
+ font-weight: bold;
+ padding: 5px 0px;
+ color: #4169E1;
+}
+.issues_message_item, .issues_message_item_preview, .issues_message_item_hidden, .talk_message_item_hidden {
+ padding: 10px;
+ margin: 20px 0px;
+ background: #eaf2f4;
+ border-top: 1px solid #4169E1;
+ border-bottom: 1px solid #4169E1;
+}
+.issues_message_item_hidden, .talk_message_item_hidden {
+ background: #FFF;
+/* background:#b5d6e0; */border-top: 1px dashed #bcbcbc;
+ border-bottom: 1px dashed #bcbcbc;
+}
+.issues_message_item_preview {
+ margin: 5px 0px 20px 0px;
+ background: #FFF;
+ border: 1px dashed #f9a92b;
+}
+.description_preview {
+ padding: 10px;
+ margin: 0px 0px;
+ border: 2px dashed #f9a92b;
+}
+.description_preview_title {
+ padding: 5px 0px;
+ margin: 0px 0px;
+ font-style: italic;
+ color: #f9a92b;
+ font-weight: bold;
+}
+.talk_message_item_hidden {
+ margin-bottom: 40px;
+/* background:#f1f1f1; */
+}
+.message_view_description {
+ clear: both;
+ margin-bottom: 5px;
+}
+.message_view_description_hidden {
+ margin-top: 5px;
+}
+.message_preview_notice {
+ color: #f9a92b;
+ margin: 3px 3px;
+ font: italic 14px/1 sans-serif,arial;
+}
+.useful_links_ext div {
+ margin: 3px 0px;
+ padding: 1px;
+ padding-left: 20px;
+ background: url(../Img/link.png) no-repeat left center;
+}
+.useful_links_ext div a {
+ color: #000;
+ text-decoration: none;
+ font: normal 14px/1 sans-serif,arial;
+}
+.issues_message_item_user {
+ overflow: hidden;
+ font-weight: bold;
+ margin-bottom: 1em;
+}
+.issues_message_item_user_inner {
+ float: left;
+ width: 500px;
+}
+.hide_general, .block_general {
+ float: right;
+ margin-left: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+}
+.hide_general img {
+ margin-right: 5px;
+ margin-bottom: -2px;
+}
+.block_general img {
+ margin-right: 5px;
+ margin-bottom: -5px;
+}
+.language_links_box ul {
+ overflow: hidden;
+ margin: 4px 5px 20px 5px;
+ padding: 0px;
+ list-style-type: none;
+}
+.language_links_box ul li {
+ float: left;
+ width: 90px; /* background:red; */;
+ margin-bottom: 10px; /* margin-right:10px; */;
+ margin-top: 5px;
+}
+.language_links_box ul li a {
+ padding: 5px;
+ text-decoration: none;
+ color: black;
+}
+.language_links_box ul li a span {
+ margin-left: 3px;
+}
+.language_links_box a.current_lang {
+ border-top: 1px dashed #6495ED;
+ border-bottom: 1px dashed #6495ED;
+}
+.talk_numb_ext {
+ clear: both;
+ text-align: left;
+ margin-left: 10px;
+}
+.talk_numb_ext a, .talk_numb_ext_wiki a {
+ display: block;
+ width: 150px;
+ text-align: center;
+ padding: 10px 0px;
+ text-decoration: none;
+ color: black;
+ background: url(../Img/talk_messages.png) no-repeat left center;
+ margin-bottom: 10px;
+ float: right;
+ overflow: hidden;
+}
+.details_of_hidden_message {
+ display: none;
+}
+.details_of_hidden_message_inner, .details_of_actions_inner, .details_of_actions_inner_user {
+ margin: 10px 0px;
+ background: #fbfbfb;
+ padding: 5px;
+ border: 1px solid #BCBCBC;
+}
+.details_of_actions_inner {
+ background: #ecfffe;
+ border: 1px solid #7ed0cb;
+}
+.details_of_actions_inner_user {
+}
+.md_type {
+ display: none;
+}
+.hidden_message_view_details {
+ font: normal 12px/1 sans-serif,arial;
+}
+.deleted_message_show {
+ margin: 8px 0px 0px 0px;
+ font: normal 13px/1 sans-serif,arial;
+}
+.noscript_dist_alert {
+ margin-bottom: 5px;
+}
+.noscript_dist_alert span {
+ color: #6495ED;
+}
+.isp_notice {
+ background: #dff1f8;
+ border: 1px solid #6495ED;
+ padding: 5px;
+ font: normal 14px/1.5 sans-serif,arial;
+}
+.user_hardware_pages {
+ margin: 10px 5px;
+ padding: 10px;
+ background: #F1D8D8;
+ /*border-bottom:1px solid #DC143C;
+ border-top:1px solid #DC143C;*/
+}
+.moderator_box, .moderator_box_deleted {
+ overflow: hidden;
+ padding: 10px;
+ margin: 5px 5px 25px 5px;
+ background: #fbd59a;
+ border: 1px solid #f65637;
+}
+.moderator_box_deleted {
+ background: #F0FFFF;
+ border: 1px solid #ADD8E6;
+}
+.listTable {
+ margin: 20px 5px;
+}
+/*MODERATORS' PAGE*/
+tr.listRow td {
+ font: normal 14px/1 sans-serif,arial;
+ padding: 10px 5px;
+}
+tr.listHead {
+ font: bold 14px/1 sans-serif,arial;
+}
+tr.listHead td {
+ padding: 8px 4px;
+ background: #ADD8E6;
+ border-top: 1px solid #4169E1;
+ border-bottom: 1px solid #4169E1;
+}
+.recordsBox {
+ margin: 10px 5px;
+}
+.recordsBox table {
+ width: 100%;
+}
+a.linkItem {
+ /* background:red; */
+ font: bold 12px/1 sans-serif,arial;
+}
+td.text_item_date {
+ width: 25%;
+}
+.moderator_panel_link, .admin_panel_link {
+ margin: 5px;
+ padding: 10px;
+/* border:1px solid #ED9F4A; */
+/* background:#F6EA99; */
+}
+.admin_panel_link {
+}
+.noscript_notice {
+ margin: 10px 5px;
+ padding: 5px 10px;
+ background: #B0E0E6;
+ border: 1px solid #4169E1;
+ color: #4169E1;
+}
+.search_img {
+ float: left;
+}
+.span_search_desc {
+ float: left;
+ margin-left: 10px;
+ padding-top: 0px;
+}
+.textarea_entry_search {
+ width: 430px;
+ height: 200px;
+ padding: 3px;
+ border: 1px solid #CECECE;
+}
+.lspci_notice {
+ margin: 10px 0px;
+ padding: 5px 10px;
+ background: #B7F18C;
+ font-weight: bold;
+/* border: 1px solid #CECECE; */
+}
+.lspci_item_found, .lspci_item_not_found {
+ margin: 20px 5px;
+ background: url('../Img/search_back.png') no-repeat top left;
+/* background: #C7DAEF; */padding: 12px 15px;
+ border-bottom: 3px solid #8eb5df;
+ border-right: 1px solid #8eb5df;
+}
+.lspci_item_found_compat {
+ padding-left: 37px;
+}
+.search_result_model_name {
+ padding-left: 10px;
+}
+.search_item_found {
+ margin: 5px;
+}
+.lspci_item_not_found {
+ background: #ffe170;
+ border-bottom: 3px solid #e8c224;
+ border-right: 1px solid #e8c224;
+}
+.lspci_item_found_compat ul li {
+ list-style-type: none;
+}
+.lspci_item_found_compat ul {
+ margin: 10px 20px;
+ padding: 0px;
+}
+.found_ext {
+ margin-bottom: 2em;
+}
+.lspci_item_found_compat a {
+ text-decoration: none;
+ font: normal 16px/1 sans-serif;
+}
+.last_modifications, .wiki_control_box {
+ margin: 5px;
+ width: 190px;
+ margin-bottom: 2em;
+ background: url(../Img/back_last.png) no-repeat top left;
+}
+.wiki_control_box {
+ background: url(../Img/back_wiki.png) no-repeat top left;
+}
+.last_modifications ul, .wiki_control_box ul {
+ padding: 8px;
+ padding-top: 0px;
+}
+.wiki_control_box ul {
+ background: url(../Img/back_wiki.png) no-repeat bottom left;
+}
+.last_modifications li, .wiki_control_box li {
+ list-style-type: none;
+ margin: 10px 5px;
+}
+.last_modifications_title {
+ padding-top: 10px;
+ padding-left: 14px;
+ font: bold 15px/1 sans-serif;
+}
+.last_modifications a {
+}
+.last_modifications_model {
+ color: #3e3e3e;
+ text-decoration: none;
+}
+.last_modifications_all {
+ background: url(../Img/back_last.png) no-repeat bottom left;
+ padding-bottom: 10px;
+}
+.last_modifications_all span {
+ margin-left: 10px;
+ font: normal 14px/1 sans-serif;
+}
+.wiki_external_box {
+ margin: 4em 5px;
+ clear: both;
+ clear: right;
+}
+.wiki_page_title {
+ font: bold 18px/1 sans-serif,arial;
+ color: gray;
+ margin: 20px 0px;
+ padding-bottom: 4px;
+ border-bottom: 1px solid #000;
+}
+.wiki_page_content {
+ margin: 2em 0px;
+}
+.talk_numb_ext_wiki {
+ float: left;
+ text-align: left;
+ margin-left: 10px;
+}
+.blocked_notice {
+ float: right;
+ font: normal 12px/1 sans-serif;
+ color: #000;
+}
+span.entry_label_small {
+ font-weight: normal;
+ font-size: 12px;
+}
+/*
+ text-align:left;
+}
+#dialog-form input
+{
+ width:300px;
+ border:1px solid #CECECE;
+}
+#dialog-form textarea, #delete_dialog textarea
+{
+ width:300px;
+ height:100px;
+ border:1px solid #CECECE;
+}
+.ask_for_removal_class
+{
+ float:right;
+ padding-top:5px;
+}
+.deletion_motivations_title
+{
+ margin:15px 5px;
+ border-bottom:1px solid #D26262;
+}
+
+.deletion_motivations_iternal
+{
+ margin:15px 5px;
+ padding:5px;
+ border:1px dashed #D26262;
+}
+.deletion_motivations_iternal_message
+{
+
+}
+
+.news_external_box
+{
+ margin:5px;
+ margin-bottom:40px;
+}
+.news_item
+{
+/* background:#f8f1b2; */
+/* padding:5px; */
+margin:30px 0px;
+/* border:1px solid #f99f4f; */
+}
+.news_item_title
+{
+ font-weight:bold;
+ margin:0px 0px 4px 0px;
+ padding-bottom:5px;
+ border-bottom:1px solid #9d1d04;
+ color:#9d1d04;
+}
+.news_item_date {
+ font: normal 13px/1 sans-serif,arial;
+/* color:#e86a17; */color: gray;
+ margin: 0px 0px 10px 0px;
+}
+.discover_hardware, .download_database {
+ text-align: center;
+ margin-bottom: 5px;
+}
+.download_database {
+ margin-bottom: 30px;
+}
+.download_table {
+ margin: 10px 0px;
+ padding: 5px;
+}
+.download_table td {
+ padding: 5px 5px;
+ background: #E0FFFF;
+}
+.help_external_box h1 {
+ background: #FFD700;
+ padding: 5px 10px;
+ color: #800000;
+ border-top: 1px solid #800000;
+ border-bottom: 1px solid #800000;
+ font: normal 20px/1 sans-serif,arial;
+}
+.right_box_ext_box {
+ margin: 5px;
+ margin-bottom: 300px;
+}
+.add_message_form_title {
+ margin: 15px 0px;
+ font-weight: bold;
+ padding: 5px 0px;
+ color: #4169E1;
+}
+.issues_message_item, .issues_message_item_preview, .issues_message_item_hidden, .talk_message_item_hidden {
+ padding: 10px;
+ margin: 20px 0px;
+ background: #eaf2f4;
+ border-top: 1px solid #4169E1;
+ border-bottom: 1px solid #4169E1;
+}
+.issues_message_item_hidden, .talk_message_item_hidden {
+ background: #FFF;
+/* background:#b5d6e0; */border-top: 1px dashed #bcbcbc;
+ border-bottom: 1px dashed #bcbcbc;
+}
+.issues_message_item_preview {
+ margin: 5px 0px 20px 0px;
+ background: #FFF;
+ border: 1px dashed #f9a92b;
+}
+.description_preview {
+ padding: 10px;
+ margin: 0px 0px;
+ border: 2px dashed #f9a92b;
+}
+.description_preview_title {
+ padding: 5px 0px;
+ margin: 0px 0px;
+ font-style: italic;
+ color: #f9a92b;
+ font-weight: bold;
+}
+.talk_message_item_hidden {
+ margin-bottom: 40px;
+/* background:#f1f1f1; */
+}
+.message_view_description {
+ clear: both;
+ margin-bottom: 5px;
+}
+.message_view_description_hidden {
+ margin-top: 5px;
+}
+.message_preview_notice {
+ color: #f9a92b;
+ margin: 3px 3px;
+ font: italic 14px/1 sans-serif,arial;
+}
+.useful_links_ext div {
+ margin: 3px 0px;
+ padding: 1px;
+ padding-left: 20px;
+ background: url(../Img/link.png) no-repeat left center;
+}
+.useful_links_ext div a {
+ color: #000;
+ text-decoration: none;
+ font: normal 14px/1 sans-serif,arial;
+}
+.issues_message_item_user {
+ overflow: hidden;
+ font-weight: bold;
+ margin-bottom: 1em;
+}
+.issues_message_item_user_inner {
+ float: left;
+ width: 500px;
+}
+.hide_general, .block_general {
+ float: right;
+ margin-left: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+}
+.hide_general img {
+ margin-right: 5px;
+ margin-bottom: -2px;
+}
+.block_general img {
+ margin-right: 5px;
+ margin-bottom: -5px;
+}
+.language_links_box ul {
+ overflow: hidden;
+ margin: 4px 5px 20px 5px;
+ padding: 0px;
+ list-style-type: none;
+}
+.language_links_box ul li {
+ float: left;
+ width: 90px; /* background:red; */;
+ margin-bottom: 10px; /* margin-right:10px; */;
+ margin-top: 5px;
+}
+.language_links_box ul li a {
+ padding: 5px;
+ text-decoration: none;
+ color: black;
+}
+.language_links_box ul li a span {
+ margin-left: 3px;
+}
+.language_links_box a.current_lang {
+ border-top: 1px dashed #6495ED;
+ border-bottom: 1px dashed #6495ED;
+}
+.talk_numb_ext {
+ clear: both;
+ text-align: left;
+ margin-left: 10px;
+}
+.talk_numb_ext a, .talk_numb_ext_wiki a {
+ display: block;
+ width: 150px;
+ text-align: center;
+ padding: 10px 0px;
+ text-decoration: none;
+ color: black;
+ background: url(../Img/talk_messages.png) no-repeat left center;
+ margin-bottom: 10px;
+ float: right;
+ overflow: hidden;
+}
+.details_of_hidden_message {
+ display: none;
+}
+.details_of_hidden_message_inner, .details_of_actions_inner, .details_of_actions_inner_user {
+ margin: 10px 0px;
+ background: #fbfbfb;
+ padding: 5px;
+ border: 1px solid #BCBCBC;
+}
+.details_of_actions_inner {
+ background: #ecfffe;
+ border: 1px solid #7ed0cb;
+}
+.details_of_actions_inner_user {
+}
+.md_type {
+ display: none;
+}
+.hidden_message_view_details {
+ font: normal 12px/1 sans-serif,arial;
+}
+.deleted_message_show {
+ margin: 8px 0px 0px 0px;
+ font: normal 13px/1 sans-serif,arial;
+}
+.noscript_dist_alert {
+ margin-bottom: 5px;
+}
+.noscript_dist_alert span {
+ color: #6495ED;
+}
+.isp_notice {
+ background: #dff1f8;
+ border: 1px solid #6495ED;
+ padding: 5px;
+ font: normal 14px/1.5 sans-serif,arial;
+}
+.user_hardware_pages {
+ margin: 10px 5px;
+ padding: 10px;
+ background: #F1D8D8;
+ /*border-bottom:1px solid #DC143C;
+ border-top:1px solid #DC143C;*/
+}
+.moderator_box, .moderator_box_deleted {
+ overflow: hidden;
+ padding: 10px;
+ margin: 5px 5px 25px 5px;
+ background: #fbd59a;
+ border: 1px solid #f65637;
+}
+.moderator_box_deleted {
+ background: #F0FFFF;
+ border: 1px solid #ADD8E6;
+}
+.listTable {
+ margin: 20px 5px;
+}
+/*MODERATORS' PAGE*/
+tr.listRow td {
+ font: normal 14px/1 sans-serif,arial;
+ padding: 10px 5px;
+}
+tr.listHead {
+ font: bold 14px/1 sans-serif,arial;
+}
+tr.listHead td {
+ padding: 8px 4px;
+ background: #ADD8E6;
+ border-top: 1px solid #4169E1;
+ border-bottom: 1px solid #4169E1;
+}
+.recordsBox {
+ margin: 10px 5px;
+}
+.recordsBox table {
+ width: 100%;
+}
+a.linkItem {
+ /* background:red; */
+ font: bold 12px/1 sans-serif,arial;
+}
+td.text_item_date {
+ width: 25%;
+}
+.moderator_panel_link, .admin_panel_link {
+ margin: 5px;
+ padding: 10px;
+/* border:1px solid #ED9F4A; */
+/* background:#F6EA99; */
+}
+.admin_panel_link {
+}
+.noscript_notice {
+ margin: 10px 5px;
+ padding: 5px 10px;
+ background: #B0E0E6;
+ border: 1px solid #4169E1;
+ color: #4169E1;
+}
+.search_img {
+ float: left;
+}
+.span_search_desc {
+ float: left;
+ margin-left: 10px;
+ padding-top: 0px;
+}
+.textarea_entry_search {
+ width: 430px;
+ height: 200px;
+ padding: 3px;
+ border: 1px solid #CECECE;
+}
+.lspci_notice {
+ margin: 10px 0px;
+ padding: 5px 10px;
+ background: #B7F18C;
+ font-weight: bold;
+/* border: 1px solid #CECECE; */
+}
+.lspci_item_found, .lspci_item_not_found {
+ margin: 20px 5px;
+ background: url('../Img/search_back.png') no-repeat top left;
+/* background: #C7DAEF; */padding: 12px 15px;
+ border-bottom: 3px solid #8eb5df;
+ border-right: 1px solid #8eb5df;
+}
+.lspci_item_found_compat {
+ padding-left: 37px;
+}
+.search_result_model_name {
+ padding-left: 10px;
+}
+.search_item_found {
+ margin: 5px;
+}
+.lspci_item_not_found {
+ background: #ffe170;
+ border-bottom: 3px solid #e8c224;
+ border-right: 1px solid #e8c224;
+}
+.lspci_item_found_compat ul li {
+ list-style-type: none;
+}
+.lspci_item_found_compat ul {
+ margin: 10px 20px;
+ padding: 0px;
+}
+.found_ext {
+ margin-bottom: 2em;
+}
+.lspci_item_found_compat a {
+ text-decoration: none;
+ font: normal 16px/1 sans-serif;
+}
+.last_modifications, .wiki_control_box {
+ margin: 5px;
+ width: 190px;
+ margin-bottom: 2em;
+ background: url(../Img/back_last.png) no-repeat top left;
+}
+.wiki_control_box {
+ background: url(../Img/back_wiki.png) no-repeat top left;
+}
+.last_modifications ul, .wiki_control_box ul {
+ padding: 8px;
+ padding-top: 0px;
+}
+.wiki_control_box ul {
+ background: url(../Img/back_wiki.png) no-repeat bottom left;
+}
+.last_modifications li, .wiki_control_box li {
+ list-style-type: none;
+ margin: 10px 5px;
+}
+.last_modifications_title {
+ padding-top: 10px;
+ padding-left: 14px;
+ font: bold 15px/1 sans-serif;
+}
+.last_modifications a {
+}
+.last_modifications_model {
+ color: #3e3e3e;
+ text-decoration: none;
+}
+.last_modifications_all {
+ background: url(../Img/back_last.png) no-repeat bottom left;
+ padding-bottom: 10px;
+}
+.last_modifications_all span {
+ margin-left: 10px;
+ font: normal 14px/1 sans-serif;
+}
+.wiki_external_box {
+ margin: 4em 5px;
+ clear: both;
+ clear: right;
+}
+.wiki_page_title {
+ font: bold 18px/1 sans-serif,arial;
+ color: gray;
+ margin: 20px 0px;
+ padding-bottom: 4px;
+ border-bottom: 1px solid #000;
+}
+.wiki_page_content {
+ margin: 2em 0px;
+}
+.talk_numb_ext_wiki {
+ float: left;
+ text-align: left;
+ margin-left: 10px;
+}
+.blocked_notice {
+ float: right;
+ font: normal 12px/1 sans-serif;
+ color: #000;
+}
+span.entry_label_small {
+ font-weight: normal;
+ font-size: 12px;
+}
+/*
+ text-align:left;
+}
+#dialog-form input
+{
+ width:300px;
+ border:1px solid #CECECE;
+}
+#dialog-form textarea, #delete_dialog textarea
+{
+ width:300px;
+ height:100px;
+ border:1px solid #CECECE;
+}
+.ask_for_removal_class
+{
+ float:right;
+ padding-top:5px;
+}
+.deletion_motivations_title
+{
+ margin:15px 5px;
+ border-bottom:1px solid #D26262;
+}
+
+.deletion_motivations_iternal
+{
+ margin:15px 5px;
+ padding:5px;
+ border:1px dashed #D26262;
+}
+.deletion_motivations_iternal_message
+{
+
+}
+
+.news_external_box
+{
+ margin:5px;
+ margin-bottom:40px;
+}
+.news_item
+{
+/* background:#f8f1b2; */
+/* padding:5px; */
+margin:30px 0px;
+/* border:1px solid #f99f4f; */
+}
+.news_item_title
+{
+ font-weight:bold;
+ margin:0px 0px 4px 0px;
+ padding-bottom:5px;
+ border-bottom:1px solid #9d1d04;
+ color:#9d1d04;
+}
+.news_item_date {
+ font: normal 13px/1 sans-serif,arial;
+/* color:#e86a17; */color: gray;
+ margin: 0px 0px 10px 0px;
+}
+.discover_hardware, .download_database {
+ text-align: center;
+ margin-bottom: 5px;
+}
+.download_database {
+ margin-bottom: 30px;
+}
+.download_table {
+ margin: 10px 0px;
+ padding: 5px;
+}
+.download_table td {
+ padding: 5px 5px;
+ background: #E0FFFF;
+}
+.help_external_box h1 {
+ background: #FFD700;
+ padding: 5px 10px;
+ color: #800000;
+ border-top: 1px solid #800000;
+ border-bottom: 1px solid #800000;
+ font: normal 20px/1 sans-serif,arial;
+}
+.right_box_ext_box {
+ margin: 5px;
+ margin-bottom: 300px;
+}
+.add_message_form_title {
+ margin: 15px 0px;
+ font-weight: bold;
+ padding: 5px 0px;
+ color: #4169E1;
+}
+.issues_message_item, .issues_message_item_preview, .issues_message_item_hidden, .talk_message_item_hidden {
+ padding: 10px;
+ margin: 20px 0px;
+ background: #eaf2f4;
+ border-top: 1px solid #4169E1;
+ border-bottom: 1px solid #4169E1;
+}
+.issues_message_item_hidden, .talk_message_item_hidden {
+ background: #FFF;
+/* background:#b5d6e0; */border-top: 1px dashed #bcbcbc;
+ border-bottom: 1px dashed #bcbcbc;
+}
+.issues_message_item_preview {
+ margin: 5px 0px 20px 0px;
+ background: #FFF;
+ border: 1px dashed #f9a92b;
+}
+.description_preview {
+ padding: 10px;
+ margin: 0px 0px;
+ border: 2px dashed #f9a92b;
+}
+.description_preview_title {
+ padding: 5px 0px;
+ margin: 0px 0px;
+ font-style: italic;
+ color: #f9a92b;
+ font-weight: bold;
+}
+.talk_message_item_hidden {
+ margin-bottom: 40px;
+/* background:#f1f1f1; */
+}
+.message_view_description {
+ clear: both;
+ margin-bottom: 5px;
+}
+.message_view_description_hidden {
+ margin-top: 5px;
+}
+.message_preview_notice {
+ color: #f9a92b;
+ margin: 3px 3px;
+ font: italic 14px/1 sans-serif,arial;
+}
+.useful_links_ext div {
+ margin: 3px 0px;
+ padding: 1px;
+ padding-left: 20px;
+ background: url(../Img/link.png) no-repeat left center;
+}
+.useful_links_ext div a {
+ color: #000;
+ text-decoration: none;
+ font: normal 14px/1 sans-serif,arial;
+}
+.issues_message_item_user {
+ overflow: hidden;
+ font-weight: bold;
+ margin-bottom: 1em;
+}
+.issues_message_item_user_inner {
+ float: left;
+ width: 500px;
+}
+.hide_general, .block_general {
+ float: right;
+ margin-left: 10px;
+ font-weight: normal;
+ text-decoration: none;
+ color: black;
+}
+.hide_general img {
+ margin-right: 5px;
+ margin-bottom: -2px;
+}
+.block_general img {
+ margin-right: 5px;
+ margin-bottom: -5px;
+}
+.language_links_box ul {
+ overflow: hidden;
+ margin: 4px 5px 20px 5px;
+ padding: 0px;
+ list-style-type: none;
+}
+.language_links_box ul li {
+ float: left;
+ width: 90px; /* background:red; */;
+ margin-bottom: 10px; /* margin-right:10px; */;
+ margin-top: 5px;
+}
+.language_links_box ul li a {
+ padding: 5px;
+ text-decoration: none;
+ color: black;
+}
+.language_links_box ul li a span {
+ margin-left: 3px;
+}
+.language_links_box a.current_lang {
+ border-top: 1px dashed #6495ED;
+ border-bottom: 1px dashed #6495ED;
+}
+.talk_numb_ext {
+ clear: both;
+ text-align: left;
+ margin-left: 10px;
+}
+.talk_numb_ext a, .talk_numb_ext_wiki a {
+ display: block;
+ width: 150px;
+ text-align: center;
+ padding: 10px 0px;
+ text-decoration: none;
+ color: black;
+ background: url(../Img/talk_messages.png) no-repeat left center;
+ margin-bottom: 10px;
+ float: right;
+ overflow: hidden;
+}
+.details_of_hidden_message {
+ display: none;
+}
+.details_of_hidden_message_inner, .details_of_actions_inner, .details_of_actions_inner_user {
+ margin: 10px 0px;
+ background: #fbfbfb;
+ padding: 5px;
+ border: 1px solid #BCBCBC;
+}
+.details_of_actions_inner {
+ background: #ecfffe;
+ border: 1px solid #7ed0cb;
+}
+.details_of_actions_inner_user {
+}
+.md_type {
+ display: none;
+}
+.hidden_message_view_details {
+ font: normal 12px/1 sans-serif,arial;
+}
+.deleted_message_show {
+ margin: 8px 0px 0px 0px;
+ font: normal 13px/1 sans-serif,arial;
+}
+.noscript_dist_alert {
+ margin-bottom: 5px;
+}
+.noscript_dist_alert span {
+ color: #6495ED;
+}
+.isp_notice {
+ background: #dff1f8;
+ border: 1px solid #6495ED;
+ padding: 5px;
+ font: normal 14px/1.5 sans-serif,arial;
+}
+.user_hardware_pages {
+ margin: 10px 5px;
+ padding: 10px;
+ background: #F1D8D8;
+ /*border-bottom:1px solid #DC143C;
+ border-top:1px solid #DC143C;*/
+}
+.moderator_box, .moderator_box_deleted {
+ overflow: hidden;
+ padding: 10px;
+ margin: 5px 5px 25px 5px;
+ background: #fbd59a;
+ border: 1px solid #f65637;
+}
+.moderator_box_deleted {
+ background: #F0FFFF;
+ border: 1px solid #ADD8E6;
+}
+.listTable {
+ margin: 20px 5px;
+}
+/*MODERATORS' PAGE*/
+tr.listRow td {
+ font: normal 14px/1 sans-serif,arial;
+ padding: 10px 5px;
+}
+tr.listHead {
+ font: bold 14px/1 sans-serif,arial;
+}
+tr.listHead td {
+ padding: 8px 4px;
+ background: #ADD8E6;
+ border-top: 1px solid #4169E1;
+ border-bottom: 1px solid #4169E1;
+}
+.recordsBox {
+ margin: 10px 5px;
+}
+.recordsBox table {
+ width: 100%;
+}
+a.linkItem {
+ /* background:red; */
+ font: bold 12px/1 sans-serif,arial;
+}
+td.text_item_date {
+ width: 25%;
+}
+.moderator_panel_link, .admin_panel_link {
+ margin: 5px;
+ padding: 10px;
+/* border:1px solid #ED9F4A; */
+/* background:#F6EA99; */
+}
+.admin_panel_link {
+}
+.noscript_notice {
+ margin: 10px 5px;
+ padding: 5px 10px;
+ background: #B0E0E6;
+ border: 1px solid #4169E1;
+ color: #4169E1;
+}
+.search_img {
+ float: left;
+}
+.span_search_desc {
+ float: left;
+ margin-left: 10px;
+ padding-top: 0px;
+}
+.textarea_entry_search {
+ width: 430px;
+ height: 200px;
+ padding: 3px;
+ border: 1px solid #CECECE;
+}
+.lspci_notice {
+ margin: 10px 0px;
+ padding: 5px 10px;
+ background: #B7F18C;
+ font-weight: bold;
+/* border: 1px solid #CECECE; */
+}
+.lspci_item_found, .lspci_item_not_found {
+ margin: 20px 5px;
+ background: url('../Img/search_back.png') no-repeat top left;
+/* background: #C7DAEF; */padding: 12px 15px;
+ border-bottom: 3px solid #8eb5df;
+ border-right: 1px solid #8eb5df;
+}
+.lspci_item_found_compat {
+ padding-left: 37px;
+}
+.search_result_model_name {
+ padding-left: 10px;
+}
+.search_item_found {
+ margin: 5px;
+}
+.lspci_item_not_found {
+ background: #ffe170;
+ border-bottom: 3px solid #e8c224;
+ border-right: 1px solid #e8c224;
+}
+.lspci_item_found_compat ul li {
+ list-style-type: none;
+}
+.lspci_item_found_compat ul {
+ margin: 10px 20px;
+ padding: 0px;
+}
+.found_ext {
+ margin-bottom: 2em;
+}
+.lspci_item_found_compat a {
+ text-decoration: none;
+ font: normal 16px/1 sans-serif;
+}
+.last_modifications, .wiki_control_box {
+ margin: 5px;
+ width: 190px;
+ margin-bottom: 2em;
+ background: url(../Img/back_last.png) no-repeat top left;
+}
+.wiki_control_box {
+ background: url(../Img/back_wiki.png) no-repeat top left;
+}
+.last_modifications ul, .wiki_control_box ul {
+ padding: 8px;
+ padding-top: 0px;
+}
+.wiki_control_box ul {
+ background: url(../Img/back_wiki.png) no-repeat bottom left;
+}
+.last_modifications li, .wiki_control_box li {
+ list-style-type: none;
+ margin: 10px 5px;
+}
+.last_modifications_title {
+ padding-top: 10px;
+ padding-left: 14px;
+ font: bold 15px/1 sans-serif;
+}
+.last_modifications a {
+}
+.last_modifications_model {
+ color: #3e3e3e;
+ text-decoration: none;
+}
+.last_modifications_all {
+ background: url(../Img/back_last.png) no-repeat bottom left;
+ padding-bottom: 10px;
+}
+.last_modifications_all span {
+ margin-left: 10px;
+ font: normal 14px/1 sans-serif;
+}
+.wiki_external_box {
+ margin: 4em 5px;
+ clear: both;
+ clear: right;
+}
+.wiki_page_title {
+ font: bold 18px/1 sans-serif,arial;
+ color: gray;
+ margin: 20px 0px;
+ padding-bottom: 4px;
+ border-bottom: 1px solid #000;
+}
+.wiki_page_content {
+ margin: 2em 0px;
+}
+.talk_numb_ext_wiki {
+ float: left;
+ text-align: left;
+ margin-left: 10px;
+}
+.blocked_notice {
+ float: right;
+ font: normal 12px/1 sans-serif;
+ color: #000;
+}
+span.entry_label_small {
+ font-weight: normal;
+ font-size: 12px;
+}
+/*
+Start - temporarily added due to transformation of help pages
+2011-05-29 joeko
+*/
+ul {
+ line-height: 1.5em;
+ list-style-type: square;
+ margin: .3em 0 0 1.5em;
+ padding: 0;
+}
+ol {
+ line-height: 1.5em;
+ margin: .3em 0 0 3.2em;
+ padding: 0;
+ list-style-image: none;
+}
+li {
+ margin-bottom: .1em;
+}
+dt {
+ font-weight: bold;
+ margin-top: .5em;
+ margin-bottom: .3em;
+ color: #3D6300;
+}
+dl {
+ margin-top: .4em;
+ margin-bottom: .2em;
+}
+dd {
+ line-height: 1.5em;
+ margin-top: .5em;
+ margin-left: 2em;
+ margin-top: .5em;
+ margin-bottom: .5em;
+}
+p, dd {
+ margin-top: .5em;
+ margin-bottom: .5em;
+}
+p.attention {
+ /* taken from home page */
+ padding: 0.5em;
+ background: none repeat scroll 0% 0% rgb(255, 160, 122);
+ margin: 0.5em;
+ border-top: 1px solid rgb(220, 20, 60);
+ border-bottom: 1px solid rgb(220, 20, 60);
+ font-size: 16px;
+}
+p.example, dd.example {
+ border-bottom: 0;
+ color: #3d6300;
+}
+p.note dd.note {
+ margin-left: 2em;
+ margin-right: 0;
+ font-weight: bolder;
+ color: #3d6300; /* background: #CFC bottom right no-repeat;*/;
+ font-style: normal;
+ font-style: italic;
+}
+p.opt, dd.opt {
+ color: #3d6300;
+ font-weight: bold;
+ font-style: italic;
+}
+/*
+End
+*/
|