docs: migrate to codeberg
wiki and release migration are TODO
This commit is contained in:
parent
b77b42f0d6
commit
ed99d7bc14
@ -1,9 +1,10 @@
|
||||
## Contributing to river
|
||||
|
||||
Contributing is as simple as opening a pull request on github. You'll
|
||||
likely have more success with your contribution if you visit
|
||||
[#river](https://web.libera.chat/?channels=#river) on irc.libera.chat to
|
||||
discuss your plans first.
|
||||
Contributing is as simple as opening a pull request on
|
||||
[codeberg](https://codeberg.org/river/river).
|
||||
You'll likely have more success with your contribution if you visit
|
||||
[#river](https://web.libera.chat/?channels=#river) on irc.libera.chat to discuss
|
||||
your plans first.
|
||||
|
||||
## 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
|
||||
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
|
||||
[weston's contributing guidelines](https://gitlab.freedesktop.org/wayland/weston/-/blob/master/CONTRIBUTING.md#formatting-and-separating-commits).
|
||||
|
@ -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 —
|
||||
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
|
||||
changes and missing features. Bugs should however be rare at
|
||||
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
|
||||
|
||||
|
@ -246,7 +246,7 @@ pub fn build(b: *Build) !void {
|
||||
\\pkgdatadir=${{datadir}}/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
|
||||
\\Version: {s}
|
||||
, .{ b.install_prefix, full_version }));
|
||||
|
@ -1,6 +1,6 @@
|
||||
#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>`.
|
||||
# If a command doesn't need completion for subcommands then you just need
|
||||
|
@ -1,4 +1,4 @@
|
||||
RIVER(1) "github.com/riverwm/river" "General Commands Manual"
|
||||
RIVER(1) "codeberg.org/river/river" "General Commands Manual"
|
||||
|
||||
# NAME
|
||||
|
||||
@ -57,7 +57,7 @@ perform other configuration.
|
||||
|
||||
Maintained by Isaac Freund <mail@isaacfreund.com> who is assisted by open
|
||||
source contributors. For more information about river's development, see
|
||||
<https://github.com/riverwm/river>.
|
||||
<https://codeberg.org/river/river>.
|
||||
|
||||
# SEE ALSO
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
RIVERCTL(1) "github.com/riverwm/river" "General Commands Manual"
|
||||
RIVERCTL(1) "codeberg.org/river/river" "General Commands Manual"
|
||||
|
||||
# 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
|
||||
source contributors. For more information about river's development, see
|
||||
<https://github.com/riverwm/river>.
|
||||
<https://codeberg.org/river/river>.
|
||||
|
||||
# SEE ALSO
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
RIVERTILE(1) "github.com/riverwm/river" "General Commands Manual"
|
||||
RIVERTILE(1) "codeberg.org/river/river" "General Commands Manual"
|
||||
|
||||
# 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
|
||||
source contributors. For more information about river's development, see
|
||||
<https://github.com/riverwm/river>.
|
||||
<https://codeberg.org/river/river>.
|
||||
|
||||
# SEE ALSO
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user