]> mj.ucw.cz Git - pciids.git/commitdiff
Merge branch 'master' of git+ssh://jabberwock.ucw.cz/~vorner/pciids
authorMichal 'vorner' Vaner <vorner@ucw.cz>
Mon, 16 Jul 2012 16:04:27 +0000 (18:04 +0200)
committerMichal 'vorner' Vaner <vorner@ucw.cz>
Mon, 16 Jul 2012 16:04:27 +0000 (18:04 +0200)
PciIds/Html/Format.pm
index.html

index 41d121a52c59b7992b765578bef750e4e2ed286d..daf5007c8a3495facbb90fd4186cff65492dd597 100644 (file)
@@ -43,7 +43,9 @@ sub htmlFormatTable( $$$$$$ ) {
                        } else {
                                $func = \&encode;
                        }
-                       my $data = &{$func}( $line->[ $i ] );
+                       my $item = $line->[ $i ];
+                       $item = "" unless( defined( $item ) );
+                       my $data = &{$func}( $item );
                        $data = "" unless( defined( $data ) );
                        print $header.$data;
                }
index e82cd11f73018b66e83ff1d2a61d22c311e4b853..96395721fda13136e2030d69587a53a6dca8500a 100644 (file)
@@ -15,10 +15,6 @@ 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 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="/mods/?action=help?help=index">help</a>
-even if you were familiar with the old website.
-
 <h2>Browse</h2>
 
 <p>You can use our web interface to browse the lists and also to submit new
@@ -29,8 +25,6 @@ entries or to update the existing ones:
        <li><a href="/read/PD/">PCI device classes</a>
 </ul>
 
-<p>Or you can go directly to your <a href="/mods/?action=profile">profile</a> or <a href="/mods/?action=notifications">notification list</a>.
-
 <p>You may want to read <a href="/mods/?action=help?help=index">help</a> before you start using the
 web interface.
 
@@ -55,6 +49,9 @@ could however lack some subsystems.
 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)
 or of the <a href="http://www.opensource.org/licenses/bsd-license.php">3-clause BSD License.</a>
 
+<p>If the snapshot is a couple of days old, it usually means that no changes
+were approved recently.
+
 <h2>Submit new data</h2>
 
 <p>The database is maintained by volunteers like you, so if you have any
@@ -92,5 +89,4 @@ If you want to examine it or need some similar application, you can find it <a h
 Maintained by <a href="http://mj.ucw.cz/">Martin Mares</a> and <a href="http://vorner.pretel.cz/">Michal
 Vaner</a> with great help by volunteers from the <a href="http://www.sourceforge.net/projects/pciids/">pciids project</a>
 at <a href="http://www.sourceforge.net/">SourceForge</a>.
-<p class="maintain">No counters, no frames, no syntax errors.
 </div>