From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3336913933E for ; Tue, 13 Jul 2021 13:26:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 528E4E0A6D; Tue, 13 Jul 2021 13:26:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 346A5E0A6D for ; Tue, 13 Jul 2021 13:26:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A7E1D342B44 for ; Tue, 13 Jul 2021 13:26:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0C9D1798 for ; Tue, 13 Jul 2021 13:26:07 +0000 (UTC) From: "Mike Pagano" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Pagano" Message-ID: <1626182742.6aa9b5eb6066dd4e723631311b324d557030667c.mpagano@gentoo> Subject: [gentoo-commits] proj/linux-patches:genpatches-misc commit in: web/ X-VCS-Repository: proj/linux-patches X-VCS-Files: web/gentoo_sources_web.pm X-VCS-Directories: web/ X-VCS-Committer: mpagano X-VCS-Committer-Name: Mike Pagano X-VCS-Revision: 6aa9b5eb6066dd4e723631311b324d557030667c X-VCS-Branch: genpatches-misc Date: Tue, 13 Jul 2021 13:26:07 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 8cca8e41-18a9-42c8-b0d7-e6bcfa3305dc X-Archives-Hash: 14fe0c39c19494fcda7b576e4a0354c1 commit: 6aa9b5eb6066dd4e723631311b324d557030667c Author: Mike Pagano gentoo org> AuthorDate: Tue Jul 13 13:25:42 2021 +0000 Commit: Mike Pagano gentoo org> CommitDate: Tue Jul 13 13:25:42 2021 +0000 URL: https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=6aa9b5eb Update auto generated genpatches page Signed-off-by: Mike Pagano gentoo.org> web/gentoo_sources_web.pm | 57 ++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 49 insertions(+), 8 deletions(-) diff --git a/web/gentoo_sources_web.pm b/web/gentoo_sources_web.pm index 0921ba4..e4a1ee0 100644 --- a/web/gentoo_sources_web.pm +++ b/web/gentoo_sources_web.pm @@ -56,16 +56,57 @@ sub html_header { print FD ''; print FD ''.$title.''; print FD ''; + print FD ''; + print FD ''; print FD ''; - print FD ''; - print FD ''; - print FD ''; - print FD ''; - print FD ''; - print FD ''; - print FD ''; - print FD '
HomeAboutFAQReleasesBugsIssues
'; + print FD ''; + print FD '
'; + print FD '
'; + print FD '
'; + print FD '
'; + print FD '
'; + print FD '
'; + print FD ' Get Gentoo!'; + print FD '
'; + print FD '
'; + print FD ''; + print FD '
'; + print FD '
'; + print FD '
'; + print FD ''; + print FD '
'; } sub html_footer {