From 175ecdd47cf4dec81403b135126619704f2bde9f Mon Sep 17 00:00:00 2001 From: Peter Westin <83552499+pwgit-create@users.noreply.github.com> Date: Tue, 26 May 2026 19:22:12 +0200 Subject: [PATCH] Refine system architecture description and links Updated the description of the system architecture and modified links for clarity. --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index ee8dd76..6ad3707 100644 --- a/README.md +++ b/README.md @@ -105,14 +105,14 @@ For any questions or support, please reach out to: ## System Architecture -The system is split into backend services, a GUI client, shared PWSS libraries, and an end-user distribution package. This modular architecture enables independent development of core security logic, user interface components, and deployment tooling for both technical and non-technical users. Each component can be developed and deployed independently while maintaining a shared security and hashing standard through the PWSS libraries. +The system is split into backend services, a GUI client, shared PWSS libraries, and a user-ready distribution package. This modular architecture enables independent development of core security logic, user interface components, and deployment tooling for both technical and non-technical users. Each component can be developed and deployed independently while maintaining a shared security and hashing standard through the PWSS libraries. ### Components -- **[Core Backend (FIM Engine)](https://github.com/pwssOrg/File-Integrity-Scanner)** – Handles hashing, integrity verification, and monitoring logic -- **[GUI Application](https://github.com/pwssOrg/File-Integrity-GUI)** – User interface for managing scans and viewing results -- **PWSS Libraries** – Shared components used across all PWSS projects -- **[PWSS Release Repository](https://github.com/pwssOrg/PWSS-Release-File-Integrity-Scanner)** – End-user distribution for Windows and Linux +- **[Core Backend (FIM Engine)](https://github.com/pwssOrg/File-Integrity-Scanner#file-integrity-scanner-backend-fim-engine)** – Handles hashing, integrity verification, and monitoring logic +- **[GUI Application](https://github.com/pwssOrg/File-Integrity-GUI#system-architecture)** – User interface for managing scans and viewing results +- **[PWSS Libraries](https://github.com/search?q=topic:pwss-library+org:pwssOrg&type=repositories)** – Shared components used across all PWSS projects +- **[Database Layer](https://github.com/pwssOrg/File-Integrity-Database#database-repository)** – PostgreSQL database schemas and audit infrastructure This repository represents the **GUI (frontend)** layer of the File Integrity Scanner system.