[ALL] Update Repo Links

This commit is contained in:
Ben C 2023-07-20 17:53:17 -04:00
parent 9aa80e607c
commit a69302d026
No known key found for this signature in database
GPG Key ID: 556064B755159BBC
15 changed files with 50 additions and 50 deletions

View File

@ -7,7 +7,7 @@ body:
attributes:
value: |
Thank you for creating a translation for the manager!
To get started, check out [TRANSLATIONS.md](https://github.com/Bwc9876/ow-mod-man/blob/main/owmods_gui/TRANSLATIONS.md)
To get started, check out [TRANSLATIONS.md](https://github.com/ow-mods/ow-mod-man/blob/main/owmods_gui/TRANSLATIONS.md)
- type: input
id: language
attributes:

View File

@ -3,11 +3,11 @@
# Outer Wilds Mod Manager
<p align="center">
<a href="https://github.com/Bwc9876/ow-mod-man"><img src="https://raw.githubusercontent.com/Bwc9876/ow-mod-man/main/.github/assets/logo.png" alt="OWMM Logo"/></a><br/>
<a href="https://github.com/ow-mods/ow-mod-man"><img src="https://raw.githubusercontent.com/ow-mods/ow-mod-man/main/.github/assets/logo.png" alt="OWMM Logo"/></a><br/>
This is the monorepo for the new <a href="https://www.mobiusdigitalgames.com/outer-wilds.html">Outer Wilds</a> Mod Manager.<br/>
<a href="https://github.com/Bwc9876/ow-mod-man/tree/main/owmods_core">Core</a><b> |</b>
<a href="https://github.com/Bwc9876/ow-mod-man/tree/main/owmods_cli">CLI</a><b> |</b>
<a href="https://github.com/Bwc9876/ow-mod-man/tree/main/owmods_gui">GUI</a>
<a href="https://github.com/ow-mods/ow-mod-man/tree/main/owmods_core">Core</a><b> |</b>
<a href="https://github.com/ow-mods/ow-mod-man/tree/main/owmods_cli">CLI</a><b> |</b>
<a href="https://github.com/ow-mods/ow-mod-man/tree/main/owmods_gui">GUI</a>
</p>
## Packages

View File

@ -5,7 +5,7 @@ description = "A CLI Tool To Manage OWML Mods"
version = "0.9.0"
edition = "2021"
readme = "./README.md"
repository = "https://github.com/Bwc9876/ow-mod-man/"
repository = "https://github.com/ow-mods/ow-mod-man/"
license = "GPL-3.0-or-later"
[package.metadata.deb]

View File

@ -3,22 +3,22 @@
# Outer Wilds Mod Manager CLI
<p align="center">
<a href="https://github.com/Bwc9876/ow-mod-man"><img src="https://raw.githubusercontent.com/Bwc9876/ow-mod-man/main/.github/assets/logo-cli.png" alt="OWMM Logo"/></a><br/>
<a href="https://github.com/ow-mods/ow-mod-man"><img src="https://raw.githubusercontent.com/ow-mods/ow-mod-man/main/.github/assets/logo-cli.png" alt="OWMM Logo"/></a><br/>
The CLI interface for the Outer Wilds Mod Manager, built using clap.<br/>
<a href="https://github.com/Bwc9876/ow-mod-man/tree/main/owmods_core">Core</a><b> |</b>
<a href="https://github.com/Bwc9876/ow-mod-man/tree/main/owmods_cli"><b>CLI</b></a><b> |</b>
<a href="https://github.com/Bwc9876/ow-mod-man/tree/main/owmods_gui">GUI</a>
<a href="https://github.com/ow-mods/ow-mod-man/tree/main/owmods_core">Core</a><b> |</b>
<a href="https://github.com/ow-mods/ow-mod-man/tree/main/owmods_cli"><b>CLI</b></a><b> |</b>
<a href="https://github.com/ow-mods/ow-mod-man/tree/main/owmods_gui">GUI</a>
</p>
<hr />
[![crates.io](https://img.shields.io/crates/v/owmods_cli.svg)](https://crates.io/crates/owmods_cli)
[![GPL-3 licensed](https://img.shields.io/crates/l/owmods_cli.svg)](https://github.com/Bwc9876/ow-mod-man/blob/main/LICENSE)
[![CI](https://github.com/Bwc9876/ow-mod-man/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/Bwc9876/ow-mod-man/actions/workflows/ci.yml)
[![Release](https://github.com/Bwc9876/ow-mod-man/actions/workflows/release_cli.yml/badge.svg)](https://github.com/Bwc9876/ow-mod-man/actions/workflows/release_cli.yml)
[![GPL-3 licensed](https://img.shields.io/crates/l/owmods_cli.svg)](https://github.com/ow-mods/ow-mod-man/blob/main/LICENSE)
[![CI](https://github.com/ow-mods/ow-mod-man/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/ow-mods/ow-mod-man/actions/workflows/ci.yml)
[![Release](https://github.com/ow-mods/ow-mod-man/actions/workflows/release_cli.yml/badge.svg)](https://github.com/ow-mods/ow-mod-man/actions/workflows/release_cli.yml)
[![AUR](https://img.shields.io/aur/version/owmods-cli-bin)](https://aur.archlinux.org/packages/owmods-cli-bin)
The CLI interface for the [Outer Wilds Mod Manager](https://github.com/Bwc9876/ow-mod-man), this package is responsible for providing a streamlined way to manage, install, and validate your mods. As well as running the game. This is achieved using the [owmods_core](https://crates.io/crates/owmods_core) package.
The CLI interface for the [Outer Wilds Mod Manager](https://github.com/ow-mods/ow-mod-man), this package is responsible for providing a streamlined way to manage, install, and validate your mods. As well as running the game. This is achieved using the [owmods_core](https://crates.io/crates/owmods_core) package.
## Usage

View File

@ -8,7 +8,7 @@ Ex: `cargo add tokio` should become `cargo add clap -p owmods_core`.
## Typeshare
Upon editing any structs marked with `#[typeshare]`, you'll need to regenerate TypeScript bindings for the GUI. See the [typeshare section](https://github.com/Bwc9876/ow-mod-man/blob/main/owmods_gui/CONTRIBUTING.md#Typeshare) of the GUI contributing file for more info.
Upon editing any structs marked with `#[typeshare]`, you'll need to regenerate TypeScript bindings for the GUI. See the [typeshare section](https://github.com/ow-mods/ow-mod-man/blob/main/owmods_gui/CONTRIBUTING.md#Typeshare) of the GUI contributing file for more info.
## Tests

View File

@ -6,7 +6,7 @@ version = "0.9.0"
edition = "2021"
readme = "./README.md"
license = "GPL-3.0-or-later"
repository = "https://github.com/Bwc9876/ow-mod-man/"
repository = "https://github.com/ow-mods/ow-mod-man/"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

View File

@ -3,22 +3,22 @@
# Outer Wilds Mod Manager Core Package
<p align="center">
<a href="https://github.com/Bwc9876/ow-mod-man"><img src="https://raw.githubusercontent.com/Bwc9876/ow-mod-man/main/.github/assets/logo-core.png" alt="OWMM Logo"/></a><br/>
<a href="https://github.com/ow-mods/ow-mod-man"><img src="https://raw.githubusercontent.com/ow-mods/ow-mod-man/main/.github/assets/logo-core.png" alt="OWMM Logo"/></a><br/>
The core library for the Outer Wilds Mod Manager.<br/>
<a href="https://github.com/Bwc9876/ow-mod-man/tree/main/owmods_core"><b>Core</b></a><b> |</b>
<a href="https://github.com/Bwc9876/ow-mod-man/tree/main/owmods_cli">CLI</a><b> |</b>
<a href="https://github.com/Bwc9876/ow-mod-man/tree/main/owmods_gui">GUI</a>
<a href="https://github.com/ow-mods/ow-mod-man/tree/main/owmods_core"><b>Core</b></a><b> |</b>
<a href="https://github.com/ow-mods/ow-mod-man/tree/main/owmods_cli">CLI</a><b> |</b>
<a href="https://github.com/ow-mods/ow-mod-man/tree/main/owmods_gui">GUI</a>
</p>
<hr/>
[![crates.io](https://img.shields.io/crates/v/owmods_core.svg)](https://crates.io/crates/owmods_core)
[![Documentation](https://docs.rs/owmods_core/badge.svg)](https://docs.rs/owmods_core)
[![GPL-3 licensed](https://img.shields.io/crates/l/owmods_core.svg)](https://github.com/Bwc9876/ow-mod-man/blob/main/LICENSE)
[![CI](https://github.com/Bwc9876/ow-mod-man/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/Bwc9876/ow-mod-man/actions/workflows/ci.yml)
[![Release](https://github.com/Bwc9876/ow-mod-man/actions/workflows/release_core.yml/badge.svg)](https://github.com/Bwc9876/ow-mod-man/actions/workflows/release_core.yml)
[![GPL-3 licensed](https://img.shields.io/crates/l/owmods_core.svg)](https://github.com/ow-mods/ow-mod-man/blob/main/LICENSE)
[![CI](https://github.com/ow-mods/ow-mod-man/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/ow-mods/ow-mod-man/actions/workflows/ci.yml)
[![Release](https://github.com/ow-mods/ow-mod-man/actions/workflows/release_core.yml/badge.svg)](https://github.com/ow-mods/ow-mod-man/actions/workflows/release_core.yml)
The core library for the [Outer Wilds Mod Manager](https://github.com/Bwc9876/ow-mod-man), this package is responsible for basically everything from fetching the db to downloading mods to validating local mods to launching the game.
The core library for the [Outer Wilds Mod Manager](https://github.com/ow-mods/ow-mod-man), this package is responsible for basically everything from fetching the db to downloading mods to validating local mods to launching the game.
## Usage
@ -38,4 +38,4 @@ You can change the OWML path by simply passing a different path to `OWMLConfig::
## Building
To build this package locally clone the repo `git clone https://github.com/Bwc9876/ow-mod-man` and run `cargo build -p owmods_core`
To build this package locally clone the repo `git clone https://github.com/ow-mods/ow-mod-man` and run `cargo build -p owmods_core`

View File

@ -1,6 +1,6 @@
#![doc = include_str!("../README.md")]
#![doc(
html_logo_url = "https://github.com/Bwc9876/ow-mod-man/blob/main/.github/assets/logo-core.png?raw=true"
html_logo_url = "https://github.com/ow-mods/ow-mod-man/blob/main/.github/assets/logo-core.png?raw=true"
)]
/// Fetch database alerts and get mod warnings.

View File

@ -19,7 +19,7 @@ This file contains common questions for the manager.
## How do I use this?
- Download the Outer Wilds Mod Manager installer [from the latest release](https://github.com/Bwc9876/ow-mod-man/releases/latest);
- Download the Outer Wilds Mod Manager installer [from the latest release](https://github.com/ow-mods/ow-mod-man/releases/latest);
- Run the downloaded .msi (you might need to ignore some Chrome / Windows warnings);
- Shortcuts are added to the desktop and start menu, use them to run the manager;
- Run the manager;
@ -71,6 +71,6 @@ Please refer to the [OWML documentation](https://owml.outerwildsmods.com) for in
## My issue isn't listed here
If you're encountering issues or have questions, please [open an Issue](https://github.com/Bwc9876/ow-mod-man/issues/new/choose). You can also [view closed issues](https://github.com/Bwc9876/ow-mod-man/issues?q=is%3Aissue+is%3Aclosed) to see if your issue has already been resolved.
If you're encountering issues or have questions, please [open an Issue](https://github.com/ow-mods/ow-mod-man/issues/new/choose). You can also [view closed issues](https://github.com/ow-mods/ow-mod-man/issues?q=is%3Aissue+is%3Aclosed) to see if your issue has already been resolved.
We also have [a Discord server](https://discord.com/invite/wusTQYbYTc) available if you want to chat.

View File

@ -3,23 +3,23 @@
# Outer Wilds Mod Manager GUI
<p align="center">
<a href="https://github.com/Bwc9876/ow-mod-man"><img src="https://raw.githubusercontent.com/Bwc9876/ow-mod-man/main/.github/assets/logo-gui.png" alt="OWMM Logo"/></a><br/>
<a href="https://github.com/ow-mods/ow-mod-man"><img src="https://raw.githubusercontent.com/ow-mods/ow-mod-man/main/.github/assets/logo-gui.png" alt="OWMM Logo"/></a><br/>
The GUI Version Of The Outer Wilds Mod Manager.<br/>
<a href="https://github.com/Bwc9876/ow-mod-man/tree/main/owmods_core">Core</a><b> |</b>
<a href="https://github.com/Bwc9876/ow-mod-man/tree/main/owmods_cli">CLI</a><b> |</b>
<a href="https://github.com/Bwc9876/ow-mod-man/tree/main/owmods_gui"><b>GUI</b></a>
<a href="https://github.com/ow-mods/ow-mod-man/tree/main/owmods_core">Core</a><b> |</b>
<a href="https://github.com/ow-mods/ow-mod-man/tree/main/owmods_cli">CLI</a><b> |</b>
<a href="https://github.com/ow-mods/ow-mod-man/tree/main/owmods_gui"><b>GUI</b></a>
</p>
<hr/>
[![Latest](https://img.shields.io/github/v/release/Bwc9876/ow-mod-man)](https://github.com/Bwc9876/ow-mod-man/releases/latest)
[![Latest](https://img.shields.io/github/v/release/ow-mods/ow-mod-man)](https://github.com/ow-mods/ow-mod-man/releases/latest)
[![Flathub](https://img.shields.io/flathub/v/com.outerwildsmods.owmods_gui)](https://flathub.org/apps/com.outerwildsmods.owmods_gui)
[![AUR](https://img.shields.io/aur/version/owmods-gui-bin)](https://aur.archlinux.org/packages/owmods-gui-bin)
[![GPL-3 licensed](https://img.shields.io/aur/license/owmods-gui-bin)](https://github.com/Bwc9876/ow-mod-man/blob/main/LICENSE)
[![CI](https://github.com/Bwc9876/ow-mod-man/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/Bwc9876/ow-mod-man/actions/workflows/ci.yml)
[![Release](https://github.com/Bwc9876/ow-mod-man/actions/workflows/release_gui.yml/badge.svg)](https://github.com/Bwc9876/ow-mod-man/actions/workflows/release_gui.yml)
[![GPL-3 licensed](https://img.shields.io/aur/license/owmods-gui-bin)](https://github.com/ow-mods/ow-mod-man/blob/main/LICENSE)
[![CI](https://github.com/ow-mods/ow-mod-man/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/ow-mods/ow-mod-man/actions/workflows/ci.yml)
[![Release](https://github.com/ow-mods/ow-mod-man/actions/workflows/release_gui.yml/badge.svg)](https://github.com/ow-mods/ow-mod-man/actions/workflows/release_gui.yml)
The GUI interface for the [Outer Wilds Mod Manager](https://github.com/Bwc9876/ow-mod-man), this package is responsible for providing a streamlined way to manage, install, and validate your mods. As well as running the game. This is achieved using the [owmods_core](https://crates.io/crates/owmods_core) package.
The GUI interface for the [Outer Wilds Mod Manager](https://github.com/ow-mods/ow-mod-man), this package is responsible for providing a streamlined way to manage, install, and validate your mods. As well as running the game. This is achieved using the [owmods_core](https://crates.io/crates/owmods_core) package.
## Installation
@ -50,7 +50,7 @@ cargo install tauri-cli
Clone the repo:
```sh
git clone https://github.com/Bwc9876/ow-mod-man/
git clone https://github.com/ow-mods/ow-mod-man/
```
Go into `owmods_gui/frontend` and run:
@ -89,6 +89,6 @@ Just create an empty `dist/` folder next to `backend`, tauri expects one to be t
## Screenshots
![The main screen of the app](https://github.com/Bwc9876/ow-mod-man/raw/dev/.github/assets/screenshots/main.png)
![The logs screen when starting the game](https://github.com/Bwc9876/ow-mod-man/raw/dev/.github/assets/screenshots/logs.png)
![The about modal](https://github.com/Bwc9876/ow-mod-man/raw/dev/.github/assets/screenshots/about.png)
![The main screen of the app](https://github.com/ow-mods/ow-mod-man/raw/dev/.github/assets/screenshots/main.png)
![The logs screen when starting the game](https://github.com/ow-mods/ow-mod-man/raw/dev/.github/assets/screenshots/logs.png)
![The about modal](https://github.com/ow-mods/ow-mod-man/raw/dev/.github/assets/screenshots/about.png)

View File

@ -4,9 +4,9 @@ Thank you for taking the time to write a translation! Below you'll find a guide
## Grab the template
To get started, grab [the template.json file](https://github.com/Bwc9876/ow-mod-man/blob/main/owmods_gui/frontend/src/assets/translations/template.json).
To get started, grab [the template.json file](https://github.com/ow-mods/ow-mod-man/blob/main/owmods_gui/frontend/src/assets/translations/template.json).
In addition, you may want to keep [english.json](https://github.com/Bwc9876/ow-mod-man/blob/main/owmods_gui/frontend/src/assets/translations/english.json) open to get an idea of what each key is for.
In addition, you may want to keep [english.json](https://github.com/ow-mods/ow-mod-man/blob/main/owmods_gui/frontend/src/assets/translations/english.json) open to get an idea of what each key is for.
## How translations work
@ -48,6 +48,6 @@ The `_` key is a bit special, this key is used in the event that a translation c
## Submitting Your Translation
After you're done translating, you can submit your translation by [making a new issue](https://github.com/Bwc9876/ow-mod-man/issues/new/choose) and choosing the "Translation" option.
After you're done translating, you can submit your translation by [making a new issue](https://github.com/ow-mods/ow-mod-man/issues/new/choose) and choosing the "Translation" option.
To update a translation please do the same.

View File

@ -67,7 +67,7 @@ const About = memo(function About({ onClick }: ModalProps) {
}, []);
const onGithub = useCallback(() => {
shell.open("https://github.com/Bwc9876/ow-mod-man/");
shell.open("https://github.com/ow-mods/ow-mod-man/");
}, []);
const onDiscord = useCallback(() => {

View File

@ -30,7 +30,7 @@ const OverflowMenu = () => {
}, []);
const onHelp = useCallback(() => {
shell.open("https://github.com/Bwc9876/ow-mod-man/blob/main/owmods_gui/HELP.md");
shell.open("https://github.com/ow-mods/ow-mod-man/blob/main/owmods_gui/HELP.md");
onClose();
}, [onClose]);

View File

@ -4,10 +4,10 @@ pkgver=~~VERSION~~
pkgrel=1
pkgdesc="A CLI To Manage Outer Wilds Mods"
arch=("x86_64")
url="https://github.com/Bwc9876/ow-mod-man/tree/main/owmods_cli"
url="https://github.com/ow-mods/ow-mod-man/tree/main/owmods_cli"
license=('GPL3')
depends=('glibc' 'gcc-libs' 'mono')
source=("$pkgname-$pkgver.tar.gz::https://github.com/Bwc9876/ow-mod-man/releases/download/cli_v$pkgver/owmods.tar.zst")
source=("$pkgname-$pkgver.tar.gz::https://github.com/ow-mods/ow-mod-man/releases/download/cli_v$pkgver/owmods.tar.zst")
sha256sums=()
package() {

View File

@ -5,10 +5,10 @@ pkgver=~~VERSION~~
pkgrel=1
pkgdesc="A GUI To Manage Outer Wilds Mods"
arch=('x86_64')
url="https://github.com/Bwc9876/ow-mod-man/tree/main/owmods_gui"
url="https://github.com/ow-mods/ow-mod-man/tree/main/owmods_gui"
license=('GPL3')
depends=('glibc' 'gtk3' 'openssl-1.1' 'hicolor-icon-theme' 'glib2' 'gcc-libs' 'gdk-pixbuf2' 'webkit2gtk' 'cairo' 'mono')
source=("${_appname}-${pkgver}-${arch}.deb::https://github.com/Bwc9876/ow-mod-man/releases/download/gui_v${pkgver}/${_appname}_${pkgver}_amd64.deb")
source=("${_appname}-${pkgver}-${arch}.deb::https://github.com/ow-mods/ow-mod-man/releases/download/gui_v${pkgver}/${_appname}_${pkgver}_amd64.deb")
sha256sums=()
package() {