From 4c6d26bef4d5e7ca9554a485751ea7306ae4b9d0 Mon Sep 17 00:00:00 2001 From: NRK Date: Sat, 11 Jun 2022 15:38:07 +0200 Subject: Move over to codeberg (#293) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reviewed-by: Berke Kocaoğlu --- README.md | 42 +++++++++++++++++++----------------------- 1 file changed, 19 insertions(+), 23 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 4702096..59fa834 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,9 @@ -[![nsxiv](https://raw.githubusercontent.com/nsxiv/nsxiv/gh-pages/img/logo.png)](https://github.com/nsxiv/nsxiv) +[![nsxiv](https://codeberg.org/nsxiv/pages/raw/branch/master/img/logo.png)](https://codeberg.org/nsxiv/nsxiv) -[![tags](https://img.shields.io/github/v/tag/nsxiv/nsxiv?style=flat-square)](https://github.com/nsxiv/nsxiv/tags) -[![license](https://img.shields.io/badge/license-GPL--2.0-lightgreen?style=flat-square)](https://github.com/nsxiv/nsxiv/blob/master/LICENSE) -[![loc](https://img.shields.io/tokei/lines/github/nsxiv/nsxiv?color=red&style=flat-square)](https://github.com/nsxiv/nsxiv) - -

- - -

+[![CodeBerg](https://img.shields.io/badge/Hosted_at-Codeberg-%232185D0?style=flat-square&logo=CodeBerg)](https://codeberg.org/nsxiv/nsxiv) +[![tags](https://img.shields.io/github/v/tag/nsxiv/nsxiv?style=flat-square)](https://codeberg.org/nsxiv/nsxiv/tags) +[![license](https://img.shields.io/badge/license-GPL--2.0-lightgreen?style=flat-square)](https://codeberg.org/nsxiv/nsxiv/src/branch/master/LICENSE) +[![loc](https://img.shields.io/tokei/lines/github/nsxiv/nsxiv?color=red&style=flat-square)](https://codeberg.org/nsxiv/nsxiv) **Neo (or New or Not) Simple (or Small or Suckless) X Image Viewer** -------------------------------------------------------------------- @@ -41,18 +37,18 @@ Screenshots **Image mode: (Default colors)** -![Image](https://raw.githubusercontent.com/nsxiv/nsxiv/gh-pages/img/image.png "Image mode") +![Image](https://codeberg.org/nsxiv/pages/raw/branch/master/img/image.png "Image mode") **Thumbnail mode: (Custom colors)** -![Thumb](https://raw.githubusercontent.com/nsxiv/nsxiv/gh-pages/img/thumb.png "Thumb mode") +![Thumb](https://codeberg.org/nsxiv/pages/raw/branch/master/img/thumb.png "Thumb mode") Installing via package manager ------------------------------ - + nsxiv is available on the following distributions/repositories. If you don't see @@ -158,18 +154,18 @@ F.A.Q ----- * Can I open remote urls with nsxiv?
-Yes, see [nsxiv-url](https://github.com/nsxiv/nsxiv-extra/tree/master/scripts/nsxiv-url) +Yes, see [nsxiv-url](https://codeberg.org/nsxiv/nsxiv-extra/src/branch/master/scripts/nsxiv-url) * Can I open all the images in a directory?
-Yes, see [nsxiv-rifle](https://github.com/nsxiv/nsxiv-extra/tree/master/scripts/nsxiv-rifle) +Yes, see [nsxiv-rifle](https://codeberg.org/nsxiv/nsxiv-extra/src/branch/master/scripts/nsxiv-rifle) * Can I set default arguments for nsxiv?
-Yes, see [nsxiv-env](https://github.com/nsxiv/nsxiv-extra/tree/master/scripts/nsxiv-env) +Yes, see [nsxiv-env](https://codeberg.org/nsxiv/nsxiv-extra/src/branch/master/scripts/nsxiv-env) * Can I pipe images into nsxiv?
-Yes, see [nsxiv-pipe](https://github.com/nsxiv/nsxiv-extra/tree/master/scripts/nsxiv-pipe) +Yes, see [nsxiv-pipe](https://codeberg.org/nsxiv/nsxiv-extra/src/branch/master/scripts/nsxiv-pipe) -You may also wish to see the [known issues](https://github.com/nsxiv/nsxiv/issues/242). +You may also wish to see the [known issues](https://codeberg.org/nsxiv/nsxiv/issues/242). Customization @@ -178,11 +174,11 @@ Customization The main method of customizing nsxiv is by setting values for the variables in *config.h*, or by using Xresources as explained in the manual. If these options are not sufficient, you may implement your own features by following -[this guide](https://github.com/nsxiv/nsxiv-extra/blob/master/CUSTOMIZATION.md). +[this guide](https://codeberg.org/nsxiv/nsxiv-extra/blob/master/CUSTOMIZATION.md). Due to our limited [project scope](CONTRIBUTING.md#Project-Scope), certain features or customization cannot be merged into nsxiv mainline. Following the spirit of suckless -software, we host the [nsxiv-extra](https://github.com/nsxiv/nsxiv-extra) repo where users +software, we host the [nsxiv-extra](https://codeberg.org/nsxiv/nsxiv-extra) repo where users are free to submit whatever patches or scripts they wish. If you think your custom features can be beneficial for the general user base and is within @@ -190,16 +186,16 @@ our project scope, please submit it as a pull request on this repository, then w merge it to mainline. Description on how to use or submit patches can be found on -nsxiv-extra's [README](https://github.com/nsxiv/nsxiv-extra). +nsxiv-extra's [README](https://codeberg.org/nsxiv/nsxiv-extra). Download -------- -You can [browse](https://github.com/nsxiv/nsxiv) the source code repository -on GitHub or get a copy using git with the following command: +You can [browse](https://codeberg.org/nsxiv/nsxiv) the source code repository +on CodeBerg or get a copy using git with the following command: - $ git clone https://github.com/nsxiv/nsxiv.git + $ git clone https://codeberg.org/nsxiv/nsxiv.git You can view the changelog [here](CHANGELOG.md) -- cgit v1.2.3-54-g00ecf