diff options
author | hubertf <hubertf> | 1999-08-22 01:30:15 +0000 |
---|---|---|
committer | hubertf <hubertf> | 1999-08-22 01:30:15 +0000 |
commit | 9fad5b9c46eb60e7fd9e34cd2ccdf96fc5059e7a (patch) | |
tree | f4434c10b9cc33d0ae79ca1c0474ce9dcc6930e9 /templates | |
parent | f04e7d01dfa55ba52dde64827ccb98f7b96ab713 (diff) | |
download | pkgsrc-9fad5b9c46eb60e7fd9e34cd2ccdf96fc5059e7a.tar.gz |
Collect information from pkgsrc/*/README.html into one long list
(README-all.html), and reference this file.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/README.category | 4 | ||||
-rw-r--r-- | templates/README.pkg | 4 | ||||
-rw-r--r-- | templates/README.top | 6 |
3 files changed, 10 insertions, 4 deletions
diff --git a/templates/README.category b/templates/README.category index f7944b9b325..a0bb1cc4fcb 100644 --- a/templates/README.category +++ b/templates/README.category @@ -1,4 +1,4 @@ -<!-- $NetBSD: README.category,v 1.5 1998/05/29 03:25:51 hubertf Exp $ --> +<!-- $NetBSD: README.category,v 1.6 1999/08/22 01:30:16 hubertf Exp $ --> <html> <head> <title>The NetBSD Packages Collection: %%CATEGORY%%</title> @@ -26,6 +26,8 @@ in this directory: <hr noshade> [ <a href="../README.html"> Go to top of packages tree</a> +| +<a href="../README-all.html"> List all packages</a> ] </body> </html> diff --git a/templates/README.pkg b/templates/README.pkg index 2340063343e..fd7932ff9f3 100644 --- a/templates/README.pkg +++ b/templates/README.pkg @@ -1,4 +1,4 @@ -<!-- $NetBSD: README.pkg,v 1.8 1998/08/20 15:17:28 tsarna Exp $ --> +<!-- $NetBSD: README.pkg,v 1.9 1999/08/22 01:30:16 hubertf Exp $ --> <html> <head> <title>The NetBSD Packages Collection: %%PORT%%</title> @@ -60,6 +60,8 @@ precompiled binary form for the following machine architectures: <a href="../README.html"> Go up one level</a> | <a href="../../README.html"> Go to top of packages tree</a> +| +<a href="../../README-all.html"> List all packages</a> ] </body> </html> diff --git a/templates/README.top b/templates/README.top index c71d9d010ea..d7686a21d8c 100644 --- a/templates/README.top +++ b/templates/README.top @@ -1,4 +1,4 @@ -<!-- $NetBSD: README.top,v 1.7 1998/08/23 01:32:19 hubertf Exp $ --> +<!-- $NetBSD: README.top,v 1.8 1999/08/22 01:30:16 hubertf Exp $ --> <html> <head> <title>The NetBSD Packages Collection</title> @@ -18,7 +18,9 @@ The packages collection is divided into categories of packages. %%DESCR%% </p> -<p>Here are the one-line descriptions for each of the categories: +<p>Here are the one-line descriptions for each of the categories, +a <a href="README-all.html">complete list of all packages</a> is also +available: </p> <hr noshade> |