clarify project goals (#173)
Closes: https://github.com/nsxiv/nsxiv/issues/148
This commit is contained in:
parent
127abbea77
commit
5e0b715ecd
|
@ -8,6 +8,10 @@ Project Scope
|
||||||
* New features may be added if it cannot be achieved (easily) via a shell script,
|
* New features may be added if it cannot be achieved (easily) via a shell script,
|
||||||
doesn't break backwards compatibility and doesn't violate any of the above rules.
|
doesn't break backwards compatibility and doesn't violate any of the above rules.
|
||||||
|
|
||||||
|
Note: Since we aim to be a drop-in replacement for sxiv, we intend to keep all
|
||||||
|
sxiv's behaviors/features even in cases where removing them would make the
|
||||||
|
code-base simpler.
|
||||||
|
|
||||||
|
|
||||||
Contribution Guideline
|
Contribution Guideline
|
||||||
----------------------
|
----------------------
|
||||||
|
|
|
@ -8,8 +8,9 @@
|
||||||
--------------------------------------------------------------------
|
--------------------------------------------------------------------
|
||||||
|
|
||||||
nsxiv is a fork of now unmaintained [sxiv](https://github.com/muennich/sxiv)
|
nsxiv is a fork of now unmaintained [sxiv](https://github.com/muennich/sxiv)
|
||||||
with the purpose of maintaining it and adding simple, sensible features.
|
with the purpose of being a drop-in replacement of sxiv, maintaining it and
|
||||||
nsxiv is free software licensed under GPLv2 and aims to be easy to modify and customize.
|
adding simple, sensible features. nsxiv is free software licensed under GPLv2
|
||||||
|
and aims to be easy to modify and customize.
|
||||||
|
|
||||||
Please file a bug report if something does not work as documented or
|
Please file a bug report if something does not work as documented or
|
||||||
expected in *this* repository, after making sure you are using the latest
|
expected in *this* repository, after making sure you are using the latest
|
||||||
|
|
Loading…
Reference in New Issue