From e77f5e8d491e25e41f98336120bf00243c0c7b32 Mon Sep 17 00:00:00 2001 From: isaak654 Date: Fri, 28 Apr 2023 16:23:19 +0200 Subject: [PATCH] Update documentation references - Improved layout in README.md - Added more details in CONTRIBUTING.md - Contribution links have been updated accordingly --- CONTRIBUTING.md | 4 +++- README.md | 13 +++++++------ Sandboxie/apps/control/MyFrame.cpp | 2 +- SandboxiePlus/SandMan/SandMan.cpp | 2 +- 4 files changed, 12 insertions(+), 9 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b20144a8..60db9a96 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -17,9 +17,11 @@ Patreon certificates are valid for as long as the subscription is active and unl 4. Donate with cryptocurrencies
In order to arrange custom payments with cryptocurrencies, please get in touch by [email](https://xanasoft.com/contact/). +In case of issues with your refund request, please get in touch by [email](https://xanasoft.com/contact/) with the full name and order ID. + ## Non-monetary contributions -Contributor certificates do not expire and are available to all people who open meaningful [pull requests](https://docs.github.com/articles/creating-a-pull-request) or provide continued support to the [Sandboxie-docs](https://github.com/sandboxie-plus/sandboxie-docs) / [Sandboxie](https://github.com/sandboxie-plus/Sandboxie) repositories. +Contributor certificates do not expire (regardless of how many PCs you own) and are available to all people who open meaningful [pull requests](https://docs.github.com/articles/creating-a-pull-request) or provide continued support to the [Sandboxie-docs](https://github.com/sandboxie-plus/sandboxie-docs) / [Sandboxie](https://github.com/sandboxie-plus/Sandboxie) repositories. For example: diff --git a/README.md b/README.md index b6361309..29c5538a 100644 --- a/README.md +++ b/README.md @@ -2,13 +2,14 @@ [![Plus license](https://img.shields.io/badge/Plus%20license-Custom%20-blue.svg)](./Installer/license.txt) [![Classic license](https://img.shields.io/github/license/Sandboxie-Plus/Sandboxie?label=Classic%20license&color=blue)](./LICENSE) [![GitHub Release](https://img.shields.io/github/release/sandboxie-plus/Sandboxie.svg)](https://github.com/sandboxie-plus/Sandboxie/releases/latest) [![GitHub Pre-Release](https://img.shields.io/github/release/sandboxie-plus/Sandboxie/all.svg?label=pre-release)](https://github.com/sandboxie-plus/Sandboxie/releases) [![GitHub Build Status](https://github.com/sandboxie-plus/Sandboxie/actions/workflows/main.yml/badge.svg)](https://github.com/sandboxie-plus/Sandboxie/actions) [![GitHub Codespell Status](https://github.com/sandboxie-plus/Sandboxie/actions/workflows/codespell.yml/badge.svg)](https://github.com/sandboxie-plus/Sandboxie/actions/workflows/codespell.yml) -Note: This is a community fork that took place after the open-source code release of Sandboxie and not the official continuation of the previous development (see the [project history](./README.md#-project-history)). +| Note: This is a community fork that took place after the release of the Sandboxie source code and not the official continuation of the previous development (see the [project history](./README.md#-project-history)). | +| :--- | Sandboxie is a sandbox-based isolation software for 32-bit and 64-bit Windows NT-based operating systems. It creates a sandbox-like isolated operating environment in which applications can be run or installed without permanently modifying local & mapped drives or the Windows registry. An isolated virtual environment allows controlled testing of untrusted programs and web surfing.
-| System requirements | Release notes | Security policy | Project maintenance | Contribution guidelines | -| :---: | :---: | :---: | :---: | :---: | -| Windows 7 or higher, 32-bit or 64-bit. | [CHANGELOG.md](./CHANGELOG.md) | [SECURITY.md](./SECURITY.md) | David Xanatos | [CONTRIBUTING.md](./CONTRIBUTING.md) | +| System requirements | Release notes | Security policy | Contribution guidelines | +| :---: | :---: | :---: | :---: | +| Windows 7 or higher, 32-bit or 64-bit. | [CHANGELOG.md](./CHANGELOG.md) | [SECURITY.md](./SECURITY.md) | [CONTRIBUTING.md](./CONTRIBUTING.md) | ## ⏬ Download @@ -33,7 +34,7 @@ Sandboxie Plus has a modern Qt-based UI, which supports all new features that ha * Ability to import/export sandboxes to and from 7z files * Integration of sandboxes into the Windows Start menu * A browser compatibility wizard to create templates for unsupported browsers - * A Vintage View mode to reproduce the graphical appearance of Sandboxie Control + * Vintage View mode to reproduce the graphical appearance of Sandboxie Control More features can be spotted by finding the sign `=` through the shortcut key Ctrl+F in the [CHANGELOG.md](./CHANGELOG.md) file. @@ -60,7 +61,7 @@ Sandboxie's functionality can be enhanced with specialized tools like the follow ## 📌 Project history | Timeline | Maintainer | -|---------------------|------------------| +| :--- | :--- | | 2004 - 2013 | Ronen Tzur | | 2013 - 2017 | Invincea Inc. | | 2017 - 2020 | Sophos Group plc | diff --git a/Sandboxie/apps/control/MyFrame.cpp b/Sandboxie/apps/control/MyFrame.cpp index 3141fe48..d00d5306 100644 --- a/Sandboxie/apps/control/MyFrame.cpp +++ b/Sandboxie/apps/control/MyFrame.cpp @@ -1005,7 +1005,7 @@ void CMyFrame::OnCmdHelpSupport() void CMyFrame::OnCmdHelpContribution() { - CRunBrowser x(this, L"https://sandboxie-plus.com/go.php?to=sbie-contribute"); + CRunBrowser x(this, L"https://sandboxie-plus.com/go.php?to=sbie-contribution"); } //--------------------------------------------------------------------------- diff --git a/SandboxiePlus/SandMan/SandMan.cpp b/SandboxiePlus/SandMan/SandMan.cpp index a92af625..055869c0 100644 --- a/SandboxiePlus/SandMan/SandMan.cpp +++ b/SandboxiePlus/SandMan/SandMan.cpp @@ -3286,7 +3286,7 @@ void CSandMan::OnHelp() // QDesktopServices::openUrl(QUrl("https://sandboxie-plus.com/go.php?to=donate")); //else if (sender() == m_pContribution) - QDesktopServices::openUrl(QUrl("https://sandboxie-plus.com/go.php?to=sbie-contribute")); + QDesktopServices::openUrl(QUrl("https://sandboxie-plus.com/go.php?to=sbie-contribution")); else if (sender() == m_pManual) QDesktopServices::openUrl(QUrl("https://sandboxie-plus.com/go.php?to=sbie-docs")); else if (sender() == m_pForum)