Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1miZzw-00050P-AA for pgsql-www@arkaria.postgresql.org; Thu, 04 Nov 2021 10:29:32 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1miZzv-0001q3-7t for pgsql-www@arkaria.postgresql.org; Thu, 04 Nov 2021 10:29:31 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1miZzv-0001pt-1c for pgsql-www@lists.postgresql.org; Thu, 04 Nov 2021 10:29:31 +0000 Received: from mail-lf1-x12d.google.com ([2a00:1450:4864:20::12d]) by magus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1miZzs-0003ba-6O for pgsql-www@lists.postgresql.org; Thu, 04 Nov 2021 10:29:30 +0000 Received: by mail-lf1-x12d.google.com with SMTP id f3so10918066lfu.12 for ; Thu, 04 Nov 2021 03:29:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=hagander-net.20210112.gappssmtp.com; s=20210112; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=9qNMG9PHFnBynUSIaTidWU11KbhB16gU9qfL95gmnOo=; b=Yw66mW3kYTK0eBTvIasfuv+p75VyEcJP5wbSB/hxWipABwI34t9JzCmwp/k7IeGFyZ +XYrsL3R6mTexTcnARWwa6eVWw82E3iVOq6o8JoN5RYiDSV2mzn2fgI3B5wNGaK0shlA MH5Lmi8WrWGh33YpnzO58fGTRg8gCZhbagI98bOLH4FqeB1EZA2Cl1llknOcBZQa6/Nv 3rbbn6ABCP6OMXDbfwi4FPVsdkpSgdJcpobzV6f8RyZHqfXQUr6BO1ludKG+4FQ+vRN3 nBT/6v79G1eGPaJmH7U5Qx9Bjl0b4pcLWay/hy6FZ8h0BUmUrN4+oCbAJBtupnwmoS20 8MYw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=9qNMG9PHFnBynUSIaTidWU11KbhB16gU9qfL95gmnOo=; b=MAdB3P/7BjIh7djonjns07XUpRJGvbfX9f8s/L1EczlwYB2+LRcfvd6kUdYj8OQ6dw t3JL1c943Ns4ju1QuWZ6e/7f0110RidmBsSan1u7bpdaz1LmMUPf+O/hoKDArvwxdQrD 9OJi9327QJMfKsYSJp1HKsXAFxVhbHe2VRq0hEOI+30mgvT/5CRkvIyA2acKohAbqniW k+E7+mj+hxxNKfansF+EdeNKc/RUqZO+Yq9QIEuAsAXt+L+oXK3Am4kZLiOOGBez+o/e mtxA/iQ0RE1uLq9mvKqSH29qYb/Or7ONxQ/Qs+FrGaM4CCHRUGHiKAkgEPUVbzMmr0tx Ft6g== X-Gm-Message-State: AOAM532pqNEwj8CvuS8PQEumjTdRRJaKZZLb1KgdH+Lei7zt/Vuwig+r +WBnXUv6k2N3vLDZgv+V7MSNoFiYPKpjCnLqabgWMkxXwzk= X-Google-Smtp-Source: ABdhPJy0KK5fNgq4uMWHfNlf7F16NQPV/9qwLAo+kOPIw1GRKD1X14vrYWCWLYtChw8uwvITzfmdXEfVUalQN2LMjWc= X-Received: by 2002:a19:8c1b:: with SMTP id o27mr25633249lfd.399.1636021767400; Thu, 04 Nov 2021 03:29:27 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Magnus Hagander Date: Thu, 4 Nov 2021 11:29:16 +0100 Message-ID: Subject: Re: [PATCHES] pglister: make organization name generic To: =?UTF-8?Q?C=C3=A9lestin_Matte?= Cc: PostgreSQL WWW Content-Type: multipart/alternative; boundary="0000000000004a7ce305cff40063" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk --0000000000004a7ce305cff40063 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable On Tue, Nov 2, 2021 at 5:18 PM C=C3=A9lestin Matte wrote: > Hello, > > PGLister is currently made to be run for PostgreSQL only. In an effort to > get this software used by other organizations, this series of patches > defines an ORGANIZATION_NAME configuration option and uses it to replace > mentions of PostreSQL in templates. > Additionally, new images for the banner are proposed, to replace mentions > of PostreSQL by a sober "PGLister". Postgres' logo is, however, kept. > As a general rule, please post the patches no the thread of the description, and if it's more than one patch, in the same email. Right now the only thing I see to review is this description, that's kind of hard. As for reviewing the general idea, I agree with that -- makes perfect sense to do that. I did note that Alvaro spotted that it also needs to look over all the rest of the text and find similar stuff -- like the image alt=3D"" attribute. There may be more of those? --=20 Magnus Hagander Me: https://www.hagander.net/ Work: https://www.redpill-linpro.com/ --0000000000004a7ce305cff40063 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable


=
On Tue, Nov 2, 2021 at 5:18 PM C=C3= =A9lestin Matte <celestin.matte@cmatte.me> wrote:
Hello,

PGLister is currently made to be run for PostgreSQL only. In an effort to g= et this software used by other organizations, this series of patches define= s an ORGANIZATION_NAME configuration option and uses it to replace mentions= of PostreSQL in templates.
Additionally, new images for the banner are proposed, to replace mentions o= f PostreSQL by a sober "PGLister". Postgres' logo is, however= , kept.

As a general rule, please post = the patches no the thread of the description, and if it's more than one= patch, in the same email. Right now the only thing I see to review is this= description, that's kind of hard.

As for revi= ewing the general idea, I agree with that -- makes perfect sense to do that= . I did note that Alvaro spotted that it also needs to look over all the re= st of the text and find similar stuff -- like the image alt=3D"" = attribute. There may be more of those?

--
=C2=A0Magnus Hagander
=C2=A0Me: https://www.hagander.net= /
=C2=A0Work: https://www.redpill-linpro.com/
--0000000000004a7ce305cff40063--