From f4a5cc6f42c8a846c897057e9c8d1a094e9cb503 Mon Sep 17 00:00:00 2001 From: Faisal Shahzad <84210709+seowings@users.noreply.github.com> Date: Sun, 24 Sep 2023 23:25:31 +0200 Subject: [PATCH] FIX Repo URL --- mkdocs.yml | 2 +- setup.py | 4 ++-- src/staticwordpress/__init__.py | 4 ++-- src/staticwordpress/cli/__init__.py | 4 ++-- src/staticwordpress/core/__init__.py | 4 ++-- src/staticwordpress/core/constants.py | 6 +++--- src/staticwordpress/core/crawler.py | 4 ++-- src/staticwordpress/core/github.py | 4 ++-- src/staticwordpress/core/i18n.py | 4 ++-- src/staticwordpress/core/project.py | 4 ++-- src/staticwordpress/core/redirects.py | 6 +++--- src/staticwordpress/core/search.py | 4 ++-- src/staticwordpress/core/sitemaps.py | 12 +++++++++--- src/staticwordpress/core/utils.py | 5 ++--- src/staticwordpress/core/workflow.py | 6 +++--- src/staticwordpress/gui/__init__.py | 4 ++-- src/staticwordpress/gui/config.py | 4 ++-- src/staticwordpress/gui/logger.py | 4 ++-- src/staticwordpress/gui/mainwindow.py | 4 ++-- src/staticwordpress/gui/rawtext.py | 8 ++++++-- src/staticwordpress/gui/utils.py | 11 ++++++++--- src/staticwordpress/gui/workflow.py | 9 +++++++-- src/staticwordpress/share/config.json | 2 +- ss_script.py | 4 ++-- tests/test_project.py | 4 ++-- tests/test_redirects.py | 4 ++-- tests/test_translations.py | 4 ++-- tests/test_url.py | 4 ++-- 28 files changed, 79 insertions(+), 60 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index c4a2b33..52c5b40 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -4,7 +4,7 @@ site_author: SERP Wings site_url: https://static-wordpress-docs.netlify.app/ -repo_url: https://github.com/serpwings/staticwordpress +repo_url: https://github.com/serpwings/static-wordpress edit_uri: blob/main/docs/ nav: diff --git a/setup.py b/setup.py index e5bbcea..d17db62 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ """ STATIC WORDPRESS: WordPress as Static Site Generator A Python Package for Converting WordPress Installation to a Static Website -https://github.com/serpwings/staticwordpress +https://github.com/serpwings/static-wordpress setup.py @@ -12,7 +12,7 @@ GNU General Public License (GPL-3.0). You may not use this file except in compliance with the License. You may obtain a copy of the License at https://www.gnu.org/licenses/gpl-3.0.txt -https://github.com/serpwings/staticwordpress/blob/master/LICENSE +https://github.com/serpwings/static-wordpress/blob/master/LICENSE Software distributed under the License is distributed on an "AS IS" basis, diff --git a/src/staticwordpress/__init__.py b/src/staticwordpress/__init__.py index 657d19b..b2340c9 100644 --- a/src/staticwordpress/__init__.py +++ b/src/staticwordpress/__init__.py @@ -3,7 +3,7 @@ """ STATIC WORDPRESS: WordPress as Static Site Generator A Python Package for Converting WordPress Installation to a Static Website -https://github.com/serpwings/staticwordpress +https://github.com/serpwings/static-wordpress src/staticwordpress/__init__.py @@ -14,7 +14,7 @@ GNU General Public License (GPL-3.0). You may not use this file except in compliance with the License. You may obtain a copy of the License at https://www.gnu.org/licenses/gpl-3.0.txt -https://github.com/serpwings/staticwordpress/blob/master/LICENSE +https://github.com/serpwings/static-wordpress/blob/master/LICENSE Software distributed under the License is distributed on an "AS IS" basis, diff --git a/src/staticwordpress/cli/__init__.py b/src/staticwordpress/cli/__init__.py index b677b12..faba678 100644 --- a/src/staticwordpress/cli/__init__.py +++ b/src/staticwordpress/cli/__init__.py @@ -3,7 +3,7 @@ """ STATIC WORDPRESS: WordPress as Static Site Generator A Python Package for Converting WordPress Installation to a Static Website -https://github.com/serpwings/staticwordpress +https://github.com/serpwings/static-wordpress src/staticwordpress/cli/__init__.py @@ -14,7 +14,7 @@ GNU General Public License (GPL-3.0). You may not use this file except in compliance with the License. You may obtain a copy of the License at https://www.gnu.org/licenses/gpl-3.0.txt -https://github.com/serpwings/staticwordpress/blob/master/LICENSE +https://github.com/serpwings/static-wordpress/blob/master/LICENSE Software distributed under the License is distributed on an "AS IS" basis, diff --git a/src/staticwordpress/core/__init__.py b/src/staticwordpress/core/__init__.py index d568060..a456389 100644 --- a/src/staticwordpress/core/__init__.py +++ b/src/staticwordpress/core/__init__.py @@ -3,7 +3,7 @@ """ STATIC WORDPRESS: WordPress as Static Site Generator A Python Package for Converting WordPress Installation to a Static Website -https://github.com/serpwings/staticwordpress +https://github.com/serpwings/static-wordpress src/staticwordpress/core/__init__.py @@ -14,7 +14,7 @@ GNU General Public License (GPL-3.0). You may not use this file except in compliance with the License. You may obtain a copy of the License at https://www.gnu.org/licenses/gpl-3.0.txt -https://github.com/serpwings/staticwordpress/blob/master/LICENSE +https://github.com/serpwings/static-wordpress/blob/master/LICENSE Software distributed under the License is distributed on an "AS IS" basis, diff --git a/src/staticwordpress/core/constants.py b/src/staticwordpress/core/constants.py index 15a369c..c353c38 100644 --- a/src/staticwordpress/core/constants.py +++ b/src/staticwordpress/core/constants.py @@ -3,7 +3,7 @@ """ STATIC WORDPRESS: WordPress as Static Site Generator A Python Package for Converting WordPress Installation to a Static Website -https://github.com/serpwings/staticwordpress +https://github.com/serpwings/static-wordpress src/staticwordpress/core/constants.py @@ -14,7 +14,7 @@ GNU General Public License (GPL-3.0). You may not use this file except in compliance with the License. You may obtain a copy of the License at https://www.gnu.org/licenses/gpl-3.0.txt -https://github.com/serpwings/staticwordpress/blob/master/LICENSE +https://github.com/serpwings/static-wordpress/blob/master/LICENSE Software distributed under the License is distributed on an "AS IS" basis, @@ -39,7 +39,7 @@ VERSION_MAJOR = 0 VERSION_MINOR = 0 VERSION_REVISION = 3 -VERISON = f"{VERSION_MAJOR}.{VERSION_MINOR}.{VERSION_REVISION}" # -pre-alpha" +VERISON = f"{VERSION_MAJOR}.{VERSION_MINOR}.{VERSION_REVISION}" SHARE_FOLDER_PATH = Path( Path(__file__).resolve().parent, diff --git a/src/staticwordpress/core/crawler.py b/src/staticwordpress/core/crawler.py index 22ea676..85e9a87 100644 --- a/src/staticwordpress/core/crawler.py +++ b/src/staticwordpress/core/crawler.py @@ -3,7 +3,7 @@ """ STATIC WORDPRESS: WordPress as Static Site Generator A Python Package for Converting WordPress Installation to a Static Website -https://github.com/serpwings/staticwordpress +https://github.com/serpwings/static-wordpress src/staticwordpress/core/crawler.py @@ -14,7 +14,7 @@ GNU General Public License (GPL-3.0). You may not use this file except in compliance with the License. You may obtain a copy of the License at https://www.gnu.org/licenses/gpl-3.0.txt -https://github.com/serpwings/staticwordpress/blob/master/LICENSE +https://github.com/serpwings/static-wordpress/blob/master/LICENSE Software distributed under the License is distributed on an "AS IS" basis, diff --git a/src/staticwordpress/core/github.py b/src/staticwordpress/core/github.py index e672856..2770cd6 100644 --- a/src/staticwordpress/core/github.py +++ b/src/staticwordpress/core/github.py @@ -3,7 +3,7 @@ """ STATIC WORDPRESS: WordPress as Static Site Generator A Python Package for Converting WordPress Installation to a Static Website -https://github.com/serpwings/staticwordpress +https://github.com/serpwings/static-wordpress src/staticwordpress/core/github.py @@ -14,7 +14,7 @@ GNU General Public License (GPL-3.0). You may not use this file except in compliance with the License. You may obtain a copy of the License at https://www.gnu.org/licenses/gpl-3.0.txt -https://github.com/serpwings/staticwordpress/blob/master/LICENSE +https://github.com/serpwings/static-wordpress/blob/master/LICENSE Software distributed under the License is distributed on an "AS IS" basis, diff --git a/src/staticwordpress/core/i18n.py b/src/staticwordpress/core/i18n.py index 6101bbc..2e2d4b2 100644 --- a/src/staticwordpress/core/i18n.py +++ b/src/staticwordpress/core/i18n.py @@ -3,7 +3,7 @@ """ STATIC WORDPRESS: WordPress as Static Site Generator A Python Package for Converting WordPress Installation to a Static Website -https://github.com/serpwings/staticwordpress +https://github.com/serpwings/static-wordpress src/staticwordpress/core/i18n.py @@ -14,7 +14,7 @@ GNU General Public License (GPL-3.0). You may not use this file except in compliance with the License. You may obtain a copy of the License at https://www.gnu.org/licenses/gpl-3.0.txt -https://github.com/serpwings/staticwordpress/blob/master/LICENSE +https://github.com/serpwings/static-wordpress/blob/master/LICENSE Software distributed under the License is distributed on an "AS IS" basis, diff --git a/src/staticwordpress/core/project.py b/src/staticwordpress/core/project.py index f90ad91..01448ca 100644 --- a/src/staticwordpress/core/project.py +++ b/src/staticwordpress/core/project.py @@ -3,7 +3,7 @@ """ STATIC WORDPRESS: WordPress as Static Site Generator A Python Package for Converting WordPress Installation to a Static Website -https://github.com/serpwings/staticwordpress +https://github.com/serpwings/static-wordpress src/staticwordpress/core/project.py @@ -14,7 +14,7 @@ GNU General Public License (GPL-3.0). You may not use this file except in compliance with the License. You may obtain a copy of the License at https://www.gnu.org/licenses/gpl-3.0.txt -https://github.com/serpwings/staticwordpress/blob/master/LICENSE +https://github.com/serpwings/static-wordpress/blob/master/LICENSE Software distributed under the License is distributed on an "AS IS" basis, diff --git a/src/staticwordpress/core/redirects.py b/src/staticwordpress/core/redirects.py index 0111be2..109e653 100644 --- a/src/staticwordpress/core/redirects.py +++ b/src/staticwordpress/core/redirects.py @@ -3,7 +3,7 @@ """ STATIC WORDPRESS: WordPress as Static Site Generator A Python Package for Converting WordPress Installation to a Static Website -https://github.com/serpwings/staticwordpress +https://github.com/serpwings/static-wordpress src/staticwordpress/core/redirects.py @@ -14,7 +14,7 @@ GNU General Public License (GPL-3.0). You may not use this file except in compliance with the License. You may obtain a copy of the License at https://www.gnu.org/licenses/gpl-3.0.txt -https://github.com/serpwings/staticwordpress/blob/master/LICENSE +https://github.com/serpwings/static-wordpress/blob/master/LICENSE Software distributed under the License is distributed on an "AS IS" basis, @@ -35,7 +35,7 @@ # INTERNAL IMPORTS # +++++++++++++++++++++++++++++++++++++++++++++++++++++ -from ..core.constants import HOST, REDIRECTS +from .constants import HOST, REDIRECTS # +++++++++++++++++++++++++++++++++++++++++++++++++++++ # IMPLEMENATIONS diff --git a/src/staticwordpress/core/search.py b/src/staticwordpress/core/search.py index 698ea02..512111e 100644 --- a/src/staticwordpress/core/search.py +++ b/src/staticwordpress/core/search.py @@ -3,7 +3,7 @@ """ STATIC WORDPRESS: WordPress as Static Site Generator A Python Package for Converting WordPress Installation to a Static Website -https://github.com/serpwings/staticwordpress +https://github.com/serpwings/static-wordpress src/staticwordpress/core/search.py @@ -14,7 +14,7 @@ GNU General Public License (GPL-3.0). You may not use this file except in compliance with the License. You may obtain a copy of the License at https://www.gnu.org/licenses/gpl-3.0.txt -https://github.com/serpwings/staticwordpress/blob/master/LICENSE +https://github.com/serpwings/static-wordpress/blob/master/LICENSE Software distributed under the License is distributed on an "AS IS" basis, diff --git a/src/staticwordpress/core/sitemaps.py b/src/staticwordpress/core/sitemaps.py index b5c5fcc..036df9a 100644 --- a/src/staticwordpress/core/sitemaps.py +++ b/src/staticwordpress/core/sitemaps.py @@ -3,7 +3,7 @@ """ STATIC WORDPRESS: WordPress as Static Site Generator A Python Package for Converting WordPress Installation to a Static Website -https://github.com/serpwings/staticwordpress +https://github.com/serpwings/static-wordpress src/staticwordpress/core/sitemaps.py @@ -14,7 +14,7 @@ GNU General Public License (GPL-3.0). You may not use this file except in compliance with the License. You may obtain a copy of the License at https://www.gnu.org/licenses/gpl-3.0.txt -https://github.com/serpwings/staticwordpress/blob/master/LICENSE +https://github.com/serpwings/static-wordpress/blob/master/LICENSE Software distributed under the License is distributed on an "AS IS" basis, @@ -23,6 +23,13 @@ """ + +# +++++++++++++++++++++++++++++++++++++++++++++++++++++ +# STANDARD LIBARY IMPORTS +# +++++++++++++++++++++++++++++++++++++++++++++++++++++ + +from urllib import parse + # +++++++++++++++++++++++++++++++++++++++++++++++++++++ # 3rd PARTY LIBRARY IMPORTS # +++++++++++++++++++++++++++++++++++++++++++++++++++++ @@ -35,7 +42,6 @@ from .utils import get_clean_url, get_remote_content from .constants import CONFIGS -from urllib import parse # +++++++++++++++++++++++++++++++++++++++++++++++++++++ # IMPLEMENATIONS diff --git a/src/staticwordpress/core/utils.py b/src/staticwordpress/core/utils.py index a3e465b..24a624b 100644 --- a/src/staticwordpress/core/utils.py +++ b/src/staticwordpress/core/utils.py @@ -3,7 +3,7 @@ """ STATIC WORDPRESS: WordPress as Static Site Generator A Python Package for Converting WordPress Installation to a Static Website -https://github.com/serpwings/staticwordpress +https://github.com/serpwings/static-wordpress src/staticwordpress/core/utils.py @@ -14,7 +14,7 @@ GNU General Public License (GPL-3.0). You may not use this file except in compliance with the License. You may obtain a copy of the License at https://www.gnu.org/licenses/gpl-3.0.txt -https://github.com/serpwings/staticwordpress/blob/master/LICENSE +https://github.com/serpwings/static-wordpress/blob/master/LICENSE Software distributed under the License is distributed on an "AS IS" basis, @@ -44,7 +44,6 @@ import requests from requests.adapters import HTTPAdapter from requests.models import Response -from bs4 import BeautifulSoup # +++++++++++++++++++++++++++++++++++++++++++++++++++++ # INTERNAL IMPORTS diff --git a/src/staticwordpress/core/workflow.py b/src/staticwordpress/core/workflow.py index a23e003..9e3cde7 100644 --- a/src/staticwordpress/core/workflow.py +++ b/src/staticwordpress/core/workflow.py @@ -3,7 +3,7 @@ """ STATIC WORDPRESS: WordPress as Static Site Generator A Python Package for Converting WordPress Installation to a Static Website -https://github.com/serpwings/staticwordpress +https://github.com/serpwings/static-wordpress src/staticwordpress/core/workflow.py @@ -14,7 +14,7 @@ GNU General Public License (GPL-3.0). You may not use this file except in compliance with the License. You may obtain a copy of the License at https://www.gnu.org/licenses/gpl-3.0.txt -https://github.com/serpwings/staticwordpress/blob/master/LICENSE +https://github.com/serpwings/static-wordpress/blob/master/LICENSE Software distributed under the License is distributed on an "AS IS" basis, @@ -27,12 +27,12 @@ # STANDARD LIBARY IMPORTS # +++++++++++++++++++++++++++++++++++++++++++++++++++++ +import time import glob import shutil import codecs import logging import random -import time from pathlib import Path # +++++++++++++++++++++++++++++++++++++++++++++++++++++ diff --git a/src/staticwordpress/gui/__init__.py b/src/staticwordpress/gui/__init__.py index 442112b..ee98d5b 100644 --- a/src/staticwordpress/gui/__init__.py +++ b/src/staticwordpress/gui/__init__.py @@ -3,7 +3,7 @@ """ STATIC WORDPRESS: WordPress as Static Site Generator A Python Package for Converting WordPress Installation to a Static Website -https://github.com/serpwings/staticwordpress +https://github.com/serpwings/static-wordpress src/staticwordpress/gui/__init__.py @@ -14,7 +14,7 @@ GNU General Public License (GPL-3.0). You may not use this file except in compliance with the License. You may obtain a copy of the License at https://www.gnu.org/licenses/gpl-3.0.txt -https://github.com/serpwings/staticwordpress/blob/master/LICENSE +https://github.com/serpwings/static-wordpress/blob/master/LICENSE Software distributed under the License is distributed on an "AS IS" basis, diff --git a/src/staticwordpress/gui/config.py b/src/staticwordpress/gui/config.py index e088d27..2d84732 100644 --- a/src/staticwordpress/gui/config.py +++ b/src/staticwordpress/gui/config.py @@ -3,7 +3,7 @@ """ STATIC WORDPRESS: WordPress as Static Site Generator A Python Package for Converting WordPress Installation to a Static Website -https://github.com/serpwings/staticwordpress +https://github.com/serpwings/static-wordpress src/staticwordpress/gui/config.py @@ -14,7 +14,7 @@ GNU General Public License (GPL-3.0). You may not use this file except in compliance with the License. You may obtain a copy of the License at https://www.gnu.org/licenses/gpl-3.0.txt -https://github.com/serpwings/staticwordpress/blob/master/LICENSE +https://github.com/serpwings/static-wordpress/blob/master/LICENSE Software distributed under the License is distributed on an "AS IS" basis, diff --git a/src/staticwordpress/gui/logger.py b/src/staticwordpress/gui/logger.py index 59c8fd5..261c19a 100644 --- a/src/staticwordpress/gui/logger.py +++ b/src/staticwordpress/gui/logger.py @@ -3,7 +3,7 @@ """ STATIC WORDPRESS: WordPress as Static Site Generator A Python Package for Converting WordPress Installation to a Static Website -https://github.com/serpwings/staticwordpress +https://github.com/serpwings/static-wordpress src/staticwordpress/gui/logger.py @@ -14,7 +14,7 @@ GNU General Public License (GPL-3.0). You may not use this file except in compliance with the License. You may obtain a copy of the License at https://www.gnu.org/licenses/gpl-3.0.txt -https://github.com/serpwings/staticwordpress/blob/master/LICENSE +https://github.com/serpwings/static-wordpress/blob/master/LICENSE Software distributed under the License is distributed on an "AS IS" basis, diff --git a/src/staticwordpress/gui/mainwindow.py b/src/staticwordpress/gui/mainwindow.py index 1c64298..ddac545 100644 --- a/src/staticwordpress/gui/mainwindow.py +++ b/src/staticwordpress/gui/mainwindow.py @@ -3,7 +3,7 @@ """ STATIC WORDPRESS: WordPress as Static Site Generator A Python Package for Converting WordPress Installation to a Static Website -https://github.com/serpwings/staticwordpress +https://github.com/serpwings/static-wordpress src/staticwordpress/gui/mainwindow.py @@ -14,7 +14,7 @@ GNU General Public License (GPL-3.0). You may not use this file except in compliance with the License. You may obtain a copy of the License at https://www.gnu.org/licenses/gpl-3.0.txt -https://github.com/serpwings/staticwordpress/blob/master/LICENSE +https://github.com/serpwings/static-wordpress/blob/master/LICENSE Software distributed under the License is distributed on an "AS IS" basis, diff --git a/src/staticwordpress/gui/rawtext.py b/src/staticwordpress/gui/rawtext.py index a24f6ad..f30fe2a 100644 --- a/src/staticwordpress/gui/rawtext.py +++ b/src/staticwordpress/gui/rawtext.py @@ -3,7 +3,7 @@ """ STATIC WORDPRESS: WordPress as Static Site Generator A Python Package for Converting WordPress Installation to a Static Website -https://github.com/serpwings/staticwordpress +https://github.com/serpwings/static-wordpress src/staticwordpress/gui/rawtext.py @@ -14,7 +14,7 @@ GNU General Public License (GPL-3.0). You may not use this file except in compliance with the License. You may obtain a copy of the License at https://www.gnu.org/licenses/gpl-3.0.txt -https://github.com/serpwings/staticwordpress/blob/master/LICENSE +https://github.com/serpwings/static-wordpress/blob/master/LICENSE Software distributed under the License is distributed on an "AS IS" basis, @@ -46,6 +46,10 @@ from ..core.constants import CONFIGS, SHARE_FOLDER_PATH +# +++++++++++++++++++++++++++++++++++++++++++++++++++++ +# IMPLEMENATIONS +# +++++++++++++++++++++++++++++++++++++++++++++++++++++ + class RawTextWidget(QDialog): def __init__(self, src_url: str, dest_url: str): diff --git a/src/staticwordpress/gui/utils.py b/src/staticwordpress/gui/utils.py index 575508a..588e437 100644 --- a/src/staticwordpress/gui/utils.py +++ b/src/staticwordpress/gui/utils.py @@ -3,7 +3,7 @@ """ STATIC WORDPRESS: WordPress as Static Site Generator A Python Package for Converting WordPress Installation to a Static Website -https://github.com/serpwings/staticwordpress +https://github.com/serpwings/static-wordpress src/staticwordpress/gui/utils.py @@ -14,7 +14,7 @@ GNU General Public License (GPL-3.0). You may not use this file except in compliance with the License. You may obtain a copy of the License at https://www.gnu.org/licenses/gpl-3.0.txt -https://github.com/serpwings/staticwordpress/blob/master/LICENSE +https://github.com/serpwings/static-wordpress/blob/master/LICENSE Software distributed under the License is distributed on an "AS IS" basis, @@ -31,10 +31,15 @@ import json # +++++++++++++++++++++++++++++++++++++++++++++++++++++ -# IMPLEMENATIONS +# INTERNAL IMPORTS # +++++++++++++++++++++++++++++++++++++++++++++++++++++ + from ..core.constants import SHARE_FOLDER_PATH +# +++++++++++++++++++++++++++++++++++++++++++++++++++++ +# IMPLEMENATIONS +# +++++++++++++++++++++++++++++++++++++++++++++++++++++ + GUI_JSON_PATH = SHARE_FOLDER_PATH / "gui.json" with GUI_JSON_PATH.open("r") as f: GUI_SETTINGS = json.load(f) diff --git a/src/staticwordpress/gui/workflow.py b/src/staticwordpress/gui/workflow.py index 8ce1c30..2bc4daf 100644 --- a/src/staticwordpress/gui/workflow.py +++ b/src/staticwordpress/gui/workflow.py @@ -3,7 +3,7 @@ """ STATIC WORDPRESS: WordPress as Static Site Generator A Python Package for Converting WordPress Installation to a Static Website -https://github.com/serpwings/staticwordpress +https://github.com/serpwings/static-wordpress src/staticwordpress/gui/workflow.py @@ -14,7 +14,7 @@ GNU General Public License (GPL-3.0). You may not use this file except in compliance with the License. You may obtain a copy of the License at https://www.gnu.org/licenses/gpl-3.0.txt -https://github.com/serpwings/staticwordpress/blob/master/LICENSE +https://github.com/serpwings/static-wordpress/blob/master/LICENSE Software distributed under the License is distributed on an "AS IS" basis, @@ -39,6 +39,11 @@ from .utils import logging_decorator, progress_decorator +# +++++++++++++++++++++++++++++++++++++++++++++++++++++ +# IMPLEMENATIONS +# +++++++++++++++++++++++++++++++++++++++++++++++++++++ + + class WorkflowGUI(QObject): signalSitemapLocation = pyqtSignal(str) signalProgress = pyqtSignal(str, int) diff --git a/src/staticwordpress/share/config.json b/src/staticwordpress/share/config.json index 98e2b00..054d50b 100644 --- a/src/staticwordpress/share/config.json +++ b/src/staticwordpress/share/config.json @@ -4,7 +4,7 @@ "ORGANIZATION_NAME": "SERP Wings", "ORGANIZATION_DOMAIN": "serpwings.com", "HELP_URL": "https://serpwings.com/staticwordpress/", - "REPO_URL": "https://github.com/serpwings/staticwordpress/", + "REPO_URL": "https://github.com/serpwings/static-wordpress/", "SCHEMES": [ "http", "https", diff --git a/ss_script.py b/ss_script.py index b1b470d..9f3d5ef 100644 --- a/ss_script.py +++ b/ss_script.py @@ -3,7 +3,7 @@ """ STATIC WORDPRESS: WordPress as Static Site Generator A Python Package for Converting WordPress Installation to a Static Website -https://github.com/serpwings/staticwordpress +https://github.com/serpwings/static-wordpress ss_script.py @@ -14,7 +14,7 @@ GNU General Public License (GPL-3.0). You may not use this file except in compliance with the License. You may obtain a copy of the License at https://www.gnu.org/licenses/gpl-3.0.txt -https://github.com/serpwings/staticwordpress/blob/master/LICENSE +https://github.com/serpwings/static-wordpress/blob/master/LICENSE Software distributed under the License is distributed on an "AS IS" basis, diff --git a/tests/test_project.py b/tests/test_project.py index 4c372f7..80f757e 100644 --- a/tests/test_project.py +++ b/tests/test_project.py @@ -3,7 +3,7 @@ """ STATIC WORDPRESS: WordPress as Static Site Generator A Python Package for Converting WordPress Installation to a Static Website -https://github.com/serpwings/staticwordpress +https://github.com/serpwings/static-wordpress tests\test_project.py @@ -14,7 +14,7 @@ GNU General Public License (GPL-3.0). You may not use this file except in compliance with the License. You may obtain a copy of the License at https://www.gnu.org/licenses/gpl-3.0.txt -https://github.com/serpwings/staticwordpress/blob/master/LICENSE +https://github.com/serpwings/static-wordpress/blob/master/LICENSE Software distributed under the License is distributed on an "AS IS" basis, diff --git a/tests/test_redirects.py b/tests/test_redirects.py index c9b3ce5..f860e47 100644 --- a/tests/test_redirects.py +++ b/tests/test_redirects.py @@ -3,7 +3,7 @@ """ STATIC WORDPRESS: WordPress as Static Site Generator A Python Package for Converting WordPress Installation to a Static Website -https://github.com/serpwings/staticwordpress +https://github.com/serpwings/static-wordpress tests\test_redirects.py @@ -14,7 +14,7 @@ GNU General Public License (GPL-3.0). You may not use this file except in compliance with the License. You may obtain a copy of the License at https://www.gnu.org/licenses/gpl-3.0.txt -https://github.com/serpwings/staticwordpress/blob/master/LICENSE +https://github.com/serpwings/static-wordpress/blob/master/LICENSE Software distributed under the License is distributed on an "AS IS" basis, diff --git a/tests/test_translations.py b/tests/test_translations.py index 2ef88aa..780c1ad 100644 --- a/tests/test_translations.py +++ b/tests/test_translations.py @@ -3,7 +3,7 @@ """ STATIC WORDPRESS: WordPress as Static Site Generator A Python Package for Converting WordPress Installation to a Static Website -https://github.com/serpwings/staticwordpress +https://github.com/serpwings/static-wordpress tests\test_translations.py @@ -14,7 +14,7 @@ GNU General Public License (GPL-3.0). You may not use this file except in compliance with the License. You may obtain a copy of the License at https://www.gnu.org/licenses/gpl-3.0.txt -https://github.com/serpwings/staticwordpress/blob/master/LICENSE +https://github.com/serpwings/static-wordpress/blob/master/LICENSE Software distributed under the License is distributed on an "AS IS" basis, diff --git a/tests/test_url.py b/tests/test_url.py index 3cf7735..1dd2720 100644 --- a/tests/test_url.py +++ b/tests/test_url.py @@ -3,7 +3,7 @@ """ STATIC WORDPRESS: WordPress as Static Site Generator A Python Package for Converting WordPress Installation to a Static Website -https://github.com/serpwings/staticwordpress +https://github.com/serpwings/static-wordpress tests\test_url.py @@ -14,7 +14,7 @@ GNU General Public License (GPL-3.0). You may not use this file except in compliance with the License. You may obtain a copy of the License at https://www.gnu.org/licenses/gpl-3.0.txt -https://github.com/serpwings/staticwordpress/blob/master/LICENSE +https://github.com/serpwings/static-wordpress/blob/master/LICENSE Software distributed under the License is distributed on an "AS IS" basis,