From 70293ac876bf66dcba74396b5538c5f751072b9e Mon Sep 17 00:00:00 2001 From: Martchus Date: Wed, 1 May 2024 14:17:26 +0200 Subject: [PATCH] Mention website in README and project meta-data (e.g. about dialog) --- CMakeLists.txt | 2 +- README.md | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index edf03b0..fee066e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.17.0 FATAL_ERROR) set(META_PROJECT_NAME syncthingtray) set(META_APP_AUTHOR "Martchus") set(META_APP_AUTHOR_MAIL "martchus@gmx.net") -set(META_APP_URL "https://github.com/${META_APP_AUTHOR}/${META_PROJECT_NAME}") +set(META_APP_URL "https://${META_APP_AUTHOR}.github.io/${META_PROJECT_NAME}") set(META_APP_URL_RAW "https://raw.githubusercontent.com/${META_APP_AUTHOR}/${META_PROJECT_NAME}/master") set(META_APP_DESCRIPTION "Tray application for Syncthing") set(META_APP_CATEGORIES "Network;FileTransfer") diff --git a/README.md b/README.md index ff7fb69..be25db0 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # Syncthing Tray -This project contains the following integrations for [Syncthing](https://github.com/syncthing/syncthing): +Syncthing Tray provides a tray icon and further platform integrations for +[Syncthing](https://github.com/syncthing/syncthing). Checkout the +[website](https://martchus.github.io/syncthingtray) for an overview. + +The following integrations are provided: * Tray application (using the Qt framework) * Context menu extension for the [Dolphin](https://www.kde.org/applications/system/dolphin) file manager