From 69c4fc3fa98502e962477a21b7719b3b87bfcf84 Mon Sep 17 00:00:00 2001 From: saturneric Date: Fri, 5 Apr 2024 20:46:30 +0800 Subject: feat: initial commit --- src/content/docs/reference/dependencies.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 src/content/docs/reference/dependencies.md (limited to 'src/content/docs/reference') diff --git a/src/content/docs/reference/dependencies.md b/src/content/docs/reference/dependencies.md new file mode 100644 index 0000000..97d7bde --- /dev/null +++ b/src/content/docs/reference/dependencies.md @@ -0,0 +1,26 @@ +--- +title: Dependencies and Acknowledgements +sidebar: + label: Dependencies +--- + +GpgFrontend incorporates various libraries and binaries that come with their +unique licenses. For additional details or to obtain the source code, please +visit their respective homepages: + +- **GnuPG**: [https://gnupg.org](https://gnupg.org) +- **GPGME**: [https://gnupg.org/software/gpgme/index.html](https://gnupg.org/software/gpgme/index.html) +- **Qt (Open Source)**: [https://www.qt.io](https://www.qt.io) +- **MSYS2**: [https://www.msys2.org](https://www.msys2.org) +- **Mingw-w64**: [http://mingw-w64.org/doku.php](http://mingw-w64.org/doku.php) +- **AppImage**: [https://appimage.org](https://appimage.org) +- **macOS Application Bundles**: [Link](https://developer.apple.com/library/archive/documentation/CoreFoundation/Conceptual/CFBundles/BundleTypes/BundleTypes.html) +- **libarchive**: [https://www.libarchive.org](https://www.libarchive.org) +- **spdlog**: [https://github.com/gabime/spdlog](https://github.com/gabime/spdlog) +- **mimalloc**: [https://github.com/microsoft/mimalloc](https://github.com/microsoft/mimalloc) +- **Qt-AES**: [https://github.com/bricke/Qt-AES](https://github.com/bricke/Qt-AES) + +The icons utilized in this software are sourced from [Alibaba +Iconfont](https://www.iconfont.cn/). This vector icon library is free of use, +isn't registered as a trademark, has no copyright issues, and can be +commercially utilized. -- cgit v1.2.3