rename get.status.im to join.status.im

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2020-02-11 12:36:47 +01:00
parent c1eb98691c
commit 1ea49a80fc
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
18 changed files with 34 additions and 34 deletions

View File

@ -11,7 +11,7 @@ These are just guidelines, not rules. Use your best judgment, and feel free to p
* [Mission and Core Values](https://status.im/contribute)
* [Principles](https://status.im/contribute/our_principles.html)
* [Read our FAQ](https://status.im/docs/FAQs.html)
* [Join our Chat](http://get.status.im/chat/public/status-core-dev)
* [Join our Chat](http://join.status.im/chat/public/status-core-dev)
* [Developer Introduction](https://status.im/developer_tools/)
* [Build Status Yourself](https://status.im/build_status)
* [Find issues to work on](https://github.com/status-im/)

View File

@ -17,7 +17,7 @@ If this interests you, **help us make Status a reality** - anyone can contribute
## How to Contribute?
Go straight to the [docs](https://status.im/docs) or [join our chat](http://get.status.im/chat/public/status) and choose what interests you:
Go straight to the [docs](https://status.im/docs) or [join our chat](https://join.status.im/chat/public/status) and choose what interests you:
- **Developer**
Developers are the heart of software and to keep Status beating we need all the help we can get! If you're looking to code in ClojureScript or Golang then Status is the project for you! We use React Native and there is even some Java/Objective-C too!
@ -30,16 +30,16 @@ Metcalfe's law states that the value of a network is proportional to the square
John Dewey once said "Education is not preparation for life; education is life *itself* ". Developers & Designers need guidance and it all starts from documentation and specifications. Our software is only as good as its documentation, head over to our [docs](https://status.im/docs) and see how you can improve what we have.
- **Blog Writing**
Content is King, keeping our blog up to date and informing the community of news helps keep everyone on the same page. [Jump into our chat](http://get.status.im/chat/public/status) and discuss with the team how you can contribute!
Content is King, keeping our blog up to date and informing the community of news helps keep everyone on the same page. [Jump into our chat](https://join.status.im/chat/public/status) and discuss with the team how you can contribute!
- **Testers**
It's bug hunting season! Status is currently in Alpha and there is sure to be a bunch of learning, [build status from scratch](https://status.im/build_status/) or if an android user check out our [nightly builds](https://status.im/nightly). You can shake your phone to submit bug reports, or start browsing our [Github Issues](http://github.com/status-im/status-react/issues). Every bug you find brings Status closer to stable, usable software for everyone to enjoy!
It's bug hunting season! Status is currently in Alpha and there is sure to be a bunch of learning, [build status from scratch](https://status.im/build_status/) or if an android user check out our [nightly builds](https://status.im/nightly). You can shake your phone to submit bug reports, or start browsing our [Github Issues](https://github.com/status-im/status-react/issues). Every bug you find brings Status closer to stable, usable software for everyone to enjoy!
- **Security**
Status is a visual interface to make permanent changes on the Blockchain, it handles crypto-tokens that have real value and allows 3rd party code execution. Security is paramount to its success. You are given permission to break Status as hard as you can, as long as you share your findings with the community!
- **Evangelism**
Help us spread the word! Tell a friend *right now*, in fact tell **everyone** - yell from a mountain if you have to, every person counts! If you've got a great story to tell or have some interesting way you've spread the word about Status let us know about it in our [chat](https://get.status.im/chat/public/status)
Help us spread the word! Tell a friend *right now*, in fact tell **everyone** - yell from a mountain if you have to, every person counts! If you've got a great story to tell or have some interesting way you've spread the word about Status let us know about it in our [chat](https://join.status.im/chat/public/status)
## Status API
View our [API Docs](https://status.im/developer_tools/status_web_api.html) and learn how to integrate your DApp into Status. You can read more about how to add your DApp to Status [here](https://status.im/developer_tools/add_your_dapp.html).
@ -57,7 +57,7 @@ Without the dedication of these outstanding individuals, Status would not exist.
## Contact us
Feel free to email us at [support@status.im](mailto:support@status.im) or better yet, [join our chat](http://get.status.im/chat/public/status).
Feel free to email us at [support@status.im](mailto:support@status.im) or better yet, [join our chat](https://join.status.im/chat/public/status).
## License
@ -67,4 +67,4 @@ Licensed under the [Mozilla Public License v2.0](https://github.com/status-im/st
[![BrowserStack Status](https://www.browserstack.com/automate/badge.svg?badge_key=SFBWQ3k5R2tnT2t6UGsxU1h1U0g3VFlCNnoxVTRHYWNoTDhsb1laaTJZWT0tLUZMUm5sSVFBSU9qSWM1RUJvK1I3Z3c9PQ==--ad15ae7992b432b33743749d40318952415bd98f)](https://www.browserstack.com/automate/public-build/SFBWQ3k5R2tnT2t6UGsxU1h1U0g3VFlCNnoxVTRHYWNoTDhsb1laaTJZWT0tLUZMUm5sSVFBSU9qSWM1RUJvK1I3Z3c9PQ==--ad15ae7992b432b33743749d40318952415bd98f)
[![Coverage Status](https://coveralls.io/repos/github/status-im/status-react/badge.svg?)](https://coveralls.io/github/status-im/status-react)
[![Coverage Status](https://coveralls.io/repos/github/status-im/status-react/badge.svg?)](https://coveralls.io/github/status-im/status-react)

View File

@ -57,8 +57,8 @@
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
<data android:scheme="http" android:host="get.status.im" />
<data android:scheme="https" android:host="get.status.im" />
<data android:scheme="http" android:host="join.status.im" />
<data android:scheme="https" android:host="join.status.im" />
</intent-filter>
<intent-filter android:autoVerify="true">
<action android:name="android.intent.action.VIEW" />

View File

@ -19,4 +19,4 @@ Wir wünschen uns eine Welt, in der die Menschen mehr Kontrolle über den Wert h
<b>Machen Sie mit</b>
Als Open-Source-Projekt sind das Downloaden und Testen von Status die beste Möglichkeit, an der Entwicklung beteiligt zu sein. Mithilfe des neuen Vertreters des Ethereum-Paradigmas wollen wir den Übergang zu einem offeneren Internet- und Finanzsystem erleichtern. Mit den hochgesteckten Zielen, unser kollektives Menschenrecht auf Privatsphäre zu bewahren, das Zensur-Risiko zu entschärfen und wirtschaftlichen Handel auf transparente, offene Art und Weise zu fördern, bildet Status eine Gemeinschaft, in der jeder willkommen ist, der beitreten und seinen Beitrag leisten möchte. Wir würden uns sehr freuen, von Ihnen zu hören. Besuchen Sie uns auf https://get.status.im/chat/public/status
Als Open-Source-Projekt sind das Downloaden und Testen von Status die beste Möglichkeit, an der Entwicklung beteiligt zu sein. Mithilfe des neuen Vertreters des Ethereum-Paradigmas wollen wir den Übergang zu einem offeneren Internet- und Finanzsystem erleichtern. Mit den hochgesteckten Zielen, unser kollektives Menschenrecht auf Privatsphäre zu bewahren, das Zensur-Risiko zu entschärfen und wirtschaftlichen Handel auf transparente, offene Art und Weise zu fördern, bildet Status eine Gemeinschaft, in der jeder willkommen ist, der beitreten und seinen Beitrag leisten möchte. Wir würden uns sehr freuen, von Ihnen zu hören. Besuchen Sie uns auf https://join.status.im/chat/public/status

View File

@ -19,4 +19,4 @@ We want to see a world in which people have more control over the value they cre
<b>Get Involved</b>
As an open source project, the single best way to get involved with development is to download and test Status. Our mission is to facilitate the transition to a more open internet and financial system through the new paradigm Ethereum represent. With the high level goals of preserving our collective right as humans to privacy, mitigating the risk of censorship, and promoting economic trade in a transparent, open manner, Status is building a community where anyone is welcome to join and contribute to the cause. Wed love to hear from you. Join us at: https://get.status.im/chat/public/status
As an open source project, the single best way to get involved with development is to download and test Status. Our mission is to facilitate the transition to a more open internet and financial system through the new paradigm Ethereum represent. With the high level goals of preserving our collective right as humans to privacy, mitigating the risk of censorship, and promoting economic trade in a transparent, open manner, Status is building a community where anyone is welcome to join and contribute to the cause. Wed love to hear from you. Join us at: https://join.status.im/chat/public/status

View File

@ -29,4 +29,4 @@
به عنوان یک پروژه‌ی کدباز، بهترین راه مشارکت در توسعه‌ی اپلیکیشن این است که آن را دانلود و تست کنید. هدف ما تسهیل عبور به یک اینترنت و سیستم مالی بازتر به وسیله‌ی پارادایمی که اتریوم فراهم می‌کند است. با هدف‌های سطح بالای حفظ حق عمومی انسانی برای حریم خصوصی، کم کردن ریسک سانسور، و گسترش تبادل اقتصادی به شیوه‌ی باز و شفاف، استاتوس در حال ساخت جامعه‌ای است که در آن همه به ورود و مشارکت دعوت می‌شوند.
https://get.status.im/chat/public/status
https://join.status.im/chat/public/status

View File

@ -19,4 +19,4 @@ Nous voulons voir un monde dans lequel les gens ont plus de contrôle sur la val
<b>Impliquez-vous</b>
En tant que projet open source, la meilleure façon de participer au développement est de télécharger et de tester Status. Notre mission est de faciliter la transition vers un Internet et un système financier plus ouverts à travers le nouveau paradigme que représente Ethereum. Avec les objectifs de haut niveau de la préservation de notre droit collectif en tant qu'êtres humains à la vie privée, atténuant le risque de censure et encourageant le commerce économique de manière transparente et ouverte, Status construit une communauté que tout le monde est invité à rejoindre et où chacun peut contribuer à la cause. Nous aimerions recevoir de vos nouvelles. Rejoignez-nous sur : https://get.status.im/chat/public/status
En tant que projet open source, la meilleure façon de participer au développement est de télécharger et de tester Status. Notre mission est de faciliter la transition vers un Internet et un système financier plus ouverts à travers le nouveau paradigme que représente Ethereum. Avec les objectifs de haut niveau de la préservation de notre droit collectif en tant qu'êtres humains à la vie privée, atténuant le risque de censure et encourageant le commerce économique de manière transparente et ouverte, Status construit une communauté que tout le monde est invité à rejoindre et où chacun peut contribuer à la cause. Nous aimerions recevoir de vos nouvelles. Rejoignez-nous sur : https://join.status.im/chat/public/status

View File

@ -19,4 +19,4 @@
<b>参加しよう</b>
オープンソースプロジェクトの開発に関わる最良の方法は、Statusをダウンロードしてテストをすることです。当社は、イーサリアムがもたらす新たな可能性をもとに、よりオープンなインターネット世界と金融システムへの移行を推し進めています。個人情報の保護、検閲リスクの軽減、より透明性のあるオープンな方法に基づく取引の推進など高次元の目標の下、Statusでは誰でも参加でき、目的に沿った活動がとれるコミュニティの構築を進めています。皆様のご意見をぜひお聞かせください。ご連絡はこちら: https://get.status.im/chat/public/status
オープンソースプロジェクトの開発に関わる最良の方法は、Statusをダウンロードしてテストをすることです。当社は、イーサリアムがもたらす新たな可能性をもとに、よりオープンなインターネット世界と金融システムへの移行を推し進めています。個人情報の保護、検閲リスクの軽減、より透明性のあるオープンな方法に基づく取引の推進など高次元の目標の下、Statusでは誰でも参加でき、目的に沿った活動がとれるコミュニティの構築を進めています。皆様のご意見をぜひお聞かせください。ご連絡はこちら: https://join.status.im/chat/public/status

View File

@ -20,4 +20,4 @@
<b>참여하기</b>
어플리케이션을 다운로드 받아 테스트하며, 스테이터스 오픈소스 프로젝트에 참여하실 수 있습니다. 우리의 비전은 이더리움이 제시하는 새로운 인터넷 패러다임을 통해 인터넷과 금융 시스템이 조금 더 개방적으로 변모할 수 있도록 하는 것입니다. 스테이터스의 궁극적 목표는 사람들의 소중한 프라이버시를 지키고 검열로부터 보호하며, 더욱 투명하고 개방된 방식의 거래를 촉진하는 것입니다. 이를 위해 스테이터스는 누구든지 참여해 혁신적인 변화를 이끌어가는 커뮤니티를 구축하고 있습니다. 여러분의 연락을 기다리고 있습니다. https://get.status.im/chat/public/status 에 참여하세요!
어플리케이션을 다운로드 받아 테스트하며, 스테이터스 오픈소스 프로젝트에 참여하실 수 있습니다. 우리의 비전은 이더리움이 제시하는 새로운 인터넷 패러다임을 통해 인터넷과 금융 시스템이 조금 더 개방적으로 변모할 수 있도록 하는 것입니다. 스테이터스의 궁극적 목표는 사람들의 소중한 프라이버시를 지키고 검열로부터 보호하며, 더욱 투명하고 개방된 방식의 거래를 촉진하는 것입니다. 이를 위해 스테이터스는 누구든지 참여해 혁신적인 변화를 이끌어가는 커뮤니티를 구축하고 있습니다. 여러분의 연락을 기다리고 있습니다. https://join.status.im/chat/public/status 에 참여하세요!

View File

@ -19,4 +19,4 @@ Quer conhecer um mundo no qual as pessoas têm mais controle sobre o valor que c
<b>Envolva-se</b>
Como um projeto de código aberto, a melhor maneira de se envolver com o desenvolvimento é baixar e testar o Status. Nossa missão é facilitar a transição para uma internet e um sistema financeiro mais abertos, por meio do novo paradigma que o Ethereum representa. Com os objetivos de alto nível de preservar nossos direitos coletivos como seres humanos à privacidade, mitigar o risco de censura e promover comercialização economicamente viável de maneira aberta e transparente o Status está construindo uma comunidade na qual todos são bem-vindos para se juntarem e contribuírem com a causa. Adoraríamos falar com você. Junte-se a nós em: https://get.status.im/chat/public/status
Como um projeto de código aberto, a melhor maneira de se envolver com o desenvolvimento é baixar e testar o Status. Nossa missão é facilitar a transição para uma internet e um sistema financeiro mais abertos, por meio do novo paradigma que o Ethereum representa. Com os objetivos de alto nível de preservar nossos direitos coletivos como seres humanos à privacidade, mitigar o risco de censura e promover comercialização economicamente viável de maneira aberta e transparente o Status está construindo uma comunidade na qual todos são bem-vindos para se juntarem e contribuírem com a causa. Adoraríamos falar com você. Junte-se a nós em: https://join.status.im/chat/public/status

View File

@ -19,4 +19,4 @@ Queres conhecer um mundo no qual as pessoas têm mais controle sobre o valor que
<b>Envolve-te</b>
Sendo um projeto Open Source, a melhor maneira de se envolver com o desenvolvimento é fazer download e testar o cliente Status. A nossa missão é facilitar a transição para uma Internet e um sistema financeiro mais abertos, através do novo paradigma que o Ethereum representa. Partindo de uma a filosofia de preservar nossos direitos coletivos como seres humanos à privacidade, mitigar o risco de censura e promover comercialização economicamente viável de maneira aberta e transparente, a Status está a construir uma comunidade na qual todos são bem-vindos para se juntarem e contribuírem para a causa. Adoraríamos falar contigo. Junta-te a nós em: https://get.status.im/chat/public/status
Sendo um projeto Open Source, a melhor maneira de se envolver com o desenvolvimento é fazer download e testar o cliente Status. A nossa missão é facilitar a transição para uma Internet e um sistema financeiro mais abertos, através do novo paradigma que o Ethereum representa. Partindo de uma a filosofia de preservar nossos direitos coletivos como seres humanos à privacidade, mitigar o risco de censura e promover comercialização economicamente viável de maneira aberta e transparente, a Status está a construir uma comunidade na qual todos são bem-vindos para se juntarem e contribuírem para a causa. Adoraríamos falar contigo. Junta-te a nós em: https://join.status.im/chat/public/status

View File

@ -19,4 +19,4 @@ Status - программа с открытым исходным кодом на
<b>Присоединяйтесь к нам</b>
Самый лучший способ принять участие в разработке нашей платформы — это загрузить и протестировать Status. Наша миссия состоит в том, чтобы облегчить переход к более открытому интернету и финансовой системе на основе новой парадигмы, которую представляет Ethereum. Ставя перед собой высокую цель сохранения права людей на частную жизнь, снижения риска цензуры, а также содействия экономической торговле в прозрачной, открытой манере, Status строит сообщество, где любой желающий может присоединиться и внести свой вклад в общее дело. Мы хотели бы услышать ваш голос. Присоединяйтесь к нам: https://get.status.im/chat/public/status
Самый лучший способ принять участие в разработке нашей платформы — это загрузить и протестировать Status. Наша миссия состоит в том, чтобы облегчить переход к более открытому интернету и финансовой системе на основе новой парадигмы, которую представляет Ethereum. Ставя перед собой высокую цель сохранения права людей на частную жизнь, снижения риска цензуры, а также содействия экономической торговле в прозрачной, открытой манере, Status строит сообщество, где любой желающий может присоединиться и внести свой вклад в общее дело. Мы хотели бы услышать ваш голос. Присоединяйтесь к нам: https://join.status.im/chat/public/status

View File

@ -19,4 +19,4 @@ Status 是一个开源的、基于以太坊的应用程序,能够让您聊天
<b>参与其中</b>
作为一个开源项目最好的参与开发的途径就是下载并测试Status。我们的使命是通过以太坊所代表的新范式实现向更加开放的网络和金融系统的转变。我们的最高目标就是将隐私作为人类的集体权利降低审查的风险并以一种透明的、开放的态度来推进经济贸易。Status 正在建设的社区欢迎任何人加入并为此事业做出贡献。我们非常愿意得到你们的反馈。请通过https://get.status.im/chat/public/status 加入我们。
作为一个开源项目最好的参与开发的途径就是下载并测试Status。我们的使命是通过以太坊所代表的新范式实现向更加开放的网络和金融系统的转变。我们的最高目标就是将隐私作为人类的集体权利降低审查的风险并以一种透明的、开放的态度来推进经济贸易。Status 正在建设的社区欢迎任何人加入并为此事业做出贡献。我们非常愿意得到你们的反馈。请通过https://join.status.im/chat/public/status 加入我们。

View File

@ -6,7 +6,7 @@
<string>development</string>
<key>com.apple.developer.associated-domains</key>
<array>
<string>applinks:get.status.im</string>
<string>applinks:join.status.im</string>
</array>
<key>keychain-access-groups</key>
<array>

View File

@ -256,7 +256,7 @@
(def regx-bold #"\*[^*]+\*")
(def regx-italic #"~[^~]+~")
(def regx-backquote #"`[^`]+`")
(def regx-universal-link #"((^https?://get.status.im/)|(^status-im://))[\x00-\x7F]+$")
(def regx-universal-link #"((^https?://join.status.im/)|(^status-im://))[\x00-\x7F]+$")
(def regx-deep-link #"((^ethereum:.*)|(^status-im://[\x00-\x7F]+$))")
(def ^:const lines-collapse-threshold 20)

View File

@ -26,7 +26,7 @@
(def browse-regex #".*/browse/(.*)$")
;; domains should be without the trailing slash
(def domains {:external "https://get.status.im"
(def domains {:external "https://join.status.im"
:internal "status-im:/"})
(def links {:public-chat "%s/chat/public/%s"

View File

@ -15,7 +15,7 @@ class TestDeepLinks(SingleDeviceTestCase):
sign_in_view.create_user()
self.driver.close_app()
chat_name = sign_in_view.get_public_chat_name()
deep_link = 'https://get.status.im/chat/public/%s' % chat_name
deep_link = 'https://join.status.im/chat/public/%s' % chat_name
sign_in_view.open_weblink_and_login(deep_link)
chat_view = sign_in_view.get_chat_view()
try:
@ -29,7 +29,7 @@ class TestDeepLinks(SingleDeviceTestCase):
sign_in_view = SignInView(self.driver)
sign_in_view.create_user()
self.driver.close_app()
deep_link = 'https://get.status.im/user/%s' % basic_user['public_key']
deep_link = 'https://join.status.im/user/%s' % basic_user['public_key']
sign_in_view.open_weblink_and_login(deep_link)
chat_view = sign_in_view.get_chat_view()
for text in basic_user['username'], 'Add to contacts':
@ -43,7 +43,7 @@ class TestDeepLinks(SingleDeviceTestCase):
sign_in_view.create_user()
self.driver.close_app()
dapp_name = test_dapp_url
dapp_deep_link = 'https://get.status.im/browse/%s' % dapp_name
dapp_deep_link = 'https://join.status.im/browse/%s' % dapp_name
sign_in_view.open_weblink_and_login(dapp_deep_link)
web_view = sign_in_view.get_chat_view()
try:
@ -58,7 +58,7 @@ class TestDeepLinks(SingleDeviceTestCase):
sign_in_view = SignInView(self.driver)
sign_in_view.recover_access(passphrase=basic_user['passphrase'])
self.driver.close_app()
deep_link = 'https://get.status.im/user/%s' % basic_user['public_key']
deep_link = 'https://join.status.im/user/%s' % basic_user['public_key']
sign_in_view.open_weblink_and_login(deep_link)
profile_view = sign_in_view.get_profile_view()
if profile_view.default_username_text.text != basic_user['username'] \
@ -72,7 +72,7 @@ class TestDeepLinks(SingleDeviceTestCase):
sign_in_view = SignInView(self.driver)
sign_in_view.create_user()
self.driver.close_app()
deep_link = 'https://get.status.im/user/%s' % basic_user['public_key'][:-10]
deep_link = 'https://join.status.im/user/%s' % basic_user['public_key'][:-10]
sign_in_view.open_weblink_and_login(deep_link)
home_view = sign_in_view.get_home_view()
home_view.plus_button.click_until_presence_of_element(home_view.start_new_chat_button)

View File

@ -64,15 +64,15 @@
(testing "ethereum:0x89205a3a3b2a69de6dbf7f01ed13b2108b2c43e7"
(testing "it returns true"
(is (links/deep-link? "ethereum:0x89205a3a3b2a69de6dbf7f01ed13b2108b2c43e7"))))
(testing "http://get.status.im/blah"
(testing "http://join.status.im/blah"
(testing "it returns true"
(is (links/universal-link? "http://get.status.im/blah"))))
(testing "https://get.status.im/blah"
(is (links/universal-link? "http://join.status.im/blah"))))
(testing "https://join.status.im/blah"
(testing "it returns true"
(is (links/universal-link? "https://get.status.im/blah"))))
(is (links/universal-link? "https://join.status.im/blah"))))
(testing "unicode characters"
(testing "it returns false"
(is (not (links/universal-link? "https://get.status.im/browse/www.аррӏе.com")))))
(is (not (links/universal-link? "https://join.status.im/browse/www.аррӏе.com")))))
(testing "not-status-im://blah"
(testing "it returns false"
(is (not (links/universal-link? "https://not.status.im/blah")))))
@ -82,6 +82,6 @@
(testing "https://not.status.im/blah"
(testing "it returns false"
(is (not (links/universal-link? "https://not.status.im/blah")))))
(testing "http://get.status.im/blah"
(testing "http://join.status.im/blah"
(testing "it returns false"
(is (not (links/deep-link? "http://get.status.im/blah"))))))
(is (not (links/deep-link? "http://join.status.im/blah"))))))