public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/linux-patches:genpatches-misc commit in: web/content/, web/
@ 2021-07-18 20:11 Mike Pagano
  0 siblings, 0 replies; only message in thread
From: Mike Pagano @ 2021-07-18 20:11 UTC (permalink / raw
  To: gentoo-commits

commit:     1411dd245f2089b2786b1f02c1d8126ff8b29841
Author:     Mike Pagano <mpagano <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 18 20:11:22 2021 +0000
Commit:     Mike Pagano <mpagano <AT> gentoo <DOT> org>
CommitDate: Sun Jul 18 20:11:22 2021 +0000
URL:        https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=1411dd24

Update About page

Signed-off-by: Mike Pagano <mpagano <AT> gentoo.org>

 web/content/about.html    | 53 ++++++++++++++++++++---------------------------
 web/gentoo_sources_web.pm |  2 +-
 2 files changed, 23 insertions(+), 32 deletions(-)

diff --git a/web/content/about.html b/web/content/about.html
index 7a7ba46..6959cc1 100644
--- a/web/content/about.html
+++ b/web/content/about.html
@@ -1,41 +1,32 @@
-<h2>What is genpatches?</h2>
+<div class="container">
+<div class="row">
+	<div id="content" class="col-md-12">
+		<h1>What is genpatches?<br/><br/>
+	  <small>A brief description of the package, and details about our patching and release policy.</small></h1>
 
-<p>
-genpatches is a patchset applied to many of Gentoo's Linux kernel packages. It
-aims to support the entire range of Gentoo-supported architectures.
-</p>
+		<div class="newsitem-content">
+		<p>genpatches is a patchset applied to many of Gentoo's Linux kernel packages. It
+aims to support the entire range of Gentoo-supported architectures.</p>
 
-<p>
-Each patchset is based on the initial stable release of the kernel's released at
-kernel.org (e.g. 2.6.10, 2.6.11, 2.6.12). 
-</p>
+<p>Each patchset is based on the initial stable release of the kernel's released at
+kernel.org (e.g. 2.6.10, 2.6.11, 2.6.12). </p>
 
-<p>
-The patchset is split up into two parts: base and extras. base contains bug and
+<p>The patchset is split up into two parts: base and extras. base contains bug and
 security fixes, while extras includes some extra hardware support and some
-feature patches.
-</p>
+feature patches.</p>
 
-<p>
-genpatches is mainly produced for <b>gentoo-sources</b>, which is the only
-kernel to include both base and extras.
-</p>
+<p>genpatches is mainly produced for <b>gentoo-sources</b>, which is the only
+kernel to include both base and extras.</p>
 
-<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>
+<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>
 
-<p>
-genpatches releases are announced on the gentoo-kernel mailing list. To subscribe, send a mail to <a href="mailto:gentoo-kernel+subscribe@lists.gentoo.org">gentoo-kernel+subscribe@lists.gentoo.org</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>
+<p>genpatches releases are announced on the gentoo-kernel mailing list. To subscribe, send a mail to <a href="mailto:gentoo-kernel+subscribe@lists.gentoo.org">gentoo-kernel+subscribe@lists.gentoo.org</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>
 
-<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.
-</p>
+<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.
 
-<p>
-More information can be found in the <a href="faq.html">FAQ</a>.
-</p>
+<p>More information can be found in the <a href="faq.html">FAQ</a>.</p>
+
+</ul></li>
 
 <h2>Patching policy</h2>
 
@@ -71,5 +62,5 @@ We also aim to increase the number of Gentoo-provided kernels which include
 genpatches-base. This greatly reduces the maintenance of those other kernels
 since all security patch handling is done in one place only.
 </p>
-
-
+</div>
+</div>

diff --git a/web/gentoo_sources_web.pm b/web/gentoo_sources_web.pm
index 7c6423f..b0923db 100644
--- a/web/gentoo_sources_web.pm
+++ b/web/gentoo_sources_web.pm
@@ -59,7 +59,7 @@ sub html_header {
 	print FD '<title>'.$title.'</title>';
 	print FD '<link rel="stylesheet" href="style.css" />';
 	print FD '<link href="https://assets.gentoo.org/tyrian/v1/bootstrap.min.css" rel="stylesheet" media="screen">';
-  	print FD '<link href="https://assets.gentoo.org/tyrian/v1/tyrian.min.css" rel="stylesheet" media="screen">';
+ 	print FD '<link href="https://assets.gentoo.org/tyrian/v1/tyrian.min.css" rel="stylesheet" media="screen">';
 	print FD '</head>';
 
 	print FD '<body>';


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-07-18 20:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-07-18 20:11 [gentoo-commits] proj/linux-patches:genpatches-misc commit in: web/content/, web/ Mike Pagano

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox