diff options
author | agc <agc@pkgsrc.org> | 1997-11-21 15:47:44 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1997-11-21 15:47:44 +0000 |
commit | f88ac3a7530edfc04932d80daed1868aacf99e5a (patch) | |
tree | 9d855b6a81756fc38b87179f3d1379f4da37667f /templates/README.category | |
parent | e70b0c3ebf0ee9288d68e45b786bd30426c36078 (diff) | |
download | pkgsrc-f88ac3a7530edfc04932d80daed1868aacf99e5a.tar.gz |
Initial import of the template files for creating HTML READMEs
from the FreeBSD ports collection.
Diffstat (limited to 'templates/README.category')
-rw-r--r-- | templates/README.category | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/templates/README.category b/templates/README.category new file mode 100644 index 00000000000..feca3fd648d --- /dev/null +++ b/templates/README.category @@ -0,0 +1,21 @@ +<html> +<title> The FreeBSD Ports Collection (%%CATEGORY%%)</title> +<head><h1> The FreeBSD Ports Collection ("%%CATEGORY%%")</h1> </head> <hr> +<body> + +<p>You are now in the directory "%%CATEGORY%%". + +<p> +%%DESCR%% + +<p>Here are the one-line descriptions for each items in this directory: + +<p><hr> +<p><pre> +%%SUBDIR%% +</pre> + +<p><hr><p> +<a href="../README.html"> Go to top of ports tree</a> +</body> +</html> |