From 91c2345fb3254b2c434a958cca9ae748b561f4ac Mon Sep 17 00:00:00 2001 From: Simon Sarasova Date: Wed, 14 Aug 2024 14:37:59 +0000 Subject: [PATCH] Removed link to Seekia's defunct Tor onionsite. --- Changelog.md | 1 + Contributors.md | 2 +- ReadMe.md | 2 -- documentation/Specification.md | 4 ---- gui/gui.go | 2 +- 5 files changed, 3 insertions(+), 8 deletions(-) diff --git a/Changelog.md b/Changelog.md index 068176a..486f8df 100644 --- a/Changelog.md +++ b/Changelog.md @@ -6,6 +6,7 @@ Small and insignificant changes may not be included in this log. ## Unversioned Changes +* Removed link to Seekia's defunct Tor onionsite. - *Simon Sarasova* * Improved Whitepaper.md and Future-Plans.md. - *Simon Sarasova* * Created the GetUserGenomeLocusValuesMapFromProfile function and used it to remove some duplicated code. - *Simon Sarasova* * Added new genetic attributes to the calculatedAttributes package. Added the ability to view and sort by these attributes in the GUI. - *Simon Sarasova* diff --git a/Contributors.md b/Contributors.md index 14e7198..0f91e26 100644 --- a/Contributors.md +++ b/Contributors.md @@ -9,4 +9,4 @@ Many other people have written code for modules which are imported by Seekia. Th Name | Date Of First Commit | Number Of Commits --- | --- | --- -Simon Sarasova | June 13, 2023 | 283 \ No newline at end of file +Simon Sarasova | June 13, 2023 | 284 \ No newline at end of file diff --git a/ReadMe.md b/ReadMe.md index 28870d1..8f54c90 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -34,8 +34,6 @@ Access Seekia's clearnet website at [Seekia.net](https://seekia.net). Access Seekia's Ethereum IPFS ENS website at [Seekia.eth](ipns://seekia.eth). This site can be accessed through Brave Browser. -Access Seekia's Tor website at [seekia77v2rqfp4i4flavj425txtqjpn2yldadngdr45fjitr72fakid.onion](http://seekia77v2rqfp4i4flavj425txtqjpn2yldadngdr45fjitr72fakid.onion). - Read the whitepaper at `/documentation/Whitepaper.pdf` Read the documentation at `/documentation/Documentation.md` diff --git a/documentation/Specification.md b/documentation/Specification.md index 3c8ac48..1b51ec4 100644 --- a/documentation/Specification.md +++ b/documentation/Specification.md @@ -107,10 +107,6 @@ The Value String section describes the map entry values encoded as String, which * Value Bytes: Unicode bytes * Value String: Unicode string * Example: `https://seekia.net` - * **SeekiaTorWebsite** - * Description: .Onion address of the current Seekia website hidden service (shown in the GUI) - * Value Bytes: Unicode bytes - * Value String: Unicode string * **SeekiaEthWebsite** * Description: .eth address of the current Seekia website Ethereum Name Service IPFS site (shown in the GUI) * Changing this is only needed if the seekia.eth site was seized by a nefarious entity. diff --git a/gui/gui.go b/gui/gui.go index 220e4ff..7785d43 100644 --- a/gui/gui.go +++ b/gui/gui.go @@ -679,7 +679,7 @@ func setHomePage(window fyne.Window){ //TODO: Retrieve URL from parameters // URL may need to be changed if it is lost or stolen - // Also add a page that shows .onion and .eth URLs + // Also add a page that shows .eth URL seekiaLink := getBoldLabel("Seekia.net") seekiaVersion := getLabelCentered("Seekia Version 0.60")