diff options
author | hubertf <hubertf> | 1998-02-20 21:49:04 +0000 |
---|---|---|
committer | hubertf <hubertf> | 1998-02-20 21:49:04 +0000 |
commit | 97bb14e6f87f27bdae3a1f5638401ae242eaff40 (patch) | |
tree | 2b13c71d38575d0f032339b1b6e92561ec1b9d60 /templates | |
parent | 38f76184c598f25da9746743e02ea0f4f13fa279 (diff) | |
download | pkgsrc-97bb14e6f87f27bdae3a1f5638401ae242eaff40.tar.gz |
Enhance look & feel of the generated README.html's.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/README.category | 20 | ||||
-rw-r--r-- | templates/README.pkg | 47 | ||||
-rw-r--r-- | templates/README.top | 30 | ||||
-rw-r--r-- | templates/pkg-daemon.gif | bin | 0 -> 4962 bytes |
4 files changed, 65 insertions, 32 deletions
diff --git a/templates/README.category b/templates/README.category index 9952800bbd0..09cee3674ea 100644 --- a/templates/README.category +++ b/templates/README.category @@ -1,8 +1,14 @@ -<!-- $NetBSD: README.category,v 1.2 1997/11/21 15:56:50 agc Exp $ --> +<!-- $NetBSD: README.category,v 1.3 1998/02/20 21:50:56 hubertf Exp $ --> <html> -<title> The NetBSD Packages Collection (%%CATEGORY%%)</title> -<head><h1> The NetBSD Packages Collection ("%%CATEGORY%%")</h1> </head> <hr> -<body> +<head> +<title>The NetBSD Packages Collection: %%CATEGORY%%</title> +</head> +<body bgcolor=#ffffff> + +<a href="http://www.mckusick.com/beastie/mainpage/copyright.html"> +<img align=right src="../templates/pkg-daemon.gif" alt="Daemon Power" border=0> +</a> +<h1>The NetBSD Packages Collection: <i>%%CATEGORY%%</i></h1> <p>You are now in the directory "%%CATEGORY%%". @@ -11,12 +17,14 @@ <p>Here are the one-line descriptions for each items in this directory: -<p><hr> +<p><hr noshade> <p><pre> %%SUBDIR%% </pre> -<p><hr><p> +<hr noshade> +[ <a href="../README.html"> Go to top of packages tree</a> +] </body> </html> diff --git a/templates/README.pkg b/templates/README.pkg index abcbb3a3dc8..ab722b4c5d0 100644 --- a/templates/README.pkg +++ b/templates/README.pkg @@ -1,43 +1,52 @@ -<!-- $NetBSD: README.pkg,v 1.3 1997/11/21 17:41:50 agc Exp $ --> +<!-- $NetBSD: README.pkg,v 1.4 1998/02/20 21:50:56 hubertf Exp $ --> <html> -<title> The NetBSD Packages Collection (%%PORT%%)</title> -<head><h1> The NetBSD Packages Collection ("%%PORT%%")</h1> </head> <hr> -<body> +<head> +<title>The NetBSD Packages Collection: %%PORT%%</title> +</head> +<body bgcolor=#ffffff> -<p>You are now in the directory for the -"%%PORT%%" -package. It can be manipulated using the packaging tools, -working on the -"%%PKG%%" -package.</p> +<a href="http://www.mckusick.com/beastie/mainpage/copyright.html"> +<img align=right src="../../templates/pkg-daemon.gif" alt="Daemon Power" border=0> +</a> +<h1>The NetBSD Packages Collection: <i>%%PORT%%</i></h1> -<p>A brief description of the package follows:</p> - -<p> -<hr> +<p>Brief description of the package:<br> +<I> %%COMMENT%% -<hr> +</I> </p> <p>Please read the file "<a href="pkg/DESCR">pkg/DESCR</a>" for a longer description. </p> -<p>Go to the <a href="../../README.html">top of the packages tree</a> for -a summary on how to use the packages collection. +<p>The package is located in the +"%%PORT%%" +directory. It can be manipulated using the packaging tools, +working on the +"%%PKG%%" +package. +For a summary on how to use the package collection, go to the +<a href="../../README.html">top of the packages tree</a>. </p> + <p> +This port requires the following package(s) to build: %%BUILD_DEPENDS%% +. </p> <p> +This port requires package(s) to run: %%RUN_DEPENDS%% +. </p> -<p><hr></p> +<hr noshade> +[ <a href="../README.html"> Go up one level</a> | <a href="../../README.html"> Go to top of packages tree</a> -</p> +] </body> </html> diff --git a/templates/README.top b/templates/README.top index ae528863ab3..7a5ab888b67 100644 --- a/templates/README.top +++ b/templates/README.top @@ -1,19 +1,35 @@ -<!-- $NetBSD: README.top,v 1.2 1997/11/21 15:56:52 agc Exp $ --> +<!-- $NetBSD: README.top,v 1.3 1998/02/20 21:50:56 hubertf Exp $ --> <html> -<title> The NetBSD Packages Collection</title> -<head><h1> The NetBSD Packages Collection </h1> </head> <hr> -<body> +<head> +<title>The NetBSD Packages Collection</title> +</head> +<body bgcolor=#ffffff> + +<a href="http://www.mckusick.com/beastie/mainpage/copyright.html"> +<img align=right src="templates/pkg-daemon.gif" alt="Daemon Power" border=0> +</a> +<h1>The NetBSD Packages Collection</h1> <p>You are at the top of the packages tree. +</p> <p> %%DESCR%% +</p> <p>Here are the one-line descriptions for each of the directories: +</p> -<p><hr> -<p><pre> +<hr noshade> +<pre> %%SUBDIR%% -</pre><p><hr> +</pre> +<hr noshade> + +For more information on how to build any of the packages from +the NetBSD Packages Collection, see the included <A HREF="README">README</A> file. +For a more in-depth description, see the +<A HREF="http://www.netbsd.org/Documentation/netbsd/Packages.txt">Packages.txt</A> document. + </body> </html> diff --git a/templates/pkg-daemon.gif b/templates/pkg-daemon.gif Binary files differnew file mode 100644 index 00000000000..451e02c6567 --- /dev/null +++ b/templates/pkg-daemon.gif |