From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [IPv6:2a01:7e0:0:424::9]) by lore.proxmox.com (Postfix) with ESMTPS id 610351FF17C for ; Tue, 2 Dec 2025 18:04:39 +0100 (CET) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 29ECC18247; Tue, 2 Dec 2025 18:05:04 +0100 (CET) From: Shannon Sterz To: pdm-devel@lists.proxmox.com Date: Tue, 2 Dec 2025 18:04:53 +0100 Message-ID: <20251202170456.504893-2-s.sterz@proxmox.com> X-Mailer: git-send-email 2.47.3 In-Reply-To: <20251202170456.504893-1-s.sterz@proxmox.com> References: <20251202170456.504893-1-s.sterz@proxmox.com> MIME-Version: 1.0 X-Bm-Milter-Handled: 55990f41-d878-4baa-be0a-ee34c49e34d2 X-Bm-Transport-Timestamp: 1764695053550 X-SPAM-LEVEL: Spam detection results: 0 AWL 0.090 Adjusted score from AWL reputation of From: address BAYES_00 -1.9 Bayes spam probability is 0 to 1% DMARC_MISSING 0.1 Missing DMARC policy KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment RCVD_IN_VALIDITY_CERTIFIED_BLOCKED 0.001 ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. RCVD_IN_VALIDITY_RPBL_BLOCKED 0.001 ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. RCVD_IN_VALIDITY_SAFE_BLOCKED 0.001 ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record Subject: [pdm-devel] [PATCH datacenter-manager 1/3] docs: adjust to trademark policies and fix a typo X-BeenThere: pdm-devel@lists.proxmox.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Proxmox Datacenter Manager development discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: Proxmox Datacenter Manager development discussion Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: pdm-devel-bounces@lists.proxmox.com Sender: "pdm-devel" - "Rust programming language" instead of just "Rust" - remove "PBS" and "PVE" abbreviations from the introduction (don't emphasize wrong usage of "Proxmox" brand, later on in a technical documentation PVE and PBS are fine) - don't mention standard subscription level twice Signed-off-by: Shannon Sterz --- README.md | 2 +- docs/introduction.rst | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index a8030cf..61e7c74 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ VE and Proxmox Backup Server in one central place. ## Technology Overview ### Backend -- Implemented in Rust, reusing code from Proxmox Backup Server where possible +- Implemented in the Rust programming language, reusing code from Proxmox Backup Server where possible - A for Proxmox projects standard dual-stack of API daemons. One as main API daemon running as unprivileged users and one privileged daemon running as root. Contrary to other projects the privileged daemon exclusively listens on a file based UNIX socket, thus restricting attack surface diff --git a/docs/introduction.rst b/docs/introduction.rst index e736702..5435d82 100644 --- a/docs/introduction.rst +++ b/docs/introduction.rst @@ -5,7 +5,7 @@ What is Proxmox Datacenter Manager? ----------------------------------- Proxmox Datacenter Manager is a centralized management platform designed to oversee Proxmox Virtual -Environment (PVE) and Proxmox Backup Server (PBS) instances across disjointed locations. +Environment and Proxmox Backup Server instances across disjointed locations. It provides a unified view of all registered resources, including nodes, virtual machines, containers, storages, and backup datastores, regardless of their geographic location. @@ -47,8 +47,8 @@ Technology Stack Proxmox Datacenter Manager relies on a modern, secure, and performant technology stack: -* **Core Language**: The project is primarily developed in **Rust**, ensuring memory safety and - high performance. +* **Core Language**: The project is primarily developed in the **Rust** programming Language, + ensuring memory safety and high performance. * **Backend Architecture**: * The backend exposes a JSON-based REST API. @@ -81,7 +81,7 @@ Getting Help Enterprise Support ^^^^^^^^^^^^^^^^^^ -Customers with an active Basic, Standard, Premium, or Standard subscription for +Customers with an active Basic, Standard, or Premium subscription for their Proxmox remotes gain access to the Proxmox Datacenter Manager Enterprise Repository and technical support. -- 2.47.3 _______________________________________________ pdm-devel mailing list pdm-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pdm-devel