Removed link to Seekia's defunct Tor onionsite.

This commit is contained in:
Simon Sarasova 2024-08-14 14:37:59 +00:00
parent 11f25c6c8e
commit 91c2345fb3
No known key found for this signature in database
GPG key ID: EEDA4103C9C36944
5 changed files with 3 additions and 8 deletions

View file

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

View file

@ -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
Simon Sarasova | June 13, 2023 | 284

View file

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

View file

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

View file

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