aboutsummaryrefslogtreecommitdiff
path: root/Templates/README.category
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-02-10 08:55:21 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-02-10 08:55:21 +0000
commit6cc8804d52f4edaa02c7d5c0bbbf7bf56b40873c (patch)
treef4fb623ca52ac0acb72ce053a90fe47839e1a3cc /Templates/README.category
parent1508fdf4b81897c7d89b5533d119300e9cbb2b8b (diff)
downloadports-6cc8804d52f4edaa02c7d5c0bbbf7bf56b40873c.tar.gz
ports-6cc8804d52f4edaa02c7d5c0bbbf7bf56b40873c.zip
* Run throught tidy -i since they are malformed HTML.
* Templates/README.port - %%PKG%% moved. - %%WEBSITE%%, %%EMAIL%% and port mailing-list added. Submitted by: Cyrille Lefevre <clefevre@citeweb.net> PR: ports/31389
Notes
Notes: svn path=/head/; revision=75229
Diffstat (limited to 'Templates/README.category')
-rw-r--r--Templates/README.category40
1 files changed, 24 insertions, 16 deletions
diff --git a/Templates/README.category b/Templates/README.category
index 15ff74596172..6615726ae643 100644
--- a/Templates/README.category
+++ b/Templates/README.category
@@ -1,27 +1,35 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
+
<html>
-<title> The FreeBSD Ports Collection (%%CATEGORY%%)</title>
-<head><h1> The FreeBSD Ports Collection ("%%CATEGORY%%")</h1> </head> <hr>
-<body>
+ <head>
+ <title>The FreeBSD Ports Collection (%%CATEGORY%%)</title>
+ </head>
+
+ <body>
+ <h1>The FreeBSD Ports Collection ("%%CATEGORY%%")</h1>
+ <hr>
-<p>You are now in the directory "%%CATEGORY%%".
+ <p>You are now in the directory "%%CATEGORY%%".</p>
-<p>This is the one-line description for this category:
+ <p>This is the one-line description for this category:</p>
+ <hr>
-<p><hr><p>
+ <p>
%%COMMENT%%
-<p><hr>
+ </p>
+ <hr>
-<p>
+ <p>
%%DESCR%%
+ </p>
-<p>Here are the one-line descriptions for each items in this directory:
-
-<p><hr>
-<p><pre>
+ <p>Here are the one-line descriptions for each items in this
+ directory:</p>
+ <hr>
+<pre>
%%SUBDIR%%
</pre>
-
-<p><hr><p>
-<a href="../README.html"> Go to parent directory</a>
-</body>
+ <hr>
+ <a href="../README.html">Go to parent directory</a>
+ </body>
</html>