From 239531cc042fd27d649d139eec777ffb573af0f7 Mon Sep 17 00:00:00 2001 From: VirtuBox Date: Fri, 29 Mar 2019 12:17:17 +0100 Subject: [PATCH] update domain --- .github/ISSUE_TEMPLATE.md | 4 ++-- LICENSE | 2 +- README.md | 13 +++++++++---- install | 6 +++--- setup.py | 4 ++-- wo/cli/plugins/site_functions.py | 2 +- 6 files changed, 18 insertions(+), 13 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 6f09bef..77ccba4 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,6 +1,6 @@ -This issue tracker is only for issues related to WordOps. -Please use for support questions. +This issue tracker is only for issues related to WordOps. +Please use for support questions. If you feel the issue is a WordOps specific issue, please attach the output of the following commands. diff --git a/LICENSE b/LICENSE index 6c3efe6..83f956d 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2018-2019 WordOps (https://wordops.io) +Copyright (c) 2018-2019 WordOps (https://wordops.net) Copyright (C) 2011-2017 EE Development Group (https://github.com/ee/ee/contributors) Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/README.md b/README.md index 00b2ba3..a7d6530 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -

+

WordOps

@@ -26,6 +26,11 @@ CreditsLicense

+

+ WordOps site • +Community forum • +Documentation +

--- @@ -142,12 +147,12 @@ wo update ## Support If you feel there is a bug directly related to WordOps, feel free to open an issue. -For any other questions/suggestions about WordOps or if you need support, please use the [WordOps Community Forum](https://community.wordops.io/). +For any other questions/suggestions about WordOps or if you need support, please use the [WordOps Community Forum](https://community.wordops.net/). # Contributing If you'd like to contribute, please fork the repository and make changes as you'd like. Pull requests are warmly welcome. -There is no need to be a developer or a system administrator to contribute to WordOps project. You can still contribute by helping us to improve [WordOps documentation](https://github.com/WordOps/docs.wordops.io). +There is no need to be a developer or a system administrator to contribute to WordOps project. You can still contribute by helping us to improve [WordOps documentation](https://github.com/WordOps/docs.wordops.net). ## Credits @@ -157,4 +162,4 @@ There is no need to be a developer or a system administrator to contribute to Wo ## License -- [MIT](http://opensource.org/licenses/MIT) © [WordOps](https://wordops.io) +- [MIT](http://opensource.org/licenses/MIT) © [WordOps](https://wordops.net) diff --git a/install b/install index ef6d4e6..2046b4d 100644 --- a/install +++ b/install @@ -2,7 +2,7 @@ # ------------------------------------------------------------------------- # WordOps install and update script # ------------------------------------------------------------------------- -# Website: https://wordops.io +# Website: https://wordops.net # GitHub: https://github.com/WordOps/WordOps # Copyright (c) 2019 - WordOps # This script is licensed under M.I.T @@ -689,7 +689,7 @@ if [ "$migration" -eq "1" ]; then wo_lib_echo_info "For autocompletion, run the following command:" wo_lib_echo_info "source /etc/bash_completion.d/wo_auto.rc" echo - wo_lib_echo "WordOps (wo) help: https://docs.wordops.io" + wo_lib_echo "WordOps (wo) help: https://docs.wordops.net" else echo wo_lib_echo "For WordOps (wo) auto completion, run the following command" @@ -697,5 +697,5 @@ else wo_lib_echo_info "source /etc/bash_completion.d/wo_auto.rc" echo wo_lib_echo "Yay! WordOps (wo) installed/updated successfully" - wo_lib_echo "WordOps (wo) help: https://docs.wordops.io" + wo_lib_echo "WordOps (wo) help: https://docs.wordops.net" fi diff --git a/setup.py b/setup.py index 4121c55..df2f56d 100644 --- a/setup.py +++ b/setup.py @@ -64,8 +64,8 @@ setup(name='wo', classifiers=[], keywords='', author='WordOps', - author_email='core@wordops.io', - url='https://wordops.io', + author_email='core@wordops.net', + url='https://wordops.net', license='MIT', packages=find_packages(exclude=['ez_setup', 'examples', 'tests', 'templates']), diff --git a/wo/cli/plugins/site_functions.py b/wo/cli/plugins/site_functions.py index 32987e7..67481fe 100644 --- a/wo/cli/plugins/site_functions.py +++ b/wo/cli/plugins/site_functions.py @@ -1382,7 +1382,7 @@ def renewLetsEncrypt(self, wo_domain_name): # "\nPlease check the WordOps log for reason # The current expiry date is : " + # str(SSL.getExpirationDate(self, wo_domain_name)) + - # "\n\nFor support visit https://wordops.io/support . + # "\n\nFor support visit https://wordops.net/support . # \n\nBest regards,\nYour WordOps Worker", files=mail_list, # port=25, isTls=False) Log.error(self, "Check the WO log for more details "