From 5771517dfa41a3d593bc49bc52cccadf92500d00 Mon Sep 17 00:00:00 2001 From: Shane Howley Date: Tue, 19 Dec 2017 12:09:17 +0000 Subject: [PATCH] Update app nomenclature --- README.md | 14 ++++++-------- app/package.json | 2 +- public/index.html | 2 +- src/components/CertSelectionModal.js | 2 +- src/components/NodeConnectionView.js | 6 +++--- src/data/Apollo.js | 2 +- 6 files changed, 13 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 1dcab78..10165d5 100644 --- a/README.md +++ b/README.md @@ -4,15 +4,13 @@ Decentralized messaging application based on PSS. ## Introduction -Onyx is the beginning of our next phase of development on a fully-decentralized messaging platform. It relies on a secure messaging protocol in the Ethereum core called [PSS](https://github.com/ethersphere/go-ethereum/tree/pss/swarm/pss). +Mainframe Onyx is the beginning of our next phase of development on a fully-decentralized messaging platform. It relies on a secure messaging protocol in the Ethereum core called [PSS](https://github.com/ethersphere/go-ethereum/tree/swarm-network-rewrite/swarm/pss). ## Installation -To install Onyx, download and install the latest release binaries for your -platform from our [releases page](https://github.com/thusfresh/onyx/releases). +To install Mainframe Onyx, download and install the latest release binaries for your platform from our [releases page](https://github.com/MainframeHQ/onyx/releases). -If you wish to install the mailboxing service remotely, follow the instructions -[tutorial in onyx-server README](https://github.com/MainframeHQ/onyx-server#setting-up-an-onyx-server-on-aws). +If you wish to install the mailboxing service remotely, follow the instructions in the [onyx-server](https://github.com/MainframeHQ/onyx-server) repo. ## Known issues @@ -30,7 +28,7 @@ PSS & Swarm are currently in rapid development and as such, the build of swarm t ## Get in touch! -Although this release is not officially supported, we really want to hear your feedback. If you become aware of a bug or have a great idea about a feature that would make Mainframe more awesome, please submit an issue on our [issues page](https://github.com/thusfresh/onyx/issues). +Although this release is not officially supported, we really want to hear your feedback. If you become aware of a bug or have a great idea about a feature that would make Mainframe more awesome, please submit an issue on our [issues page](https://github.com/MainframeHQ/onyx/issues). We would also love to chat with you on the Mainframe app! To converse with us there, add any member of the Mainframe team and send us ideas: @@ -104,11 +102,11 @@ yarn dist -mwl ## Contributing -Thanks for your interest in our project! Feel free to examine our list of potential enhancements on our [issues page](https://github.com/thusfresh/onyx/issues) and help us implement them. Feel free to submit an feature request or bug report yourself as well. +Thanks for your interest in our project! Feel free to examine our list of potential enhancements on our [issues page](https://github.com/MainframeHQ/onyx/issues) and help us implement them. Feel free to submit an feature request or bug report yourself as well. ## Acknowledgments -Mainframe wishes to thank the Swarm core team, including Viktor Tron, Louis Holbrook, and Lewis Marshall, as well as the JAAK team, who helped us test the group messaging features for our presentation at Devcon3 on November 4, 2017 in Cancun, Mexico. +Mainframe wishes to thank the Swarm core team, including Viktor TrĂ³n, Louis Holbrook, and Lewis Marshall, as well as the JAAK team, who helped us test the group messaging features for our presentation at Devcon3 on November 4, 2017 in Cancun, Mexico. ## License diff --git a/app/package.json b/app/package.json index 3cc2b80..7296e20 100644 --- a/app/package.json +++ b/app/package.json @@ -1,5 +1,5 @@ { - "name": "Onyx", + "name": "Mainframe", "version": "0.4.1", "description": "Decentralized messaging application based on PSS", "main": "index.js", diff --git a/public/index.html b/public/index.html index 323f7ed..5b6afb1 100644 --- a/public/index.html +++ b/public/index.html @@ -19,7 +19,7 @@ work correctly both with client-side routing and a non-root public URL. Learn how to configure a non-root public URL by running `npm run build`. --> - Onyx + Mainframe