Gentoo Archives: gentoo-commits

From: Mike Pagano <mpagano@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/linux-patches:genpatches-misc commit in: web/content/, web/
Date: Sun, 18 Jul 2021 20:11:53
Message-Id: 1626639082.1411dd245f2089b2786b1f02c1d8126ff8b29841.mpagano@gentoo
1 commit: 1411dd245f2089b2786b1f02c1d8126ff8b29841
2 Author: Mike Pagano <mpagano <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 18 20:11:22 2021 +0000
4 Commit: Mike Pagano <mpagano <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 18 20:11:22 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=1411dd24
7
8 Update About page
9
10 Signed-off-by: Mike Pagano <mpagano <AT> gentoo.org>
11
12 web/content/about.html | 53 ++++++++++++++++++++---------------------------
13 web/gentoo_sources_web.pm | 2 +-
14 2 files changed, 23 insertions(+), 32 deletions(-)
15
16 diff --git a/web/content/about.html b/web/content/about.html
17 index 7a7ba46..6959cc1 100644
18 --- a/web/content/about.html
19 +++ b/web/content/about.html
20 @@ -1,41 +1,32 @@
21 -<h2>What is genpatches?</h2>
22 +<div class="container">
23 +<div class="row">
24 + <div id="content" class="col-md-12">
25 + <h1>What is genpatches?<br/><br/>
26 + <small>A brief description of the package, and details about our patching and release policy.</small></h1>
27
28 -<p>
29 -genpatches is a patchset applied to many of Gentoo's Linux kernel packages. It
30 -aims to support the entire range of Gentoo-supported architectures.
31 -</p>
32 + <div class="newsitem-content">
33 + <p>genpatches is a patchset applied to many of Gentoo's Linux kernel packages. It
34 +aims to support the entire range of Gentoo-supported architectures.</p>
35
36 -<p>
37 -Each patchset is based on the initial stable release of the kernel's released at
38 -kernel.org (e.g. 2.6.10, 2.6.11, 2.6.12).
39 -</p>
40 +<p>Each patchset is based on the initial stable release of the kernel's released at
41 +kernel.org (e.g. 2.6.10, 2.6.11, 2.6.12). </p>
42
43 -<p>
44 -The patchset is split up into two parts: base and extras. base contains bug and
45 +<p>The patchset is split up into two parts: base and extras. base contains bug and
46 security fixes, while extras includes some extra hardware support and some
47 -feature patches.
48 -</p>
49 +feature patches.</p>
50
51 -<p>
52 -genpatches is mainly produced for <b>gentoo-sources</b>, which is the only
53 -kernel to include both base and extras.
54 -</p>
55 +<p>genpatches is mainly produced for <b>gentoo-sources</b>, which is the only
56 +kernel to include both base and extras.</p>
57
58 -<p>
59 -genpatches is maintained in Gentoo Git. This is <a href="https://gitweb.gentoo.org/proj/linux-patches.git/">browseable online</a> and the trunk contents are regularly mirrored <a href="trunk/">here</a>.
60 -</p>
61 +<p>genpatches is maintained in Gentoo Git. This is <a href="https://gitweb.gentoo.org/proj/linux-patches.git/">browseable online</a> and the trunk contents are regularly mirrored <a href="trunk/">here</a>.</p>
62
63 -<p>
64 -genpatches releases are announced on the gentoo-kernel mailing list. To subscribe, send a mail to <a href="mailto:gentoo-kernel+subscribe@l.g.o">gentoo-kernel+subscribe@l.g.o</a>. The list is very low traffic, almost all mails are genpatches release announcements. You can also view the <a href="http://archives.gentoo.org/gentoo-kernel/">list archives</a>.
65 -</p>
66 +<p>genpatches releases are announced on the gentoo-kernel mailing list. To subscribe, send a mail to <a href="mailto:gentoo-kernel+subscribe@l.g.o">gentoo-kernel+subscribe@l.g.o</a>. The list is very low traffic, almost all mails are genpatches release announcements. You can also view the <a href="http://archives.gentoo.org/gentoo-kernel/">list archives</a>.</p>
67
68 -<p>
69 -genpatches is not specific to Gentoo at all, it can be viewed as a general purpose Linux patchset focusing on stability. Some other non-Gentoo projects use genpatches too, and that's great. If you want to use genpatches in your distro/project, please feel free, and do let me know.
70 -</p>
71 +<p>genpatches is not specific to Gentoo at all, it can be viewed as a general purpose Linux patchset focusing on stability. Some other non-Gentoo projects use genpatches too, and that's great. If you want to use genpatches in your distro/project, please feel free, and do let me know.
72
73 -<p>
74 -More information can be found in the <a href="faq.html">FAQ</a>.
75 -</p>
76 +<p>More information can be found in the <a href="faq.html">FAQ</a>.</p>
77 +
78 +</ul></li>
79
80 <h2>Patching policy</h2>
81
82 @@ -71,5 +62,5 @@ We also aim to increase the number of Gentoo-provided kernels which include
83 genpatches-base. This greatly reduces the maintenance of those other kernels
84 since all security patch handling is done in one place only.
85 </p>
86 -
87 -
88 +</div>
89 +</div>
90
91 diff --git a/web/gentoo_sources_web.pm b/web/gentoo_sources_web.pm
92 index 7c6423f..b0923db 100644
93 --- a/web/gentoo_sources_web.pm
94 +++ b/web/gentoo_sources_web.pm
95 @@ -59,7 +59,7 @@ sub html_header {
96 print FD '<title>'.$title.'</title>';
97 print FD '<link rel="stylesheet" href="style.css" />';
98 print FD '<link href="https://assets.gentoo.org/tyrian/v1/bootstrap.min.css" rel="stylesheet" media="screen">';
99 - print FD '<link href="https://assets.gentoo.org/tyrian/v1/tyrian.min.css" rel="stylesheet" media="screen">';
100 + print FD '<link href="https://assets.gentoo.org/tyrian/v1/tyrian.min.css" rel="stylesheet" media="screen">';
101 print FD '</head>';
102
103 print FD '<body>';