]> mj.ucw.cz Git - pciids.git/commitdiff
Mention the website is new in index
authorMichal Vaner <vorner@ucw.cz>
Mon, 6 Oct 2008 16:21:13 +0000 (18:21 +0200)
committerMichal Vaner <vorner@ucw.cz>
Mon, 6 Oct 2008 16:21:13 +0000 (18:21 +0200)
index.html
static/screen.css

index 412818bc1e0437c4380843754592a9e82a8b2067..c2d3a0b62e6dc005724bb4bd01f92ee81994f665 100644 (file)
 <p class="home">The home of the <code>pci.ids</code> file
 </div></div>
 
-<p>This is a public repository of all known ID"s used in PCI devices:
-ID"s of vendors, devices, subsystems and device classes. It is used in
+<p>This is a public repository of all known ID's used in PCI devices:
+ID's of vendors, devices, subsystems and device classes. It is used in
 various programs (e.g., <a href="http://mj.ucw.cz/pciutils.html">The PCI Utilities</a>)
-to display full human-readable names instaed of cryptic numeric codes.
+to display full human-readable names instead of cryptic numeric codes.
+
+<p class='announce'>Welcome to the new web interface of the PCI ID database.
+Many a thing has changed, so please read the <a href="/read/?action=help?help=index">help</a>
+even if you were familiar with the old website.
 
 <h2>Browse</h2>
 
index 0f2395c2d8350f750deccf4ecc2c7e8f3562ed25..437353427763a58422ae814139ea3bd1ed56cd93 100644 (file)
@@ -133,3 +133,7 @@ form.admin table
 {
        background: #BBBBFF;
 }
+p.announce
+{
+       background: yellow;
+}