diff options
author | wiz <wiz@pkgsrc.org> | 2000-05-31 22:16:16 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-05-31 22:16:16 +0000 |
commit | 2f6c5d032eb4e360806b95703e4db4797eae239c (patch) | |
tree | f779908ea27d648c897ea40bb405f8b2ba4c722d /templates/README.pkg | |
parent | 2d43f8385c6e71a461df1e14721c82609daf639e (diff) | |
download | pkgsrc-2f6c5d032eb4e360806b95703e4db4797eae239c.tar.gz |
make auto-generated README.html for packages HTML-3.2-compliant
Diffstat (limited to 'templates/README.pkg')
-rw-r--r-- | templates/README.pkg | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/templates/README.pkg b/templates/README.pkg index af5c200fe90..7b5c7f6b324 100644 --- a/templates/README.pkg +++ b/templates/README.pkg @@ -1,9 +1,10 @@ -<!-- $NetBSD: README.pkg,v 1.13 1999/12/06 23:06:45 abs Exp $ --> +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> +<!-- $NetBSD: README.pkg,v 1.14 2000/05/31 22:16:17 wiz Exp $ --> <html> <head> <title>The NetBSD Packages Collection: %%PORT%%</title> </head> -<body bgcolor=#ffffff> +<body bgcolor="#ffffff"> <a href="http://www.mckusick.com/beastie/mainpage/copyright.html"> <img align=right src="../../templates/pkg-daemon.gif" alt="Daemon Power" @@ -52,10 +53,11 @@ This package requires the following package(s) to run: Select one of the links below to <FONT COLOR=red>download</FONT> the package in precompiled binary form for the following machine architectures: -<UL> +<TABLE> %%BIN_PKGS%% -</UL> +</TABLE> +<p> The NetBSD packages collection is designed to permit easy <a href="../../README">installation from source</a> - particularly useful if the latest binary package is |