Skip to content

Commit

Permalink
FIX Repo URL
Browse files Browse the repository at this point in the history
  • Loading branch information
seowings committed Sep 24, 2023
1 parent 53e2480 commit f4a5cc6
Show file tree
Hide file tree
Showing 28 changed files with 79 additions and 60 deletions.
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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,
Expand Down
4 changes: 2 additions & 2 deletions src/staticwordpress/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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,
Expand Down
4 changes: 2 additions & 2 deletions src/staticwordpress/cli/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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,
Expand Down
4 changes: 2 additions & 2 deletions src/staticwordpress/core/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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,
Expand Down
6 changes: 3 additions & 3 deletions src/staticwordpress/core/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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,
Expand All @@ -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,
Expand Down
4 changes: 2 additions & 2 deletions src/staticwordpress/core/crawler.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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,
Expand Down
4 changes: 2 additions & 2 deletions src/staticwordpress/core/github.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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,
Expand Down
4 changes: 2 additions & 2 deletions src/staticwordpress/core/i18n.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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,
Expand Down
4 changes: 2 additions & 2 deletions src/staticwordpress/core/project.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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,
Expand Down
6 changes: 3 additions & 3 deletions src/staticwordpress/core/redirects.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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,
Expand All @@ -35,7 +35,7 @@
# INTERNAL IMPORTS
# +++++++++++++++++++++++++++++++++++++++++++++++++++++

from ..core.constants import HOST, REDIRECTS
from .constants import HOST, REDIRECTS

# +++++++++++++++++++++++++++++++++++++++++++++++++++++
# IMPLEMENATIONS
Expand Down
4 changes: 2 additions & 2 deletions src/staticwordpress/core/search.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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,
Expand Down
12 changes: 9 additions & 3 deletions src/staticwordpress/core/sitemaps.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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,
Expand All @@ -23,6 +23,13 @@
</LICENSE_BLOCK>
"""


# +++++++++++++++++++++++++++++++++++++++++++++++++++++
# STANDARD LIBARY IMPORTS
# +++++++++++++++++++++++++++++++++++++++++++++++++++++

from urllib import parse

# +++++++++++++++++++++++++++++++++++++++++++++++++++++
# 3rd PARTY LIBRARY IMPORTS
# +++++++++++++++++++++++++++++++++++++++++++++++++++++
Expand All @@ -35,7 +42,6 @@

from .utils import get_clean_url, get_remote_content
from .constants import CONFIGS
from urllib import parse

# +++++++++++++++++++++++++++++++++++++++++++++++++++++
# IMPLEMENATIONS
Expand Down
5 changes: 2 additions & 3 deletions src/staticwordpress/core/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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,
Expand Down Expand Up @@ -44,7 +44,6 @@
import requests
from requests.adapters import HTTPAdapter
from requests.models import Response
from bs4 import BeautifulSoup

# +++++++++++++++++++++++++++++++++++++++++++++++++++++
# INTERNAL IMPORTS
Expand Down
6 changes: 3 additions & 3 deletions src/staticwordpress/core/workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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,
Expand All @@ -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

# +++++++++++++++++++++++++++++++++++++++++++++++++++++
Expand Down
4 changes: 2 additions & 2 deletions src/staticwordpress/gui/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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,
Expand Down
4 changes: 2 additions & 2 deletions src/staticwordpress/gui/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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,
Expand Down
4 changes: 2 additions & 2 deletions src/staticwordpress/gui/logger.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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,
Expand Down
4 changes: 2 additions & 2 deletions src/staticwordpress/gui/mainwindow.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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,
Expand Down
Loading

0 comments on commit f4a5cc6

Please sign in to comment.