From b6e7302c86f2c7aa6766968bf7b5446b2dced90e Mon Sep 17 00:00:00 2001 From: Bionus Date: Tue, 14 Nov 2023 19:58:21 +0100 Subject: [PATCH] docs: rename "Github" to "GitHub" --- .github/workflows/build.yml | 2 +- .github/workflows/docs.yml | 2 +- .github/workflows/sources.yml | 2 +- CONTRIBUTING.md | 8 ++++---- docs/blog/posts/2019-03-31-grabber-7-0-0-released.md | 2 +- docs/blog/posts/2019-04-01-grabber-7-0-1-released.md | 2 +- docs/blog/posts/2020-02-28-grabber-7-1-0-released.md | 2 +- docs/blog/posts/2020-02-28-grabber-7-1-1-released.md | 2 +- docs/blog/posts/2020-02-28-grabber-7-2-0-released.md | 2 +- docs/blog/posts/2020-02-28-grabber-7-2-1-released.md | 2 +- docs/blog/posts/2020-06-03-grabber-7-3-0-released.md | 2 +- docs/blog/posts/2020-07-24-grabber-7-3-1-released.md | 2 +- docs/blog/posts/2020-08-01-grabber-7-3-2-released.md | 2 +- docs/blog/posts/2020-10-29-android-version.md | 4 ++-- docs/blog/posts/2020-11-17-appimage-for-linux-releases.md | 2 +- .../posts/2020-11-19-moving-build-to-github-actions.md | 8 ++++---- docs/blog/posts/2020-11-25-discord-server.md | 2 +- docs/blog/posts/2021-01-21-tag-databases.md | 4 ++-- docs/blog/posts/2021-03-07-grabber-7-4-0-released.md | 2 +- docs/blog/posts/2021-03-10-grabber-7-4-1-released.md | 2 +- docs/blog/posts/2021-03-13-grabber-7-4-2-released.md | 2 +- docs/blog/posts/2021-03-13-grabber-7-4-3-released.md | 2 +- docs/blog/posts/2021-03-25-grabber-7-5-0-released.md | 2 +- docs/blog/posts/2021-03-26-grabber-7-5-1-released.md | 2 +- docs/blog/posts/2021-07-05-grabber-7-6-0-released.md | 2 +- docs/blog/posts/2021-08-24-grabber-7-6-1-released.md | 2 +- docs/blog/posts/2021-09-02-grabber-7-6-2-released.md | 2 +- docs/blog/posts/2021-12-26-grabber-7-7-0-released.md | 2 +- docs/blog/posts/2022-01-08-grabber-7-7-1-released.md | 2 +- docs/blog/posts/2022-03-26-grabber-7-8-0-released.md | 2 +- docs/blog/posts/2022-04-20-grabber-7-8-1-released.md | 2 +- docs/blog/posts/2022-06-06-grabber-7-9-0-released.md | 2 +- docs/blog/posts/2022-07-16-grabber-7-9-1-released.md | 2 +- docs/blog/posts/2022-12-16-grabber-7-10-0-released.md | 2 +- docs/blog/posts/2023-01-07-grabber-7-10-1-released.md | 2 +- docs/blog/posts/2023-06-05-grabber-7-11-0-released.md | 2 +- docs/blog/posts/2023-06-25-grabber-7-11-1-released.md | 2 +- docs/blog/posts/2023-07-23-grabber-7-11-2-released.md | 2 +- docs/docs/plugins/translation.md | 2 +- docs/docs/sites/source-example.md | 2 +- docs/docs/sites/source-registry.md | 2 +- docs/docs/tools/tag-loader.md | 2 +- docs/theme/hooks/github_metadata.py | 6 +++--- 43 files changed, 53 insertions(+), 53 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c31369704..b7ce26bed 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -687,7 +687,7 @@ jobs: artifacts: Grabber_* body: | Nightly automated builds from the develop branch. - Automatically uploaded by Github actions, **use at your own risk**! + Automatically uploaded by GitHub actions, **use at your own risk**! **Head:** ${{ github.sha }} **Date:** ${{ steps.date.outputs.date }} diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 4709af5aa..ca9a214ca 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -41,7 +41,7 @@ jobs: - name: Patch blog dates to support datetimes run: sed -i 's|date.fromisoformat|datetime.fromisoformat|' $(pip show mkdocs-material | grep Location | cut -d ' ' -f 2)/material/plugins/blog/plugin.py - - name: Deploy to Github Pages + - name: Deploy to GitHub Pages run: mkdocs gh-deploy --force env: GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} diff --git a/.github/workflows/sources.yml b/.github/workflows/sources.yml index 1a31cfe9d..54408578f 100644 --- a/.github/workflows/sources.yml +++ b/.github/workflows/sources.yml @@ -67,7 +67,7 @@ jobs: prerelease: true artifacts: metadata.json,sources_packages/*.zip body: | - Automatically uploaded by Github actions. + Automatically uploaded by GitHub actions. **Head:** ${{ github.sha }} **Date:** ${{ steps.date.outputs.date }} diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 705870988..c2c42cc42 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -18,7 +18,7 @@ This section guides you through submitting an enhancement suggestion, including Start by [a search](https://github.com/Bionus/imgbrd-grabber/issues?q=is%3Aissue) to see if your idea was not already suggested. If so, you add information to it if you feel it could help, bump it or simply add a :+1: reaction to the original post. -After you've determined that your idea have not already been suggested, create an issue on Github and provide the following information: +After you've determined that your idea have not already been suggested, create an issue on GitHub and provide the following information: * **Use a clear and descriptive title** for the issue to identify the suggestion. * **Provide a step-by-step description of the suggested enhancement** in as many details as possible. @@ -32,7 +32,7 @@ Following these guidelines helps maintainers and the community understand your r Start by [a search](https://github.com/Bionus/imgbrd-grabber/issues?q=is%3Aissue) to see if the problem has already been reported. If so, you add information to it if you feel it could help. -After you've determined that your bug have not already been reported, create an issue on Github and provide the following information: +After you've determined that your bug have not already been reported, create an issue on GitHub and provide the following information: * **Use a clear and descriptive title** for the issue to identify the problem. * **Describe the exact steps which reproduce the problem** in as many details as possible. **Don't just say what you did, but explain how you did it**. @@ -70,10 +70,10 @@ Start by follwing the [Reporting Bugs](#reporting-bugs) guidelines. Additionally If you want to ensure your pull request is merged in a timely manner, it is better to follow a few guidelines: * **Use an explicit commit message**, to help maintainers understand what your pull request is about. -* **If you changed the code, make sure the program still passes the tests**. They are run automatically on Github Actions in any case, but your pull request won't be merged if the tests are broken. +* **If you changed the code, make sure the program still passes the tests**. They are run automatically on GitHub Actions in any case, but your pull request won't be merged if the tests are broken. * **Follow the coding style of the project**. There is no fixed coding style, but please try to adapt to the code of the project. * **Document the code** if what you added is not obvious. -* **If your pull request is complex, add a detailed description**. You can either add it in your commit message or in the Github discussion. +* **If your pull request is complex, add a detailed description**. You can either add it in your commit message or in the GitHub discussion. ## Translations diff --git a/docs/blog/posts/2019-03-31-grabber-7-0-0-released.md b/docs/blog/posts/2019-03-31-grabber-7-0-0-released.md index 2e79aa68e..7ea95a513 100644 --- a/docs/blog/posts/2019-03-31-grabber-7-0-0-released.md +++ b/docs/blog/posts/2019-03-31-grabber-7-0-0-released.md @@ -9,5 +9,5 @@ authors: [Bionus] Grabber 7.0.0 has been released. -The list of changes and download links can be found on Github: +The list of changes and download links can be found on GitHub: \ No newline at end of file diff --git a/docs/blog/posts/2019-04-01-grabber-7-0-1-released.md b/docs/blog/posts/2019-04-01-grabber-7-0-1-released.md index 9ed965280..a6c2f5bbe 100644 --- a/docs/blog/posts/2019-04-01-grabber-7-0-1-released.md +++ b/docs/blog/posts/2019-04-01-grabber-7-0-1-released.md @@ -9,5 +9,5 @@ authors: [Bionus] Grabber 7.0.1 has been released. -The list of changes and download links can be found on Github: +The list of changes and download links can be found on GitHub: \ No newline at end of file diff --git a/docs/blog/posts/2020-02-28-grabber-7-1-0-released.md b/docs/blog/posts/2020-02-28-grabber-7-1-0-released.md index b737a4667..4c7796d28 100644 --- a/docs/blog/posts/2020-02-28-grabber-7-1-0-released.md +++ b/docs/blog/posts/2020-02-28-grabber-7-1-0-released.md @@ -9,5 +9,5 @@ authors: [Bionus] Grabber 7.1.0 has been released. -The list of changes and download links can be found on Github: +The list of changes and download links can be found on GitHub: \ No newline at end of file diff --git a/docs/blog/posts/2020-02-28-grabber-7-1-1-released.md b/docs/blog/posts/2020-02-28-grabber-7-1-1-released.md index 7b8cadcb1..337f71c57 100644 --- a/docs/blog/posts/2020-02-28-grabber-7-1-1-released.md +++ b/docs/blog/posts/2020-02-28-grabber-7-1-1-released.md @@ -9,5 +9,5 @@ authors: [Bionus] Grabber 7.1.1 has been released. -The list of changes and download links can be found on Github: +The list of changes and download links can be found on GitHub: \ No newline at end of file diff --git a/docs/blog/posts/2020-02-28-grabber-7-2-0-released.md b/docs/blog/posts/2020-02-28-grabber-7-2-0-released.md index 13fe93e7a..5a938b2e7 100644 --- a/docs/blog/posts/2020-02-28-grabber-7-2-0-released.md +++ b/docs/blog/posts/2020-02-28-grabber-7-2-0-released.md @@ -9,5 +9,5 @@ authors: [Bionus] Grabber 7.2.0 has been released. -The list of changes and download links can be found on Github: +The list of changes and download links can be found on GitHub: \ No newline at end of file diff --git a/docs/blog/posts/2020-02-28-grabber-7-2-1-released.md b/docs/blog/posts/2020-02-28-grabber-7-2-1-released.md index c4e277bad..e52a0c55f 100644 --- a/docs/blog/posts/2020-02-28-grabber-7-2-1-released.md +++ b/docs/blog/posts/2020-02-28-grabber-7-2-1-released.md @@ -9,5 +9,5 @@ authors: [Bionus] Grabber 7.2.1 has been released. -The list of changes and download links can be found on Github: +The list of changes and download links can be found on GitHub: \ No newline at end of file diff --git a/docs/blog/posts/2020-06-03-grabber-7-3-0-released.md b/docs/blog/posts/2020-06-03-grabber-7-3-0-released.md index 7f8fdbfab..1d42dabab 100644 --- a/docs/blog/posts/2020-06-03-grabber-7-3-0-released.md +++ b/docs/blog/posts/2020-06-03-grabber-7-3-0-released.md @@ -9,5 +9,5 @@ authors: [Bionus] Grabber 7.3.0 has been released. -The list of changes and download links can be found on Github: +The list of changes and download links can be found on GitHub: \ No newline at end of file diff --git a/docs/blog/posts/2020-07-24-grabber-7-3-1-released.md b/docs/blog/posts/2020-07-24-grabber-7-3-1-released.md index 1923a109f..03a6199a1 100644 --- a/docs/blog/posts/2020-07-24-grabber-7-3-1-released.md +++ b/docs/blog/posts/2020-07-24-grabber-7-3-1-released.md @@ -9,5 +9,5 @@ authors: [Bionus] Grabber 7.3.1 has been released. -The list of changes and download links can be found on Github: +The list of changes and download links can be found on GitHub: \ No newline at end of file diff --git a/docs/blog/posts/2020-08-01-grabber-7-3-2-released.md b/docs/blog/posts/2020-08-01-grabber-7-3-2-released.md index 2e3fb135e..abb3b74c4 100644 --- a/docs/blog/posts/2020-08-01-grabber-7-3-2-released.md +++ b/docs/blog/posts/2020-08-01-grabber-7-3-2-released.md @@ -9,5 +9,5 @@ authors: [Bionus] Grabber 7.3.2 has been released. -The list of changes and download links can be found on Github: +The list of changes and download links can be found on GitHub: \ No newline at end of file diff --git a/docs/blog/posts/2020-10-29-android-version.md b/docs/blog/posts/2020-10-29-android-version.md index 1cb72ee6d..ab3aa6acd 100644 --- a/docs/blog/posts/2020-10-29-android-version.md +++ b/docs/blog/posts/2020-10-29-android-version.md @@ -11,7 +11,7 @@ Hey everyone!   -For those that might not follow the project closely on Github, there's a new Android version of Grabber that's under active development. +For those that might not follow the project closely on GitHub, there's a new Android version of Grabber that's under active development. @@ -23,7 +23,7 @@ You can find more details here, such as screenshots, status, roadmap, etc: Or if you just want to download it, here's the link! [Grabber_nightly.apk](https://github.com/Bionus/imgbrd-grabber/releases/download/nightly/Grabber_nightly.apk) -It's still rough around the edges, but the basics are there! Feel free to comment here or on Github if you have any feedback, suggestions, requests, etc! +It's still rough around the edges, but the basics are there! Feel free to comment here or on GitHub if you have any feedback, suggestions, requests, etc.!   diff --git a/docs/blog/posts/2020-11-17-appimage-for-linux-releases.md b/docs/blog/posts/2020-11-17-appimage-for-linux-releases.md index 04f9f1c9c..f581ba5a0 100644 --- a/docs/blog/posts/2020-11-17-appimage-for-linux-releases.md +++ b/docs/blog/posts/2020-11-17-appimage-for-linux-releases.md @@ -17,7 +17,7 @@ You can find more info about the _AppImage_ format on [appimage.org](https://app -This change is quite new and as such is still only available for Github nightlies, and there might be a few issues here and there. If that's the case, please do ping me by mail or on Github! +This change is quite new and as such is still only available for GitHub nightlies, and there might be a few issues here and there. If that's the case, please do ping me by mail or on GitHub! You can find the download here: diff --git a/docs/blog/posts/2020-11-19-moving-build-to-github-actions.md b/docs/blog/posts/2020-11-19-moving-build-to-github-actions.md index c5e99ebd1..998ca8977 100644 --- a/docs/blog/posts/2020-11-19-moving-build-to-github-actions.md +++ b/docs/blog/posts/2020-11-19-moving-build-to-github-actions.md @@ -4,26 +4,26 @@ authors: [Bionus] --- -# Moving the CI to Github actions +# Moving the CI to GitHub actions Hey everyone!   -Some might have already noticed, but the Grabber build is slowly being migrated to [Github actions](https://github.com/features/actions). +Some might have already noticed, but the Grabber build is slowly being migrated to [GitHub actions](https://github.com/features/actions). Until now, it was using [AppVeyor](https://www.appveyor.com/) for Windows builds and [Travis CI](https://travis-ci.org/) for Linux and MacOS builds. -While adding the new Android build, a new nightly has been introduced, which is the "Github nightly": +While adding the new Android build, a new nightly has been introduced, which is the "GitHub nightly": It's been running for a few weeks with no issues or failing builds for no reason (unlike the other platforms). The new Linux AppImage format has also been implemented using them very quickly. Now that I consider it quite stable, I plan to first migrate the "official" nightlies to it, and generate the next official Grabber release with it as well. -The main goal of this migration is simplicity, i.e. not having to check multiple websites to know if the build is failing or not. Having everything in Github makes it clearer. Also, the fact that it supports all platforms directly allows to replace two third-party services by only one first-party. +The main goal of this migration is simplicity, i.e. not having to check multiple websites to know if the build is failing or not. Having everything in GitHub makes it clearer. Also, the fact that it supports all platforms directly allows to replace two third-party services by only one first-party.   diff --git a/docs/blog/posts/2020-11-25-discord-server.md b/docs/blog/posts/2020-11-25-discord-server.md index e83f31424..b69209a5b 100644 --- a/docs/blog/posts/2020-11-25-discord-server.md +++ b/docs/blog/posts/2020-11-25-discord-server.md @@ -17,7 +17,7 @@ Multiple people asked for it, and since very few people were using the Gitter se Here is the invite link: -Try not to use it for reporting things you believe to be bugs or huge suggestions, unless you want them to be lost or forgotten within the discussion flow (for this, you should keep using [Github issues](https://github.com/Bionus/imgbrd-grabber/issues) as usual). The main goal is discussion about Grabber and quick questions that might not warrant a big ticket. +Try not to use it for reporting things you believe to be bugs or huge suggestions, unless you want them to be lost or forgotten within the discussion flow (for this, you should keep using [GitHub issues](https://github.com/Bionus/imgbrd-grabber/issues) as usual). The main goal is discussion about Grabber and quick questions that might not warrant a big ticket.   diff --git a/docs/blog/posts/2021-01-21-tag-databases.md b/docs/blog/posts/2021-01-21-tag-databases.md index 1152b808a..d298aa3d2 100644 --- a/docs/blog/posts/2021-01-21-tag-databases.md +++ b/docs/blog/posts/2021-01-21-tag-databases.md @@ -20,12 +20,12 @@ Part of this work is a way to provide already generated tag databases so that us The already generated tag databases can now be found here: -Currently, only one source has been added, selected because to a recent issue where a tag database would have been very useful. But I am open to suggestions for sources where providing such a database would be useful! Feel free to suggest those [on Github](https://github.com/Bionus/imgbrd-grabber/issues) as usual, with a rationale. +Currently, only one source has been added, selected because to a recent issue where a tag database would have been very useful. But I am open to suggestions for sources where providing such a database would be useful! Feel free to suggest those [on GitHub](https://github.com/Bionus/imgbrd-grabber/issues) as usual, with a rationale. Note that those are not bundled with the installer because they can quickly take a lot of size, and not everyone would use those sources. So for those users, they would be a waste of space on their machine. The next steps include: -* Automatically generating those databases from time to time using [Github actions](https://github.com/Bionus/imgbrd-grabber/actions) +* Automatically generating those databases from time to time using [GitHub actions](https://github.com/Bionus/imgbrd-grabber/actions) * Automatically downloading them from Grabber   diff --git a/docs/blog/posts/2021-03-07-grabber-7-4-0-released.md b/docs/blog/posts/2021-03-07-grabber-7-4-0-released.md index 181ed0ef1..422b5ecd6 100644 --- a/docs/blog/posts/2021-03-07-grabber-7-4-0-released.md +++ b/docs/blog/posts/2021-03-07-grabber-7-4-0-released.md @@ -9,5 +9,5 @@ authors: [Bionus] Grabber 7.4.0 has been released. -The list of changes and download links can be found on Github: +The list of changes and download links can be found on GitHub: \ No newline at end of file diff --git a/docs/blog/posts/2021-03-10-grabber-7-4-1-released.md b/docs/blog/posts/2021-03-10-grabber-7-4-1-released.md index 72bcf9c8b..09b52a2ac 100644 --- a/docs/blog/posts/2021-03-10-grabber-7-4-1-released.md +++ b/docs/blog/posts/2021-03-10-grabber-7-4-1-released.md @@ -9,5 +9,5 @@ authors: [Bionus] Grabber 7.4.1 has been released. -The list of changes and download links can be found on Github: +The list of changes and download links can be found on GitHub: \ No newline at end of file diff --git a/docs/blog/posts/2021-03-13-grabber-7-4-2-released.md b/docs/blog/posts/2021-03-13-grabber-7-4-2-released.md index b03a21b37..a98c823b4 100644 --- a/docs/blog/posts/2021-03-13-grabber-7-4-2-released.md +++ b/docs/blog/posts/2021-03-13-grabber-7-4-2-released.md @@ -9,5 +9,5 @@ authors: [Bionus] Grabber 7.4.2 has been released. -The list of changes and download links can be found on Github: +The list of changes and download links can be found on GitHub: \ No newline at end of file diff --git a/docs/blog/posts/2021-03-13-grabber-7-4-3-released.md b/docs/blog/posts/2021-03-13-grabber-7-4-3-released.md index 7ef7f937a..5c0bb30c6 100644 --- a/docs/blog/posts/2021-03-13-grabber-7-4-3-released.md +++ b/docs/blog/posts/2021-03-13-grabber-7-4-3-released.md @@ -9,5 +9,5 @@ authors: [Bionus] Grabber 7.4.3 has been released. -The list of changes and download links can be found on Github: +The list of changes and download links can be found on GitHub: \ No newline at end of file diff --git a/docs/blog/posts/2021-03-25-grabber-7-5-0-released.md b/docs/blog/posts/2021-03-25-grabber-7-5-0-released.md index 77974375b..0a0a91852 100644 --- a/docs/blog/posts/2021-03-25-grabber-7-5-0-released.md +++ b/docs/blog/posts/2021-03-25-grabber-7-5-0-released.md @@ -9,5 +9,5 @@ authors: [Bionus] Grabber 7.5.0 has been released. -The list of changes and download links can be found on Github: +The list of changes and download links can be found on GitHub: \ No newline at end of file diff --git a/docs/blog/posts/2021-03-26-grabber-7-5-1-released.md b/docs/blog/posts/2021-03-26-grabber-7-5-1-released.md index 5352b37bb..f689b0a13 100644 --- a/docs/blog/posts/2021-03-26-grabber-7-5-1-released.md +++ b/docs/blog/posts/2021-03-26-grabber-7-5-1-released.md @@ -9,5 +9,5 @@ authors: [Bionus] Grabber 7.5.1 has been released. -The list of changes and download links can be found on Github: +The list of changes and download links can be found on GitHub: \ No newline at end of file diff --git a/docs/blog/posts/2021-07-05-grabber-7-6-0-released.md b/docs/blog/posts/2021-07-05-grabber-7-6-0-released.md index f75ac0aa8..02696ab6f 100644 --- a/docs/blog/posts/2021-07-05-grabber-7-6-0-released.md +++ b/docs/blog/posts/2021-07-05-grabber-7-6-0-released.md @@ -9,5 +9,5 @@ authors: [Bionus] Grabber 7.6.0 has been released. -The list of changes and download links can be found on Github: +The list of changes and download links can be found on GitHub: \ No newline at end of file diff --git a/docs/blog/posts/2021-08-24-grabber-7-6-1-released.md b/docs/blog/posts/2021-08-24-grabber-7-6-1-released.md index 6f1e42c31..b50730dbf 100644 --- a/docs/blog/posts/2021-08-24-grabber-7-6-1-released.md +++ b/docs/blog/posts/2021-08-24-grabber-7-6-1-released.md @@ -9,5 +9,5 @@ authors: [Bionus] Grabber 7.6.1 has been released. -The list of changes and download links can be found on Github: +The list of changes and download links can be found on GitHub: \ No newline at end of file diff --git a/docs/blog/posts/2021-09-02-grabber-7-6-2-released.md b/docs/blog/posts/2021-09-02-grabber-7-6-2-released.md index 9a38e0c12..ca359ed61 100644 --- a/docs/blog/posts/2021-09-02-grabber-7-6-2-released.md +++ b/docs/blog/posts/2021-09-02-grabber-7-6-2-released.md @@ -9,5 +9,5 @@ authors: [Bionus] Grabber 7.6.2 has been released. -The list of changes and download links can be found on Github: +The list of changes and download links can be found on GitHub: \ No newline at end of file diff --git a/docs/blog/posts/2021-12-26-grabber-7-7-0-released.md b/docs/blog/posts/2021-12-26-grabber-7-7-0-released.md index 45c8bab9b..6f87cdd4f 100644 --- a/docs/blog/posts/2021-12-26-grabber-7-7-0-released.md +++ b/docs/blog/posts/2021-12-26-grabber-7-7-0-released.md @@ -9,5 +9,5 @@ authors: [Bionus] Grabber 7.7.0 has been released. -The list of changes and download links can be found on Github: +The list of changes and download links can be found on GitHub: \ No newline at end of file diff --git a/docs/blog/posts/2022-01-08-grabber-7-7-1-released.md b/docs/blog/posts/2022-01-08-grabber-7-7-1-released.md index ba5ea6144..0550e9b43 100644 --- a/docs/blog/posts/2022-01-08-grabber-7-7-1-released.md +++ b/docs/blog/posts/2022-01-08-grabber-7-7-1-released.md @@ -9,5 +9,5 @@ authors: [Bionus] Grabber 7.7.1 has been released. -The list of changes and download links can be found on Github: +The list of changes and download links can be found on GitHub: \ No newline at end of file diff --git a/docs/blog/posts/2022-03-26-grabber-7-8-0-released.md b/docs/blog/posts/2022-03-26-grabber-7-8-0-released.md index e14a9d473..adf95bf0d 100644 --- a/docs/blog/posts/2022-03-26-grabber-7-8-0-released.md +++ b/docs/blog/posts/2022-03-26-grabber-7-8-0-released.md @@ -9,5 +9,5 @@ authors: [Bionus] Grabber 7.8.0 has been released. -The list of changes and download links can be found on Github: +The list of changes and download links can be found on GitHub: \ No newline at end of file diff --git a/docs/blog/posts/2022-04-20-grabber-7-8-1-released.md b/docs/blog/posts/2022-04-20-grabber-7-8-1-released.md index 3f5ef67e5..842b39b2c 100644 --- a/docs/blog/posts/2022-04-20-grabber-7-8-1-released.md +++ b/docs/blog/posts/2022-04-20-grabber-7-8-1-released.md @@ -9,5 +9,5 @@ authors: [Bionus] Grabber 7.8.1 has been released. -The list of changes and download links can be found on Github: +The list of changes and download links can be found on GitHub: \ No newline at end of file diff --git a/docs/blog/posts/2022-06-06-grabber-7-9-0-released.md b/docs/blog/posts/2022-06-06-grabber-7-9-0-released.md index 197a9683b..49c8dff85 100644 --- a/docs/blog/posts/2022-06-06-grabber-7-9-0-released.md +++ b/docs/blog/posts/2022-06-06-grabber-7-9-0-released.md @@ -9,5 +9,5 @@ authors: [Bionus] Grabber 7.9.0 has been released. -The list of changes and download links can be found on Github: +The list of changes and download links can be found on GitHub: \ No newline at end of file diff --git a/docs/blog/posts/2022-07-16-grabber-7-9-1-released.md b/docs/blog/posts/2022-07-16-grabber-7-9-1-released.md index 19e00112c..66f976c19 100644 --- a/docs/blog/posts/2022-07-16-grabber-7-9-1-released.md +++ b/docs/blog/posts/2022-07-16-grabber-7-9-1-released.md @@ -9,5 +9,5 @@ authors: [Bionus] Grabber 7.9.1 has been released. -The list of changes and download links can be found on Github: +The list of changes and download links can be found on GitHub: \ No newline at end of file diff --git a/docs/blog/posts/2022-12-16-grabber-7-10-0-released.md b/docs/blog/posts/2022-12-16-grabber-7-10-0-released.md index e6a4e95ed..7279c4475 100644 --- a/docs/blog/posts/2022-12-16-grabber-7-10-0-released.md +++ b/docs/blog/posts/2022-12-16-grabber-7-10-0-released.md @@ -9,5 +9,5 @@ authors: [Bionus] Grabber 7.10.0 has been released. -The list of changes and download links can be found on Github: +The list of changes and download links can be found on GitHub: \ No newline at end of file diff --git a/docs/blog/posts/2023-01-07-grabber-7-10-1-released.md b/docs/blog/posts/2023-01-07-grabber-7-10-1-released.md index 23960c3c5..70c144f08 100644 --- a/docs/blog/posts/2023-01-07-grabber-7-10-1-released.md +++ b/docs/blog/posts/2023-01-07-grabber-7-10-1-released.md @@ -9,5 +9,5 @@ authors: [Bionus] Grabber 7.10.1 has been released. -The list of changes and download links can be found on Github: +The list of changes and download links can be found on GitHub: \ No newline at end of file diff --git a/docs/blog/posts/2023-06-05-grabber-7-11-0-released.md b/docs/blog/posts/2023-06-05-grabber-7-11-0-released.md index 02b059a11..a180eac28 100644 --- a/docs/blog/posts/2023-06-05-grabber-7-11-0-released.md +++ b/docs/blog/posts/2023-06-05-grabber-7-11-0-released.md @@ -9,5 +9,5 @@ authors: [Bionus] Grabber 7.11.0 has been released. -The list of changes and download links can be found on Github: +The list of changes and download links can be found on GitHub: \ No newline at end of file diff --git a/docs/blog/posts/2023-06-25-grabber-7-11-1-released.md b/docs/blog/posts/2023-06-25-grabber-7-11-1-released.md index 394889b44..313ead41e 100644 --- a/docs/blog/posts/2023-06-25-grabber-7-11-1-released.md +++ b/docs/blog/posts/2023-06-25-grabber-7-11-1-released.md @@ -9,5 +9,5 @@ authors: [Bionus] Grabber 7.11.1 has been released. -The list of changes and download links can be found on Github: +The list of changes and download links can be found on GitHub: \ No newline at end of file diff --git a/docs/blog/posts/2023-07-23-grabber-7-11-2-released.md b/docs/blog/posts/2023-07-23-grabber-7-11-2-released.md index 2e600d8eb..207f4f682 100644 --- a/docs/blog/posts/2023-07-23-grabber-7-11-2-released.md +++ b/docs/blog/posts/2023-07-23-grabber-7-11-2-released.md @@ -9,5 +9,5 @@ authors: [Bionus] Grabber 7.11.2 has been released. -The list of changes and download links can be found on Github: +The list of changes and download links can be found on GitHub: \ No newline at end of file diff --git a/docs/docs/plugins/translation.md b/docs/docs/plugins/translation.md index 535525757..98dde9dca 100644 --- a/docs/docs/plugins/translation.md +++ b/docs/docs/plugins/translation.md @@ -50,7 +50,7 @@ Note that even if you don't use Qt Linguist, you'll need `lrelease` in order to ### How to create a new translation file -1. Download "YourLanguage.ts" from Github [here]( https://raw.githubusercontent.com/Bionus/imgbrd-grabber/develop/languages/YourLanguage.ts). The translation file for the Crash Reporter can be found [here](https://raw.githubusercontent.com/Bionus/imgbrd-grabber/develop/CrashReporter/languages/YourLanguage.ts). +1. Download "YourLanguage.ts" from GitHub [here]( https://raw.githubusercontent.com/Bionus/imgbrd-grabber/develop/languages/YourLanguage.ts). The translation file for the Crash Reporter can be found [here](https://raw.githubusercontent.com/Bionus/imgbrd-grabber/develop/CrashReporter/languages/YourLanguage.ts). 2. Rename it by the name of your language in English, for example "German" (so the file will be called "German.ts"). 3. Launch Qt Linguist. 4. Open ("File > Open..." or `Ctrl + O`) your translation file. diff --git a/docs/docs/sites/source-example.md b/docs/docs/sites/source-example.md index bea1d81b0..2a38ad63a 100644 --- a/docs/docs/sites/source-example.md +++ b/docs/docs/sites/source-example.md @@ -16,7 +16,7 @@ The goal of this page is to provide a step-by-step example on how to create a ne All sources in Grabber are coded in TypeScript. So before going further, it is recommended to set it up first. For that, you'll first need to install [NodeJS](https://nodejs.org/en/). -Then, download Grabber source code somewhere, either via git or via Github "download code as ZIP" feature. +Then, download Grabber source code somewhere, either via git or via GitHub "download code as ZIP" feature. Once done, run `npm install` in the "src/sites/" directory to install the dependencies. Then, you can build all sources with `npm run build`. You can also run the linter to check for invalid coding style issues with `npm run check`. diff --git a/docs/docs/sites/source-registry.md b/docs/docs/sites/source-registry.md index 6f6500c8a..c4a7f3225 100644 --- a/docs/docs/sites/source-registry.md +++ b/docs/docs/sites/source-registry.md @@ -7,7 +7,7 @@ title: Source registries Source registries are JSON files pointing to source files. They are used to add sources easily to Grabber. -They can be hosted anywhere an can point to sources anywhere. The official source registry is hosted in Github, in the [sources-metadata](https://github.com/Bionus/imgbrd-grabber/releases/tag/sources-metadata) release. +They can be hosted anywhere an can point to sources anywhere. The official source registry is hosted in GitHub, in the [sources-metadata](https://github.com/Bionus/imgbrd-grabber/releases/tag/sources-metadata) release. ## Format diff --git a/docs/docs/tools/tag-loader.md b/docs/docs/tools/tag-loader.md index c2720a71a..bf942bd04 100644 --- a/docs/docs/tools/tag-loader.md +++ b/docs/docs/tools/tag-loader.md @@ -33,7 +33,7 @@ Note that only in the `from filename tags: 1/1` case would a tag database help. ### Pre-generated databases -You can find some already generated databases directly on Github: +You can find some already generated databases directly on GitHub: Note that they are only generated for a handful of sources and might not be totally up to date. However, they can be useful to get started quickly without having to generate one yourselves. diff --git a/docs/theme/hooks/github_metadata.py b/docs/theme/hooks/github_metadata.py index 7d25425c4..33ff07f3c 100644 --- a/docs/theme/hooks/github_metadata.py +++ b/docs/theme/hooks/github_metadata.py @@ -10,7 +10,7 @@ def load_github_metadata() -> None: - """Load Github metadata from the API.""" + """Load GitHub metadata from the API.""" # Only load the metadata once if context_latest_release.get(): @@ -33,7 +33,7 @@ def load_github_metadata() -> None: def define_env(env) -> None: """Gives access to site.github inside Markdown pages using mkdocs-macros-plugin.""" - # Ensure the Github metadata is loaded + # Ensure the GitHub metadata is loaded load_github_metadata() # Create the "site.github" container @@ -49,7 +49,7 @@ def define_env(env) -> None: def on_page_context(context: Dict[str, Any], **kwargs) -> Optional[Dict[str, Any]]: """Gives access to site.github inside HTML pages using MkDocs hooks.""" - # Ensure the Github metadata is loaded + # Ensure the GitHub metadata is loaded load_github_metadata() # Create the "site.github" container