Mention website in README and project meta-data (e.g. about dialog)

This commit is contained in:
Martchus 2024-05-01 14:17:26 +02:00
parent 6b8b782aa0
commit 70293ac876
2 changed files with 6 additions and 2 deletions

View File

@ -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")

View File

@ -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