From f537d1133b5aa4650a98a2646d3e6eefa2bb0e88 Mon Sep 17 00:00:00 2001 From: "Joshua (D) Drake" <136637981+ChronicallyJD@users.noreply.github.com> Date: Mon, 6 Jul 2026 06:09:47 -0600 Subject: [PATCH] Add PL/php logo assets and use them in the docs Track the light/dark logos and square icon under doc/assets/, and wire the logo into the README header (theme-aware ) and the language reference. Co-Authored-By: Claude Opus 4.8 (1M context) --- CHANGELOG.md | 2 ++ README.md | 5 ++++- doc/assets/plphp-icon.svg | 14 ++++++++++++++ doc/assets/plphp-logo-dark.svg | 19 +++++++++++++++++++ doc/assets/plphp-logo.svg | 18 ++++++++++++++++++ doc/plphp.md | 7 +++++++ 6 files changed, 64 insertions(+), 1 deletion(-) create mode 100644 doc/assets/plphp-icon.svg create mode 100644 doc/assets/plphp-logo-dark.svg create mode 100644 doc/assets/plphp-logo.svg diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ab4552..b31b825 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,8 @@ and the project aims to follow [Semantic Versioning](https://semver.org/). ### Added +- **Project logo and brand assets.** Light/dark PL/php logos and a square icon + under `doc/assets/`, wired into the README and language reference. - **Error CONTEXT lines.** Messages raised while PL/php code runs carry a `CONTEXT: PL/php function "name"` line (or the anonymous-block/compilation variants), like every other procedural language. diff --git a/README.md b/README.md index 603e02d..2357c20 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@
-# PL/php + + + PL/php — Procedural Language for PostgreSQL + **Write PostgreSQL functions, triggers, and procedures in PHP.** diff --git a/doc/assets/plphp-icon.svg b/doc/assets/plphp-icon.svg new file mode 100644 index 0000000..b711b0f --- /dev/null +++ b/doc/assets/plphp-icon.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/doc/assets/plphp-logo-dark.svg b/doc/assets/plphp-logo-dark.svg new file mode 100644 index 0000000..24de73f --- /dev/null +++ b/doc/assets/plphp-logo-dark.svg @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + PL/php + PROCEDURAL LANGUAGE FOR POSTGRESQL + diff --git a/doc/assets/plphp-logo.svg b/doc/assets/plphp-logo.svg new file mode 100644 index 0000000..860c968 --- /dev/null +++ b/doc/assets/plphp-logo.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + PL/php + PROCEDURAL LANGUAGE FOR POSTGRESQL + diff --git a/doc/plphp.md b/doc/plphp.md index cedac4c..923dc58 100644 --- a/doc/plphp.md +++ b/doc/plphp.md @@ -1,3 +1,10 @@ +
+ + + PL/php + +
+ # PL/php Language Reference PL/php lets you write PostgreSQL functions and triggers in PHP. This document