git: f9c93da2d8 - main - ports.cgi: simplify homepage
Wolfram Schneider <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by wosch: URL: https://cgit.FreeBSD.org/doc/commit/?id=f9c93da2d8bf0d0919c8d346eb7b1ea79288850c commit f9c93da2d8bf0d0919c8d346eb7b1ea79288850c Author: Wolfram Schneider <[email protected]> AuthorDate: 2026-01-19 18:59:50 +0000 Commit: Wolfram Schneider <[email protected]> CommitDate: 2026-01-19 19:08:01 +0000 ports.cgi: simplify homepage --- website/content/en/cgi/ports.cgi | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/website/content/en/cgi/ports.cgi b/website/content/en/cgi/ports.cgi index 77f359a861..3c92a45982 100755 --- a/website/content/en/cgi/ports.cgi +++ b/website/content/en/cgi/ports.cgi @@ -365,20 +365,9 @@ sub search_ports { } sub forms { - print qq{<p> -The FreeBSD Ports and Packages Collection offers a simple way for users and administrators to install applications. -</p> -}; - - print qq{<p> -"Package Name" searches for the name of a port or distribution. -"Description" searches case-insensitive in a short comment about the port. -"All" searches case-insensitive for the package name and in the -description about the port. -</p> + print qq{ <form id="ports" method="get" action="$script_name"> -Search for: <input name="query" value="$query" type="text" autocapitalize="none" autofocus /> <select name="stype"> };