docs: migrate to codeberg

wiki and release migration are TODO
This commit is contained in:
Isaac Freund 2024-03-22 16:49:28 +01:00
parent b77b42f0d6
commit ed99d7bc14
No known key found for this signature in database
GPG Key ID: 86DED400DDFD7A11
7 changed files with 21 additions and 14 deletions

View File

@ -1,9 +1,10 @@
## Contributing to river ## Contributing to river
Contributing is as simple as opening a pull request on github. You'll Contributing is as simple as opening a pull request on
likely have more success with your contribution if you visit [codeberg](https://codeberg.org/river/river).
[#river](https://web.libera.chat/?channels=#river) on irc.libera.chat to You'll likely have more success with your contribution if you visit
discuss your plans first. [#river](https://web.libera.chat/?channels=#river) on irc.libera.chat to discuss
your plans first.
## Commit messages ## Commit messages
@ -26,7 +27,7 @@ river-status: send view_tags on view map/unmap
In addition to the summary, feel free to add any other details you want preceded In addition to the summary, feel free to add any other details you want preceded
by a blank line. A good rule of thumb is that anything you would write in a pull by a blank line. A good rule of thumb is that anything you would write in a pull
request description on github has a place in the commit message as well. request description on codeberg has a place in the commit message as well.
For further details regarding commit style and git history see For further details regarding commit style and git history see
[weston's contributing guidelines](https://gitlab.freedesktop.org/wayland/weston/-/blob/master/CONTRIBUTING.md#formatting-and-separating-commits). [weston's contributing guidelines](https://gitlab.freedesktop.org/wayland/weston/-/blob/master/CONTRIBUTING.md#formatting-and-separating-commits).

View File

@ -7,10 +7,16 @@ Install from your [package manager](https://repology.org/project/river/versions)
Join us at [#river](https://web.libera.chat/?channels=#river) on irc.libera.chat — Join us at [#river](https://web.libera.chat/?channels=#river) on irc.libera.chat —
Read our man pages and [wiki](https://github.com/riverwm/river/wiki) Read our man pages and [wiki](https://github.com/riverwm/river/wiki)
The main repository is on [codeberg](https://codeberg.org/river/river),
which is where the issue tracker may be found and where contributions are accepted.
Read-only mirrors exist on [sourcehut](https://git.sr.ht/~ifreund/river)
and [github](https://github.com/riverwm/river).
*Note: river is currently early in development. Expect breaking *Note: river is currently early in development. Expect breaking
changes and missing features. Bugs should however be rare at changes and missing features. Bugs should however be rare at
this point, if you run into one don't hesitate to [open an this point, if you run into one don't hesitate to [open an
issue](https://github.com/riverwm/river/issues/new)* issue](https://codeberg.org/river/river/issues/new)*
## Design goals ## Design goals

View File

@ -246,7 +246,7 @@ pub fn build(b: *Build) !void {
\\pkgdatadir=${{datadir}}/river-protocols \\pkgdatadir=${{datadir}}/river-protocols
\\ \\
\\Name: river-protocols \\Name: river-protocols
\\URL: https://github.com/riverwm/river \\URL: https://codeberg.org/river/river
\\Description: protocol files for the river wayland compositor \\Description: protocol files for the river wayland compositor
\\Version: {s} \\Version: {s}
, .{ b.install_prefix, full_version })); , .{ b.install_prefix, full_version }));

View File

@ -1,6 +1,6 @@
#compdef riverctl #compdef riverctl
# #
# Completion script for riverctl, part of river <https://github.com/riverwm/river> # Completion script for riverctl, part of river <https://codeberg.org/river/river>
# This is the list of all riverctl first argument, i.e `riverctl <first_arg>`. # This is the list of all riverctl first argument, i.e `riverctl <first_arg>`.
# If a command doesn't need completion for subcommands then you just need # If a command doesn't need completion for subcommands then you just need

View File

@ -1,4 +1,4 @@
RIVER(1) "github.com/riverwm/river" "General Commands Manual" RIVER(1) "codeberg.org/river/river" "General Commands Manual"
# NAME # NAME
@ -57,7 +57,7 @@ perform other configuration.
Maintained by Isaac Freund <mail@isaacfreund.com> who is assisted by open Maintained by Isaac Freund <mail@isaacfreund.com> who is assisted by open
source contributors. For more information about river's development, see source contributors. For more information about river's development, see
<https://github.com/riverwm/river>. <https://codeberg.org/river/river>.
# SEE ALSO # SEE ALSO

View File

@ -1,4 +1,4 @@
RIVERCTL(1) "github.com/riverwm/river" "General Commands Manual" RIVERCTL(1) "codeberg.org/river/river" "General Commands Manual"
# NAME # NAME
@ -550,7 +550,7 @@ Bind Super+Shift+J to swap the focused view with the next visible view:
Maintained by Isaac Freund <mail@isaacfreund.com> who is assisted by open Maintained by Isaac Freund <mail@isaacfreund.com> who is assisted by open
source contributors. For more information about river's development, see source contributors. For more information about river's development, see
<https://github.com/riverwm/river>. <https://codeberg.org/river/river>.
# SEE ALSO # SEE ALSO

View File

@ -1,4 +1,4 @@
RIVERTILE(1) "github.com/riverwm/river" "General Commands Manual" RIVERTILE(1) "codeberg.org/river/river" "General Commands Manual"
# NAME # NAME
@ -81,7 +81,7 @@ Set the main count to 3 at runtime:
Maintained by Isaac Freund <mail@isaacfreund.com> who is assisted by open Maintained by Isaac Freund <mail@isaacfreund.com> who is assisted by open
source contributors. For more information about river's development, see source contributors. For more information about river's development, see
<https://github.com/riverwm/river>. <https://codeberg.org/river/river>.
# SEE ALSO # SEE ALSO