Skip to content

Commit

Permalink
rename repo
Browse files Browse the repository at this point in the history
  • Loading branch information
freddyheppell committed Jul 11, 2024
1 parent cfe249a commit 246ac54
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 8 deletions.
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ authors:
- given-names: Carolina
family-names: Scarton
orcid: 'https://orcid.org/0000-0002-0103-4072'
title: "wordpress-site-extractor"
title: "WPextract"
version: 1.0.0
doi: 10.5281/zenodo.10008086
date-released: 2023-10-20
url: "https://github.com/GateNLP/wordpress-site-extractor"
url: "https://github.com/GateNLP/wpextract"
preferred-citation:
type: conference-paper
authors:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

## Quickstart

See the [complete documentation](https://gatenlp.github.io/wordpress-site-extractor/) for more detailed usage.
See the [complete documentation](https://gatenlp.github.io/wpextract/) for more detailed usage.

1. Install with `pipx`
```shell-session
Expand Down
2 changes: 1 addition & 1 deletion docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ This release is a major overhaul of the tool including built-in download functio
- Support extraction without an HTML scrape if translations aren't needed
- Support extracting only some of the possible data types
- Support sites without Yoast SEO plugin
- Added [online documentation](https://gatenlp.github.io/wordpress-site-extractor/)
- Added [online documentation](https://gatenlp.github.io/wpextract/)
2 changes: 1 addition & 1 deletion docs/license.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Portions of this code are derived from [WPJsonScraper](https://github.com/MickaelWalter/wp-json-scraper), which is available under the MIT license. For details, see [src/wpextract/download/ORIGINAL_LICENSE](https://github.com/GateNLP/wordpress-site-extractor/blob/main/src/wpextract/dl/ORIGINAL_LICENSE).
Portions of this code are derived from [WPJsonScraper](https://github.com/MickaelWalter/wp-json-scraper), which is available under the MIT license. For details, see [src/wpextract/download/ORIGINAL_LICENSE](https://github.com/GateNLP/wpextract/blob/main/src/wpextract/dl/ORIGINAL_LICENSE).

## Acknowledgements

Expand Down
8 changes: 5 additions & 3 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
site_name: WPextract
copyright: Copyright © 2022 - 2024 The University of Sheffield.
repo_url: https://github.com/GateNLP/wordpress-site-extractor
copyright: Copyright © 2022-24 The University of Sheffield.
repo_url: https://github.com/GateNLP/wpextract
site_url: https://gatenlp.github.io/wpextract/
site_description: Create datasets from WordPress sites for research or archiving
edit_uri: edit/main/docs/
theme:
name: material
Expand Down Expand Up @@ -55,7 +57,7 @@ markdown_extensions:
normalize_issue_symbols: true
repo_url_shorthand: true
user: GateNLP
repo: wordpress-site-extractor
repo: wpextract

plugins:
- search
Expand Down

0 comments on commit 246ac54

Please sign in to comment.