summaryrefslogtreecommitdiff
path: root/Templates/README.category
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-04-01 11:16:01 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-04-01 11:16:01 +0000
commit8cdfa78ada8d4dc25e2890391c1e430751e685d0 (patch)
treeb0ca22bb500587fa9d969b685ccc4f9690f6fce8 /Templates/README.category
parentThanks for the overwhelming response (which can be only summarized by the (diff)
The template files required to generate README.htmls in all the ports
directories.
Notes
Notes: svn path=/head/; revision=2932
Diffstat (limited to 'Templates/README.category')
-rw-r--r--Templates/README.category21
1 files changed, 21 insertions, 0 deletions
diff --git a/Templates/README.category b/Templates/README.category
new file mode 100644
index 000000000000..feca3fd648d1
--- /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>