mirror of
https://github.com/arsenetar/dupeguru.git
synced 2025-03-10 05:34:36 +00:00
Add Current Status section to README
This commit is contained in:
parent
3b6fe992c0
commit
60dd73f634
17
README.md
17
README.md
@ -6,11 +6,23 @@ a system. It's written mostly in Python 3 and has the peculiarity of using
|
|||||||
is written in Objective-C and uses Cocoa. On Linux and Windows, it's written in Python and uses Qt5.
|
is written in Objective-C and uses Cocoa. On Linux and Windows, it's written in Python and uses Qt5.
|
||||||
|
|
||||||
dupeGuru comes in 3 editions (standard, music and picture) which are all buildable from this same
|
dupeGuru comes in 3 editions (standard, music and picture) which are all buildable from this same
|
||||||
source tree. You choose the edition you want to build in a ``configure.py`` flag.
|
source tree. You choose the edition you want to build in a `configure.py` flag.
|
||||||
|
|
||||||
|
# Current status: People wanted
|
||||||
|
|
||||||
|
dupeGuru has currently only one maintainer, me. This is a dangerous situation that needs to be
|
||||||
|
corrected.
|
||||||
|
|
||||||
|
The goal is to eventually have another active maintainer, but before we can get there, the project
|
||||||
|
needs more contributors. It is very much lacking on that side right now.
|
||||||
|
|
||||||
|
Whatever your skills, if you are remotely interestested in being a contributor, I'm interested in
|
||||||
|
mentoring you. If that's the casem please refer to [the open ticket on the subject](contrib-issue)
|
||||||
|
and let's get started.
|
||||||
|
|
||||||
# Contents of this folder
|
# Contents of this folder
|
||||||
|
|
||||||
This folder contains the source for dupeGuru. Its documentation is in ``help``, but is also
|
This folder contains the source for dupeGuru. Its documentation is in `help`, but is also
|
||||||
[available online][documentation] in its built form. Here's how this source tree is organised:
|
[available online][documentation] in its built form. Here's how this source tree is organised:
|
||||||
|
|
||||||
* core: Contains the core logic code for dupeGuru. It's Python code.
|
* core: Contains the core logic code for dupeGuru. It's Python code.
|
||||||
@ -90,6 +102,7 @@ You can also package dupeGuru into an installable package with:
|
|||||||
|
|
||||||
[dupeguru]: http://www.hardcoded.net/dupeguru/
|
[dupeguru]: http://www.hardcoded.net/dupeguru/
|
||||||
[cross-toolkit]: http://www.hardcoded.net/articles/cross-toolkit-software
|
[cross-toolkit]: http://www.hardcoded.net/articles/cross-toolkit-software
|
||||||
|
[contrib-issue]: https://github.com/hsoft/dupeguru/issues/300
|
||||||
[documentation]: http://www.hardcoded.net/dupeguru/help/en/
|
[documentation]: http://www.hardcoded.net/dupeguru/help/en/
|
||||||
[python]: http://www.python.org/
|
[python]: http://www.python.org/
|
||||||
[setuptools]: https://pypi.python.org/pypi/setuptools
|
[setuptools]: https://pypi.python.org/pypi/setuptools
|
||||||
|
Loading…
x
Reference in New Issue
Block a user