]> mj.ucw.cz Git - pciids.git/blob - index.html
Polished the title page
[pciids.git] / index.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2 <html lang="en"><head><title>The PCI ID Repository</title>
3 <link rel="stylesheet" type="text/css" media="all" href="/static/common.css">
4 <link rel="stylesheet" type="text/css" media="screen" href="/static/screen.css">
5 <link rel="stylesheet" type="text/css" media="print" href="/static/print.css">
6 </head><body>
7
8 <div class="top"><div class="bigbluesquare">
9 <h1>The PCI ID Repository</h1>
10 <p class="home">The home of the <code>pci.ids</code> file
11 </div></div>
12
13 <p>This is a public repository of all known ID's used in PCI devices:
14 ID's of vendors, devices, subsystems and device classes. It is used in
15 various programs (e.g., <a href="http://mj.ucw.cz/pciutils.html">The PCI Utilities</a>)
16 to display full human-readable names instead of cryptic numeric codes.
17
18 <h2>Browse</h2>
19
20 <p>You can use our web interface to browse the lists and also to submit new
21 entries or to update the existing ones:
22
23 <ul>
24         <li><a href="/read/PC/">PCI devices</a>
25         <li><a href="/read/PD/">PCI device classes</a>
26 </ul>
27
28 <p>You may want to read <a href="/mods/?action=help?help=index">help</a> before you start using the
29 web interface.
30
31 <h2>Download</h2>
32
33 <p>We generate daily snapshots of the database in form of a
34 <code>pci.ids</code> file. You can download the snapshot to update
35 the list used by your system:
36
37 <ul>
38         <li><a href="/v2.2/pci.ids">pci.ids</a>
39         <li><a href="/v2.2/pci.ids.gz">pci.ids.gz</a> (compressed by gzip)
40         <li><a href="/v2.2/pci.ids.bz2">pci.ids.bz2</a> (compressed by bzip2)
41 </ul>
42
43 <p>The above files require pciutils v2.2 or newer. If you are still using an older
44 version for some reason, please get these instead: <a href="/pci.ids">pci.ids-2.0</a>,
45 <a href="/pci.ids.gz">pci.ids-2.0.gz</a>, or <a href="/pci.ids.bz2">pci.ids-2.0.bz2</a>. They
46 could however lack some subsystems.
47
48 <p>The contents of the database and the generated files can be distributed
49 under the terms of either the <a href="http://www.opensource.org/licenses/gpl-license.php">GNU General Public License</a> (version 2 or later)
50 or of the <a href="http://www.opensource.org/licenses/bsd-license.php">3-clause BSD License.</a>
51
52 <p>If the snapshot is a couple of days old, it usually means that no changes
53 were approved recently.
54
55 <h2>Submit new data</h2>
56
57 <p>The database is maintained by volunteers like you, so if you have any
58 devices which are not identified properly, please help us by adding them
59 to the database or by fixing the existing entry.
60
61 <p>New entries are always welcome, but please submit only accurate information
62 &ndash; descriptions like "unknown modem device" are hardly useful for anybody.
63 of existing entries to clarify the description or to correct mistakes are also
64 welcome, but in this case please always add a discussion comment explaining the
65 reason for the change.
66
67 <p>Updates can be submitted either via the web interface, or as patches to the <code>pci.ids</code>
68 file sent by e-mail to our mail robot at <a href="mailto:pci-ids@ucw.cz">pci-ids@ucw.cz</a>
69 (see the <a href="/mods/?action=help?help=mailsubmit">mail submit help</a>).
70
71 <p><em>In all cases, please read the <a href="/mods/?action=help?help=newitem">submission guidelines</a>
72 first.</em>
73
74 <h2>Feedback</h2>
75
76 <p>If you have encountered any problems or if you have any suggestions, please <a href="mailto:pciids-devel@lists.sourceforge.net">let
77 us know</a>.
78
79 <h2>Source code</h2>
80 <p>
81 The source code of this web application is publicly available.
82 If you want to examine it or need some similar application, you can find it <a href='http://vorner.pretel.cz/en/pciids.html'>here</a>.
83
84 </body></html>
85 <div class="footer"><hr>
86 <div class="campaign" id="sourceforge"><a href="http://sourceforge.net/"><img src="http://sourceforge.net/sflogo.php?group_id=35833" width="88" height="31" alt="SourceForge"></a></div>
87 <div class="campaign"><a href="http://www.anybrowser.org/campaign/"><img src="/static/anybrowser.png" width=88 height=31 alt="Best viewed with any browser."></a></div>
88 <p class="maintain">
89 Maintained by <a href="http://mj.ucw.cz/">Martin Mares</a> and <a href="http://vorner.pretel.cz/">Michal
90 Vaner</a> with great help by volunteers from the <a href="http://www.sourceforge.net/projects/pciids/">pciids project</a>
91 at <a href="http://www.sourceforge.net/">SourceForge</a>.
92 </div>