diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-02-10 08:55:21 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-02-10 08:55:21 +0000 |
commit | 6cc8804d52f4edaa02c7d5c0bbbf7bf56b40873c (patch) | |
tree | f4fb623ca52ac0acb72ce053a90fe47839e1a3cc /Templates/README.top | |
parent | * pkg-comment removal, take 2: introduce the COMMENTFILE variable (diff) |
* 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.top')
-rw-r--r-- | Templates/README.top | 46 |
1 files changed, 25 insertions, 21 deletions
diff --git a/Templates/README.top b/Templates/README.top index 8084067d4b8e..9168477524ba 100644 --- a/Templates/README.top +++ b/Templates/README.top @@ -1,29 +1,33 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN"> + <html> -<title> The FreeBSD Ports Collection</title> -<head><h1> The FreeBSD Ports Collection </h1> </head> <hr> -<body> + <head> + <title>The FreeBSD Ports Collection</title> + </head> -<p>You are at the top of the ports tree. + <body> + <h1>The FreeBSD Ports Collection</h1> + <hr> -<p> -For information on how to use the ports tree, please look at "The -Ports Collection" section of the FreeBSD handbook <a -href="file://localhost/usr/share/doc/handbook/handbook.html"> on your -own FreeBSD machine</a> or <a -href="http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/ports.html"> at the FreeBSD web -site</a>. + <p>You are at the top of the ports tree.</p> -<p> + <p>For information on how to use the ports tree, please look at "The + Ports Collection" section of the FreeBSD handbook <a href= + "file://localhost/usr/share/doc/handbook/handbook.html">on your own + FreeBSD machine</a> or <a href= + "http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/ports.html"> + at the FreeBSD web site</a>.</p> -Also, if you would like to contribute a new port or fix an existing -one, please refer to the <a -href="http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/porters-handbook/index.html"> Porting -Guidelines</a> section of the most current handbook. -<p>Here are the one-line descriptions for each of the directories: + <p>Also, if you would like to contribute a new port or fix an existing + one, please refer to the <a href= + "http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/porters-handbook/index.html"> + Porting Guidelines</a> section of the most current handbook.</p> -<p><hr> -<p><pre> + <p>Here are the one-line descriptions for each of the directories:</p> + <hr> +<pre> %%SUBDIR%% -</pre><p><hr> -</body> +</pre> + <hr> + </body> </html> |