summaryrefslogtreecommitdiff
path: root/templates/README.top
blob: 06a6e5189a74c190672fab7d7a574a83a4067e37 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<!-- $NetBSD: README.top,v 1.31 2021/04/21 11:14:11 nia Exp $ -->
<!-- generated by pkgsrc/mk/scripts/mkreadme -->
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="templates/main.css" rel="stylesheet">
<title>The NetBSD Packages Collection</title>
<script type="text/javascript">
function appendSearch() {
	document.x.q.value += ' site:cdn.NetBSD.org/pub/pkgsrc/current/pkgsrc +"NetBSD Packages Collection"'
	return true;
}

/* commented out until the search results are better
window.onload = function() {
	var e = document.getElementById('search-box');
	e.style.display = "block";
};*/
</script>
</head>
<body>

<a href="https://pkgsrc.org/"><img src="templates/pkgsrc.png" alt="pkgsrc" id="logo"></a>
<h1>The NetBSD Packages Collection</h1>

<!-- based on https://duckduckgo.com/search_box with customizations
to make it more useful for searching pkgsrc -->
<form class="search-box" id="search-box" name="x" style="display: none;"
	action="https://duckduckgo.com/" target="_top" onSubmit="return appendSearch()">
	<label for="q">Search:</label>
	<input type="text" autocomplete="off" name="q"
		placeholder="Search DuckDuckGo"
		value="">
	<input id="search_button_homepage" type="submit" value="Go"/>
	<!-- don't autoload images -->
	<input type="hidden" name="kc" value="-1"/>
	<!-- don't show favicons -->
	<input type="hidden" name="kf" value="-1"/>
	<!-- don't open instant answers -->
	<input type="hidden" name="kz" value="-1"/>
</form>

<p>
The packages collection is divided into categories of packages.
A <a href="index-all.html">complete list of all packages</a>
is also available.
</p>

<p>
%%DESCR%%
</p>

<dl>
%%SUBDIR%%
</dl>

</body>
</html>