From patchwork Wed Sep 1 16:57:54 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Finucane X-Patchwork-Id: 1523341 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; dkim=fail reason="key not found in DNS" header.d=that.guru header.i=@that.guru header.a=rsa-sha256 header.s=x header.b=fl6Zk1tP; dkim-atps=neutral Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=lists.ozlabs.org (client-ip=2404:9400:2:0:216:3eff:fee1:b9f1; helo=lists.ozlabs.org; envelope-from=patchwork-bounces+incoming=patchwork.ozlabs.org@lists.ozlabs.org; receiver=) Received: from lists.ozlabs.org (lists.ozlabs.org [IPv6:2404:9400:2:0:216:3eff:fee1:b9f1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4H09hQ4qSGz9sW8 for ; Thu, 2 Sep 2021 03:16:38 +1000 (AEST) Received: from boromir.ozlabs.org (localhost [IPv6:::1]) by lists.ozlabs.org (Postfix) with ESMTP id 4H09hQ3k81z2ywd for ; Thu, 2 Sep 2021 03:16:38 +1000 (AEST) Authentication-Results: lists.ozlabs.org; dkim=fail reason="key not found in DNS" header.d=that.guru header.i=@that.guru header.a=rsa-sha256 header.s=x header.b=fl6Zk1tP; dkim-atps=neutral X-Original-To: patchwork@lists.ozlabs.org Delivered-To: patchwork@lists.ozlabs.org Authentication-Results: lists.ozlabs.org; spf=none (no SPF record) smtp.mailfrom=that.guru (client-ip=136.175.108.49; helo=mail-108-mta49.mxroute.com; envelope-from=stephen@that.guru; receiver=) Authentication-Results: lists.ozlabs.org; dkim=fail reason="key not found in DNS" header.d=that.guru header.i=@that.guru header.a=rsa-sha256 header.s=x header.b=fl6Zk1tP; dkim-atps=neutral Received: from mail-108-mta49.mxroute.com (mail-108-mta49.mxroute.com [136.175.108.49]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 4H09hB5bWkz2yNK for ; Thu, 2 Sep 2021 03:16:25 +1000 (AEST) Received: from filter004.mxroute.com ([149.28.56.236] filter004.mxroute.com) (Authenticated sender: mN4UYu2MZsgR) by mail-108-mta49.mxroute.com (ZoneMTA) with ESMTPSA id 17ba25c968300074ba.001 for (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES128-GCM-SHA256); Wed, 01 Sep 2021 17:16:22 +0000 X-Zone-Loop: a8e4d610c63afc875713511f00140d7ac8689671ece9 X-Originating-IP: [149.28.56.236] DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=that.guru; s=x; h=Content-Transfer-Encoding:MIME-Version:References:In-Reply-To: Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To:Content-Type:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=xg43gtZS4Y2IyEWb/2w8gLSk83cTwVdKHRRIk/N4Auw=; b=fl6Zk1tPvSP2OU9i8Ab3eqnMRV zSDzHHtG8t2kPnXGc1wAAZVEUTfoe7gktFKNaWHQivvehpvdRhkDR4jgcL8F8sMC8mOdVbrgV4t4X dNZ3ubuwZ/2OsoPx+NyClZqSSJZwz3fv/kTN2h3DzAob0h/M+glBvZxOqXcSrBsuZ6g7sktKTWEzK JbCx+2P7X6sIQQcM5LArn25o4ncU5gkwIhSZ81u7AQ2jtMega2p2QgaxDKadPOLi719PTn39L/23b KJ72G8jrGxriegcKyxOWijMOtIVsi5MWpLxdABq7mXCs9kxbHPxuw/evfcCIJEeCSlbg4uiR9MWax YHszYwiQ==; From: Stephen Finucane To: patchwork@lists.ozlabs.org Subject: [RFC PATCH v2 17/19] templates: Convert about page Date: Wed, 1 Sep 2021 17:57:54 +0100 Message-Id: <20210901165756.181192-18-stephen@that.guru> X-Mailer: git-send-email 2.31.1 In-Reply-To: <20210901165756.181192-1-stephen@that.guru> References: <20210901165756.181192-1-stephen@that.guru> MIME-Version: 1.0 X-AuthUser: stephen@that.guru X-BeenThere: patchwork@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Patchwork development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: patchwork-bounces+incoming=patchwork.ozlabs.org@lists.ozlabs.org Sender: "Patchwork" Another one bites the dust. Signed-off-by: Stephen Finucane --- patchwork/templates/patchwork/about.html | 147 ++++++++++++++--------- 1 file changed, 91 insertions(+), 56 deletions(-) diff --git patchwork/templates/patchwork/about.html patchwork/templates/patchwork/about.html index 43f3110b..cdd8cdc5 100644 --- patchwork/templates/patchwork/about.html +++ patchwork/templates/patchwork/about.html @@ -1,70 +1,105 @@ -{% extends "base.html" %} +{% extends "base2.html" %} {% block title %}About{% endblock %} -{% block heading %}About Patchwork{% endblock %} {% block body %} -
-

About Patchwork

+
+
+

+ About Patchwork +

-

Patchwork is free software, and is available from the Patchwork website. - Documentation is available on Read the Docs.

+

+ Patchwork is a patch tracking system for community-based projects. + It is intended to make the patch management process easier for both the + project's contributors and maintainers, leaving time for the more + important (and more interesting) stuff. +

-

Patchwork is built on the Django - web framework using Bootstrap.

+

+ Patchwork is free software, and is available from the + Patchwork website. + Documentation is available on + Read the Docs. +

+
-
-
-

Version

+
+

+ # + Status +

+ +
+
+
+
+ Version +
+
+ {{ version }} +
+
+
+
+ +
+
+
+
+ REST API +
+
+{% if enabled_apis.rest %} + enabled +{% else %} + disabled +{% endif %} +
+
+
-
    -
  • -

    {{ version }}

    -
  • -
-
- {% if admins %} -
-
-

Administrators

+
+
+
+
+ XML-RPC API +
+
+{% if enabled_apis.xmlrpc %} + enabled +{% else %} + disabled +{% endif %} +
+
+
-
    - {% for admin in admins %} -
  • - {{ admin.0 }} -
  • - {% endfor %} -
-
- {% endif %} -
-
-

API Status

+ + +
+

+ # + Administrators +

+{% for admin in admins %} +
+
+
+
+ {{ admin.0 }} +
+
+ {{ admin.1 }} +
+
+
-
    -
  • - REST - - {% if enabled_apis.rest %} - enabled - {% else %} - disabled - {% endif %} -
  • -
  • - XML-RPC - - {% if enabled_apis.xmlrpc %} - enabled - {% else %} - disabled - {% endif %} -
  • -
-
+{% empty %} +

This instance has no administrators.

+{% endfor %} +
{% endblock %}