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 1mhwUD-0005BI-58 for pgsql-www@arkaria.postgresql.org; Tue, 02 Nov 2021 16:18:09 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1mhwUC-0004e7-32 for pgsql-www@arkaria.postgresql.org; Tue, 02 Nov 2021 16:18:08 +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 1mhwUB-0004dx-Qn for pgsql-www@lists.postgresql.org; Tue, 02 Nov 2021 16:18:07 +0000 Received: from ploudseeker.com ([78.199.165.48]) by magus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mhwU9-00082x-6t for pgsql-www@lists.postgresql.org; Tue, 02 Nov 2021 16:18:07 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=cmatte.me; s=myselector; t=1635869882; bh=b8lbbdjuBzlx8uh0OPdImho5h/wXtV+QLD1qG71RB8Q=; h=Date:To:From:Subject; b=nu2t6dgBZV9HVnyiktm7sNCQM3+2PCcOwV9IeGExyX1ALs3PjJLYBTB+HWu6oP1XJ ynHmHQSZA31aCNTh0w8pPmHzGwOH7cSrGqyTdDU9QrC5R87TgATzezYxHTyVcdQE0X Wzd22LTmpBzjtkFtaeZOEfM6wP/kiwQdIAS5W85xbyGi2UTehV43d8KFSgMDG+oM9y AF2W5zIxTBkYnpQuKQ1LEqG1a/IlgUh8lTwlrjOtzwJY1OKIOJFUWi5frD4+d2aX/7 qIvhchCtMV1nKia1CwedLLn2nYowowVd5eA9ArK1+41e+XCM+yQ3iVDM462+DOzCO6 6FCqVDRaCR7Sw== Message-ID: Date: Tue, 2 Nov 2021 17:18:02 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.2.1 To: PostgreSQL WWW Content-Language: en-US From: =?UTF-8?Q?C=c3=a9lestin_Matte?= Subject: [PATCHES] pglister: make organization name generic Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk 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. Cheers, -- Célestin Matte