Skip to content

Commit

Permalink
docs: migrate to codeberg
Browse files Browse the repository at this point in the history
wiki and release migration are TODO
  • Loading branch information
ifreund committed Mar 22, 2024
1 parent b77b42f commit ed99d7b
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 14 deletions.
11 changes: 6 additions & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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).
Expand Down
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -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 }));
Expand Down
2 changes: 1 addition & 1 deletion completions/zsh/_riverctl
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions doc/river.1.scd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
RIVER(1) "github.com/riverwm/river" "General Commands Manual"
RIVER(1) "codeberg.org/river/river" "General Commands Manual"

# NAME

Expand Down Expand Up @@ -57,7 +57,7 @@ perform other configuration.

Maintained by Isaac Freund <[email protected]> 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

Expand Down
4 changes: 2 additions & 2 deletions doc/riverctl.1.scd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
RIVERCTL(1) "github.com/riverwm/river" "General Commands Manual"
RIVERCTL(1) "codeberg.org/river/river" "General Commands Manual"

# NAME

Expand Down Expand Up @@ -550,7 +550,7 @@ Bind Super+Shift+J to swap the focused view with the next visible view:

Maintained by Isaac Freund <[email protected]> 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

Expand Down
4 changes: 2 additions & 2 deletions doc/rivertile.1.scd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
RIVERTILE(1) "github.com/riverwm/river" "General Commands Manual"
RIVERTILE(1) "codeberg.org/river/river" "General Commands Manual"

# NAME

Expand Down Expand Up @@ -81,7 +81,7 @@ Set the main count to 3 at runtime:

Maintained by Isaac Freund <[email protected]> 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

Expand Down

0 comments on commit ed99d7b

Please sign in to comment.