summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <alx@kernel.org>2023-04-10 02:19:56 +0200
committerAlejandro Colomar <alx@kernel.org>2023-04-10 02:19:57 +0200
commit0f41d15f8a91ef2b476b35b4a8bf0bbb28cd82be (patch)
treec8423f11eba52f1e49c28640872d9001cc27cc98
parent8b179845961694ae403c8675c31ab9578f37e499 (diff)
download: Remove file; Add links to the README
The contents of the old download.html file are now in the README, in the root of the repository. Link directly to it. Signed-off-by: Alejandro Colomar <alx@kernel.org>
-rw-r--r--code_of_conduct.html4
-rw-r--r--download.html131
-rw-r--r--index.html8
-rw-r--r--linux-api-ml.html4
-rw-r--r--linux-man-ml.html4
-rw-r--r--linux-next.html4
-rw-r--r--maintaining.html4
-rw-r--r--man_pages_other.html6
-rw-r--r--missing_pages.html4
9 files changed, 19 insertions, 150 deletions
diff --git a/code_of_conduct.html b/code_of_conduct.html
index 0319991..a6a2258 100644
--- a/code_of_conduct.html
+++ b/code_of_conduct.html
@@ -20,8 +20,8 @@ Linux man-pages Contributor Covenant Code of Conduct
Linux <em>man-pages</em>: &nbsp;
<a href="./index.html">home</a> |
-<a href="https://git.kernel.org/pub/scm/docs/man-pages/man-pages.git/tree/CONTRIBUTING">contributing</a> |
-<a href="./download.html">download</a>
+<a href="https://git.kernel.org/pub/scm/docs/man-pages/man-pages.git/tree/README">readme</a> |
+<a href="https://git.kernel.org/pub/scm/docs/man-pages/man-pages.git/tree/CONTRIBUTING">contributing</a>
&nbsp; || &nbsp;
<a href="https://git.kernel.org/pub/scm/docs/man-pages/man-pages.git">git</a> |
<a href="https://man7.org/linux/man-pages/index.html">online pages</a></font>
diff --git a/download.html b/download.html
deleted file mode 100644
index fc5e314..0000000
--- a/download.html
+++ /dev/null
@@ -1,131 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
- "https://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
-<html>
-<head>
-<meta http-equiv="content-type" content="text/html;charset=utf-8" />
-<link rel=stylesheet type="text/css" href="style.css" title="style">
-<title>
-Downloading man-pages
-</title>
-</head>
-
-<body>
-
-<!--BEGIN-LINKS-->
-<form method="get" action="https://www.google.com/search">
-<table border=0 cellpadding=0 cellspacing=0 width="100%">
-<tr>
-<td align="left">
-<font size="-1">
-
-Linux <em>man-pages</em>: &nbsp;
-<a href="./index.html">home</a> |
-<a href="https://git.kernel.org/pub/scm/docs/man-pages/man-pages.git/tree/CONTRIBUTING">contributing</a> |
-download
-&nbsp; || &nbsp;
-<a href="https://git.kernel.org/pub/scm/docs/man-pages/man-pages.git">git</a> |
-<a href="https://man7.org/linux/man-pages/index.html">online pages</a></font>
-</td>
-<td align="right">
-<input type="text" name="q" size=10 maxlength=255 value="">
-<input type="hidden" name="sitesearch" value="man7.org/linux/man-pages">
-<input type="submit" name="sa" value="Search online pages">
-</td>
-</tr>
-</table>
-</form>
-<!--END-LINKS-->
-
-
-<h1>Downloading <em>man-pages</em></h1>
-
-<h2>Tarballs</h2>
-<p>
- You can download the latest <em>man-pages</em> tarball
- <a href="https://www.kernel.org/pub/linux/docs/man-pages/">here</a>;
- older tarballs can be found
- <a href="https://www.kernel.org/pub/linux/docs/man-pages/Archive/">here</a>.
- The tarballs for the <em>man-pages-1.*</em> releases can be found
- <a href="https://www.win.tue.nl/~aeb/ftpdocs/linux-local/manpages.archive/">here</a>.
-</p>
-
-<h2>Git</h2>
-<p>
- Using
- <a href="https://git-scm.com/">Git</a>,
- you can obtain the very latest version of <em>man-pages</em>
- from the canonical git repository on kernel.org
- using the following command:
-</p>
-<!--
-$ <strong>git clone git://git.kernel.org/pub/scm/docs/man-pages/man-pages</strong>
--->
-<pre class="shell">$ <strong>git clone https://git.kernel.org/pub/scm/docs/man-pages/man-pages</strong>
-</pre>
-
-<p>
-You can see what's recently been pushed to kernel.org via CGit:
-<a href="https://git.kernel.org/?p=docs/man-pages/man-pages.git">https://git.kernel.org/?p=docs/man-pages/man-pages.git</a>.
-</p>
-
-<!--
-$ <strong>git clone https://github.com/mkerrisk/man-pages</strong>
--->
-<p>
- Since the 2011 kernel.org outage,
- there is also a secondary Git repository at
- <a href="https://github.com/mkerrisk/man-pages">https://github.com/mkerrisk/man-pages</a>.
- (Please don't send GitHub pull requests or report issues
- via the GitHub issue tracker.
- See <a href="https://git.kernel.org/pub/scm/docs/man-pages/man-pages.git/tree/CONTRIBUTING">here</a> instead.)
-</p>
-
-<h2>POSIX manual pages</h2>
-
-<p>
-the IEEE and The Open Group
-have kindly granted us permission to distribute extracts from the latest
-version of the POSIX.1 standard:
-</p>
-<blockquote>
-<p>
- IEEE Std 1003.1-2017, Standard for Information Technology--Portable
- Operating System Interface (POSIX), The Open Group Base Specifications
- Issue 7, 2018 Edition, Copyright (C) 2018 by the Institute of
- Electrical and Electronics Engineers, Inc and The Open Group.
-
-</p>
-</blockquote>
-
-<p>
- The POSIX manual pages can be downloaded
- <a href="https://www.kernel.org/pub/linux/docs/man-pages/man-pages-posix/">here</a>.
-</p>
-
-<p>
- The Git repository for the POSIX manual pages is
- <a href="https://git.kernel.org/pub/scm/docs/man-pages/man-pages-posix.git">here</a>.
-</p>
-
-<!--BEGIN-STATCOUNTER-->
-<!-- SITETRACKING.linux_man-pages -->
-<!-- Start of StatCounter Code -->
-<script type="text/javascript">
-var sc_project=5618989;
-var sc_invisible=1;
-var sc_partition=60;
-var sc_click_stat=1;
-var sc_security="4f8507d7";
-</script>
-
-<script type="text/javascript"
-src="https://www.statcounter.com/counter/counter.js"></script><noscript><div
-class="statcounter"><a title="customisable counter"
-href="https://www.statcounter.com/free_hit_counter.html"
-target="_blank"><img class="statcounter"
-src="https://c.statcounter.com/5618989/0/4f8507d7/1/" alt="customisable
-counter" ></a></div></noscript>
-<!-- End of StatCounter Code -->
-<!--END-STATCOUNTER-->
-</body>
-</html>
diff --git a/index.html b/index.html
index aac2186..f87ecd8 100644
--- a/index.html
+++ b/index.html
@@ -20,8 +20,8 @@ The Linux man-pages project
Linux <em>man-pages</em>: &nbsp;
home |
-<a href="https://git.kernel.org/pub/scm/docs/man-pages/man-pages.git/tree/CONTRIBUTING">contributing</a> |
-<a href="./download.html">download</a>
+<a href="https://git.kernel.org/pub/scm/docs/man-pages/man-pages.git/tree/README">readme</a> |
+<a href="https://git.kernel.org/pub/scm/docs/man-pages/man-pages.git/tree/CONTRIBUTING">contributing</a>
&nbsp; || &nbsp;
<a href="https://git.kernel.org/pub/scm/docs/man-pages/man-pages.git">git</a> |
<a href="https://man7.org/linux/man-pages/index.html">online pages</a></font>
@@ -93,9 +93,9 @@ home |
</ul>
<p>
- <a href="download.html">Download</a>
+ <a href="https://git.kernel.org/pub/scm/docs/man-pages/man-pages.git/tree/README">Readme</a>
&nbsp; | &nbsp;
-<a href="https://git.kernel.org/?p=docs/man-pages/man-pages.git">CGit</a>
+ <a href="https://git.kernel.org/?p=docs/man-pages/man-pages.git">CGit</a>
&nbsp; | &nbsp;
<a href="https://man7.org/linux/man-pages/index.html">Online man pages</a>
&nbsp; | &nbsp;
diff --git a/linux-api-ml.html b/linux-api-ml.html
index 41e50a5..ca4bbcd 100644
--- a/linux-api-ml.html
+++ b/linux-api-ml.html
@@ -20,8 +20,8 @@ The linux-api mailing list
Linux <em>man-pages</em>: &nbsp;
<a href="./index.html">home</a> |
-<a href="https://git.kernel.org/pub/scm/docs/man-pages/man-pages.git/tree/CONTRIBUTING">contributing</a> |
-<a href="./download.html">download</a>
+<a href="https://git.kernel.org/pub/scm/docs/man-pages/man-pages.git/tree/README">readme</a> |
+<a href="https://git.kernel.org/pub/scm/docs/man-pages/man-pages.git/tree/CONTRIBUTING">contributing</a>
&nbsp; || &nbsp;
<a href="https://git.kernel.org/pub/scm/docs/man-pages/man-pages.git">git</a> |
<a href="https://man7.org/linux/man-pages/index.html">online pages</a></font>
diff --git a/linux-man-ml.html b/linux-man-ml.html
index 836c6c9..4e96d32 100644
--- a/linux-man-ml.html
+++ b/linux-man-ml.html
@@ -20,8 +20,8 @@ The linux-man mailing list
Linux <em>man-pages</em>: &nbsp;
<a href="./index.html">home</a> |
-<a href="https://git.kernel.org/pub/scm/docs/man-pages/man-pages.git/tree/CONTRIBUTING">contributing</a> |
-<a href="./download.html">download</a>
+<a href="https://git.kernel.org/pub/scm/docs/man-pages/man-pages.git/tree/README">readme</a> |
+<a href="https://git.kernel.org/pub/scm/docs/man-pages/man-pages.git/tree/CONTRIBUTING">contributing</a>
&nbsp; || &nbsp;
<a href="https://git.kernel.org/pub/scm/docs/man-pages/man-pages.git">git</a> |
<a href="https://man7.org/linux/man-pages/index.html">online pages</a></font>
diff --git a/linux-next.html b/linux-next.html
index c92ed1a..5cd8358 100644
--- a/linux-next.html
+++ b/linux-next.html
@@ -20,8 +20,8 @@ Working with linux-next
Linux <em>man-pages</em>: &nbsp;
<a href="./index.html">home</a> |
-<a href="https://git.kernel.org/pub/scm/docs/man-pages/man-pages.git/tree/CONTRIBUTING">contributing</a> |
-<a href="./download.html">download</a>
+<a href="https://git.kernel.org/pub/scm/docs/man-pages/man-pages.git/tree/README">readme</a> |
+<a href="https://git.kernel.org/pub/scm/docs/man-pages/man-pages.git/tree/CONTRIBUTING">contributing</a>
&nbsp; || &nbsp;
<a href="https://git.kernel.org/pub/scm/docs/man-pages/man-pages.git">git</a> |
<a href="https://man7.org/linux/man-pages/index.html">online pages</a></font>
diff --git a/maintaining.html b/maintaining.html
index f20a310..41aa7fa 100644
--- a/maintaining.html
+++ b/maintaining.html
@@ -20,8 +20,8 @@
Linux <em>man-pages</em>: &nbsp;
<a href="./index.html">home</a> |
-<a href="https://git.kernel.org/pub/scm/docs/man-pages/man-pages.git/tree/CONTRIBUTING">contributing</a> |
-<a href="./download.html">download</a>
+<a href="https://git.kernel.org/pub/scm/docs/man-pages/man-pages.git/tree/README">readme</a> |
+<a href="https://git.kernel.org/pub/scm/docs/man-pages/man-pages.git/tree/CONTRIBUTING">contributing</a>
&nbsp; || &nbsp;
<a href="https://git.kernel.org/pub/scm/docs/man-pages/man-pages.git">git</a> |
<a href="https://man7.org/linux/man-pages/index.html">online pages</a></font>
diff --git a/man_pages_other.html b/man_pages_other.html
index 85aa196..dec25e1 100644
--- a/man_pages_other.html
+++ b/man_pages_other.html
@@ -20,8 +20,8 @@ Manual pages from other packages
Linux <em>man-pages</em>: &nbsp;
<a href="./index.html">home</a> |
-<a href="https://git.kernel.org/pub/scm/docs/man-pages/man-pages.git/tree/CONTRIBUTING">contributing</a> |
-<a href="./download.html">download</a>
+<a href="https://git.kernel.org/pub/scm/docs/man-pages/man-pages.git/tree/README">readme</a> |
+<a href="https://git.kernel.org/pub/scm/docs/man-pages/man-pages.git/tree/CONTRIBUTING">contributing</a>
&nbsp; || &nbsp;
<a href="https://git.kernel.org/pub/scm/docs/man-pages/man-pages.git">git</a> |
<a href="https://man7.org/linux/man-pages/index.html">online pages</a></font>
@@ -47,7 +47,7 @@ Linux <em>man-pages</em>: &nbsp;
and many pages in Sections 3, 4, and 5 also come from other packages.
The easiest way to determine which pages are part of the
<em>man-pages</em> package is to
- <a href="download.html">download the latest version</a>,
+ <a href="https://git.kernel.org/pub/scm/docs/man-pages/man-pages.git/">download the latest version</a>,
and see if the page is present,
or look in the
<a href="https://man7.org/linux/man-pages/index.html">online pages</a>.
diff --git a/missing_pages.html b/missing_pages.html
index 90466a2..36a7207 100644
--- a/missing_pages.html
+++ b/missing_pages.html
@@ -20,8 +20,8 @@ Manual pages that are missing from Linux man-pages
Linux <em>man-pages</em>: &nbsp;
<a href="./index.html">home</a> |
-<a href="https://git.kernel.org/pub/scm/docs/man-pages/man-pages.git/tree/CONTRIBUTING">contributing</a> |
-<a href="./download.html">download</a>
+<a href="https://git.kernel.org/pub/scm/docs/man-pages/man-pages.git/tree/README">readme</a> |
+<a href="https://git.kernel.org/pub/scm/docs/man-pages/man-pages.git/tree/CONTRIBUTING">contributing</a>
&nbsp; || &nbsp;
<a href="https://git.kernel.org/pub/scm/docs/man-pages/man-pages.git">git</a> |
<a href="https://man7.org/linux/man-pages/index.html">online pages</a></font>