mirror of
https://github.com/arsenetar/dupeguru.git
synced 2026-01-22 14:41:39 +00:00
Update documentation & CI
- Remove references to submodules as they are no longer used - Update top level readme with more recent status - Update travis configuration to use python 3.7 instead of latest for now
This commit is contained in:
28
README.md
28
README.md
@@ -7,37 +7,25 @@ is written in Objective-C and uses Cocoa. On Linux, it's written in Python and u
|
||||
|
||||
The Cocoa UI of dupeGuru is hosted in a separate repo: https://github.com/hsoft/dupeguru-cocoa
|
||||
|
||||
## Current status: Additional Maintainers Wanted (/ Note on Things in General)
|
||||
## Current status
|
||||
|
||||
When I started contributing to dupeGuru, it was to help provide an updated Windows build for dupeGuru. I hoped to contribute more over time and help work through some of the general issues as well. Since Virgil Dupras left as the lead maintainer, I have not been able to devote enough time to work through as many issues as I had hoped. Now I am going to be devoting a more consistent amount of time each month to work on dupeGuru, however I will not be able to get to all issues. Additionally there are a few specific areas where additional help would be appreciated:
|
||||
Development has been slow this past year, however very close to getting all the different 4.0.4 releases posted. Most of the work this past year (2019) has been towards packaging the application and issues related to that.
|
||||
|
||||
- OSX maintenance
|
||||
- UI issues (I have no experience with cocoa)
|
||||
- General issues & releases (I lack OSX environments / hardware to develop and test on, looking into doing builds through Travis CI.)
|
||||
- Linux maintenance
|
||||
- Packaging (I have not really done much linux packaging yet, although will be spending some time trying to get at least .deb and potentially ppa's updated.)
|
||||
|
||||
I am still working to update the new site & update links within the help and the repository to use the new urls. Additionally, hoping to get a 4.0.4 release out this year for at least Windows and Linux.
|
||||
|
||||
Thanks,
|
||||
|
||||
Andrew Senetar
|
||||
Still looking for additional help especially with regards to:
|
||||
- OSX maintenance (reproducing bugs & cocoa version)
|
||||
- Linux maintenance (reproducing bugs)
|
||||
|
||||
## Contents of this folder
|
||||
|
||||
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 organized:
|
||||
|
||||
* core: Contains the core logic code for dupeGuru. It's Python code.
|
||||
* qt: UI code for the Qt toolkit. It's written in Python and uses PyQt.
|
||||
* images: Images used by the different UI codebases.
|
||||
* pkg: Skeleton files required to create different packages
|
||||
* help: Help document, written for Sphinx.
|
||||
* locale: .po files for localisation.
|
||||
|
||||
There are also other sub-folder that comes from external repositories and are part of this repo as
|
||||
git submodules:
|
||||
|
||||
* locale: .po files for localization.
|
||||
* hscommon: A collection of helpers used across HS applications.
|
||||
* qtlib: A collection of helpers used across Qt UI codebases of HS applications.
|
||||
|
||||
@@ -48,7 +36,7 @@ For windows instructions see the [Windows Instructions](Windows.md).
|
||||
|
||||
### Prerequisites
|
||||
|
||||
* [Python 3.4+][python]
|
||||
* [Python 3.5+][python]
|
||||
* PyQt5
|
||||
|
||||
### make
|
||||
|
||||
Reference in New Issue
Block a user