diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index dfc1dcf..36f8920 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -4,6 +4,9 @@ Contributions are accepted in any form (issues, documentation, feature requests, All creatures welcome. +If you have access, please contribute on the [CCCB Forgejo](https://git.berlin.ccc.de/servicepoint/servicepoint). +Contributions on GitHub will be copied over and merged there. + ## Pull requests Feel free to create a PR, even if your change is not done yet. diff --git a/README.md b/README.md index 72b7b38..b4b371a 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,8 @@ Display" or "Airport Display". This repository contains a library for parsing, encoding and sending packets to this display via UDP in multiple programming languages. -This repository will move to [git.berlin.ccc.de/servicepoint/servicepoint](https://git.berlin.ccc.de/servicepoint/servicepoint) soon. +This project moved to [git.berlin.ccc.de/servicepoint/servicepoint](https://git.berlin.ccc.de/servicepoint/servicepoint). +The [GitHub repository](https://github.com/cccb/servicepoint) remains available as a mirror. Take a look at the contained crates for language specific information: @@ -22,7 +23,7 @@ Take a look at the contained crates for language specific information: ## Projects using the library -- screen simulator (rust): [servicepoint-simulator](https://github.com/kaesaecracker/servicepoint-simulator) +- screen simulator (rust): [servicepoint-simulator](https://git.berlin.ccc.de/servicepoint/servicepoint-simulator) - A bunch of projects (C): [arfst23/ServicePoint](https://github.com/arfst23/ServicePoint), including - a CLI tool to display image files on the display or use the display as a TTY - a BSD games robots clone diff --git a/crates/servicepoint/Cargo.toml b/crates/servicepoint/Cargo.toml index 901c244..394aec4 100644 --- a/crates/servicepoint/Cargo.toml +++ b/crates/servicepoint/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" license = "GPL-3.0-or-later" description = "A rust library for the CCCB Service Point Display." homepage = "https://docs.rs/crate/servicepoint" -repository = "https://github.com/cccb/servicepoint" +repository = "https://git.berlin.ccc.de/servicepoint/servicepoint" readme = "README.md" keywords = ["cccb", "cccb-servicepoint"] diff --git a/crates/servicepoint/README.md b/crates/servicepoint/README.md index fe4e24e..5e5149c 100644 --- a/crates/servicepoint/README.md +++ b/crates/servicepoint/README.md @@ -64,4 +64,4 @@ You can choose to (not) include them by toggling the related features. ## Everything else -Look at the main project [README](https://github.com/cccb/servicepoint/blob/main/README.md) for further information. +Look at the main project [README](https://git.berlin.ccc.de/servicepoint/servicepoint/src/branch/main/README.md) for further information. diff --git a/crates/servicepoint_binding_c/Cargo.toml b/crates/servicepoint_binding_c/Cargo.toml index 140b15e..2b4bfd4 100644 --- a/crates/servicepoint_binding_c/Cargo.toml +++ b/crates/servicepoint_binding_c/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" license = "GPL-3.0-or-later" description = "C bindings for the servicepoint crate." homepage = "https://docs.rs/crate/servicepoint_binding_c" -repository = "https://github.com/cccb/servicepoint" +repository = "https://git.berlin.ccc.de/servicepoint/servicepoint" readme = "README.md" links = "servicepoint" keywords = ["cccb", "cccb-servicepoint", "cbindgen"] diff --git a/crates/servicepoint_binding_c/README.md b/crates/servicepoint_binding_c/README.md index 86d38da..892c9e5 100644 --- a/crates/servicepoint_binding_c/README.md +++ b/crates/servicepoint_binding_c/README.md @@ -60,4 +60,4 @@ You have the choice of linking statically (recommended) or dynamically. ## Everything else -Look at the main project [README](https://github.com/cccb/servicepoint/blob/main/README.md) for further information. +Look at the main project [README](https://git.berlin.ccc.de/servicepoint/servicepoint/src/branch/main/README.md) for further information. diff --git a/crates/servicepoint_binding_uniffi/Cargo.toml b/crates/servicepoint_binding_uniffi/Cargo.toml index d1fb803..5321d2b 100644 --- a/crates/servicepoint_binding_uniffi/Cargo.toml +++ b/crates/servicepoint_binding_uniffi/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" license = "GPL-3.0-or-later" description = "C bindings for the servicepoint crate." homepage = "https://docs.rs/crate/servicepoint_binding_c" -repository = "https://github.com/cccb/servicepoint" +repository = "https://git.berlin.ccc.de/servicepoint/servicepoint" #readme = "README.md" keywords = ["cccb", "cccb-servicepoint", "uniffi"] diff --git a/crates/servicepoint_binding_uniffi/README.md b/crates/servicepoint_binding_uniffi/README.md index b71c35d..27d05ed 100644 --- a/crates/servicepoint_binding_uniffi/README.md +++ b/crates/servicepoint_binding_uniffi/README.md @@ -5,7 +5,7 @@ Display" or "Airport Display". This crate contains bindings for multiple programming languages, enabling non-rust-developers to use the library. -Also take a look at the main project [README](https://github.com/cccb/servicepoint/blob/main/README.md) for more +Also take a look at the main project [README](https://git.berlin.ccc.de/servicepoint/servicepoint/src/branch/main/README.md) for more information. ## Note on stability @@ -37,7 +37,7 @@ You can absolutely use it, and it works, but expect minor breaking changes with Including this repository as a submodule and building from source is the recommended way of using the library. ```bash -git submodule add https://github.com/cccb/servicepoint.git +git submodule add https://git.berlin.ccc.de/servicepoint/servicepoint.git git commit -m "add servicepoint submodule" ```