From fb9686c6505475f342ad94fa5ed1351f554f97fe Mon Sep 17 00:00:00 2001 From: NRK Date: Tue, 9 Aug 2022 16:21:52 +0200 Subject: Move uncritical files into `etc/` (#350) This is mainly just to reduce the amount of files in the project root. The criteria of what gets into `etc/` are the following: * The file should not be necessary for building nsxiv. This excludes the `icon/*` stuff since that's needed by `window.c`. * The file shouldn't have any valid reason to stay in the project root. This excludes things like `README.md`, `.gitignore` etc. Reviewed-on: https://codeberg.org/nsxiv/nsxiv/pulls/350 Reviewed-by: explosion-mental --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 9a047f2..bcefea8 100644 --- a/README.md +++ b/README.md @@ -15,10 +15,10 @@ under GPLv2 and aims to be easy to modify and customize. Please file a bug report if something does not work as documented or expected on [Codeberg] after making sure you are using the latest release. Contributions -are welcome, see [CONTRIBUTING.md] to get started. +are welcome, see [CONTRIBUTING] to get started. [Codeberg]: https://codeberg.org/nsxiv/nsxiv/issues/new -[CONTRIBUTING.md]: CONTRIBUTING.md#contribution-guideline +[CONTRIBUTING]: etc/CONTRIBUTING.md#contribution-guideline Features @@ -185,7 +185,7 @@ or by using Xresources as explained in the manual. If these options are not suff you may implement your own features by following [this guide](https://codeberg.org/nsxiv/nsxiv-extra/src/branch/master/CUSTOMIZATION.md). -Due to our limited [project scope](CONTRIBUTING.md#project-scope), certain features or +Due to our limited [project scope](etc/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://codeberg.org/nsxiv/nsxiv-extra) repo where users are free to submit whatever patches or scripts they wish. @@ -206,7 +206,7 @@ on CodeBerg or get a copy using git with the following command: $ git clone https://codeberg.org/nsxiv/nsxiv.git -You can view the changelog [here](CHANGELOG.md) +You can view the changelog [here](etc/CHANGELOG.md) Similar projects -- cgit v1.2.3-54-g00ecf