From 9e882feba4bf80921b39d19470cda63007767713 Mon Sep 17 00:00:00 2001 From: serverlinkdev Date: Mon, 20 Jul 2020 16:48:20 -0400 Subject: [PATCH] cleanup --- .gitignore | 1 + README.md | 6 ++-- README.md.backup | 77 ------------------------------------------------ 3 files changed, 4 insertions(+), 80 deletions(-) delete mode 100644 README.md.backup diff --git a/.gitignore b/.gitignore index fab7372..31923c4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ # This file is used to ignore files which are generated # ---------------------------------------------------------------------------- +README.md.backup *~ *.autosave *.a diff --git a/README.md b/README.md index fafd200..4e196d7 100644 --- a/README.md +++ b/README.md @@ -12,9 +12,9 @@ A simple application written in C++/Qt for the MS Windows Operating System, lice With Sho'Nuff you are able to add the ut2004:// protocol to your registry. -The current released version is 0.0.1-Alpha. +The current released version is 0.0.2-Alpha. -This is a brain to paper release and will be under heavy development. +This is will be under heavy development. # Only early adopters that understand and know how to undo changes by this application should use this program at this time. @@ -57,7 +57,7 @@ Just follow the easy "Usage" instructions below to use the program. After succe 1. TODO ### Development: -Feature's are complete for the most part. All items on the TODO list are commented in the widget.cpp file. +Feature's are complete for the most part. All items on the TODO list are mostly completed. Please test and report. ## To verify the release signature: diff --git a/README.md.backup b/README.md.backup deleted file mode 100644 index 3a70ef2..0000000 --- a/README.md.backup +++ /dev/null @@ -1,77 +0,0 @@ -# Sho'Nuff! -![](images.md/screenshot.jpg) - -![](images.md/registry-01.jpg) - -![](images.md/registry-02.jpg) - -![](images.md/run-dialog.jpg) - - -A simple application written in C++/Qt for the MS Windows Operating System, licensed under the GPL V 3.0. - -With Sho'Nuff you are able to add the ut2004:// protocol to your registry. - -The current released version is 0.0.1-Alpha. - -This is a brain to paper release and will be under heavy development. - -# Only early adopters that understand and know how to undo changes by this application should use this program at this time. - - - - -## Features: -+ Respects your Freedom a.k.a. GPL V 3.0 licensed - True "open source" software with *NO* hidden gotchas! - -+ Respects your privacy - There is *NO* telemetry data collected, reported in any way. - -+ No expiration dates - -+ Simple two step process: - -Just follow the easy "Usage" instructions below to use the program. After successfully using the program you can now: - -1. paste a ut2004:// in the address bar of your favorite browser and it will launch Unreal Tournament 2004 and proceed to launch that game server. -2. paste a ut2004:// in the run dialog of Windows and it will launch Unreal Tournament 2004 and proceed to launch that game server. - - -## Installation: - -### Windows: -1. Install the official Microsoft Redistributable C++ for Windows 64 bit 2015,2017 and 2019 from (https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads). Here is a direct link to their exe: [vc_redist.x64.exe](https://aka.ms/vs/16/release/vc_redist.x64.exe) -2. Download the rar file and asc signature files from the releases folder here. -4. Place them anywhere you want -5. Verify signature (optional) * see how to below -6. Unrar and proceed to "Using The Program" below. - -## Using The Program -1. Right click shonuff.exe and select run as Administrator to run the program. -2. Click the Step 1 button and then navigate your computer and select the ut2004.exe -3. Click the Step 2 button to apply the changes to your computer. - -### Source Build: -1. GNU/Linux users: Easiest way is to open the pro file with QtCreator and run the build. Be sure to set the build to 'release' so you your binary will be smaller. This will auto build a shared library binary, so you only need the file 'timer' and put it anywhere on your system. You'll probably be happiest if it's in your ~/bin directory. - -### Development: -Feature's are complete for the most part. All items on the TODO list are commented in the widget.cpp file. - - -## To verify the release signature: - -Command line user can retrieve the key with: - -``` - you@yourpc:~$ gpg --recv --keyserver hkp://keys.openpgp.org B608A617D6ED8A550BB3040582DDE559E5877342 - gpg: key 82DDE559E5877342: public key "serverlinkdev " imported - gpg: Total number processed: 1 - gpg: imported: 1 - - you@yourpc:~$ gpg --fingerprint B608A617D6ED8A550BB3040582DDE559E5877342 - pub rsa2048 2020-04-17 [SC] - B608 A617 D6ED 8A55 0BB3 0405 82DD E559 E587 7342 - uid [ unknown] serverlinkdev - sub rsa2048 2020-04-17 [E] -``` - -Windows users can use: [Gpg4win.org](https://gpg4win.org/index.html) . When fetching the key be sure to specify the keyserver:``` hkp://keys.openpgp.org``` \ No newline at end of file