docs: updated repository links

This commit is contained in:
Observer KRypt0n_ 2023-04-23 22:40:34 +02:00
parent 074139a660
commit 436404bd55
No known key found for this signature in database
GPG key ID: 844DA47BA25FE1E2
2 changed files with 15 additions and 19 deletions

View file

@ -10,7 +10,7 @@
<p align="center">
<a href="https://discord.gg/ck37X6UWBp">Discord</a> ·
<a href="https://matrix.to/#/#the-honkers-railway:envs.net">Matrix</a> ·
<a href="https://matrix.to/#/#an-anime-game:envs.net">Matrix</a> ·
<a href="https://github.com/an-anime-team/the-honkers-railway-launcher/wiki">Wiki</a>
</p>
@ -29,7 +29,7 @@ Or share them and ruin it for the dozens of Linux players. It's up to you.
## If you're going to share it anyway
Do what you must, but we would respectfully request that you try to label the game as "An Anime Game"
Do what you must, but we would respectfully request that you try to label the game as "The Honkers Railway Game"
instead of the actual name of the game, to avoid search engine parsing.
<br>
@ -38,8 +38,8 @@ instead of the actual name of the game, to avoid search engine parsing.
* Original patch project without which this project wouldn't be possible. Link is omitted for "privacy" purposes
* [macOS launcher](https://github.com/3Shain/yet-another-anime-game-launcher) which contains some additional compatibility components
* [Wiki](https://github.com/an-anime-team/an-anime-game-launcher/wiki) contains some basic FAQ, installation instructions and more
* [Releases page](https://github.com/an-anime-team/an-anime-game-launcher/releases) where you can find latest available version
* [Wiki](https://github.com/an-anime-team/the-honkers-railway-launcher/wiki) contains some basic FAQ, installation instructions and more
* [Releases page](https://github.com/an-anime-team/the-honkers-railway-launcher/releases) where you can find latest available version
* [Changelog](CHANGELOG.md) with chronology of the project
<br>
@ -48,14 +48,14 @@ instead of the actual name of the game, to avoid search engine parsing.
| Distribution | Format | Wiki | Source |
| - | - | - | - |
| Fedora | Flatpak | [link](https://github.com/an-anime-team/an-anime-game-launcher/wiki/Installation#-any-distribution-flatpak) | - |
| Arch Linux, Manjaro | AUR | [link](https://github.com/an-anime-team/an-anime-game-launcher/wiki/Installation#-arch-linux-aur) | [an-anime-game-launcher-bin](https://aur.archlinux.org/packages/an-anime-game-launcher-bin) |
| Fedora, OpenSUSE | RPM | [link](https://github.com/an-anime-team/an-anime-game-launcher/wiki/Installation#-fedora-rpm) | [AAGL](https://build.opensuse.org/repositories/home:Maroxy:AAT-Apps/AAGL) |
| Fedora | Flatpak | [link](https://github.com/an-anime-team/the-honkers-railway-launcher/wiki/Installation#-any-distribution-flatpak) | - |
| Arch Linux, Manjaro | AUR | [link](https://github.com/an-anime-team/the-honkers-railway-launcher/wiki/Installation#-arch-linux-aur) | [an-anime-game-launcher-bin](https://aur.archlinux.org/packages/an-anime-game-launcher-bin) |
| Fedora, OpenSUSE | RPM | [link](https://github.com/an-anime-team/the-honkers-railway-launcher/wiki/Installation#-fedora-rpm) | [AAGL](https://build.opensuse.org/repositories/home:Maroxy:AAT-Apps/AAGL) |
| Ubuntu | pacstall | - | [an-anime-game-launcher-bin](https://pacstall.dev/packages/an-anime-game-launcher-bin) |
| Gentoo | ebuild | [link](https://github.com/an-anime-team/an-anime-game-launcher/wiki/Installation#-gentoo-linux-ebuild) | [aagl-ebuilds](https://github.com/an-anime-team/aagl-ebuilds) |
| NixOS | nixpkg | [link](https://github.com/an-anime-team/an-anime-game-launcher/wiki/Installation#-nixos-nixpkg) | [aagl-gtk-on-nix](https://github.com/ezKEa/aagl-gtk-on-nix) |
| Gentoo | ebuild | [link](https://github.com/an-anime-team/the-honkers-railway-launcher/wiki/Installation#-gentoo-linux-ebuild) | [aagl-ebuilds](https://github.com/an-anime-team/aagl-ebuilds) |
| NixOS | nixpkg | [link](https://github.com/an-anime-team/the-honkers-railway-launcher/wiki/Installation#-nixos-nixpkg) | [aagl-gtk-on-nix](https://github.com/ezKEa/aagl-gtk-on-nix) |
To see the installation guides, please visit the wiki page [here](https://github.com/an-anime-team/an-anime-game-launcher/wiki/Installation)
To see the installation guides, please visit the wiki page [here](https://github.com/an-anime-team/the-honkers-railway-launcher/wiki/Installation)
## Chinese version support

View file

@ -36,8 +36,8 @@ impl SimpleComponent for AboutDialog {
set_application_name: "The Honkers Railway Launcher",
set_application_icon: APP_ID,
set_website: "https://github.com/an-anime-team/an-anime-game-launcher",
set_issue_url: "https://github.com/an-anime-team/an-anime-game-launcher/issues",
set_website: "https://github.com/an-anime-team/the-honkers-railway-launcher",
set_issue_url: "https://github.com/an-anime-team/the-honkers-railway-launcher/issues",
set_license_type: gtk::License::Gpl30,
set_version: &APP_VERSION,
@ -47,7 +47,7 @@ impl SimpleComponent for AboutDialog {
],
add_credit_section: (Some("Patch developer"), &[
"@Krock https://notabug.org/Krock/dawn"
"@mkrsym1 https://notabug.org/mkrsym1/dusk"
]),
add_credit_section: (Some("An Anime Team"), &[
@ -57,10 +57,6 @@ impl SimpleComponent for AboutDialog {
"@cybik https://github.com/cybik"
]),
set_artists: &[
"@nightany https://pinterest.com/pin/356206651788051017"
],
set_translator_credits: &[
"Русский, English — Nikita Podvirnyy https://github.com/krypt0nn",
"Deutsch — @Marie https://github.com/Mar0xy",
@ -81,7 +77,7 @@ impl SimpleComponent for AboutDialog {
].join("\n"),
set_release_notes_version: &APP_VERSION,
set_release_notes: &[
/*set_release_notes: &[
"<p>Added</p>",
"<ul>",
@ -93,7 +89,7 @@ impl SimpleComponent for AboutDialog {
"<ul>",
"<li>Fixed game running issue if you have spaces in paths</li>",
"</ul>",
].join("\n"),
].join("\n"),*/
set_modal: true,
set_hide_on_close: true,